From aff295dff6c9ffe7389869e9af124e05a88fa9aa Mon Sep 17 00:00:00 2001 From: Sebastian <853712+sebmck@users.noreply.github.com> Date: Mon, 3 Aug 2020 20:10:55 -0700 Subject: [PATCH] Remove Position.index (#933) --- internal/cli-diagnostics/buildCodeFrame.ts | 11 +- internal/cli-diagnostics/printAdvice.ts | 5 - internal/cli-flags/serializeCLIFlags.ts | 2 - internal/cli-layout/Grid.ts | 3 +- internal/cli-layout/format.ts | 15 +- .../codec-js-manifest/dependencies.test.md | 4 - internal/codec-js-manifest/name.ts | 4 +- internal/codec-semver/parse.test.md | 370 ------ .../test-fixtures/breaking/input.test.md | 2 - .../test-fixtures/custom/input.test.md | 2 - .../test-fixtures/feat/input.test.md | 2 - .../test-fixtures/fix/input.test.md | 2 - .../test-fixtures/footer/input.test.md | 2 - .../test-fixtures/scope/input.test.md | 2 - .../test-fixtures/smoke/input.test.md | 2 - .../compiler/api/analyzeDependencies.test.md | 114 -- internal/compiler/lint/decisions.ts | 6 +- .../lint/rules/js/confusingLanguage.ts | 6 +- internal/compiler/suppressions.test.md | 84 -- internal/consume/Consumer.ts | 6 +- internal/core/common/utils/executeMain.ts | 3 +- internal/core/server/ServerRequest.ts | 2 - .../test-fixtures/smoke/input.test.md | 60 - internal/diagnostics/DiagnosticsNormalizer.ts | 3 +- internal/diagnostics/DiagnosticsProcessor.ts | 10 +- internal/diagnostics/types.ts | 2 +- internal/formatter/builders/index.ts | 2 +- internal/formatter/node/index.ts | 6 +- .../test-fixtures/smoke/input.test.md | 42 - internal/js-analysis/evaluators/index.ts | 2 +- .../js-ast-utils/getCompletionRecords.test.md | 96 -- internal/js-parser/index.ts | 35 +- internal/js-parser/parser.ts | 31 +- internal/js-parser/parser/expression.ts | 66 +- internal/js-parser/parser/lval.ts | 12 +- internal/js-parser/parser/statement.ts | 18 +- internal/js-parser/parser/typescript.ts | 2 +- .../input.test.md | 64 - .../input.test.md | 24 - .../block-trailing-comment/input.test.md | 12 - .../input.test.md | 28 - .../comment-within-condition/input.test.md | 12 - .../input.test.md | 26 - .../input.test.md | 27 - .../input.test.md | 24 - .../function-trailing-comma/input.test.md | 16 - .../input.test.md | 28 - .../input.test.md | 44 - .../surrounding-call-comments/input.test.md | 20 - .../input.test.md | 16 - .../surrounding-return-comments/input.test.md | 16 - .../surrounding-throw-comments/input.test.md | 18 - .../input.test.md | 28 - .../input.test.md | 36 - .../switch-fallthrough-comment/input.test.md | 24 - .../input.test.md | 26 - .../input.test.md | 30 - .../input.test.md | 32 - .../input.test.md | 92 -- .../switch-no-default-comment/input.test.md | 14 - .../comments/html/first-line/input.test.md | 6 - .../input.test.md | 16 - .../input.test.md | 22 - .../comments/regression/10230/input.test.md | 26 - .../comments/regression/10432/input.test.md | 50 - .../comments/regression/10448/input.test.md | 24 - .../comments/regression/10892/input.test.md | 20 - .../comments/regression/11469/input.test.md | 67 -- .../core/categorized/01-regex/input.test.md | 26 - .../core/categorized/02-regex/input.test.md | 20 - .../core/categorized/03-regex/input.test.md | 28 - .../core/categorized/04-regex/input.test.md | 30 - .../core/categorized/05-regex/input.test.md | 26 - .../core/categorized/06-regex/input.test.md | 22 - .../core/categorized/07-regex/input.test.md | 20 - .../filename-specified/input.test.md | 14 - .../identifier-name-loc/input.test.md | 10 - .../input.test.md | 16 - .../input.test.md | 18 - .../input.test.md | 28 - .../input.test.md | 28 - .../input.test.md | 16 - .../invalid-fn-decl-inside-loop/input.test.md | 16 - .../input.test.md | 24 - .../label-kind-switch/input.test.md | 12 - .../malformed-switch/input.test.md | 8 - .../categorized/not-directive/input.test.md | 496 -------- .../regex-after-block/input.test.md | 20 - .../regex-after-star/input.test.md | 14 - .../startline-specified/input.test.md | 18 - .../valid-assignment-pattern-1/input.test.md | 18 - .../valid-assignment-pattern-2/input.test.md | 14 - .../valid-assignment-pattern-3/input.test.md | 14 - .../input.test.md | 28 - .../input.test.md | 28 - .../input.test.md | 18 - .../input.test.md | 16 - .../input.test.md | 14 - .../input.test.md | 28 - .../input.test.md | 12 - .../input.test.md | 14 - .../input.test.md | 14 - .../input.test.md | 16 - .../input.test.md | 18 - .../input.test.md | 6 - .../core/escape-keyword/async/input.test.md | 8 - .../core/escape-keyword/invalid/input.test.md | 22 - .../used-as-property/input.test.md | 22 - .../non-octal-eight/input.test.md | 8 - .../non-octal-nine/input.test.md | 8 - .../object/invalid-escape-get/input.test.md | 18 - .../input.test.md | 42 - .../input.test.md | 42 - .../input.test.md | 36 - .../input.test.md | 42 - .../valid-property-initializer/input.test.md | 60 - .../input.test.md | 26 - .../input.test.md | 26 - .../opts/allowUndeclaredExports/input.test.md | 10 - .../core/opts/ranges-false/input.test.md | 26 - .../core/opts/ranges-true/input.test.md | 26 - .../core/opts/tokens-false/input.test.md | 26 - .../core/opts/tokens-true/input.test.md | 26 - .../core/regression/2591/input.test.md | 30 - .../core/regression/9374/input.test.md | 18 - .../core/regression/T2921/input.test.md | 16 - .../input.test.md | 88 -- .../input.test.md | 28 - .../non-octal-float-strict-mode/input.test.md | 8 - .../regression/non-octal-float/input.test.md | 6 - .../regression/octal-float-fail/input.test.md | 12 - .../use-strict-with-pre-semi/input.test.md | 34 - .../core/uncategorised/1/input.test.md | 6 - .../core/uncategorised/10/input.test.md | 12 - .../core/uncategorised/100/input.test.md | 4 - .../core/uncategorised/101/input.test.md | 4 - .../core/uncategorised/102/input.test.md | 22 - .../core/uncategorised/103/input.test.md | 22 - .../core/uncategorised/104/input.test.md | 22 - .../core/uncategorised/105/input.test.md | 24 - .../core/uncategorised/106/input.test.md | 28 - .../core/uncategorised/107/input.test.md | 28 - .../core/uncategorised/108/input.test.md | 26 - .../core/uncategorised/109/input.test.md | 8 - .../core/uncategorised/11/input.test.md | 16 - .../core/uncategorised/110/input.test.md | 8 - .../core/uncategorised/111/input.test.md | 10 - .../core/uncategorised/112/input.test.md | 10 - .../core/uncategorised/113/input.test.md | 16 - .../core/uncategorised/114/input.test.md | 14 - .../core/uncategorised/115/input.test.md | 14 - .../core/uncategorised/116/input.test.md | 16 - .../core/uncategorised/117/input.test.md | 12 - .../core/uncategorised/118/input.test.md | 8 - .../core/uncategorised/119/input.test.md | 12 - .../core/uncategorised/12/input.test.md | 16 - .../core/uncategorised/120/input.test.md | 18 - .../core/uncategorised/121/input.test.md | 24 - .../core/uncategorised/122/input.test.md | 16 - .../core/uncategorised/123/input.test.md | 12 - .../core/uncategorised/124/input.test.md | 18 - .../core/uncategorised/125/input.test.md | 16 - .../core/uncategorised/126/input.test.md | 30 - .../core/uncategorised/127/input.test.md | 28 - .../core/uncategorised/128/input.test.md | 12 - .../core/uncategorised/129/input.test.md | 12 - .../core/uncategorised/13/input.test.md | 18 - .../core/uncategorised/130/input.test.md | 12 - .../core/uncategorised/131/input.test.md | 12 - .../core/uncategorised/132/input.test.md | 8 - .../core/uncategorised/133/input.test.md | 8 - .../core/uncategorised/134/input.test.md | 8 - .../core/uncategorised/135/input.test.md | 8 - .../core/uncategorised/136/input.test.md | 8 - .../core/uncategorised/137/input.test.md | 8 - .../core/uncategorised/138/input.test.md | 8 - .../core/uncategorised/139/input.test.md | 8 - .../core/uncategorised/14/input.test.md | 10 - .../core/uncategorised/140/input.test.md | 8 - .../core/uncategorised/141/input.test.md | 8 - .../core/uncategorised/142/input.test.md | 8 - .../core/uncategorised/143/input.test.md | 8 - .../core/uncategorised/144/input.test.md | 8 - .../core/uncategorised/145/input.test.md | 8 - .../core/uncategorised/146/input.test.md | 8 - .../core/uncategorised/147/input.test.md | 8 - .../core/uncategorised/148/input.test.md | 8 - .../core/uncategorised/149/input.test.md | 8 - .../core/uncategorised/15/input.test.md | 10 - .../core/uncategorised/150/input.test.md | 8 - .../core/uncategorised/151/input.test.md | 10 - .../core/uncategorised/152/input.test.md | 10 - .../core/uncategorised/153/input.test.md | 10 - .../core/uncategorised/154/input.test.md | 10 - .../core/uncategorised/155/input.test.md | 10 - .../core/uncategorised/156/input.test.md | 10 - .../core/uncategorised/157/input.test.md | 10 - .../core/uncategorised/158/input.test.md | 10 - .../core/uncategorised/159/input.test.md | 10 - .../core/uncategorised/16/input.test.md | 10 - .../core/uncategorised/160/input.test.md | 10 - .../core/uncategorised/161/input.test.md | 10 - .../core/uncategorised/162/input.test.md | 10 - .../core/uncategorised/163/input.test.md | 10 - .../core/uncategorised/164/input.test.md | 10 - .../core/uncategorised/165/input.test.md | 14 - .../core/uncategorised/166/input.test.md | 10 - .../core/uncategorised/167/input.test.md | 10 - .../core/uncategorised/168/input.test.md | 10 - .../core/uncategorised/169/input.test.md | 10 - .../core/uncategorised/17/input.test.md | 10 - .../core/uncategorised/170/input.test.md | 10 - .../core/uncategorised/171/input.test.md | 10 - .../core/uncategorised/172/input.test.md | 10 - .../core/uncategorised/173/input.test.md | 14 - .../core/uncategorised/174/input.test.md | 14 - .../core/uncategorised/175/input.test.md | 14 - .../core/uncategorised/176/input.test.md | 14 - .../core/uncategorised/177/input.test.md | 14 - .../core/uncategorised/178/input.test.md | 14 - .../core/uncategorised/179/input.test.md | 14 - .../core/uncategorised/18/input.test.md | 10 - .../core/uncategorised/180/input.test.md | 14 - .../core/uncategorised/181/input.test.md | 14 - .../core/uncategorised/182/input.test.md | 14 - .../core/uncategorised/183/input.test.md | 14 - .../core/uncategorised/184/input.test.md | 14 - .../core/uncategorised/185/input.test.md | 14 - .../core/uncategorised/186/input.test.md | 14 - .../core/uncategorised/187/input.test.md | 14 - .../core/uncategorised/188/input.test.md | 14 - .../core/uncategorised/189/input.test.md | 14 - .../core/uncategorised/19/input.test.md | 10 - .../core/uncategorised/190/input.test.md | 14 - .../core/uncategorised/191/input.test.md | 10 - .../core/uncategorised/192/input.test.md | 10 - .../core/uncategorised/193/input.test.md | 14 - .../core/uncategorised/194/input.test.md | 14 - .../core/uncategorised/195/input.test.md | 14 - .../core/uncategorised/196/input.test.md | 14 - .../core/uncategorised/197/input.test.md | 12 - .../core/uncategorised/198/input.test.md | 16 - .../core/uncategorised/199/input.test.md | 10 - .../core/uncategorised/2/input.test.md | 6 - .../core/uncategorised/20/input.test.md | 10 - .../core/uncategorised/200/input.test.md | 10 - .../core/uncategorised/201/input.test.md | 10 - .../core/uncategorised/202/input.test.md | 10 - .../core/uncategorised/203/input.test.md | 10 - .../core/uncategorised/204/input.test.md | 10 - .../core/uncategorised/205/input.test.md | 10 - .../core/uncategorised/206/input.test.md | 10 - .../core/uncategorised/207/input.test.md | 10 - .../core/uncategorised/208/input.test.md | 10 - .../core/uncategorised/209/input.test.md | 10 - .../core/uncategorised/21/input.test.md | 10 - .../core/uncategorised/210/input.test.md | 10 - .../core/uncategorised/211/input.test.md | 10 - .../core/uncategorised/212/input.test.md | 10 - .../core/uncategorised/213/input.test.md | 8 - .../core/uncategorised/214/input.test.md | 16 - .../core/uncategorised/215/input.test.md | 4 - .../core/uncategorised/216/input.test.md | 10 - .../core/uncategorised/217/input.test.md | 14 - .../core/uncategorised/218/input.test.md | 12 - .../core/uncategorised/219/input.test.md | 18 - .../core/uncategorised/22/input.test.md | 18 - .../core/uncategorised/220/input.test.md | 24 - .../core/uncategorised/221/input.test.md | 18 - .../core/uncategorised/222/input.test.md | 22 - .../core/uncategorised/223/input.test.md | 4 - .../core/uncategorised/224/input.test.md | 6 - .../core/uncategorised/225/input.test.md | 10 - .../core/uncategorised/226/input.test.md | 6 - .../core/uncategorised/227/input.test.md | 6 - .../core/uncategorised/228/input.test.md | 12 - .../core/uncategorised/229/input.test.md | 14 - .../core/uncategorised/23/input.test.md | 18 - .../core/uncategorised/230/input.test.md | 16 - .../core/uncategorised/231/input.test.md | 18 - .../core/uncategorised/232/input.test.md | 12 - .../core/uncategorised/233/input.test.md | 12 - .../core/uncategorised/234/input.test.md | 24 - .../core/uncategorised/235/input.test.md | 14 - .../core/uncategorised/236/input.test.md | 12 - .../core/uncategorised/237/input.test.md | 24 - .../core/uncategorised/238/input.test.md | 6 - .../core/uncategorised/239/input.test.md | 6 - .../core/uncategorised/24/input.test.md | 18 - .../core/uncategorised/240/input.test.md | 12 - .../core/uncategorised/241/input.test.md | 14 - .../core/uncategorised/242/input.test.md | 20 - .../core/uncategorised/243/input.test.md | 18 - .../core/uncategorised/244/input.test.md | 22 - .../core/uncategorised/245/input.test.md | 28 - .../core/uncategorised/246/input.test.md | 16 - .../core/uncategorised/247/input.test.md | 20 - .../core/uncategorised/25/input.test.md | 18 - .../core/uncategorised/250/input.test.md | 10 - .../core/uncategorised/251/input.test.md | 10 - .../core/uncategorised/252/input.test.md | 16 - .../core/uncategorised/253/input.test.md | 16 - .../core/uncategorised/254/input.test.md | 10 - .../core/uncategorised/255/input.test.md | 16 - .../core/uncategorised/256/input.test.md | 16 - .../core/uncategorised/257/input.test.md | 20 - .../core/uncategorised/258/input.test.md | 24 - .../core/uncategorised/259/input.test.md | 12 - .../core/uncategorised/26/input.test.md | 18 - .../core/uncategorised/260/input.test.md | 12 - .../core/uncategorised/261/input.test.md | 14 - .../core/uncategorised/262/input.test.md | 18 - .../core/uncategorised/263/input.test.md | 16 - .../core/uncategorised/264/input.test.md | 16 - .../core/uncategorised/265/input.test.md | 14 - .../core/uncategorised/266/input.test.md | 14 - .../core/uncategorised/267/input.test.md | 16 - .../core/uncategorised/268/input.test.md | 6 - .../core/uncategorised/269/input.test.md | 18 - .../core/uncategorised/27/input.test.md | 18 - .../core/uncategorised/270/input.test.md | 22 - .../core/uncategorised/271/input.test.md | 12 - .../core/uncategorised/272/input.test.md | 14 - .../core/uncategorised/273/input.test.md | 6 - .../core/uncategorised/274/input.test.md | 10 - .../core/uncategorised/275/input.test.md | 14 - .../core/uncategorised/276/input.test.md | 12 - .../core/uncategorised/277/input.test.md | 12 - .../core/uncategorised/278/input.test.md | 12 - .../core/uncategorised/279/input.test.md | 20 - .../core/uncategorised/28/input.test.md | 26 - .../core/uncategorised/280/input.test.md | 16 - .../core/uncategorised/281/input.test.md | 26 - .../core/uncategorised/282/input.test.md | 36 - .../core/uncategorised/283/input.test.md | 4 - .../core/uncategorised/284/input.test.md | 16 - .../core/uncategorised/285/input.test.md | 10 - .../core/uncategorised/286/input.test.md | 10 - .../core/uncategorised/287/input.test.md | 18 - .../core/uncategorised/288/input.test.md | 20 - .../core/uncategorised/289/input.test.md | 20 - .../core/uncategorised/29/input.test.md | 24 - .../core/uncategorised/290/input.test.md | 20 - .../core/uncategorised/291/input.test.md | 24 - .../core/uncategorised/292/input.test.md | 14 - .../core/uncategorised/293/input.test.md | 18 - .../core/uncategorised/294/input.test.md | 22 - .../core/uncategorised/295/input.test.md | 26 - .../core/uncategorised/296/input.test.md | 18 - .../core/uncategorised/297/input.test.md | 18 - .../core/uncategorised/298/input.test.md | 24 - .../core/uncategorised/299/input.test.md | 10 - .../core/uncategorised/3/input.test.md | 6 - .../core/uncategorised/30/input.test.md | 20 - .../core/uncategorised/300/input.test.md | 14 - .../core/uncategorised/301/input.test.md | 14 - .../core/uncategorised/302/input.test.md | 12 - .../core/uncategorised/303/input.test.md | 24 - .../core/uncategorised/304/input.test.md | 14 - .../core/uncategorised/305/input.test.md | 16 - .../core/uncategorised/306/input.test.md | 16 - .../core/uncategorised/307/input.test.md | 14 - .../core/uncategorised/308/input.test.md | 16 - .../core/uncategorised/309/input.test.md | 16 - .../core/uncategorised/31/input.test.md | 20 - .../core/uncategorised/310/input.test.md | 16 - .../core/uncategorised/311/input.test.md | 18 - .../core/uncategorised/312/input.test.md | 18 - .../core/uncategorised/313/input.test.md | 12 - .../core/uncategorised/314/input.test.md | 14 - .../core/uncategorised/315/input.test.md | 14 - .../core/uncategorised/316/input.test.md | 2 - .../core/uncategorised/317/input.test.md | 14 - .../core/uncategorised/318/input.test.md | 16 - .../core/uncategorised/319/input.test.md | 16 - .../core/uncategorised/32/input.test.md | 20 - .../core/uncategorised/320/input.test.md | 10 - .../core/uncategorised/321/input.test.md | 12 - .../core/uncategorised/322/input.test.md | 4 - .../core/uncategorised/323/input.test.md | 18 - .../core/uncategorised/324/input.test.md | 22 - .../core/uncategorised/325/input.test.md | 6 - .../core/uncategorised/326/input.test.md | 16 - .../core/uncategorised/329/input.test.md | 12 - .../core/uncategorised/33/input.test.md | 20 - .../core/uncategorised/330/input.test.md | 16 - .../core/uncategorised/331/input.test.md | 22 - .../core/uncategorised/332/input.test.md | 18 - .../core/uncategorised/333/input.test.md | 18 - .../core/uncategorised/334/input.test.md | 10 - .../core/uncategorised/335/input.test.md | 24 - .../core/uncategorised/336/input.test.md | 22 - .../core/uncategorised/337/input.test.md | 24 - .../core/uncategorised/338/input.test.md | 18 - .../core/uncategorised/339/input.test.md | 14 - .../core/uncategorised/34/input.test.md | 20 - .../core/uncategorised/340/input.test.md | 26 - .../core/uncategorised/341/input.test.md | 12 - .../core/uncategorised/342/input.test.md | 12 - .../core/uncategorised/343/input.test.md | 18 - .../core/uncategorised/344/input.test.md | 16 - .../core/uncategorised/345/input.test.md | 8 - .../core/uncategorised/346/input.test.md | 8 - .../core/uncategorised/347/input.test.md | 12 - .../core/uncategorised/348/input.test.md | 12 - .../core/uncategorised/349/input.test.md | 8 - .../core/uncategorised/35/input.test.md | 20 - .../core/uncategorised/350/input.test.md | 8 - .../core/uncategorised/351/input.test.md | 8 - .../core/uncategorised/352/input.test.md | 12 - .../core/uncategorised/353/input.test.md | 12 - .../core/uncategorised/354/input.test.md | 8 - .../core/uncategorised/355/input.test.md | 6 - .../core/uncategorised/356/input.test.md | 6 - .../core/uncategorised/357/input.test.md | 12 - .../core/uncategorised/358/input.test.md | 12 - .../core/uncategorised/359/input.test.md | 12 - .../core/uncategorised/36/input.test.md | 20 - .../core/uncategorised/360/input.test.md | 6 - .../core/uncategorised/361/input.test.md | 8 - .../core/uncategorised/362/input.test.md | 8 - .../core/uncategorised/363/input.test.md | 8 - .../core/uncategorised/364/input.test.md | 10 - .../core/uncategorised/365/input.test.md | 18 - .../core/uncategorised/366/input.test.md | 24 - .../core/uncategorised/367/input.test.md | 12 - .../core/uncategorised/368/input.test.md | 12 - .../core/uncategorised/369/input.test.md | 12 - .../core/uncategorised/37/input.test.md | 32 - .../core/uncategorised/370/input.test.md | 8 - .../core/uncategorised/371/input.test.md | 8 - .../core/uncategorised/372/input.test.md | 8 - .../core/uncategorised/373/input.test.md | 8 - .../core/uncategorised/374/input.test.md | 18 - .../core/uncategorised/375/input.test.md | 10 - .../core/uncategorised/376/input.test.md | 12 - .../core/uncategorised/377/input.test.md | 14 - .../core/uncategorised/378/input.test.md | 22 - .../core/uncategorised/379/input.test.md | 28 - .../core/uncategorised/38/input.test.md | 32 - .../core/uncategorised/380/input.test.md | 20 - .../core/uncategorised/381/input.test.md | 14 - .../core/uncategorised/382/input.test.md | 14 - .../core/uncategorised/383/input.test.md | 12 - .../core/uncategorised/384/input.test.md | 12 - .../core/uncategorised/385/input.test.md | 12 - .../core/uncategorised/386/input.test.md | 8 - .../core/uncategorised/387/input.test.md | 10 - .../core/uncategorised/388/input.test.md | 14 - .../core/uncategorised/389/input.test.md | 14 - .../core/uncategorised/39/input.test.md | 32 - .../core/uncategorised/390/input.test.md | 30 - .../core/uncategorised/391/input.test.md | 22 - .../core/uncategorised/392/input.test.md | 28 - .../core/uncategorised/393/input.test.md | 32 - .../core/uncategorised/394/input.test.md | 30 - .../core/uncategorised/395/input.test.md | 16 - .../core/uncategorised/396/input.test.md | 20 - .../core/uncategorised/397/input.test.md | 16 - .../core/uncategorised/398/input.test.md | 16 - .../core/uncategorised/399/input.test.md | 16 - .../core/uncategorised/4/input.test.md | 20 - .../core/uncategorised/40/input.test.md | 32 - .../core/uncategorised/400/input.test.md | 16 - .../core/uncategorised/401/input.test.md | 12 - .../core/uncategorised/402/input.test.md | 12 - .../core/uncategorised/403/input.test.md | 12 - .../core/uncategorised/404/input.test.md | 12 - .../core/uncategorised/405/input.test.md | 12 - .../core/uncategorised/406/input.test.md | 12 - .../core/uncategorised/407/input.test.md | 16 - .../core/uncategorised/408/input.test.md | 14 - .../core/uncategorised/409/input.test.md | 6 - .../core/uncategorised/41/input.test.md | 32 - .../core/uncategorised/410/input.test.md | 10 - .../core/uncategorised/411/input.test.md | 6 - .../core/uncategorised/412/input.test.md | 10 - .../core/uncategorised/413/input.test.md | 8 - .../core/uncategorised/414/input.test.md | 8 - .../core/uncategorised/415/input.test.md | 22 - .../core/uncategorised/416/input.test.md | 20 - .../core/uncategorised/417/input.test.md | 12 - .../core/uncategorised/418/input.test.md | 12 - .../core/uncategorised/419/input.test.md | 12 - .../core/uncategorised/42/input.test.md | 32 - .../core/uncategorised/420/input.test.md | 18 - .../core/uncategorised/421/input.test.md | 12 - .../core/uncategorised/422/input.test.md | 12 - .../core/uncategorised/423/input.test.md | 10 - .../core/uncategorised/424/input.test.md | 12 - .../core/uncategorised/425/input.test.md | 8 - .../core/uncategorised/426/input.test.md | 12 - .../core/uncategorised/427/input.test.md | 12 - .../core/uncategorised/428/input.test.md | 16 - .../core/uncategorised/429/input.test.md | 4 - .../core/uncategorised/43/input.test.md | 32 - .../core/uncategorised/430/input.test.md | 4 - .../core/uncategorised/431/input.test.md | 8 - .../core/uncategorised/432/input.test.md | 8 - .../core/uncategorised/433/input.test.md | 8 - .../core/uncategorised/434/input.test.md | 12 - .../core/uncategorised/435/input.test.md | 8 - .../core/uncategorised/436/input.test.md | 8 - .../core/uncategorised/437/input.test.md | 8 - .../core/uncategorised/438/input.test.md | 8 - .../core/uncategorised/439/input.test.md | 10 - .../core/uncategorised/44/input.test.md | 18 - .../core/uncategorised/440/input.test.md | 10 - .../core/uncategorised/441/input.test.md | 18 - .../core/uncategorised/442/input.test.md | 10 - .../core/uncategorised/443/input.test.md | 10 - .../core/uncategorised/444/input.test.md | 10 - .../core/uncategorised/445/input.test.md | 10 - .../core/uncategorised/446/input.test.md | 8 - .../core/uncategorised/447/input.test.md | 8 - .../core/uncategorised/448/input.test.md | 8 - .../core/uncategorised/449/input.test.md | 8 - .../core/uncategorised/45/input.test.md | 18 - .../core/uncategorised/450/input.test.md | 14 - .../core/uncategorised/451/input.test.md | 14 - .../core/uncategorised/452/input.test.md | 6 - .../core/uncategorised/453/input.test.md | 6 - .../core/uncategorised/454/input.test.md | 4 - .../core/uncategorised/455/input.test.md | 6 - .../core/uncategorised/456/input.test.md | 6 - .../core/uncategorised/457/input.test.md | 12 - .../core/uncategorised/458/input.test.md | 14 - .../core/uncategorised/459/input.test.md | 14 - .../core/uncategorised/46/input.test.md | 8 - .../core/uncategorised/460/input.test.md | 14 - .../core/uncategorised/461/input.test.md | 26 - .../core/uncategorised/462/input.test.md | 26 - .../core/uncategorised/463/input.test.md | 24 - .../core/uncategorised/464/input.test.md | 24 - .../core/uncategorised/465/input.test.md | 26 - .../core/uncategorised/466/input.test.md | 22 - .../core/uncategorised/467/input.test.md | 22 - .../core/uncategorised/468/input.test.md | 24 - .../core/uncategorised/469/input.test.md | 24 - .../core/uncategorised/47/input.test.md | 10 - .../core/uncategorised/470/input.test.md | 24 - .../core/uncategorised/471/input.test.md | 24 - .../core/uncategorised/472/input.test.md | 22 - .../core/uncategorised/473/input.test.md | 22 - .../core/uncategorised/474/input.test.md | 20 - .../core/uncategorised/475/input.test.md | 20 - .../core/uncategorised/476/input.test.md | 20 - .../core/uncategorised/477/input.test.md | 20 - .../core/uncategorised/478/input.test.md | 20 - .../core/uncategorised/479/input.test.md | 20 - .../core/uncategorised/48/input.test.md | 10 - .../core/uncategorised/480/input.test.md | 20 - .../core/uncategorised/481/input.test.md | 20 - .../core/uncategorised/482/input.test.md | 22 - .../core/uncategorised/483/input.test.md | 22 - .../core/uncategorised/484/input.test.md | 14 - .../core/uncategorised/485/input.test.md | 14 - .../core/uncategorised/486/input.test.md | 26 - .../core/uncategorised/487/input.test.md | 26 - .../core/uncategorised/488/input.test.md | 18 - .../core/uncategorised/489/input.test.md | 18 - .../core/uncategorised/49/input.test.md | 8 - .../core/uncategorised/490/input.test.md | 32 - .../core/uncategorised/491/input.test.md | 18 - .../core/uncategorised/492/input.test.md | 40 - .../core/uncategorised/493/input.test.md | 32 - .../core/uncategorised/494/input.test.md | 36 - .../core/uncategorised/495/input.test.md | 18 - .../core/uncategorised/496/input.test.md | 18 - .../core/uncategorised/497/input.test.md | 26 - .../core/uncategorised/498/input.test.md | 26 - .../core/uncategorised/499/input.test.md | 16 - .../core/uncategorised/5/input.test.md | 16 - .../core/uncategorised/50/input.test.md | 8 - .../core/uncategorised/500/input.test.md | 18 - .../core/uncategorised/501/input.test.md | 26 - .../core/uncategorised/502/input.test.md | 26 - .../core/uncategorised/503/input.test.md | 24 - .../core/uncategorised/504/input.test.md | 22 - .../core/uncategorised/505/input.test.md | 22 - .../core/uncategorised/506/input.test.md | 22 - .../core/uncategorised/507/input.test.md | 22 - .../core/uncategorised/508/input.test.md | 22 - .../core/uncategorised/509/input.test.md | 22 - .../core/uncategorised/51/input.test.md | 8 - .../core/uncategorised/510/input.test.md | 22 - .../core/uncategorised/511/input.test.md | 18 - .../core/uncategorised/512/input.test.md | 14 - .../core/uncategorised/513/input.test.md | 14 - .../core/uncategorised/514/input.test.md | 24 - .../core/uncategorised/515/input.test.md | 18 - .../core/uncategorised/516/input.test.md | 18 - .../core/uncategorised/517/input.test.md | 34 - .../core/uncategorised/518/input.test.md | 26 - .../core/uncategorised/519/input.test.md | 34 - .../core/uncategorised/52/input.test.md | 8 - .../core/uncategorised/520/input.test.md | 20 - .../core/uncategorised/521/input.test.md | 20 - .../core/uncategorised/522/input.test.md | 34 - .../core/uncategorised/523/input.test.md | 14 - .../core/uncategorised/524/input.test.md | 8 - .../core/uncategorised/525/input.test.md | 10 - .../core/uncategorised/526/input.test.md | 14 - .../core/uncategorised/527/input.test.md | 12 - .../core/uncategorised/528/input.test.md | 18 - .../core/uncategorised/529/input.test.md | 24 - .../core/uncategorised/53/input.test.md | 8 - .../core/uncategorised/530/input.test.md | 14 - .../core/uncategorised/531/input.test.md | 20 - .../core/uncategorised/532/input.test.md | 20 - .../core/uncategorised/533/input.test.md | 12 - .../core/uncategorised/534/input.test.md | 18 - .../core/uncategorised/535/input.test.md | 24 - .../core/uncategorised/536/input.test.md | 12 - .../core/uncategorised/537/input.test.md | 14 - .../core/uncategorised/538/input.test.md | 6 - .../core/uncategorised/539/input.test.md | 16 - .../core/uncategorised/54/input.test.md | 8 - .../core/uncategorised/540/input.test.md | 14 - .../core/uncategorised/541/input.test.md | 22 - .../core/uncategorised/542/input.test.md | 16 - .../core/uncategorised/543/input.test.md | 24 - .../core/uncategorised/544/input.test.md | 26 - .../core/uncategorised/545/input.test.md | 24 - .../core/uncategorised/546/input.test.md | 22 - .../core/uncategorised/547/input.test.md | 26 - .../core/uncategorised/548/input.test.md | 24 - .../core/uncategorised/549/input.test.md | 22 - .../core/uncategorised/55/input.test.md | 8 - .../core/uncategorised/550/input.test.md | 16 - .../core/uncategorised/551/input.test.md | 6 - .../core/uncategorised/552/input.test.md | 16 - .../core/uncategorised/553/input.test.md | 6 - .../core/uncategorised/554/input.test.md | 20 - .../core/uncategorised/555/input.test.md | 26 - .../core/uncategorised/56/input.test.md | 8 - .../core/uncategorised/57/input.test.md | 4 - .../core/uncategorised/58/input.test.md | 4 - .../core/uncategorised/59/input.test.md | 8 - .../core/uncategorised/6/input.test.md | 14 - .../core/uncategorised/60/input.test.md | 4 - .../core/uncategorised/61/input.test.md | 4 - .../core/uncategorised/62/input.test.md | 8 - .../core/uncategorised/63/input.test.md | 10 - .../core/uncategorised/64/input.test.md | 16 - .../core/uncategorised/65/input.test.md | 18 - .../core/uncategorised/66/input.test.md | 6 - .../core/uncategorised/67/input.test.md | 6 - .../core/uncategorised/68/input.test.md | 6 - .../core/uncategorised/69/input.test.md | 6 - .../core/uncategorised/7/input.test.md | 10 - .../core/uncategorised/70/input.test.md | 6 - .../core/uncategorised/71/input.test.md | 6 - .../core/uncategorised/72/input.test.md | 6 - .../core/uncategorised/73/input.test.md | 6 - .../core/uncategorised/74/input.test.md | 6 - .../core/uncategorised/75/input.test.md | 6 - .../core/uncategorised/76/input.test.md | 6 - .../core/uncategorised/77/input.test.md | 6 - .../core/uncategorised/78/input.test.md | 6 - .../core/uncategorised/79/input.test.md | 6 - .../core/uncategorised/8/input.test.md | 10 - .../core/uncategorised/80/input.test.md | 6 - .../core/uncategorised/81/input.test.md | 6 - .../core/uncategorised/82/input.test.md | 6 - .../core/uncategorised/83/input.test.md | 6 - .../core/uncategorised/84/input.test.md | 6 - .../core/uncategorised/85/input.test.md | 4 - .../core/uncategorised/86/input.test.md | 4 - .../core/uncategorised/87/input.test.md | 4 - .../core/uncategorised/88/input.test.md | 4 - .../core/uncategorised/89/input.test.md | 4 - .../core/uncategorised/9/input.test.md | 12 - .../core/uncategorised/90/input.test.md | 4 - .../core/uncategorised/91/input.test.md | 4 - .../core/uncategorised/92/input.test.md | 4 - .../core/uncategorised/93/input.test.md | 4 - .../core/uncategorised/94/input.test.md | 4 - .../core/uncategorised/95/input.test.md | 4 - .../core/uncategorised/96/input.test.md | 4 - .../core/uncategorised/97/input.test.md | 4 - .../core/uncategorised/98/input.test.md | 4 - .../core/uncategorised/99/input.test.md | 4 - .../comma-after-rest/input.test.md | 12 - .../comma-after-spread-for-in/input.test.md | 12 - .../comma-after-spread-nested/input.test.md | 14 - .../comma-after-spread/input.test.md | 10 - .../invalid-location/input.test.md | 16 - .../with-object/input.test.md | 30 - .../comma-after-rest-param/input.test.md | 14 - .../input.test.md | 12 - .../in-logic-expression/input.test.md | 28 - .../inner-parens/input.test.md | 20 - .../invalid-rest-in-params/input.test.md | 18 - .../no-binary-left/input.test.md | 20 - .../arrow-functions/no-callee/input.test.md | 16 - .../no-ternary-test/input.test.md | 28 - .../object-rest-spread/input.test.md | 28 - .../input.test.md | 50 - .../input.test.md | 29 - .../disallow-computed-async/input.test.md | 23 - .../disallow-computed-get/input.test.md | 23 - .../input.test.md | 33 - .../disallow-literal-async/input.test.md | 23 - .../disallow-literal-get/input.test.md | 23 - .../input.test.md | 23 - .../disallow-static-prototype/input.test.md | 23 - .../getter-signature/input.test.md | 27 - .../class-methods/linebreaks/input.test.md | 146 --- .../malformed-super-expression/input.test.md | 31 - .../class-methods/tricky-names/input.test.md | 189 --- .../es2015/class/division/input.test.md | 66 - .../es2015/class/extends-strict/input.test.md | 30 - .../class/invalid-escape-get/input.test.md | 23 - .../class/invalid-escape-set/input.test.md | 27 - .../class/invalid-escape-static/input.test.md | 23 - .../call-expression/input.test.md | 22 - .../destructuring/binding-this/input.test.md | 22 - .../duplicate-proto-1/input.test.md | 28 - .../duplicate-proto-2/input.test.md | 32 - .../duplicate-proto-3/input.test.md | 30 - .../duplicate-proto-4/input.test.md | 38 - .../error-operator-for-default/input.test.md | 18 - .../parenthesized-lhs-array/input.test.md | 14 - .../parenthesized-lhs-object/input.test.md | 20 - .../in-new-expression/input.test.md | 32 - .../for-in/bare-initializer/input.test.md | 20 - .../for-in/const-initializer/input.test.md | 18 - .../for-in/let-initializer/input.test.md | 18 - .../nonstrict-initializer/input.test.md | 90 -- .../for-in/strict-initializer/input.test.md | 20 - .../input.test.md | 22 - .../input.test.md | 26 - .../for-of/bare-initializer/input.test.md | 20 - .../for-of/brackets-const/input.test.md | 26 - .../es2015/for-of/brackets-let/input.test.md | 26 - .../es2015/for-of/brackets-var/input.test.md | 26 - .../for-of/invalid-escape-of/input.test.md | 14 - .../es2015/for-of/invalid-expr/input.test.md | 30 - .../es2015/for-of/right-regex/input.test.md | 42 - .../invalid-escape-yield/input.test.md | 16 - .../generators/invalid-hanging/input.test.md | 16 - .../generators/yield-regex/input.test.md | 20 - .../invalid-escape-seq-const/input.test.md | 24 - .../invalid-escape-seq-export/input.test.md | 30 - .../invalid-escape-seq-if/input.test.md | 10 - .../invalid-escape-seq-import/input.test.md | 18 - .../invalid-escape-seq-null/input.test.md | 64 +- .../invalid-escape-seq-true/input.test.md | 8 - .../es2015/let/invalid-escape/input.test.md | 16 - .../let/let-as-identifier-1/input.test.md | 10 - .../let/let-as-identifier-2/input.test.md | 12 - .../let/let-as-identifier-3/input.test.md | 10 - .../let/let-as-identifier-4/input.test.md | 10 - .../let/let-as-identifier-5/input.test.md | 12 - .../let/let-as-identifier-6/input.test.md | 14 - .../let/let-as-identifier-7/input.test.md | 14 - .../input.test.md | 14 - .../let-at-binding-list-fail-1/input.test.md | 20 - .../let-at-binding-list-fail-2/input.test.md | 20 - .../let-at-binding-list-fail-3/input.test.md | 16 - .../let-at-binding-list-fail-4/input.test.md | 16 - .../let-at-binding-list-fail-5/input.test.md | 10 - .../let-at-binding-list-fail-6/input.test.md | 12 - .../let/let-at-catch-block/input.test.md | 20 - .../let/let-block-with-newline/input.test.md | 20 - .../input.test.md | 18 - .../input.test.md | 28 - .../let/let-with-linebreak/input.test.md | 10 - .../es2015/let/try-catch-let/input.test.md | 12 - .../meta-properties/expression/input.test.md | 24 - .../invalid-arrow-function/input.test.md | 26 - .../nested-arrow-function/input.test.md | 22 - .../new-invalid-prop/input.test.md | 46 +- .../new-target-inside-params/input.test.md | 48 - .../input.test.md | 20 - .../input.test.md | 20 - .../new-target-invalid/input.test.md | 12 - .../meta-properties/new-target/input.test.md | 18 - .../meta-properties/statement/input.test.md | 18 - .../input.test.md | 26 - .../duplicate-export-default/input.test.md | 22 - .../input.test.md | 20 - .../input.test.md | 24 - .../input.test.md | 34 - .../input.test.md | 398 ------ .../input.test.md | 46 - .../input.test.md | 78 -- .../input.test.md | 74 -- .../input.test.md | 82 -- .../input.test.md | 34 - .../input.test.md | 34 - .../input.test.md | 34 - .../input.test.md | 34 - .../input.test.md | 42 - .../input.test.md | 42 - .../input.test.md | 34 - .../input.test.md | 34 - .../input.test.md | 30 - .../input.test.md | 30 - .../input.test.md | 38 - .../input.test.md | 38 - .../input.test.md | 32 - .../input.test.md | 28 - .../input.test.md | 26 - .../input.test.md | 22 - .../duplicate-named-export/input.test.md | 22 - .../input.test.md | 20 - .../input.test.md | 10 - .../input.test.md | 10 - .../input.test.md | 16 - .../input.test.md | 12 - .../input.test.md | 12 - .../input.test.md | 26 - .../input.test.md | 26 - .../input.test.md | 26 - .../input.test.md | 12 - .../input.test.md | 22 - .../import-invalid-keyword-flow/input.test.md | 16 - .../input.test.md | 16 - .../import-invalid-keyword/input.test.md | 16 - .../invalid-escape-export-as/input.test.md | 24 - .../invalid-escape-import-from/input.test.md | 22 - .../input.test.md | 22 - .../xml-comment-in-module/input.test.md | 14 - .../xml-comment-in-script/input.test.md | 8 - .../async-method-linebreak/input.test.md | 18 - .../input.test.md | 28 - .../regex/duplicate-flags/input.test.md | 12 - .../es2015/regression/11183/input.test.md | 28 - .../es2015/regression/186/input.test.md | 28 - .../es2015/regression/6864/input.test.md | 46 - .../es2015/shorthand/1/input.test.md | 22 - .../es2015/shorthand/2/input.test.md | 32 - .../label-invalid-class/input.test.md | 14 - .../label-invalid-const/input.test.md | 18 - .../label-invalid-func-async/input.test.md | 16 - .../input.test.md | 16 - .../label-invalid-func-strict/input.test.md | 26 - .../label-invalid-let/input.test.md | 16 - .../label-valid-func-non-strict/input.test.md | 14 - .../statements/label-valid-var/input.test.md | 14 - .../es2015/uncategorised/1/input.test.md | 4 - .../es2015/uncategorised/10/input.test.md | 6 - .../es2015/uncategorised/105/input.test.md | 10 - .../es2015/uncategorised/107/input.test.md | 16 - .../es2015/uncategorised/108/input.test.md | 20 - .../es2015/uncategorised/109/input.test.md | 24 - .../es2015/uncategorised/11/input.test.md | 6 - .../es2015/uncategorised/110/input.test.md | 20 - .../es2015/uncategorised/111/input.test.md | 16 - .../es2015/uncategorised/112/input.test.md | 16 - .../es2015/uncategorised/113/input.test.md | 21 - .../es2015/uncategorised/114/input.test.md | 21 - .../es2015/uncategorised/115/input.test.md | 23 - .../es2015/uncategorised/116/input.test.md | 23 - .../es2015/uncategorised/117/input.test.md | 25 - .../es2015/uncategorised/118/input.test.md | 25 - .../es2015/uncategorised/119/input.test.md | 25 - .../es2015/uncategorised/12/input.test.md | 6 - .../es2015/uncategorised/120/input.test.md | 25 - .../es2015/uncategorised/121/input.test.md | 31 - .../es2015/uncategorised/122/input.test.md | 31 - .../es2015/uncategorised/123/input.test.md | 33 - .../es2015/uncategorised/124/input.test.md | 21 - .../es2015/uncategorised/125/input.test.md | 36 - .../es2015/uncategorised/126/input.test.md | 21 - .../es2015/uncategorised/127/input.test.md | 23 - .../es2015/uncategorised/128/input.test.md | 21 - .../es2015/uncategorised/129/input.test.md | 34 - .../es2015/uncategorised/13/input.test.md | 6 - .../es2015/uncategorised/131/input.test.md | 34 - .../es2015/uncategorised/132/input.test.md | 38 - .../es2015/uncategorised/133/input.test.md | 34 - .../es2015/uncategorised/134/input.test.md | 34 - .../es2015/uncategorised/135/input.test.md | 68 -- .../es2015/uncategorised/136/input.test.md | 21 - .../es2015/uncategorised/137/input.test.md | 21 - .../es2015/uncategorised/138/input.test.md | 38 - .../es2015/uncategorised/139/input.test.md | 34 - .../es2015/uncategorised/14/input.test.md | 6 - .../es2015/uncategorised/140/input.test.md | 8 - .../es2015/uncategorised/141/input.test.md | 14 - .../es2015/uncategorised/142/input.test.md | 18 - .../es2015/uncategorised/143/input.test.md | 18 - .../es2015/uncategorised/144/input.test.md | 22 - .../es2015/uncategorised/145/input.test.md | 30 - .../es2015/uncategorised/146/input.test.md | 16 - .../es2015/uncategorised/147/input.test.md | 28 - .../es2015/uncategorised/148/input.test.md | 22 - .../es2015/uncategorised/149/input.test.md | 28 - .../es2015/uncategorised/15/input.test.md | 6 - .../es2015/uncategorised/150/input.test.md | 21 - .../es2015/uncategorised/151/input.test.md | 8 - .../es2015/uncategorised/152/input.test.md | 24 - .../es2015/uncategorised/153/input.test.md | 34 - .../es2015/uncategorised/154/input.test.md | 38 - .../es2015/uncategorised/155/input.test.md | 42 - .../es2015/uncategorised/156/input.test.md | 40 - .../es2015/uncategorised/157/input.test.md | 45 - .../es2015/uncategorised/158/input.test.md | 32 - .../es2015/uncategorised/159/input.test.md | 22 - .../es2015/uncategorised/16/input.test.md | 6 - .../es2015/uncategorised/160/input.test.md | 18 - .../es2015/uncategorised/161/input.test.md | 30 - .../es2015/uncategorised/162/input.test.md | 28 - .../es2015/uncategorised/163/input.test.md | 18 - .../es2015/uncategorised/164/input.test.md | 22 - .../es2015/uncategorised/165/input.test.md | 30 - .../es2015/uncategorised/166/input.test.md | 30 - .../es2015/uncategorised/167/input.test.md | 22 - .../es2015/uncategorised/168/input.test.md | 70 -- .../es2015/uncategorised/169/input.test.md | 24 - .../es2015/uncategorised/17/input.test.md | 6 - .../es2015/uncategorised/170/input.test.md | 32 - .../es2015/uncategorised/171/input.test.md | 24 - .../es2015/uncategorised/172/input.test.md | 72 -- .../es2015/uncategorised/173/input.test.md | 28 - .../es2015/uncategorised/174/input.test.md | 28 - .../es2015/uncategorised/175/input.test.md | 76 -- .../es2015/uncategorised/176/input.test.md | 12 - .../es2015/uncategorised/177/input.test.md | 14 - .../es2015/uncategorised/178/input.test.md | 20 - .../es2015/uncategorised/179/input.test.md | 22 - .../es2015/uncategorised/18/input.test.md | 8 - .../es2015/uncategorised/180/input.test.md | 16 - .../es2015/uncategorised/181/input.test.md | 16 - .../es2015/uncategorised/182/input.test.md | 26 - .../es2015/uncategorised/183/input.test.md | 36 - .../es2015/uncategorised/184/input.test.md | 12 - .../es2015/uncategorised/185/input.test.md | 14 - .../es2015/uncategorised/186/input.test.md | 30 - .../es2015/uncategorised/187/input.test.md | 18 - .../es2015/uncategorised/188/input.test.md | 16 - .../es2015/uncategorised/189/input.test.md | 20 - .../es2015/uncategorised/19/input.test.md | 12 - .../es2015/uncategorised/190/input.test.md | 36 - .../es2015/uncategorised/192/input.test.md | 12 - .../es2015/uncategorised/193/input.test.md | 14 - .../es2015/uncategorised/194/input.test.md | 14 - .../es2015/uncategorised/195/input.test.md | 16 - .../es2015/uncategorised/196/input.test.md | 28 - .../es2015/uncategorised/197/input.test.md | 14 - .../es2015/uncategorised/198/input.test.md | 8 - .../es2015/uncategorised/199/input.test.md | 12 - .../es2015/uncategorised/2/input.test.md | 4 - .../es2015/uncategorised/20/input.test.md | 16 - .../es2015/uncategorised/200/input.test.md | 12 - .../es2015/uncategorised/201/input.test.md | 12 - .../es2015/uncategorised/202/input.test.md | 8 - .../es2015/uncategorised/203/input.test.md | 12 - .../es2015/uncategorised/204/input.test.md | 12 - .../es2015/uncategorised/205/input.test.md | 12 - .../es2015/uncategorised/206/input.test.md | 8 - .../es2015/uncategorised/207/input.test.md | 12 - .../es2015/uncategorised/208/input.test.md | 12 - .../es2015/uncategorised/209/input.test.md | 12 - .../es2015/uncategorised/21/input.test.md | 8 - .../es2015/uncategorised/210/input.test.md | 12 - .../es2015/uncategorised/211/input.test.md | 8 - .../es2015/uncategorised/212/input.test.md | 12 - .../es2015/uncategorised/213/input.test.md | 12 - .../es2015/uncategorised/214/input.test.md | 12 - .../es2015/uncategorised/215/input.test.md | 12 - .../es2015/uncategorised/216/input.test.md | 6 - .../es2015/uncategorised/217/input.test.md | 6 - .../es2015/uncategorised/218/input.test.md | 6 - .../es2015/uncategorised/219/input.test.md | 6 - .../es2015/uncategorised/22/input.test.md | 8 - .../es2015/uncategorised/220/input.test.md | 12 - .../es2015/uncategorised/221/input.test.md | 14 - .../es2015/uncategorised/222/input.test.md | 20 - .../es2015/uncategorised/223/input.test.md | 20 - .../es2015/uncategorised/224/input.test.md | 16 - .../es2015/uncategorised/225/input.test.md | 16 - .../es2015/uncategorised/226/input.test.md | 12 - .../es2015/uncategorised/227/input.test.md | 40 - .../es2015/uncategorised/228/input.test.md | 38 - .../es2015/uncategorised/229/input.test.md | 12 - .../es2015/uncategorised/23/input.test.md | 8 - .../es2015/uncategorised/230/input.test.md | 12 - .../es2015/uncategorised/231/input.test.md | 12 - .../es2015/uncategorised/232/input.test.md | 14 - .../es2015/uncategorised/233/input.test.md | 20 - .../es2015/uncategorised/234/input.test.md | 20 - .../es2015/uncategorised/235/input.test.md | 24 - .../es2015/uncategorised/236/input.test.md | 24 - .../es2015/uncategorised/237/input.test.md | 14 - .../es2015/uncategorised/238/input.test.md | 24 - .../es2015/uncategorised/239/input.test.md | 18 - .../es2015/uncategorised/24/input.test.md | 8 - .../es2015/uncategorised/240/input.test.md | 14 - .../es2015/uncategorised/241/input.test.md | 16 - .../es2015/uncategorised/242/input.test.md | 20 - .../es2015/uncategorised/243/input.test.md | 16 - .../es2015/uncategorised/244/input.test.md | 16 - .../es2015/uncategorised/245/input.test.md | 18 - .../es2015/uncategorised/246/input.test.md | 18 - .../es2015/uncategorised/247/input.test.md | 22 - .../es2015/uncategorised/248/input.test.md | 20 - .../es2015/uncategorised/249/input.test.md | 16 - .../es2015/uncategorised/25/input.test.md | 14 - .../es2015/uncategorised/250/input.test.md | 12 - .../es2015/uncategorised/251/input.test.md | 14 - .../es2015/uncategorised/252/input.test.md | 16 - .../es2015/uncategorised/255/input.test.md | 28 - .../es2015/uncategorised/26/input.test.md | 46 - .../es2015/uncategorised/261/input.test.md | 28 - .../es2015/uncategorised/263/input.test.md | 19 - .../es2015/uncategorised/264/input.test.md | 10 - .../es2015/uncategorised/265/input.test.md | 10 - .../es2015/uncategorised/266/input.test.md | 22 - .../es2015/uncategorised/267/input.test.md | 26 - .../es2015/uncategorised/268/input.test.md | 18 - .../es2015/uncategorised/27/input.test.md | 22 - .../es2015/uncategorised/273/input.test.md | 22 - .../es2015/uncategorised/275/input.test.md | 12 - .../es2015/uncategorised/276/input.test.md | 12 - .../es2015/uncategorised/277/input.test.md | 22 - .../es2015/uncategorised/278/input.test.md | 34 - .../es2015/uncategorised/279/input.test.md | 22 - .../es2015/uncategorised/28/input.test.md | 10 - .../es2015/uncategorised/280/input.test.md | 32 - .../es2015/uncategorised/281/input.test.md | 60 - .../es2015/uncategorised/283/input.test.md | 16 - .../es2015/uncategorised/284/input.test.md | 16 - .../es2015/uncategorised/285/input.test.md | 14 - .../es2015/uncategorised/286/input.test.md | 16 - .../es2015/uncategorised/287/input.test.md | 20 - .../es2015/uncategorised/289/input.test.md | 24 - .../es2015/uncategorised/29/input.test.md | 12 - .../es2015/uncategorised/290/input.test.md | 16 - .../es2015/uncategorised/291/input.test.md | 12 - .../es2015/uncategorised/293/input.test.md | 20 - .../es2015/uncategorised/294/input.test.md | 12 - .../es2015/uncategorised/295/input.test.md | 24 - .../es2015/uncategorised/296/input.test.md | 16 - .../es2015/uncategorised/297/input.test.md | 20 - .../es2015/uncategorised/298/input.test.md | 22 - .../es2015/uncategorised/299/input.test.md | 28 - .../es2015/uncategorised/3/input.test.md | 6 - .../es2015/uncategorised/30/input.test.md | 12 - .../es2015/uncategorised/300/input.test.md | 22 - .../es2015/uncategorised/301/input.test.md | 18 - .../es2015/uncategorised/302/input.test.md | 18 - .../es2015/uncategorised/303/input.test.md | 20 - .../es2015/uncategorised/304/input.test.md | 24 - .../es2015/uncategorised/305/input.test.md | 24 - .../es2015/uncategorised/306/input.test.md | 20 - .../es2015/uncategorised/307/input.test.md | 32 - .../es2015/uncategorised/308/input.test.md | 36 - .../es2015/uncategorised/309/input.test.md | 38 - .../es2015/uncategorised/31/input.test.md | 14 - .../es2015/uncategorised/310/input.test.md | 28 - .../es2015/uncategorised/311/input.test.md | 28 - .../es2015/uncategorised/312/input.test.md | 32 - .../es2015/uncategorised/313/input.test.md | 20 - .../es2015/uncategorised/314/input.test.md | 20 - .../es2015/uncategorised/315/input.test.md | 20 - .../es2015/uncategorised/316/input.test.md | 21 - .../es2015/uncategorised/317/input.test.md | 32 - .../es2015/uncategorised/318/input.test.md | 12 - .../es2015/uncategorised/319/input.test.md | 12 - .../es2015/uncategorised/32/input.test.md | 16 - .../es2015/uncategorised/320/input.test.md | 18 - .../es2015/uncategorised/321/input.test.md | 20 - .../es2015/uncategorised/322/input.test.md | 14 - .../es2015/uncategorised/323/input.test.md | 22 - .../es2015/uncategorised/324/input.test.md | 16 - .../es2015/uncategorised/325/input.test.md | 16 - .../es2015/uncategorised/326/input.test.md | 14 - .../es2015/uncategorised/327/input.test.md | 14 - .../es2015/uncategorised/328/input.test.md | 20 - .../es2015/uncategorised/329/input.test.md | 16 - .../es2015/uncategorised/33/input.test.md | 20 - .../es2015/uncategorised/331/input.test.md | 16 - .../es2015/uncategorised/332/input.test.md | 16 - .../es2015/uncategorised/333/input.test.md | 34 - .../es2015/uncategorised/334/input.test.md | 14 - .../es2015/uncategorised/338/input.test.md | 16 - .../es2015/uncategorised/339/input.test.md | 10 - .../es2015/uncategorised/34/input.test.md | 20 - .../es2015/uncategorised/340/input.test.md | 26 - .../es2015/uncategorised/341/input.test.md | 26 - .../es2015/uncategorised/342/input.test.md | 34 - .../es2015/uncategorised/344/input.test.md | 8 - .../es2015/uncategorised/347/input.test.md | 31 - .../es2015/uncategorised/348/input.test.md | 24 - .../es2015/uncategorised/349/input.test.md | 24 - .../es2015/uncategorised/35/input.test.md | 18 - .../es2015/uncategorised/350/input.test.md | 22 - .../es2015/uncategorised/351/input.test.md | 28 - .../es2015/uncategorised/352/input.test.md | 28 - .../es2015/uncategorised/354/input.test.md | 14 - .../es2015/uncategorised/355/input.test.md | 26 - .../es2015/uncategorised/356/input.test.md | 12 - .../es2015/uncategorised/357/input.test.md | 16 - .../es2015/uncategorised/358/input.test.md | 14 - .../es2015/uncategorised/359/input.test.md | 16 - .../es2015/uncategorised/36/input.test.md | 18 - .../es2015/uncategorised/360/input.test.md | 22 - .../es2015/uncategorised/361/input.test.md | 24 - .../es2015/uncategorised/362/input.test.md | 22 - .../es2015/uncategorised/363/input.test.md | 24 - .../es2015/uncategorised/364/input.test.md | 10 - .../es2015/uncategorised/365/input.test.md | 12 - .../es2015/uncategorised/366/input.test.md | 8 - .../es2015/uncategorised/367/input.test.md | 10 - .../es2015/uncategorised/368/input.test.md | 14 - .../es2015/uncategorised/369/input.test.md | 14 - .../es2015/uncategorised/37/input.test.md | 16 - .../es2015/uncategorised/370/input.test.md | 16 - .../es2015/uncategorised/371/input.test.md | 16 - .../es2015/uncategorised/372/input.test.md | 24 - .../es2015/uncategorised/373/input.test.md | 24 - .../es2015/uncategorised/374/input.test.md | 24 - .../es2015/uncategorised/375/input.test.md | 24 - .../es2015/uncategorised/376/input.test.md | 12 - .../es2015/uncategorised/377/input.test.md | 12 - .../es2015/uncategorised/378/input.test.md | 10 - .../es2015/uncategorised/379/input.test.md | 10 - .../es2015/uncategorised/38/input.test.md | 30 - .../es2015/uncategorised/380/input.test.md | 14 - .../es2015/uncategorised/381/input.test.md | 14 - .../es2015/uncategorised/382/input.test.md | 14 - .../es2015/uncategorised/383/input.test.md | 10 - .../es2015/uncategorised/384/input.test.md | 12 - .../es2015/uncategorised/385/input.test.md | 12 - .../es2015/uncategorised/386/input.test.md | 24 - .../es2015/uncategorised/387/input.test.md | 36 - .../es2015/uncategorised/388/input.test.md | 16 - .../es2015/uncategorised/389/input.test.md | 42 - .../es2015/uncategorised/39/input.test.md | 20 - .../es2015/uncategorised/390/input.test.md | 36 - .../es2015/uncategorised/391/input.test.md | 14 - .../es2015/uncategorised/392/input.test.md | 50 - .../es2015/uncategorised/393/input.test.md | 36 - .../es2015/uncategorised/394/input.test.md | 48 - .../es2015/uncategorised/395/input.test.md | 16 - .../es2015/uncategorised/4/input.test.md | 6 - .../es2015/uncategorised/40/input.test.md | 12 - .../es2015/uncategorised/41/input.test.md | 12 - .../es2015/uncategorised/42/input.test.md | 12 - .../es2015/uncategorised/43/input.test.md | 14 - .../es2015/uncategorised/44/input.test.md | 16 - .../es2015/uncategorised/45/input.test.md | 18 - .../es2015/uncategorised/46/input.test.md | 12 - .../es2015/uncategorised/47/input.test.md | 18 - .../es2015/uncategorised/48/input.test.md | 26 - .../es2015/uncategorised/49/input.test.md | 14 - .../es2015/uncategorised/5/input.test.md | 16 - .../es2015/uncategorised/50/input.test.md | 18 - .../es2015/uncategorised/52/input.test.md | 20 - .../es2015/uncategorised/53/input.test.md | 24 - .../es2015/uncategorised/54/input.test.md | 20 - .../es2015/uncategorised/55/input.test.md | 20 - .../es2015/uncategorised/56/input.test.md | 20 - .../es2015/uncategorised/6/input.test.md | 6 - .../es2015/uncategorised/61/input.test.md | 26 - .../es2015/uncategorised/62/input.test.md | 18 - .../es2015/uncategorised/63/input.test.md | 20 - .../es2015/uncategorised/64/input.test.md | 16 - .../es2015/uncategorised/65/input.test.md | 20 - .../es2015/uncategorised/66/input.test.md | 16 - .../es2015/uncategorised/67/input.test.md | 20 - .../es2015/uncategorised/68/input.test.md | 16 - .../es2015/uncategorised/69/input.test.md | 20 - .../es2015/uncategorised/7/input.test.md | 6 - .../es2015/uncategorised/70/input.test.md | 20 - .../es2015/uncategorised/71/input.test.md | 20 - .../es2015/uncategorised/72/input.test.md | 12 - .../es2015/uncategorised/73/input.test.md | 14 - .../es2015/uncategorised/74/input.test.md | 12 - .../es2015/uncategorised/75/input.test.md | 14 - .../es2015/uncategorised/76/input.test.md | 14 - .../es2015/uncategorised/77/input.test.md | 12 - .../es2015/uncategorised/78/input.test.md | 10 - .../es2015/uncategorised/79/input.test.md | 6 - .../es2015/uncategorised/8/input.test.md | 6 - .../es2015/uncategorised/80/input.test.md | 12 - .../es2015/uncategorised/81/input.test.md | 12 - .../es2015/uncategorised/82/input.test.md | 10 - .../es2015/uncategorised/83/input.test.md | 10 - .../es2015/uncategorised/84/input.test.md | 8 - .../es2015/uncategorised/85/input.test.md | 6 - .../es2015/uncategorised/86/input.test.md | 18 - .../es2015/uncategorised/87/input.test.md | 30 - .../es2015/uncategorised/88/input.test.md | 20 - .../es2015/uncategorised/89/input.test.md | 30 - .../es2015/uncategorised/9/input.test.md | 16 - .../es2015/uncategorised/90/input.test.md | 12 - .../es2015/uncategorised/91/input.test.md | 6 - .../es2015/uncategorised/92/input.test.md | 12 - .../es2015/uncategorised/93/input.test.md | 22 - .../es2015/uncategorised/94/input.test.md | 14 - .../es2015/uncategorised/95/input.test.md | 28 - .../es2015/uncategorised/96/input.test.md | 32 - .../es2015/uncategorised/97/input.test.md | 14 - .../es2015/uncategorised/98/input.test.md | 12 - .../input.test.md | 82 -- .../es2015/yield/asi/input.test.md | 18 - .../es2015/yield/asi2/input.test.md | 24 - .../yield/basic-with-argument/input.test.md | 16 - .../basic-without-argument/input.test.md | 24 - .../function-name-class-wrapped/input.test.md | 29 - .../input.test.md | 20 - .../input.test.md | 10 - .../input.test.md | 20 - .../input.test.md | 14 - .../input.test.md | 21 - .../input.test.md | 10 - .../input.test.md | 16 - .../input.test.md | 21 - .../input.test.md | 24 - .../input.test.md | 18 - .../function-name-strict-body/input.test.md | 14 - .../yield/function-name-strict/input.test.md | 14 - .../yield/in-class-heritage/input.test.md | 21 - .../yield/in-global-scope/input.test.md | 12 - .../yield/in-iterator-stmt/input.test.md | 26 - .../yield/in-plain-function/input.test.md | 20 - .../input-not-followed-by-regex/input.test.md | 22 - .../input.test.md | 30 - .../input.test.md | 28 - .../input.test.md | 26 - .../input.test.md | 44 - .../input.test.md | 28 - .../input.test.md | 34 - .../input.test.md | 32 - .../input.test.md | 26 - .../input.test.md | 16 - .../input.test.md | 26 - .../input.test.md | 18 - .../input.test.md | 26 - .../input.test.md | 20 - .../parameter-default-strict/input.test.md | 22 - .../input.test.md | 24 - .../input.test.md | 22 - .../input.test.md | 22 - .../input.test.md | 26 - .../input.test.md | 24 - .../input.test.md | 12 - .../yield/parameter-name-arrow/input.test.md | 12 - .../parameter-name-function/input.test.md | 14 - .../input.test.md | 22 - .../parameter-name-generator/input.test.md | 16 - .../parameter-name-strict-body/input.test.md | 18 - .../yield/parameter-name-strict/input.test.md | 18 - .../es2015/yield/yield class/input.test.md | 18 - .../yield/yield-as-identifier/input.test.md | 12 - .../input.test.md | 16 - .../input.test.md | 10 - .../input.test.md | 16 - .../input.test.md | 16 - .../input.test.md | 28 - .../input.test.md | 18 - .../input.test.md | 22 - .../input.test.md | 22 - .../es2015/yield/yield-yield/input.test.md | 18 - .../exponentiation-operator/1/input.test.md | 10 - .../exponentiation-operator/10/input.test.md | 14 - .../exponentiation-operator/11/input.test.md | 14 - .../exponentiation-operator/12/input.test.md | 14 - .../exponentiation-operator/13/input.test.md | 16 - .../exponentiation-operator/14/input.test.md | 12 - .../exponentiation-operator/15/input.test.md | 14 - .../exponentiation-operator/16/input.test.md | 14 - .../exponentiation-operator/2/input.test.md | 12 - .../exponentiation-operator/3/input.test.md | 10 - .../exponentiation-operator/4/input.test.md | 16 - .../exponentiation-operator/5/input.test.md | 14 - .../exponentiation-operator/6/input.test.md | 14 - .../exponentiation-operator/7/input.test.md | 16 - .../exponentiation-operator/8/input.test.md | 16 - .../exponentiation-operator/9/input.test.md | 12 - .../array-pattern-default/input.test.md | 30 - .../array-pattern/input.test.md | 26 - .../arrow-function-concise-body/input.test.md | 22 - .../arrow-function/input.test.md | 26 - .../input.test.md | 14 - .../input.test.md | 12 - .../input.test.md | 22 - .../async-arrow-function/input.test.md | 26 - .../async-function/input.test.md | 22 - .../default/input.test.md | 22 - .../generator-function/input.test.md | 22 - .../generator-method/input.test.md | 34 - .../method/input.test.md | 34 - .../object-pattern-default/input.test.md | 38 - .../object-pattern/input.test.md | 34 - .../simple-parameter-list/rest/input.test.md | 18 - .../es2017/async-functions/1/input.test.md | 10 - .../es2017/async-functions/10/input.test.md | 30 - .../es2017/async-functions/11/input.test.md | 14 - .../es2017/async-functions/12/input.test.md | 20 - .../es2017/async-functions/13/input.test.md | 28 - .../es2017/async-functions/14/input.test.md | 26 - .../es2017/async-functions/15/input.test.md | 40 - .../es2017/async-functions/16/input.test.md | 31 - .../es2017/async-functions/17/input.test.md | 20 - .../es2017/async-functions/18/input.test.md | 24 - .../es2017/async-functions/19/input.test.md | 20 - .../es2017/async-functions/2/input.test.md | 20 - .../es2017/async-functions/20/input.test.md | 16 - .../es2017/async-functions/21/input.test.md | 26 - .../es2017/async-functions/22/input.test.md | 21 - .../es2017/async-functions/23/input.test.md | 20 - .../es2017/async-functions/24/input.test.md | 22 - .../es2017/async-functions/25/input.test.md | 12 - .../es2017/async-functions/26/input.test.md | 28 - .../es2017/async-functions/27/input.test.md | 42 - .../es2017/async-functions/28/input.test.md | 26 - .../es2017/async-functions/29/input.test.md | 32 - .../es2017/async-functions/3/input.test.md | 20 - .../es2017/async-functions/30/input.test.md | 28 - .../es2017/async-functions/31/input.test.md | 32 - .../es2017/async-functions/32/input.test.md | 54 - .../es2017/async-functions/33/input.test.md | 34 - .../es2017/async-functions/34/input.test.md | 38 - .../es2017/async-functions/35/input.test.md | 30 - .../es2017/async-functions/36/input.test.md | 34 - .../es2017/async-functions/37/input.test.md | 24 - .../es2017/async-functions/38/input.test.md | 20 - .../es2017/async-functions/4/input.test.md | 24 - .../es2017/async-functions/5/input.test.md | 30 - .../es2017/async-functions/6/input.test.md | 16 - .../es2017/async-functions/7/input.test.md | 18 - .../es2017/async-functions/8/input.test.md | 24 - .../es2017/async-functions/9/input.test.md | 24 - .../input.test.md | 20 - .../input.test.md | 12 - .../input.test.md | 12 - .../input.test.md | 12 - .../input.test.md | 10 - .../input.test.md | 14 - .../input.test.md | 30 - .../input.test.md | 20 - .../input.test.md | 20 - .../input.test.md | 26 - .../input.test.md | 36 - .../input.test.md | 24 - .../input.test.md | 20 - .../input.test.md | 14 - .../input.test.md | 30 - .../await-inside-class-methods/input.test.md | 31 - .../input.test.md | 27 - .../input.test.md | 32 - .../input.test.md | 28 - .../input.test.md | 28 - .../input.test.md | 38 - .../await-inside-parameters/input.test.md | 22 - .../input.test.md | 20 - .../input.test.md | 30 - .../input.test.md | 26 - .../input.test.md | 22 - .../export-arrow/input.test.md | 14 - .../export-async/input.test.md | 10 - .../export-default-newline/input.test.md | 14 - .../export-invalid/input.test.md | 16 - .../async-functions/export/input.test.md | 22 - .../input.test.md | 29 - .../input.test.md | 40 - .../input.test.md | 29 - .../invalid-escape-await/input.test.md | 20 - .../input.test.md | 54 - .../input.test.md | 24 - .../input.test.md | 30 - .../input.test.md | 26 - .../input.test.md | 28 - .../input.test.md | 24 - .../invalid-inside-loop/input.test.md | 16 - .../input.test.md | 18 - .../invalid-parens-async-arrow/input.test.md | 18 - .../invalid-parens-async-func/input.test.md | 20 - .../newline-arrow/input.test.md | 12 - .../async-functions/newline/input.test.md | 14 - .../no-constructor/input.test.md | 23 - .../no-method-asi/input.test.md | 30 - .../object-default-params/input.test.md | 44 - .../input.test.md | 14 - .../trailing-function-commas/1/input.test.md | 14 - .../trailing-function-commas/2/input.test.md | 22 - .../trailing-function-commas/3/input.test.md | 25 - .../trailing-function-commas/4/input.test.md | 14 - .../trailing-function-commas/5/input.test.md | 12 - .../trailing-function-commas/6/input.test.md | 16 - .../trailing-function-commas/7/input.test.md | 8 - .../class-method-2/input.test.md | 21 - .../class-method-no-asi/input.test.md | 30 - .../class-method/input.test.md | 55 - .../for-await-async-context/input.test.md | 32 - .../for-await-no-in/input.test.md | 24 - .../for-await-no-semi-1/input.test.md | 18 - .../for-await-no-semi-2/input.test.md | 26 - .../for-await-no-semi-3/input.test.md | 24 - .../async-generators/for-await/input.test.md | 22 - .../object-method/input.test.md | 56 - .../es2018/object-rest-spread/1/input.test.md | 14 - .../object-rest-spread/10/input.test.md | 28 - .../object-rest-spread/11/input.test.md | 36 - .../object-rest-spread/12/input.test.md | 36 - .../object-rest-spread/13/input.test.md | 44 - .../object-rest-spread/14/input.test.md | 44 - .../object-rest-spread/15/input.test.md | 48 - .../object-rest-spread/16/input.test.md | 38 - .../object-rest-spread/17/input.test.md | 42 - .../object-rest-spread/18/input.test.md | 12 - .../object-rest-spread/19/input.test.md | 26 - .../es2018/object-rest-spread/2/input.test.md | 22 - .../object-rest-spread/20/input.test.md | 34 - .../object-rest-spread/21/input.test.md | 14 - .../object-rest-spread/22/input.test.md | 24 - .../object-rest-spread/23/input.test.md | 26 - .../object-rest-spread/24/input.test.md | 12 - .../object-rest-spread/25/input.test.md | 24 - .../object-rest-spread/26/input.test.md | 26 - .../es2018/object-rest-spread/3/input.test.md | 24 - .../es2018/object-rest-spread/4/input.test.md | 16 - .../es2018/object-rest-spread/5/input.test.md | 22 - .../es2018/object-rest-spread/6/input.test.md | 38 - .../es2018/object-rest-spread/7/input.test.md | 32 - .../es2018/object-rest-spread/8/input.test.md | 32 - .../es2018/object-rest-spread/9/input.test.md | 24 - .../comma-after-rest/input.test.md | 12 - .../comma-after-spread-for-in/input.test.md | 12 - .../comma-after-spread-nested/input.test.md | 14 - .../comma-after-spread/input.test.md | 10 - .../input.test.md | 20 - .../directive-line-separator/input.test.md | 6 - .../input.test.md | 6 - .../string-line-separator/input.test.md | 8 - .../string-paragraph-separator/input.test.md | 8 - .../template-line-separator/input.test.md | 10 - .../input.test.md | 10 - .../no-binding-finally/input.test.md | 12 - .../no-binding/input.test.md | 10 - .../decimal-as-property-name/input.test.md | 96 -- .../bigint/hex-as-property-name/input.test.md | 16 - .../bigint/invalid-decimal/input.test.md | 8 - .../es2020/bigint/invalid-e/input.test.md | 8 - .../input.test.md | 6 - .../bigint/invalid-octal-legacy/input.test.md | 8 - .../es2020/bigint/valid-binary/input.test.md | 6 - .../es2020/bigint/valid-hex/input.test.md | 6 - .../es2020/bigint/valid-large/input.test.md | 6 - .../bigint/valid-octal-new/input.test.md | 6 - .../es2020/bigint/valid-small/input.test.md | 6 - .../direct-calls-only/input.test.md | 48 +- .../dynamic-import/generator/input.test.md | 18 - .../inside-function/input.test.md | 26 - .../invalid-arguments-spread/input.test.md | 12 - .../dynamic-import/invalid-new/input.test.md | 12 - .../invalid-trailing-comma/input.test.md | 10 - .../multiple-args/input.test.md | 22 - .../dynamic-import/no-args/input.test.md | 10 - .../parses-module/input.test.md | 8 - .../parses-strict/input.test.md | 10 - .../dynamic-import/return-value/input.test.md | 14 - .../dynamic-import/top-level/input.test.md | 50 - .../variable-arguments/input.test.md | 32 - .../export-ns-from/ns-and-named/input.test.md | 16 - .../export-ns-from/ns-default/input.test.md | 10 - .../es2020/export-ns-from/ns/input.test.md | 10 - .../import-meta/error-in-script/input.test.md | 18 - .../no-other-prop-names/input.test.md | 38 +- .../import-meta/not-assignable/input.test.md | 12 - .../import-meta/valid-in-module/input.test.md | 76 -- .../and-nullish/input.test.md | 14 - .../associativity/input.test.md | 14 - .../expression/input.test.md | 10 - .../multiline/input.test.md | 14 - .../no-paren-and-nullish/input.test.md | 14 - .../no-paren-nullish-and/input.test.md | 14 - .../no-paren-nullish-or/input.test.md | 18 - .../no-paren-or-nullish/input.test.md | 14 - .../nullish-and/input.test.md | 14 - .../nullish-or/input.test.md | 14 - .../or-nullish/input.test.md | 14 - .../input.test.md | 72 -- .../class-contructor-call/input.test.md | 24 - .../conditional-decimal/input.test.md | 22 - .../function-call/input.test.md | 58 - .../member-access-bracket/input.test.md | 86 -- .../member-access/input.test.md | 44 - .../optioanl-chain-expression/input.test.md | 20 - .../optional-constructor/input.test.md | 10 - .../input.test.md | 33 - .../optional-super-property/input.test.md | 34 - .../input.test.md | 20 - .../parenthised-chain/input.test.md | 64 - .../separated-chaining/input.test.md | 70 -- .../super-method-class/input.test.md | 35 - .../migrated_0000/input.test.md | 14 - .../migrated_0001/input.test.md | 14 - .../migrated_0002/input.test.md | 12 - .../migrated_0003/input.test.md | 24 - .../migrated_0004/input.test.md | 14 - .../migrated_0005/input.test.md | 16 - .../migrated_0006/input.test.md | 16 - .../migrated_0007/input.test.md | 14 - .../migrated_0008/input.test.md | 16 - .../migrated_0009/input.test.md | 16 - .../migrated_0010/input.test.md | 16 - .../migrated_0011/input.test.md | 18 - .../migrated_0012/input.test.md | 18 - .../migrated_0013/input.test.md | 12 - .../migrated_0014/input.test.md | 14 - .../migrated_0015/input.test.md | 14 - .../migrated_0000/input.test.md | 12 - .../migrated_0001/input.test.md | 14 - .../migrated_0002/input.test.md | 26 - .../dupe-param/input.test.md | 24 - .../migrated_0000/input.test.md | 16 - .../migrated_0001/input.test.md | 10 - .../migrated_0002/input.test.md | 10 - .../migrated_0003/input.test.md | 18 - .../migrated_0004/input.test.md | 20 - .../migrated_0005/input.test.md | 20 - .../migrated_0006/input.test.md | 20 - .../migrated_0007/input.test.md | 24 - .../migrated_0008/input.test.md | 22 - .../migrated_0009/input.test.md | 18 - .../migrated_0010/input.test.md | 18 - .../migrated_0011/input.test.md | 24 - .../migrated_0012/input.test.md | 10 - .../migrated_0013/input.test.md | 14 - .../migrated_0014/input.test.md | 18 - .../migrated_0000/input.test.md | 10 - .../migrated_0001/input.test.md | 12 - .../migrated_0002/input.test.md | 14 - .../migrated_0003/input.test.md | 26 - .../migrated_0000/input.test.md | 20 - .../migrated_0001/input.test.md | 20 - .../array-binding-pattern-01/input.test.md | 16 - .../array-binding-pattern-02/input.test.md | 16 - .../array-binding-pattern-03/input.test.md | 16 - .../array-binding-pattern-empty/input.test.md | 12 - .../elision/input.test.md | 16 - .../invalid-dup-param/input.test.md | 24 - .../dupe-param-1/input.test.md | 28 - .../dupe-param-2/input.test.md | 28 - .../dupe-param-3/input.test.md | 36 - .../elision/input.test.md | 16 - .../empty-pattern-catch-param/input.test.md | 12 - .../empty-pattern-fn/input.test.md | 14 - .../empty-pattern-lexical/input.test.md | 12 - .../empty-pattern-var/input.test.md | 12 - .../es2015-array-pattern/hole/input.test.md | 22 - .../nested-pattern/input.test.md | 16 - .../patterned-catch/input.test.md | 68 -- .../es2015-array-pattern/rest/input.test.md | 16 - .../tailing-hold/input.test.md | 18 - .../input.test.md | 36 - .../with-default-catch-param/input.test.md | 20 - .../with-default-fn/input.test.md | 22 - .../with-object-pattern/input.test.md | 24 - .../arrow-rest-forgetting-comma/input.test.md | 28 - .../input.test.md | 16 - .../arrow-with-multiple-rest/input.test.md | 16 - .../arrow-with-only-rest/input.test.md | 12 - .../input.test.md | 16 - .../invalid-duplicated-params/input.test.md | 18 - .../input.test.md | 16 - .../invalid-param-strict-mode/input.test.md | 16 - .../migrated_0000/input.test.md | 10 - .../migrated_0001/input.test.md | 12 - .../migrated_0002/input.test.md | 12 - .../migrated_0003/input.test.md | 14 - .../migrated_0004/input.test.md | 16 - .../migrated_0005/input.test.md | 20 - .../migrated_0006/input.test.md | 20 - .../migrated_0007/input.test.md | 18 - .../migrated_0008/input.test.md | 20 - .../migrated_0009/input.test.md | 12 - .../migrated_0010/input.test.md | 12 - .../migrated_0011/input.test.md | 12 - .../migrated_0012/input.test.md | 14 - .../migrated_0013/input.test.md | 16 - .../migrated_0014/input.test.md | 18 - .../migrated_0015/input.test.md | 12 - .../migrated_0016/input.test.md | 18 - .../migrated_0017/input.test.md | 26 - .../migrated_0018/input.test.md | 14 - .../migrated_0019/input.test.md | 18 - .../migrated_0020/input.test.md | 12 - .../input.test.md | 14 - .../input.test.md | 16 - .../object-binding-pattern-01/input.test.md | 52 - .../input.test.md | 12 - .../input.test.md | 22 - .../input.test.md | 22 - .../input.test.md | 62 - .../input.test.md | 18 - .../input.test.md | 22 - .../input.test.md | 68 -- .../input.test.md | 16 - .../rest-without-arrow/input.test.md | 12 - .../migrated_0000/input.test.md | 6 - .../migrated_0001/input.test.md | 6 - .../migrated_0002/input.test.md | 6 - .../migrated_0003/input.test.md | 6 - .../migrated_0004/input.test.md | 6 - .../migrated_0005/input.test.md | 6 - .../es2015-class/migrated_0000/input.test.md | 8 - .../es2015-class/migrated_0001/input.test.md | 10 - .../es2015-class/migrated_0002/input.test.md | 8 - .../es2015-class/migrated_0003/input.test.md | 8 - .../es2015-class/migrated_0004/input.test.md | 21 - .../es2015-class/migrated_0005/input.test.md | 34 - .../es2015-class/migrated_0006/input.test.md | 34 - .../es2015-class/migrated_0007/input.test.md | 34 - .../es2015-class/migrated_0008/input.test.md | 34 - .../es2015-class/migrated_0009/input.test.md | 20 - .../es2015-class/migrated_0010/input.test.md | 38 - .../es2015-class/migrated_0011/input.test.md | 51 - .../es2015-class/migrated_0012/input.test.md | 21 - .../es2015-class/migrated_0013/input.test.md | 21 - .../es2015-class/migrated_0014/input.test.md | 34 - .../es2015-class/migrated_0015/input.test.md | 21 - .../es2015-class/migrated_0016/input.test.md | 18 - .../es2015-class/migrated_0017/input.test.md | 21 - .../es2015-class/migrated_0018/input.test.md | 21 - .../es2015-class/migrated_0019/input.test.md | 36 - .../es2015-class/migrated_0020/input.test.md | 34 - .../es2015-class/migrated_0021/input.test.md | 21 - .../es2015-class/migrated_0022/input.test.md | 8 - .../es2015-class/migrated_0023/input.test.md | 10 - .../es2015-class/migrated_0024/input.test.md | 10 - .../es2015-class/migrated_0025/input.test.md | 12 - .../migrated_0000/input.test.md | 22 - .../migrated_0001/input.test.md | 18 - .../migrated_0002/input.test.md | 30 - .../dup-assignment/input.test.md | 18 - .../elision/input.test.md | 14 - .../member-expr-in-rest/input.test.md | 18 - .../nested-assignment/input.test.md | 34 - .../nested-cover-grammar/input.test.md | 28 - .../simple-assignment/input.test.md | 12 - .../input.test.md | 10 - .../invalid-lhs-01/input.test.md | 20 - .../invalid-lhs-02/input.test.md | 20 - .../invalid-pattern-with-method/input.test.md | 20 - .../nested-cover-grammar/input.test.md | 72 -- .../object-pattern-assignment/input.test.md | 84 -- .../invalid-cover-grammar/input.test.md | 62 - .../invalid-group-assignment/input.test.md | 16 - .../export-const-number/input.test.md | 14 - .../export-default-array/input.test.md | 6 - .../export-default-class/input.test.md | 10 - .../export-default-expression/input.test.md | 10 - .../input.test.md | 10 - .../input.test.md | 10 - .../input.test.md | 6 - .../export-default-function/input.test.md | 12 - .../input.test.md | 12 - .../export-default-number/input.test.md | 6 - .../export-default-object/input.test.md | 14 - .../export-default-value/input.test.md | 6 - .../export-from-batch/input.test.md | 6 - .../export-from-default/input.test.md | 12 - .../input.test.md | 12 - .../input.test.md | 12 - .../input.test.md | 18 - .../export-from-specifier/input.test.md | 12 - .../export-from-specifiers/input.test.md | 18 - .../export-function-declaration/input.test.md | 16 - .../export-function/input.test.md | 12 - .../export-let-number/input.test.md | 14 - .../export-named-as-default/input.test.md | 18 - .../export-named-as-specifier/input.test.md | 22 - .../export-named-as-specifiers/input.test.md | 28 - .../export-named-empty/input.test.md | 4 - .../export-named-specifier/input.test.md | 18 - .../input.test.md | 32 - .../export-named-specifiers/input.test.md | 32 - .../input.test.md | 18 - .../export-var-number/input.test.md | 14 - .../export-var/input.test.md | 12 - .../input.test.md | 8 - .../invalid-export-batch-token/input.test.md | 14 - .../input.test.md | 12 - .../input.test.md | 18 - .../input.test.md | 12 - .../for-of-array-pattern-let/input.test.md | 22 - .../for-of-array-pattern/input.test.md | 14 - .../for-of-object-pattern-const/input.test.md | 30 - .../for-of-object-pattern/input.test.md | 26 - .../for-of-with-const/input.test.md | 14 - .../for-of-with-let/input.test.md | 14 - .../for-of-with-var/input.test.md | 14 - .../es2015-for-of/for-of/input.test.md | 10 - .../invalid-const-init/input.test.md | 18 - .../invalid-let-init/input.test.md | 18 - .../invalid-lhs-init/input.test.md | 12 - .../invalid-var-init/input.test.md | 18 - .../es2015-for-of/let-of-of/input.test.md | 14 - .../unexpected-number/input.test.md | 16 - .../input.test.md | 22 - .../input.test.md | 16 - .../input.test.md | 16 - .../generator-declaration/input.test.md | 10 - .../input.test.md | 14 - .../input.test.md | 22 - .../input.test.md | 28 - .../input.test.md | 16 - .../generator-expression/input.test.md | 10 - .../input.test.md | 26 - .../input.test.md | 32 - .../input.test.md | 28 - .../input.test.md | 22 - .../input.test.md | 22 - .../input.test.md | 24 - .../generator-method-with-yield/input.test.md | 20 - .../generator-method/input.test.md | 16 - .../input.test.md | 42 - .../input.test.md | 36 - .../input.test.md | 32 - .../input.test.md | 30 - .../input.test.md | 38 - .../input.test.md | 34 - .../incomplete-yield-delegate/input.test.md | 22 - .../input.test.md | 21 - .../malformed-generator-method/input.test.md | 18 - .../input.test.md | 21 - .../static-generator-method/input.test.md | 21 - .../dakuten_handakuten/input.test.md | 10 - .../escaped_all/input.test.md | 10 - .../escaped_math_alef/input.test.md | 10 - .../escaped_math_dal_part/input.test.md | 10 - .../escaped_math_kaf_lam/input.test.md | 10 - .../escaped_math_zain_start/input.test.md | 10 - .../escaped_part/input.test.md | 10 - .../escaped_start/input.test.md | 10 - .../es2015-identifier/estimated/input.test.md | 10 - .../ethiopic_digits/input.test.md | 10 - .../input.test.md | 12 - .../invalid_expression_await/input.test.md | 20 - .../invalid_id_smp/input.test.md | 12 - .../invalid_var_await/input.test.md | 14 - .../es2015-identifier/math_alef/input.test.md | 10 - .../math_dal_part/input.test.md | 10 - .../math_kaf_lam/input.test.md | 10 - .../math_zain_start/input.test.md | 10 - .../module_await/input.test.md | 10 - .../valid_await/input.test.md | 14 - .../weierstrass/input.test.md | 10 - .../weierstrass_weierstrass/input.test.md | 10 - .../input.test.md | 20 - .../input.test.md | 18 - .../import-default-as/input.test.md | 14 - .../import-default/input.test.md | 12 - .../import-jquery/input.test.md | 12 - .../import-module/input.test.md | 6 - .../import-named-as-specifier/input.test.md | 14 - .../import-named-as-specifiers/input.test.md | 22 - .../import-named-empty/input.test.md | 6 - .../import-named-specifier/input.test.md | 14 - .../input.test.md | 22 - .../import-named-specifiers/input.test.md | 22 - .../import-namespace-specifier/input.test.md | 12 - .../import-null-as-nil/input.test.md | 14 - .../input.test.md | 38 - .../input.test.md | 32 - .../input.test.md | 14 - .../input.test.md | 18 - .../invalid-import-default/input.test.md | 32 - .../input.test.md | 28 - .../input.test.md | 24 - .../input.test.md | 14 - .../input.test.md | 34 - .../input.test.md | 32 - .../input.test.md | 16 - .../input.test.md | 36 - .../input.test.md | 18 - .../invalid-import-specifiers/input.test.md | 38 - .../input.test.md | 12 - .../invalid_const_forin/input.test.md | 18 - .../invalid_let_forin/input.test.md | 18 - .../migrated_0000/input.test.md | 22 - .../assign-new-target/input.test.md | 24 - .../invalid-dots/input.test.md | 34 - .../invalid-new-target/input.test.md | 18 - .../new-new-target/input.test.md | 20 - .../new-target-declaration/input.test.md | 18 - .../new-target-expression/input.test.md | 24 - .../new-target-invoke/input.test.md | 20 - .../new-target-precedence/input.test.md | 22 - .../unknown-property/input.test.md | 52 +- .../migrated_0000/input.test.md | 20 - .../migrated_0001/input.test.md | 24 - .../migrated_0002/input.test.md | 20 - .../migrated_0003/input.test.md | 20 - .../migrated_0004/input.test.md | 20 - .../input.test.md | 34 - .../input.test.md | 24 - .../invalid-proto-identifiers/input.test.md | 24 - .../input.test.md | 24 - .../invalid-proto-literals/input.test.md | 24 - .../input.test.md | 38 - .../input.test.md | 38 - .../proto-identifier-getter/input.test.md | 24 - .../proto-identifier-method/input.test.md | 24 - .../proto-identifier-setter/input.test.md | 28 - .../proto-identifier-shorthand/input.test.md | 24 - .../proto-literal-getter-setter/input.test.md | 38 - .../proto-literal-getter/input.test.md | 24 - .../proto-literal-method/input.test.md | 24 - .../proto-literal-setter/input.test.md | 28 - .../proto-literal-shorthand/input.test.md | 24 - .../proto-shorthand-identifier/input.test.md | 24 - .../proto-shorthand-literal/input.test.md | 24 - .../proto-shorthands/input.test.md | 24 - .../migrated_0000/input.test.md | 26 - .../elision/input.test.md | 20 - .../empty-catch-param/input.test.md | 12 - .../empty-fn/input.test.md | 14 - .../empty-for-lex/input.test.md | 14 - .../empty-lexical/input.test.md | 12 - .../empty-var/input.test.md | 12 - .../nested/input.test.md | 20 - .../properties/input.test.md | 64 - .../migrated_0000/input.test.md | 6 - .../migrated_0001/input.test.md | 6 - .../migrated_0002/input.test.md | 16 - .../migrated_0003/input.test.md | 6 - .../migrated_0004/input.test.md | 6 - .../migrated_0005/input.test.md | 6 - .../migrated_0006/input.test.md | 16 - .../function-declaration/input.test.md | 18 - .../function-expression/input.test.md | 22 - .../object-method/input.test.md | 30 - .../object-shorthand-method/input.test.md | 24 - .../call-multi-spread/input.test.md | 20 - .../call-spread-default/input.test.md | 18 - .../call-spread-first/input.test.md | 16 - .../call-spread-number/input.test.md | 12 - .../call-spread/input.test.md | 12 - .../invalid-call-dot-dot/input.test.md | 18 - .../invalid-call-dots/input.test.md | 22 - .../invalid-call-spreads/input.test.md | 22 - .../invalid-new-dot-dot/input.test.md | 18 - .../invalid-new-dots/input.test.md | 16 - .../invalid-new-spreads/input.test.md | 16 - .../new-multi-spread/input.test.md | 20 - .../new-spread-default/input.test.md | 18 - .../new-spread-first/input.test.md | 16 - .../new-spread-number/input.test.md | 12 - .../new-spread/input.test.md | 12 - .../arrow_super/input.test.md | 33 - .../constructor_super/input.test.md | 29 - .../input.test.md | 16 - .../new_super/input.test.md | 35 - .../super_computed/input.test.md | 33 - .../super_member/input.test.md | 33 - .../after-switch/input.test.md | 10 - .../dollar-sign/input.test.md | 8 - .../escape-sequences/input.test.md | 8 - .../invalid-escape/input.test.md | 10 - .../line-terminators/input.test.md | 8 - .../literal-escape-sequences/input.test.md | 8 - .../new-expression/input.test.md | 14 - .../tagged-interpolation/input.test.md | 16 - .../input.test.md | 28 - .../tagged/input.test.md | 12 - .../unclosed-interpolation/input.test.md | 26 - .../unclosed-nested/input.test.md | 22 - .../unclosed/input.test.md | 10 - .../untagged/input.test.md | 8 - .../migrated_0000/input.test.md | 4 - .../migrated_0001/input.test.md | 4 - .../migrated_0002/input.test.md | 4 - .../input.test.md | 26 - .../invalid-yield-expression/input.test.md | 20 - .../input.test.md | 28 - .../input.test.md | 22 - .../input.test.md | 28 - .../input.test.md | 22 - .../input.test.md | 20 - .../input.test.md | 14 - .../input.test.md | 14 - .../input.test.md | 16 - .../input.test.md | 20 - .../input.test.md | 20 - .../input.test.md | 20 - .../input.test.md | 24 - .../input.test.md | 16 - .../input.test.md | 28 - .../input.test.md | 30 - .../input.test.md | 32 - .../input.test.md | 20 - .../input.test.md | 16 - .../input.test.md | 20 - .../input.test.md | 16 - .../input.test.md | 24 - .../input.test.md | 16 - .../input.test.md | 18 - .../input.test.md | 14 - .../input.test.md | 16 - .../input.test.md | 18 - .../input.test.md | 16 - .../input.test.md | 18 - .../input.test.md | 14 - .../yield-array-pattern/input.test.md | 12 - .../yield-arrow-concise-body/input.test.md | 16 - .../yield-arrow-function-body/input.test.md | 20 - .../input.test.md | 16 - .../yield-arrow-parameter-name/input.test.md | 12 - .../yield-binding-element/input.test.md | 20 - .../yield-binding-property/input.test.md | 20 - .../input.test.md | 22 - .../yield-catch-parameter/input.test.md | 12 - .../yield-expression-precedence/input.test.md | 32 - .../input.test.md | 14 - .../yield-function-declaration/input.test.md | 10 - .../input.test.md | 14 - .../yield-function-expression/input.test.md | 12 - .../input.test.md | 24 - .../input.test.md | 26 - .../input.test.md | 28 - .../yield-generator-declaration/input.test.md | 10 - .../input.test.md | 26 - .../input.test.md | 28 - .../yield-generator-method/input.test.md | 16 - .../input.test.md | 22 - .../yield-lexical-declaration/input.test.md | 12 - .../input.test.md | 22 - .../es2015-yield/yield-method/input.test.md | 16 - .../input.test.md | 22 - .../yield-rest-parameter/input.test.md | 14 - .../input.test.md | 22 - .../yield-strict-method/input.test.md | 18 - .../yield-super-property/input.test.md | 33 - .../yield-variable-declaration/input.test.md | 10 - .../input.test.md | 16 - .../yield-yield-expression/input.test.md | 16 - .../migrated_0000/input.test.md | 10 - .../migrated_0001/input.test.md | 10 - .../migrated_0002/input.test.md | 10 - .../migrated_0000/input.test.md | 10 - .../migrated_0001/input.test.md | 10 - .../migrated_0002/input.test.md | 10 - .../migrated_0003/input.test.md | 10 - .../migrated_0004/input.test.md | 10 - .../migrated_0005/input.test.md | 10 - .../migrated_0006/input.test.md | 10 - .../migrated_0007/input.test.md | 10 - .../migrated_0008/input.test.md | 10 - .../migrated_0009/input.test.md | 10 - .../migrated_0010/input.test.md | 10 - .../migrated_0011/input.test.md | 10 - .../migrated_0012/input.test.md | 10 - .../migrated_0013/input.test.md | 10 - .../migrated_0000/input.test.md | 10 - .../migrated_0001/input.test.md | 10 - .../migrated_0002/input.test.md | 10 - .../migrated_0000/input.test.md | 10 - .../migrated_0001/input.test.md | 10 - .../migrated_0002/input.test.md | 14 - .../migrated_0003/input.test.md | 14 - .../migrated_0004/input.test.md | 14 - .../migrated_0005/input.test.md | 14 - .../migrated_0000/input.test.md | 14 - .../migrated_0001/input.test.md | 14 - .../migrated_0002/input.test.md | 14 - .../migrated_0003/input.test.md | 14 - .../migrated_0004/input.test.md | 14 - .../migrated_0005/input.test.md | 14 - .../migrated_0006/input.test.md | 14 - .../migrated_0007/input.test.md | 14 - .../migrated_0008/input.test.md | 14 - .../migrated_0009/input.test.md | 14 - .../migrated_0010/input.test.md | 14 - .../migrated_0011/input.test.md | 14 - .../migrated_0012/input.test.md | 14 - .../migrated_0013/input.test.md | 14 - .../migrated_0014/input.test.md | 14 - .../migrated_0015/input.test.md | 14 - .../migrated_0016/input.test.md | 14 - .../migrated_0017/input.test.md | 14 - .../migrated_0000/input.test.md | 10 - .../migrated_0001/input.test.md | 10 - .../migrated_0002/input.test.md | 10 - .../migrated_0000/input.test.md | 46 - .../migrated_0000/input.test.md | 12 - .../migrated_0001/input.test.md | 16 - .../migrated_0002/input.test.md | 16 - .../migrated_0000/input.test.md | 10 - .../migrated_0001/input.test.md | 10 - .../migrated_0002/input.test.md | 10 - .../migrated_0003/input.test.md | 10 - .../migrated_0000/input.test.md | 14 - .../migrated_0001/input.test.md | 14 - .../migrated_0000/input.test.md | 8 - .../migrated_0001/input.test.md | 8 - .../migrated_0002/input.test.md | 10 - .../migrated_0003/input.test.md | 10 - .../migrated_0004/input.test.md | 16 - .../migrated_0005/input.test.md | 14 - .../migrated_0006/input.test.md | 14 - .../migrated_0007/input.test.md | 16 - .../migrated_0008/input.test.md | 12 - .../migrated_0009/input.test.md | 8 - .../migrated_0010/input.test.md | 12 - .../migrated_0011/input.test.md | 18 - .../migrated_0012/input.test.md | 24 - .../migrated_0013/input.test.md | 16 - .../migrated_0014/input.test.md | 12 - .../migrated_0015/input.test.md | 18 - .../migrated_0016/input.test.md | 16 - .../migrated_0017/input.test.md | 30 - .../migrated_0018/input.test.md | 28 - .../migrated_0019/input.test.md | 12 - .../migrated_0020/input.test.md | 12 - .../migrated_0021/input.test.md | 12 - .../migrated_0022/input.test.md | 12 - .../migrated_0000/input.test.md | 10 - .../migrated_0001/input.test.md | 10 - .../migrated_0002/input.test.md | 10 - .../migrated_0000/input.test.md | 8 - .../migrated_0001/input.test.md | 8 - .../migrated_0002/input.test.md | 8 - .../migrated_0003/input.test.md | 8 - .../migrated_0004/input.test.md | 8 - .../migrated_0005/input.test.md | 8 - .../migrated_0000/input.test.md | 10 - .../migrated_0001/input.test.md | 10 - .../migrated_0002/input.test.md | 12 - .../migrated_0003/input.test.md | 12 - .../migrated_0004/input.test.md | 16 - .../migrated_0005/input.test.md | 16 - .../migrated_0006/input.test.md | 18 - .../migrated_0007/input.test.md | 10 - .../migrated_0008/input.test.md | 10 - .../migrated_0009/input.test.md | 10 - .../migrated_0010/input.test.md | 10 - .../migrated_0011/input.test.md | 10 - .../migrated_0012/input.test.md | 8 - .../migrated_0000/input.test.md | 6 - .../migrated_0001/input.test.md | 6 - .../migrated_0002/input.test.md | 6 - .../migrated_0003/input.test.md | 6 - .../migrated_0004/input.test.md | 6 - .../migrated_0005/input.test.md | 6 - .../migrated_0006/input.test.md | 6 - .../migrated_0007/input.test.md | 6 - .../migrated_0008/input.test.md | 6 - .../migrated_0009/input.test.md | 6 - .../migrated_0010/input.test.md | 6 - .../migrated_0011/input.test.md | 6 - .../migrated_0012/input.test.md | 6 - .../migrated_0013/input.test.md | 6 - .../migrated_0014/input.test.md | 6 - .../migrated_0015/input.test.md | 6 - .../migrated_0016/input.test.md | 6 - .../migrated_0017/input.test.md | 6 - .../migrated_0018/input.test.md | 6 - .../migrated_0019/input.test.md | 6 - .../migrated_0020/input.test.md | 6 - .../migrated_0021/input.test.md | 6 - .../migrated_0022/input.test.md | 6 - .../migrated_0023/input.test.md | 6 - .../migrated_0024/input.test.md | 6 - .../migrated_0000/input.test.md | 10 - .../migrated_0001/input.test.md | 12 - .../migrated_0002/input.test.md | 22 - .../migrated_0003/input.test.md | 22 - .../migrated_0004/input.test.md | 22 - .../migrated_0007/input.test.md | 22 - .../migrated_0008/input.test.md | 22 - .../migrated_0009/input.test.md | 24 - .../migrated_0010/input.test.md | 20 - .../migrated_0011/input.test.md | 28 - .../migrated_0012/input.test.md | 28 - .../migrated_0013/input.test.md | 24 - .../u-flag-surrogate-pair/input.test.md | 34 - .../u-flag-valid-range/input.test.md | 80 -- .../migrated_0000/input.test.md | 4 - .../migrated_0001/input.test.md | 4 - .../migrated_0002/input.test.md | 4 - .../migrated_0003/input.test.md | 4 - .../migrated_0006/input.test.md | 4 - .../migrated_0007/input.test.md | 4 - .../migrated_0008/input.test.md | 4 - .../migrated_0009/input.test.md | 4 - .../migrated_0010/input.test.md | 4 - .../migrated_0011/input.test.md | 4 - .../migrated_0012/input.test.md | 4 - .../migrated_0013/input.test.md | 4 - .../migrated_0015/input.test.md | 4 - .../migrated_0016/input.test.md | 4 - .../migrated_0017/input.test.md | 4 - .../migrated_0018/input.test.md | 4 - .../migrated_0000/input.test.md | 10 - .../migrated_0001/input.test.md | 10 - .../migrated_0002/input.test.md | 18 - .../migrated_0003/input.test.md | 18 - .../migrated_0004/input.test.md | 18 - .../migrated_0005/input.test.md | 18 - .../migrated_0006/input.test.md | 18 - .../migrated_0007/input.test.md | 18 - .../migrated_0008/input.test.md | 26 - .../migrated_0009/input.test.md | 24 - .../migrated_0010/input.test.md | 20 - .../migrated_0011/input.test.md | 20 - .../migrated_0012/input.test.md | 20 - .../migrated_0013/input.test.md | 20 - .../migrated_0014/input.test.md | 20 - .../migrated_0015/input.test.md | 20 - .../migrated_0016/input.test.md | 20 - .../migrated_0017/input.test.md | 32 - .../migrated_0018/input.test.md | 32 - .../migrated_0019/input.test.md | 32 - .../migrated_0020/input.test.md | 32 - .../migrated_0021/input.test.md | 32 - .../migrated_0022/input.test.md | 32 - .../migrated_0023/input.test.md | 32 - .../migrated_0024/input.test.md | 18 - .../migrated_0025/input.test.md | 18 - .../migrated_0026/input.test.md | 18 - .../migrated_0027/input.test.md | 18 - .../migrated_0028/input.test.md | 46 - .../migrated_0029/input.test.md | 24 - .../migrated_0030/input.test.md | 28 - .../migrated_0031/input.test.md | 34 - .../migrated_0032/input.test.md | 32 - .../migrated_0033/input.test.md | 36 - .../migrated_0034/input.test.md | 16 - .../migrated_0035/input.test.md | 18 - .../migrated_0036/input.test.md | 22 - .../migrated_0037/input.test.md | 14 - .../migrated_0038/input.test.md | 24 - .../migrated_0000/input.test.md | 6 - .../migrated_0001/input.test.md | 6 - .../migrated_0002/input.test.md | 6 - .../migrated_0003/input.test.md | 14 - .../migrated_0000/input.test.md | 10 - .../migrated_0001/input.test.md | 10 - .../migrated_0002/input.test.md | 10 - .../migrated_0003/input.test.md | 10 - .../migrated_0004/input.test.md | 10 - .../migrated_0005/input.test.md | 10 - .../migrated_0006/input.test.md | 14 - .../migrated_0000/input.test.md | 8 - .../migrated_0001/input.test.md | 8 - .../migrated_0002/input.test.md | 8 - .../migrated_0003/input.test.md | 8 - .../migrated_0004/input.test.md | 8 - .../migrated_0005/input.test.md | 8 - .../migrated_0006/input.test.md | 8 - .../migrated_0007/input.test.md | 8 - .../migrated_0008/input.test.md | 8 - .../migrated_0009/input.test.md | 8 - .../migrated_0010/input.test.md | 8 - .../migrated_0011/input.test.md | 8 - .../migrated_0012/input.test.md | 8 - .../invalid-syntax/GH-1106-00/input.test.md | 6 - .../invalid-syntax/GH-1106-01/input.test.md | 6 - .../invalid-syntax/GH-1106-02/input.test.md | 6 - .../invalid-syntax/GH-1106-03/input.test.md | 6 - .../invalid-syntax/GH-1106-04/input.test.md | 6 - .../invalid-syntax/GH-1106-05/input.test.md | 6 - .../invalid-syntax/GH-1106-06/input.test.md | 6 - .../invalid-syntax/GH-1106-07/input.test.md | 6 - .../migrated_0000/input.test.md | 8 - .../migrated_0001/input.test.md | 8 - .../migrated_0002/input.test.md | 12 - .../migrated_0003/input.test.md | 12 - .../migrated_0004/input.test.md | 8 - .../migrated_0005/input.test.md | 8 - .../migrated_0006/input.test.md | 8 - .../migrated_0007/input.test.md | 12 - .../migrated_0008/input.test.md | 12 - .../migrated_0009/input.test.md | 8 - .../migrated_0010/input.test.md | 12 - .../migrated_0011/input.test.md | 12 - .../migrated_0012/input.test.md | 8 - .../migrated_0013/input.test.md | 8 - .../migrated_0014/input.test.md | 12 - .../migrated_0015/input.test.md | 12 - .../migrated_0016/input.test.md | 12 - .../migrated_0017/input.test.md | 8 - .../migrated_0018/input.test.md | 12 - .../migrated_0019/input.test.md | 12 - .../migrated_0020/input.test.md | 12 - .../migrated_0021/input.test.md | 12 - .../migrated_0022/input.test.md | 8 - .../migrated_0023/input.test.md | 12 - .../migrated_0024/input.test.md | 12 - .../migrated_0025/input.test.md | 12 - .../migrated_0026/input.test.md | 12 - .../migrated_0027/input.test.md | 12 - .../migrated_0028/input.test.md | 12 - .../migrated_0029/input.test.md | 12 - .../migrated_0030/input.test.md | 12 - .../migrated_0031/input.test.md | 6 - .../migrated_0032/input.test.md | 8 - .../migrated_0033/input.test.md | 8 - .../migrated_0034/input.test.md | 8 - .../migrated_0036/input.test.md | 8 - .../migrated_0037/input.test.md | 8 - .../migrated_0038/input.test.md | 10 - .../migrated_0039/input.test.md | 18 - .../migrated_0040/input.test.md | 22 - .../migrated_0041/input.test.md | 24 - .../migrated_0042/input.test.md | 26 - .../migrated_0043/input.test.md | 24 - .../migrated_0044/input.test.md | 26 - .../migrated_0045/input.test.md | 12 - .../migrated_0046/input.test.md | 12 - .../migrated_0047/input.test.md | 12 - .../migrated_0048/input.test.md | 8 - .../migrated_0049/input.test.md | 8 - .../migrated_0050/input.test.md | 8 - .../migrated_0051/input.test.md | 12 - .../migrated_0052/input.test.md | 8 - .../migrated_0053/input.test.md | 8 - .../migrated_0054/input.test.md | 8 - .../migrated_0055/input.test.md | 8 - .../migrated_0056/input.test.md | 18 - .../migrated_0057/input.test.md | 10 - .../migrated_0058/input.test.md | 12 - .../migrated_0059/input.test.md | 14 - .../migrated_0060/input.test.md | 22 - .../migrated_0061/input.test.md | 28 - .../migrated_0062/input.test.md | 20 - .../migrated_0063/input.test.md | 14 - .../migrated_0064/input.test.md | 14 - .../migrated_0065/input.test.md | 12 - .../migrated_0066/input.test.md | 12 - .../migrated_0067/input.test.md | 12 - .../migrated_0068/input.test.md | 12 - .../migrated_0069/input.test.md | 8 - .../migrated_0070/input.test.md | 10 - .../migrated_0071/input.test.md | 14 - .../migrated_0072/input.test.md | 14 - .../migrated_0073/input.test.md | 30 - .../migrated_0074/input.test.md | 22 - .../migrated_0075/input.test.md | 18 - .../migrated_0076/input.test.md | 28 - .../migrated_0077/input.test.md | 32 - .../migrated_0078/input.test.md | 30 - .../migrated_0080/input.test.md | 38 - .../migrated_0081/input.test.md | 40 - .../migrated_0082/input.test.md | 40 - .../migrated_0083/input.test.md | 38 - .../migrated_0084/input.test.md | 18 - .../migrated_0085/input.test.md | 14 - .../migrated_0086/input.test.md | 16 - .../migrated_0087/input.test.md | 20 - .../migrated_0088/input.test.md | 16 - .../migrated_0089/input.test.md | 16 - .../migrated_0090/input.test.md | 18 - .../migrated_0091/input.test.md | 18 - .../migrated_0092/input.test.md | 18 - .../migrated_0093/input.test.md | 20 - .../migrated_0094/input.test.md | 16 - .../migrated_0095/input.test.md | 12 - .../migrated_0096/input.test.md | 14 - .../migrated_0097/input.test.md | 12 - .../migrated_0098/input.test.md | 14 - .../migrated_0099/input.test.md | 16 - .../migrated_0100/input.test.md | 16 - .../migrated_0101/input.test.md | 20 - .../migrated_0102/input.test.md | 24 - .../migrated_0103/input.test.md | 16 - .../migrated_0112/input.test.md | 12 - .../migrated_0113/input.test.md | 12 - .../migrated_0114/input.test.md | 16 - .../migrated_0115/input.test.md | 12 - .../migrated_0116/input.test.md | 6 - .../migrated_0117/input.test.md | 10 - .../migrated_0118/input.test.md | 6 - .../migrated_0119/input.test.md | 10 - .../migrated_0120/input.test.md | 8 - .../migrated_0121/input.test.md | 8 - .../migrated_0122/input.test.md | 8 - .../migrated_0123/input.test.md | 22 - .../migrated_0124/input.test.md | 20 - .../migrated_0125/input.test.md | 12 - .../migrated_0126/input.test.md | 12 - .../migrated_0127/input.test.md | 12 - .../migrated_0128/input.test.md | 18 - .../migrated_0129/input.test.md | 12 - .../migrated_0130/input.test.md | 12 - .../migrated_0131/input.test.md | 10 - .../migrated_0132/input.test.md | 12 - .../migrated_0133/input.test.md | 8 - .../migrated_0134/input.test.md | 14 - .../migrated_0135/input.test.md | 26 - .../migrated_0136/input.test.md | 24 - .../migrated_0137/input.test.md | 12 - .../migrated_0138/input.test.md | 18 - .../migrated_0139/input.test.md | 18 - .../migrated_0140/input.test.md | 12 - .../migrated_0141/input.test.md | 20 - .../migrated_0142/input.test.md | 18 - .../migrated_0143/input.test.md | 12 - .../migrated_0144/input.test.md | 16 - .../migrated_0145/input.test.md | 4 - .../migrated_0146/input.test.md | 4 - .../migrated_0147/input.test.md | 8 - .../migrated_0148/input.test.md | 8 - .../migrated_0149/input.test.md | 8 - .../migrated_0150/input.test.md | 12 - .../migrated_0151/input.test.md | 8 - .../migrated_0152/input.test.md | 8 - .../migrated_0153/input.test.md | 8 - .../migrated_0154/input.test.md | 8 - .../migrated_0155/input.test.md | 10 - .../migrated_0156/input.test.md | 10 - .../migrated_0157/input.test.md | 18 - .../migrated_0158/input.test.md | 10 - .../migrated_0159/input.test.md | 10 - .../migrated_0160/input.test.md | 10 - .../migrated_0161/input.test.md | 10 - .../migrated_0162/input.test.md | 8 - .../migrated_0163/input.test.md | 8 - .../migrated_0164/input.test.md | 8 - .../migrated_0165/input.test.md | 8 - .../migrated_0166/input.test.md | 12 - .../migrated_0167/input.test.md | 12 - .../migrated_0168/input.test.md | 6 - .../migrated_0169/input.test.md | 6 - .../migrated_0170/input.test.md | 14 - .../migrated_0171/input.test.md | 4 - .../migrated_0172/input.test.md | 6 - .../migrated_0173/input.test.md | 6 - .../migrated_0174/input.test.md | 12 - .../migrated_0175/input.test.md | 14 - .../migrated_0176/input.test.md | 14 - .../migrated_0177/input.test.md | 14 - .../migrated_0178/input.test.md | 26 - .../migrated_0179/input.test.md | 26 - .../migrated_0180/input.test.md | 24 - .../migrated_0181/input.test.md | 24 - .../migrated_0182/input.test.md | 26 - .../migrated_0183/input.test.md | 22 - .../migrated_0184/input.test.md | 22 - .../migrated_0185/input.test.md | 24 - .../migrated_0186/input.test.md | 24 - .../migrated_0187/input.test.md | 24 - .../migrated_0188/input.test.md | 24 - .../migrated_0189/input.test.md | 22 - .../migrated_0190/input.test.md | 22 - .../migrated_0191/input.test.md | 20 - .../migrated_0192/input.test.md | 20 - .../migrated_0193/input.test.md | 20 - .../migrated_0194/input.test.md | 20 - .../migrated_0195/input.test.md | 20 - .../migrated_0196/input.test.md | 20 - .../migrated_0197/input.test.md | 20 - .../migrated_0198/input.test.md | 20 - .../migrated_0199/input.test.md | 22 - .../migrated_0200/input.test.md | 22 - .../migrated_0201/input.test.md | 14 - .../migrated_0202/input.test.md | 14 - .../migrated_0203/input.test.md | 26 - .../migrated_0204/input.test.md | 26 - .../migrated_0205/input.test.md | 18 - .../migrated_0206/input.test.md | 18 - .../migrated_0207/input.test.md | 32 - .../migrated_0208/input.test.md | 18 - .../migrated_0209/input.test.md | 40 - .../migrated_0210/input.test.md | 32 - .../migrated_0211/input.test.md | 36 - .../migrated_0212/input.test.md | 18 - .../migrated_0213/input.test.md | 18 - .../migrated_0214/input.test.md | 26 - .../migrated_0215/input.test.md | 26 - .../migrated_0216/input.test.md | 8 - .../migrated_0217/input.test.md | 16 - .../migrated_0218/input.test.md | 18 - .../migrated_0219/input.test.md | 26 - .../migrated_0220/input.test.md | 26 - .../migrated_0221/input.test.md | 16 - .../migrated_0222/input.test.md | 18 - .../migrated_0223/input.test.md | 24 - .../migrated_0224/input.test.md | 22 - .../migrated_0225/input.test.md | 22 - .../migrated_0226/input.test.md | 22 - .../migrated_0227/input.test.md | 22 - .../migrated_0228/input.test.md | 22 - .../migrated_0229/input.test.md | 22 - .../migrated_0230/input.test.md | 22 - .../migrated_0231/input.test.md | 22 - .../migrated_0232/input.test.md | 22 - .../migrated_0233/input.test.md | 18 - .../migrated_0234/input.test.md | 14 - .../migrated_0235/input.test.md | 18 - .../migrated_0236/input.test.md | 18 - .../migrated_0239/input.test.md | 14 - .../migrated_0240/input.test.md | 24 - .../migrated_0241/input.test.md | 18 - .../migrated_0242/input.test.md | 18 - .../migrated_0243/input.test.md | 34 - .../migrated_0244/input.test.md | 26 - .../migrated_0245/input.test.md | 34 - .../migrated_0246/input.test.md | 20 - .../migrated_0247/input.test.md | 20 - .../migrated_0248/input.test.md | 18 - .../migrated_0249/input.test.md | 24 - .../migrated_0250/input.test.md | 28 - .../migrated_0252/input.test.md | 12 - .../migrated_0254/input.test.md | 12 - .../migrated_0255/input.test.md | 12 - .../migrated_0256/input.test.md | 18 - .../migrated_0257/input.test.md | 14 - .../migrated_0258/input.test.md | 24 - .../migrated_0260/input.test.md | 32 - .../migrated_0261/input.test.md | 10 - .../migrated_0262/input.test.md | 10 - .../migrated_0263/input.test.md | 10 - .../migrated_0264/input.test.md | 21 - .../migrated_0265/input.test.md | 10 - .../migrated_0266/input.test.md | 12 - .../migrated_0267/input.test.md | 10 - .../migrated_0268/input.test.md | 21 - .../migrated_0269/input.test.md | 36 - .../migrated_0270/input.test.md | 23 - .../migrated_0271/input.test.md | 21 - .../migrated_0272/input.test.md | 21 - .../migrated_0273/input.test.md | 25 - .../migrated_0274/input.test.md | 36 - .../migrated_0275/input.test.md | 22 - .../migrated_0276/input.test.md | 22 - .../migrated_0277/input.test.md | 27 - .../migrated_0278/input.test.md | 23 - .../arrow-rest-parameter-array/input.test.md | 16 - .../arrow-rest-parameter-object/input.test.md | 22 - .../function-declaration/input.test.md | 18 - .../function-expression/input.test.md | 22 - .../invalid-setter-rest/input.test.md | 26 - .../object-method/input.test.md | 30 - .../object-shorthand-method/input.test.md | 24 - .../rest-parameter-array/input.test.md | 18 - .../rest-parameter-object/input.test.md | 22 - .../migrated_0000/input.test.md | 8 - .../migrated_0001/input.test.md | 16 - .../migrated_0002/input.test.md | 4 - .../migrated_0000/input.test.md | 10 - .../migrated_0001/input.test.md | 16 - .../migrated_0002/input.test.md | 16 - .../migrated_0003/input.test.md | 16 - .../migrated_0000/input.test.md | 10 - .../migrated_0001/input.test.md | 10 - .../migrated_0002/input.test.md | 16 - .../migrated_0003/input.test.md | 16 - .../migrated_0004/input.test.md | 16 - .../migrated_0000/input.test.md | 4 - .../migrated_0000/input.test.md | 4 - .../migrated_0000/input.test.md | 6 - .../migrated_0001/input.test.md | 10 - .../migrated_0002/input.test.md | 8 - .../migrated_0003/input.test.md | 8 - .../migrated_0004/input.test.md | 8 - .../migrated_0005/input.test.md | 8 - .../statement-if/migrated_0000/input.test.md | 12 - .../statement-if/migrated_0001/input.test.md | 14 - .../statement-if/migrated_0002/input.test.md | 16 - .../statement-if/migrated_0004/input.test.md | 18 - .../statement-if/migrated_0005/input.test.md | 14 - .../statement-if/migrated_0006/input.test.md | 14 - .../const_forin/input.test.md | 20 - .../for-statement-with-seq/input.test.md | 14 - .../migrated_0000/input.test.md | 12 - .../migrated_0001/input.test.md | 12 - .../migrated_0002/input.test.md | 24 - .../migrated_0003/input.test.md | 14 - .../migrated_0004/input.test.md | 12 - .../migrated_0005/input.test.md | 12 - .../migrated_0006/input.test.md | 12 - .../migrated_0007/input.test.md | 24 - .../migrated_0008/input.test.md | 6 - .../migrated_0009/input.test.md | 6 - .../migrated_0010/input.test.md | 12 - .../migrated_0011/input.test.md | 14 - .../migrated_0012/input.test.md | 14 - .../migrated_0013/input.test.md | 20 - .../migrated_0014/input.test.md | 18 - .../migrated_0015/input.test.md | 22 - .../migrated_0016/input.test.md | 28 - .../migrated_0017/input.test.md | 16 - .../migrated_0018/input.test.md | 20 - .../migrated_0020/input.test.md | 20 - .../migrated_0024/input.test.md | 20 - .../migrated_0025/input.test.md | 24 - .../migrated_0026/input.test.md | 16 - .../migrated_0000/input.test.md | 12 - .../migrated_0001/input.test.md | 14 - .../migrated_0002/input.test.md | 10 - .../migrated_0000/input.test.md | 12 - .../migrated_0001/input.test.md | 12 - .../migrated_0002/input.test.md | 14 - .../migrated_0003/input.test.md | 18 - .../migrated_0000/input.test.md | 6 - .../migrated_0001/input.test.md | 18 - .../migrated_0002/input.test.md | 22 - .../migrated_0000/input.test.md | 6 - .../migrated_0001/input.test.md | 10 - .../migrated_0002/input.test.md | 14 - .../statement-try/migrated_0000/input.test.md | 12 - .../statement-try/migrated_0001/input.test.md | 12 - .../statement-try/migrated_0002/input.test.md | 12 - .../statement-try/migrated_0003/input.test.md | 20 - .../statement-try/migrated_0004/input.test.md | 16 - .../statement-try/migrated_0005/input.test.md | 26 - .../statement-try/migrated_0006/input.test.md | 36 - .../input.test.md | 12 - .../migrated_0000/input.test.md | 10 - .../migrated_0001/input.test.md | 14 - .../migrated_0002/input.test.md | 12 - .../migrated_0003/input.test.md | 18 - .../migrated_0004/input.test.md | 24 - .../migrated_0005/input.test.md | 18 - .../migrated_0006/input.test.md | 22 - .../migrated_0000/input.test.md | 14 - .../migrated_0001/input.test.md | 14 - .../migrated_0002/input.test.md | 16 - .../asi-failure-generator/input.test.md | 38 - .../async-generator/input.test.md | 91 -- .../class-private-methods/async/input.test.md | 29 - .../combined/input.test.md | 114 -- .../failure-name-constructor/input.test.md | 23 - .../failure-no-plugin/input.test.md | 32 - .../failure-spaces/input.test.md | 29 - .../generator/input.test.md | 29 - .../get-set/input.test.md | 52 - .../method/input.test.md | 27 - .../input.test.md | 30 - .../instance-field-instance-get/input.test.md | 32 - .../input.test.md | 32 - .../instance-field-instance-set/input.test.md | 36 - .../instance-field-static-field/input.test.md | 30 - .../instance-field-static-get/input.test.md | 32 - .../input.test.md | 32 - .../instance-field-static-set/input.test.md | 36 - .../instance-get-instance-field/input.test.md | 32 - .../instance-get-instance-get/input.test.md | 34 - .../input.test.md | 34 - .../instance-get-instance-set/input.test.md | 38 - .../instance-get-static-field/input.test.md | 32 - .../instance-get-static-get/input.test.md | 34 - .../instance-get-static-method/input.test.md | 34 - .../instance-get-static-set/input.test.md | 38 - .../input.test.md | 32 - .../input.test.md | 34 - .../input.test.md | 34 - .../input.test.md | 38 - .../input.test.md | 32 - .../instance-method-static-get/input.test.md | 34 - .../input.test.md | 34 - .../instance-method-static-set/input.test.md | 38 - .../instance-set-instance-field/input.test.md | 36 - .../instance-set-instance-get/input.test.md | 38 - .../input.test.md | 38 - .../instance-set-instance-set/input.test.md | 42 - .../instance-set-static-field/input.test.md | 36 - .../instance-set-static-get/input.test.md | 38 - .../instance-set-static-method/input.test.md | 38 - .../instance-set-static-set/input.test.md | 42 - .../static-field-instance-field/input.test.md | 30 - .../static-field-instance-get/input.test.md | 32 - .../input.test.md | 32 - .../static-field-instance-set/input.test.md | 36 - .../static-field-static-field/input.test.md | 30 - .../static-field-static-get/input.test.md | 32 - .../static-field-static-method/input.test.md | 32 - .../static-field-static-set/input.test.md | 36 - .../static-get-instance-field/input.test.md | 32 - .../static-get-instance-get/input.test.md | 34 - .../static-get-instance-method/input.test.md | 34 - .../static-get-instance-set/input.test.md | 38 - .../static-get-static-field/input.test.md | 32 - .../static-get-static-get/input.test.md | 34 - .../static-get-static-method/input.test.md | 34 - .../static-get-static-set/input.test.md | 38 - .../input.test.md | 32 - .../static-method-instance-get/input.test.md | 34 - .../input.test.md | 34 - .../static-method-instance-set/input.test.md | 38 - .../static-method-static-field/input.test.md | 32 - .../static-method-static-get/input.test.md | 34 - .../static-method-static-method/input.test.md | 34 - .../static-method-static-set/input.test.md | 38 - .../static-set-instance-field/input.test.md | 36 - .../static-set-instance-get/input.test.md | 38 - .../static-set-instance-method/input.test.md | 38 - .../static-set-instance-set/input.test.md | 42 - .../static-set-static-field/input.test.md | 36 - .../static-set-static-get/input.test.md | 38 - .../static-set-static-method/input.test.md | 38 - .../static-set-static-set/input.test.md | 42 - .../asi-failure-generator/input.test.md | 40 - .../asi-failure-inline/input.test.md | 19 - .../asi-success/input.test.md | 26 - .../input.test.md | 25 - .../input.test.md | 33 - .../declared-later-outer-class/input.test.md | 55 - .../declared-later-same-class/input.test.md | 36 - .../failure-computed/input.test.md | 32 - .../input.test.md | 48 - .../input.test.md | 46 - .../failure-name-constructor/input.test.md | 19 - .../failure-numeric-literal/input.test.md | 21 - .../input.test.md | 21 - .../failure-shorthand/input.test.md | 42 - .../failure-spaces/input.test.md | 19 - .../failure-string-literal/input.test.md | 21 - .../inline/input.test.md | 54 - .../input.test.md | 46 - .../invalid-destructuring/input.test.md | 52 - .../invalid-object-method/input.test.md | 29 - .../invalid-ts-type-literal/input.test.md | 18 - .../nested/input.test.md | 654 ---------- .../optional-chain-object/input.test.md | 151 --- .../optional-chain-start-call/input.test.md | 54 - .../input.test.md | 58 - .../optional-chain-start-member/input.test.md | 54 - .../optional-chain-start-simple/input.test.md | 48 - .../pbn-success/input.test.md | 323 ----- .../static/input.test.md | 28 - .../super-call/input.test.md | 46 - .../super-private-member-access/input.test.md | 44 - .../undeclared-nested/input.test.md | 48 - .../undeclared-top-level/input.test.md | 20 - .../arguments-in-arrow-function/input.test.md | 33 - .../arguments-in-function/input.test.md | 37 - .../arguments-in-key/input.test.md | 27 - .../arguments-in-nested-class/input.test.md | 50 - .../class-properties/arguments/input.test.md | 29 - .../asi-failure-computed/input.test.md | 42 - .../asi-failure-generator/input.test.md | 40 - .../asi-failure-inline/input.test.md | 19 - .../asi-success/input.test.md | 54 - .../input.test.md | 27 - .../input.test.md | 33 - .../class-properties/computed/input.test.md | 54 - .../class-properties/edge-cases/input.test.md | 266 ----- .../class-properties/inline/input.test.md | 54 - .../new-target-invalid/input.test.md | 18 - .../class-properties/new-target/input.test.md | 180 --- .../class-properties/no-ctor-2/input.test.md | 32 - .../class-properties/no-ctor/input.test.md | 19 - .../no-static-prototype-2/input.test.md | 32 - .../no-static-prototype/input.test.md | 19 - .../input.test.md | 17 - .../class-properties/super-call/input.test.md | 46 - .../super-inside-arrow-function/input.test.md | 33 - .../super-inside-function/input.test.md | 39 - .../class-properties/super/input.test.md | 44 - .../input.test.md | 33 - .../input.test.md | 31 - .../invalid-lone-import/input.test.md | 10 - .../default-and-named/input.test.md | 16 - .../default-and-ns/input.test.md | 14 - .../default-default-asi/input.test.md | 10 - .../default-default/input.test.md | 12 - .../input.test.md | 6 - .../input.test.md | 6 - .../default-type-with-flow/input.test.md | 10 - .../input.test.md | 10 - .../default-type-without-flow/input.test.md | 10 - .../export-extensions/default/input.test.md | 10 - .../export-with-ts/input.test.md | 92 -- .../input.test.md | 6 - .../input.test.md | 24 - .../input.test.md | 28 - .../disabled-inside-function/input.test.md | 28 - .../disabled-inside-generator/input.test.md | 18 - .../input.test.md | 22 - .../enabled-call-statement/input.test.md | 20 - .../function-sent/enabled-call/input.test.md | 20 - .../input.test.md | 24 - .../input.test.md | 28 - .../enabled-if-statement/input.test.md | 22 - .../enabled-inside-function/input.test.md | 28 - .../enabled-inside-generator/input.test.md | 18 - .../enabled-statement/input.test.md | 18 - .../invalid-syntax/input.test.md | 24 - .../and-and-equals-no-plugin/input.test.md | 34 - .../and-and-equals/input.test.md | 34 - .../mallet-no-plugin/input.test.md | 16 - .../mallet/input.test.md | 34 - .../qq-equals-no-plugin/input.test.md | 24 - .../qq-equals/input.test.md | 24 - .../input.test.md | 30 - .../import-with-statement/input.test.md | 14 - .../incorrect-arity/input.test.md | 44 - .../input.test.md | 24 - .../input.test.md | 20 - .../input.test.md | 16 - .../trailing-comma/input.test.md | 40 - .../input.test.md | 26 - .../input.test.md | 26 - .../input.test.md | 26 - .../input.test.md | 50 - .../input.test.md | 26 - .../input.test.md | 38 - .../input.test.md | 38 - .../input.test.md | 12 - .../without-plugin/input.test.md | 26 - .../identifier-start-0/input.test.md | 6 - .../numeric-separator/invalid-0/input.test.md | 8 - .../numeric-separator/invalid-1/input.test.md | 8 - .../invalid-10/input.test.md | 8 - .../invalid-100/input.test.md | 8 - .../invalid-101/input.test.md | 8 - .../invalid-102/input.test.md | 8 - .../invalid-103/input.test.md | 8 - .../invalid-104/input.test.md | 8 - .../invalid-105/input.test.md | 8 - .../invalid-106/input.test.md | 8 - .../invalid-107/input.test.md | 8 - .../invalid-108/input.test.md | 8 - .../invalid-109/input.test.md | 8 - .../invalid-11/input.test.md | 8 - .../invalid-110/input.test.md | 8 - .../invalid-111/input.test.md | 8 - .../invalid-112/input.test.md | 8 - .../invalid-113/input.test.md | 8 - .../invalid-114/input.test.md | 8 - .../invalid-115/input.test.md | 8 - .../invalid-116/input.test.md | 8 - .../invalid-117/input.test.md | 8 - .../invalid-118/input.test.md | 8 - .../invalid-119/input.test.md | 8 - .../invalid-12/input.test.md | 8 - .../invalid-120/input.test.md | 8 - .../invalid-121/input.test.md | 8 - .../invalid-122/input.test.md | 8 - .../invalid-123/input.test.md | 8 - .../invalid-124/input.test.md | 10 - .../invalid-125/input.test.md | 10 - .../invalid-126/input.test.md | 10 - .../invalid-127/input.test.md | 10 - .../invalid-128/input.test.md | 10 - .../invalid-129/input.test.md | 10 - .../invalid-13/input.test.md | 8 - .../invalid-130/input.test.md | 10 - .../invalid-131/input.test.md | 10 - .../invalid-132/input.test.md | 10 - .../invalid-133/input.test.md | 10 - .../invalid-134/input.test.md | 10 - .../invalid-135/input.test.md | 10 - .../invalid-136/input.test.md | 10 - .../invalid-137/input.test.md | 10 - .../invalid-138/input.test.md | 10 - .../invalid-139/input.test.md | 10 - .../invalid-14/input.test.md | 8 - .../invalid-140/input.test.md | 10 - .../invalid-141/input.test.md | 10 - .../invalid-142/input.test.md | 10 - .../invalid-143/input.test.md | 10 - .../invalid-144/input.test.md | 10 - .../invalid-145/input.test.md | 10 - .../invalid-146/input.test.md | 10 - .../invalid-147/input.test.md | 10 - .../invalid-15/input.test.md | 8 - .../invalid-16/input.test.md | 8 - .../invalid-17/input.test.md | 8 - .../invalid-18/input.test.md | 8 - .../invalid-19/input.test.md | 8 - .../numeric-separator/invalid-2/input.test.md | 8 - .../invalid-20/input.test.md | 8 - .../invalid-21/input.test.md | 8 - .../invalid-22/input.test.md | 8 - .../invalid-23/input.test.md | 8 - .../invalid-24/input.test.md | 12 - .../invalid-25/input.test.md | 12 - .../invalid-26/input.test.md | 12 - .../invalid-27/input.test.md | 12 - .../invalid-28/input.test.md | 8 - .../invalid-29/input.test.md | 8 - .../numeric-separator/invalid-3/input.test.md | 8 - .../invalid-30/input.test.md | 8 - .../invalid-31/input.test.md | 8 - .../invalid-32/input.test.md | 8 - .../invalid-33/input.test.md | 8 - .../invalid-34/input.test.md | 8 - .../invalid-35/input.test.md | 8 - .../invalid-36/input.test.md | 8 - .../invalid-37/input.test.md | 8 - .../invalid-38/input.test.md | 8 - .../invalid-39/input.test.md | 8 - .../numeric-separator/invalid-4/input.test.md | 8 - .../invalid-40/input.test.md | 8 - .../invalid-41/input.test.md | 8 - .../invalid-42/input.test.md | 8 - .../invalid-43/input.test.md | 8 - .../invalid-44/input.test.md | 8 - .../invalid-45/input.test.md | 8 - .../invalid-46/input.test.md | 8 - .../invalid-47/input.test.md | 8 - .../invalid-48/input.test.md | 8 - .../invalid-49/input.test.md | 8 - .../numeric-separator/invalid-5/input.test.md | 8 - .../invalid-50/input.test.md | 8 - .../invalid-51/input.test.md | 8 - .../invalid-52/input.test.md | 12 - .../invalid-53/input.test.md | 12 - .../invalid-54/input.test.md | 12 - .../invalid-55/input.test.md | 12 - .../invalid-56/input.test.md | 12 - .../invalid-57/input.test.md | 12 - .../invalid-58/input.test.md | 12 - .../invalid-59/input.test.md | 12 - .../numeric-separator/invalid-6/input.test.md | 8 - .../invalid-60/input.test.md | 12 - .../invalid-61/input.test.md | 12 - .../invalid-62/input.test.md | 12 - .../invalid-63/input.test.md | 12 - .../invalid-64/input.test.md | 12 - .../invalid-65/input.test.md | 12 - .../invalid-66/input.test.md | 12 - .../invalid-67/input.test.md | 12 - .../invalid-68/input.test.md | 12 - .../invalid-69/input.test.md | 12 - .../numeric-separator/invalid-7/input.test.md | 8 - .../invalid-70/input.test.md | 12 - .../invalid-71/input.test.md | 12 - .../invalid-72/input.test.md | 12 - .../invalid-73/input.test.md | 12 - .../invalid-74/input.test.md | 12 - .../invalid-75/input.test.md | 12 - .../invalid-76/input.test.md | 10 - .../invalid-77/input.test.md | 10 - .../invalid-78/input.test.md | 10 - .../invalid-79/input.test.md | 10 - .../numeric-separator/invalid-8/input.test.md | 8 - .../invalid-80/input.test.md | 10 - .../invalid-81/input.test.md | 10 - .../invalid-82/input.test.md | 10 - .../invalid-83/input.test.md | 10 - .../invalid-84/input.test.md | 10 - .../invalid-85/input.test.md | 10 - .../invalid-86/input.test.md | 10 - .../invalid-87/input.test.md | 10 - .../invalid-88/input.test.md | 10 - .../invalid-89/input.test.md | 10 - .../numeric-separator/invalid-9/input.test.md | 8 - .../invalid-90/input.test.md | 10 - .../invalid-91/input.test.md | 10 - .../invalid-92/input.test.md | 10 - .../invalid-93/input.test.md | 10 - .../invalid-94/input.test.md | 10 - .../invalid-95/input.test.md | 10 - .../invalid-96/input.test.md | 10 - .../invalid-97/input.test.md | 10 - .../invalid-98/input.test.md | 10 - .../invalid-99/input.test.md | 10 - .../invalid-hex/input.test.md | 4 - .../invalid-leading-zero/input.test.md | 6 - .../input.test.md | 6 - .../input.test.md | 6 - .../invalid-unicode-2/input.test.md | 4 - .../invalid-unicode/input.test.md | 4 - .../numeric-separator/valid-0/input.test.md | 6 - .../numeric-separator/valid-1/input.test.md | 6 - .../numeric-separator/valid-10/input.test.md | 6 - .../numeric-separator/valid-11/input.test.md | 6 - .../numeric-separator/valid-12/input.test.md | 6 - .../numeric-separator/valid-13/input.test.md | 6 - .../numeric-separator/valid-14/input.test.md | 6 - .../numeric-separator/valid-15/input.test.md | 6 - .../numeric-separator/valid-2/input.test.md | 6 - .../numeric-separator/valid-3/input.test.md | 6 - .../numeric-separator/valid-4/input.test.md | 6 - .../numeric-separator/valid-5/input.test.md | 6 - .../numeric-separator/valid-6/input.test.md | 6 - .../numeric-separator/valid-7/input.test.md | 6 - .../numeric-separator/valid-8/input.test.md | 6 - .../numeric-separator/valid-9/input.test.md | 6 - .../input.test.md | 46 - .../input.test.md | 46 - .../private-expression/input.test.md | 42 - .../private-in-class-heritage/input.test.md | 59 - .../private-in-escaped-sequence/input.test.md | 46 - .../private-in-parenthesized/input.test.md | 50 - .../private-in-without-field/input.test.md | 35 - .../private-in/private-in/input.test.md | 46 - .../1/input.test.md | 12 - .../10/input.test.md | 16 - .../11/input.test.md | 16 - .../12/input.test.md | 20 - .../13/input.test.md | 12 - .../14/input.test.md | 16 - .../15/input.test.md | 16 - .../16/input.test.md | 20 - .../17/input.test.md | 12 - .../18/input.test.md | 16 - .../19/input.test.md | 16 - .../2/input.test.md | 16 - .../20/input.test.md | 20 - .../21/input.test.md | 12 - .../22/input.test.md | 16 - .../23/input.test.md | 16 - .../24/input.test.md | 20 - .../25/input.test.md | 12 - .../26/input.test.md | 16 - .../27/input.test.md | 16 - .../28/input.test.md | 20 - .../29/input.test.md | 12 - .../3/input.test.md | 16 - .../30/input.test.md | 16 - .../31/input.test.md | 16 - .../32/input.test.md | 20 - .../33/input.test.md | 12 - .../34/input.test.md | 16 - .../35/input.test.md | 16 - .../36/input.test.md | 20 - .../37/input.test.md | 12 - .../38/input.test.md | 16 - .../39/input.test.md | 16 - .../4/input.test.md | 20 - .../40/input.test.md | 20 - .../41/input.test.md | 12 - .../42/input.test.md | 16 - .../43/input.test.md | 16 - .../44/input.test.md | 20 - .../45/input.test.md | 12 - .../46/input.test.md | 16 - .../47/input.test.md | 16 - .../48/input.test.md | 20 - .../49/input.test.md | 12 - .../5/input.test.md | 12 - .../50/input.test.md | 16 - .../51/input.test.md | 16 - .../52/input.test.md | 20 - .../53/input.test.md | 12 - .../54/input.test.md | 16 - .../55/input.test.md | 16 - .../56/input.test.md | 20 - .../57/input.test.md | 12 - .../58/input.test.md | 16 - .../59/input.test.md | 16 - .../6/input.test.md | 16 - .../60/input.test.md | 20 - .../61/input.test.md | 12 - .../62/input.test.md | 16 - .../63/input.test.md | 16 - .../64/input.test.md | 20 - .../65/input.test.md | 12 - .../66/input.test.md | 16 - .../67/input.test.md | 16 - .../68/input.test.md | 20 - .../7/input.test.md | 16 - .../8/input.test.md | 20 - .../9/input.test.md | 12 - .../1/input.test.md | 10 - .../10/input.test.md | 14 - .../11/input.test.md | 14 - .../12/input.test.md | 18 - .../13/input.test.md | 10 - .../14/input.test.md | 14 - .../15/input.test.md | 14 - .../16/input.test.md | 18 - .../17/input.test.md | 10 - .../18/input.test.md | 14 - .../19/input.test.md | 14 - .../2/input.test.md | 14 - .../20/input.test.md | 18 - .../21/input.test.md | 10 - .../22/input.test.md | 14 - .../23/input.test.md | 14 - .../24/input.test.md | 18 - .../25/input.test.md | 10 - .../26/input.test.md | 14 - .../27/input.test.md | 14 - .../28/input.test.md | 18 - .../29/input.test.md | 10 - .../3/input.test.md | 14 - .../30/input.test.md | 14 - .../31/input.test.md | 14 - .../32/input.test.md | 18 - .../33/input.test.md | 10 - .../34/input.test.md | 14 - .../35/input.test.md | 14 - .../36/input.test.md | 18 - .../37/input.test.md | 10 - .../38/input.test.md | 14 - .../39/input.test.md | 14 - .../4/input.test.md | 18 - .../40/input.test.md | 18 - .../41/input.test.md | 10 - .../42/input.test.md | 14 - .../43/input.test.md | 14 - .../44/input.test.md | 18 - .../45/input.test.md | 10 - .../46/input.test.md | 14 - .../47/input.test.md | 14 - .../48/input.test.md | 18 - .../49/input.test.md | 10 - .../5/input.test.md | 10 - .../50/input.test.md | 14 - .../51/input.test.md | 14 - .../52/input.test.md | 18 - .../53/input.test.md | 10 - .../54/input.test.md | 14 - .../55/input.test.md | 14 - .../56/input.test.md | 18 - .../57/input.test.md | 10 - .../58/input.test.md | 14 - .../59/input.test.md | 14 - .../6/input.test.md | 14 - .../60/input.test.md | 18 - .../61/input.test.md | 10 - .../62/input.test.md | 14 - .../63/input.test.md | 14 - .../64/input.test.md | 18 - .../65/input.test.md | 10 - .../66/input.test.md | 14 - .../67/input.test.md | 14 - .../68/input.test.md | 18 - .../7/input.test.md | 14 - .../8/input.test.md | 18 - .../9/input.test.md | 10 - .../throw-expression/comma/input.test.md | 20 - .../throw-expression/expression/input.test.md | 16 - .../throw-expression/logical/input.test.md | 20 - .../not-enabled/input.test.md | 20 - .../throw-expression/statement/input.test.md | 14 - .../export-default/input.test.md | 8 - .../for-await-module/input.test.md | 14 - .../for-await-script/input.test.md | 24 - .../inside-arrow/input.test.md | 16 - .../inside-block/input.test.md | 14 - .../inside-class-property/input.test.md | 23 - .../inside-function/input.test.md | 20 - .../top-level-module/input.test.md | 8 - .../top-level-script/input.test.md | 12 - .../uncategorised/43/input.test.md | 19 - .../uncategorised/44/input.test.md | 17 - .../uncategorised/45/input.test.md | 17 - .../uncategorised/46/input.test.md | 19 - .../test-fixtures/jsx/basic/1/input.test.md | 8 - .../test-fixtures/jsx/basic/10/input.test.md | 14 - .../test-fixtures/jsx/basic/11/input.test.md | 10 - .../test-fixtures/jsx/basic/12/input.test.md | 14 - .../test-fixtures/jsx/basic/13/input.test.md | 26 - .../test-fixtures/jsx/basic/14/input.test.md | 12 - .../test-fixtures/jsx/basic/15/input.test.md | 16 - .../test-fixtures/jsx/basic/16/input.test.md | 12 - .../test-fixtures/jsx/basic/17/input.test.md | 12 - .../test-fixtures/jsx/basic/18/input.test.md | 18 - .../test-fixtures/jsx/basic/19/input.test.md | 24 - .../test-fixtures/jsx/basic/2/input.test.md | 20 - .../test-fixtures/jsx/basic/20/input.test.md | 62 - .../test-fixtures/jsx/basic/21/input.test.md | 26 - .../test-fixtures/jsx/basic/3/input.test.md | 34 - .../test-fixtures/jsx/basic/4/input.test.md | 34 - .../test-fixtures/jsx/basic/5/input.test.md | 8 - .../test-fixtures/jsx/basic/6/input.test.md | 8 - .../test-fixtures/jsx/basic/7/input.test.md | 16 - .../test-fixtures/jsx/basic/8/input.test.md | 26 - .../test-fixtures/jsx/basic/asi/input.test.md | 24 - .../empty-expression-container/input.test.md | 12 - .../jsx/basic/entity/input.test.md | 10 - .../jsx/basic/fragment-1/input.test.md | 6 - .../jsx/basic/fragment-2/input.test.md | 8 - .../jsx/basic/fragment-3/input.test.md | 24 - .../jsx/basic/fragment-4/input.test.md | 20 - .../jsx/basic/fragment-5/input.test.md | 24 - .../jsx/basic/fragment-6/input.test.md | 18 - .../jsx/basic/html-comment/input.test.md | 4 - .../jsx/basic/keyword-tag/input.test.md | 8 - .../jsx/basic/namespace-tag/input.test.md | 22 - .../jsx/basic/nonentity-decimal/input.test.md | 10 - .../jsx/basic/nonentity/input.test.md | 10 - .../jsx/basic/yield-tag/input.test.md | 18 - .../jsx/errors/adjacent-tags/input.test.md | 42 - .../input.test.md | 28 - .../attribute-empty-expression/input.test.md | 18 - .../attributes-in-fragment/input.test.md | 18 - .../errors/html-comment-module/input.test.md | 4 - .../member-in-namespace-1/input.test.md | 22 - .../member-in-namespace-2/input.test.md | 16 - .../nested-fragment-unclosed/input.test.md | 12 - .../errors/unclosed-jsx-element/input.test.md | 18 - .../jsx/errors/unclosed-tag/input.test.md | 104 +- .../input.test.md | 10 - .../errors/unterminated-string/input.test.md | 16 - .../wrong-closing-tag-fragment/input.test.md | 10 - .../errors/wrong-closing-tag/input.test.md | 12 - .../wrong-opening-tag-fragment/input.test.md | 12 - .../jsx/regression/1/input.test.md | 24 - .../jsx/regression/2/input.test.md | 18 - .../jsx/regression/3/input.test.md | 20 - .../jsx/regression/4/input.test.md | 10 - .../jsx/regression/5/input.test.md | 16 - .../jsx/regression/6/input.test.md | 18 - .../jsx/regression/7/input.test.md | 14 - .../jsx/regression/issue-11387/input.test.md | 40 - .../jsx/regression/issue-2083/input.test.md | 16 - .../jsx/regression/issue-2114/input.test.md | 14 - .../jsx/regression/issue-8891/input.test.md | 96 -- .../jsx/regression/nbsp/input.test.md | 10 - .../input.test.md | 18 - .../input.test.md | 18 - .../input.test.md | 18 - .../input.test.md | 18 - .../array-pattern-empty/input.test.md | 14 - .../input.test.md | 34 - .../input.test.md | 34 - .../input.test.md | 34 - .../input.test.md | 54 - .../input.test.md | 26 - .../array-pattern-multi-element/input.test.md | 26 - .../input.test.md | 22 - .../input.test.md | 22 - .../input.test.md | 22 - .../input.test.md | 26 - .../input.test.md | 18 - .../input.test.md | 18 - .../input.test.md | 22 - .../input.test.md | 18 - .../input.test.md | 22 - .../object-pattern-empty/input.test.md | 14 - .../input.test.md | 46 - .../input.test.md | 46 - .../input.test.md | 46 - .../input.test.md | 66 - .../input.test.md | 38 - .../input.test.md | 26 - .../input.test.md | 26 - .../input.test.md | 26 - .../input.test.md | 30 - .../input.test.md | 22 - .../arrow-function/annotated/input.test.md | 18 - .../arrow-function-with-newline/input.test.md | 16 - .../input.test.md | 18 - .../async-await-null/input.test.md | 16 - .../async-generic-after-await/input.test.md | 38 - .../input.test.md | 26 - .../async-generic-tokens-true/input.test.md | 26 - .../input.test.md | 20 - .../arrow-function/async-rest/input.test.md | 20 - .../arrow-function/async/input.test.md | 18 - .../default-parameter-values/input.test.md | 20 - .../destructuring/input.test.md | 36 - .../arrow-function/generic-tsx/input.test.md | 28 - .../arrow-function/generic/input.test.md | 26 - .../optional-parameter/input.test.md | 36 - .../predicate-types/input.test.md | 22 - .../arrow-function/input.test.md | 78 -- .../asserts-as-identifier/input.test.md | 28 - .../asserts-this-with-predicate/input.test.md | 71 -- .../asserts-this/input.test.md | 25 - .../asserts-var-with-predicate/input.test.md | 33 - .../asserts-var/input.test.md | 32 - .../input.test.md | 40 - .../function-declaration/input.test.md | 62 - .../input.test.md | 32 - .../arrow-async-parameter-as/input.test.md | 14 - .../input.test.md | 14 - .../input.test.md | 26 - .../cast/arrow-in-parens/input.test.md | 26 - .../cast/arrow-parameter-as/input.test.md | 14 - .../arrow-parameter-assertion/input.test.md | 14 - .../typescript/cast/as-const/input.test.md | 686 ----------- .../typescript/cast/as/input.test.md | 54 - .../cast/assert-and-assign/input.test.md | 14 - .../cast/destructure-and-assign/input.test.md | 36 - .../cast/false-positive/input.test.md | 20 - .../multiple-assert-and-assign/input.test.md | 18 - .../cast/need-parentheses/input.test.md | 46 - .../cast/null-assertion-2/input.test.md | 12 - .../cast/null-assertion-3/input.test.md | 16 - .../null-assertion-and-assign-2/input.test.md | 12 - .../null-assertion-and-assign/input.test.md | 12 - .../input.test.md | 12 - .../input.test.md | 14 - .../cast/null-assertion/input.test.md | 8 - .../cast/parameter-typecast/input.test.md | 10 - .../input.test.md | 14 - .../type-assertion-and-assign/input.test.md | 14 - .../input.test.md | 14 - .../cast/type-assertion/input.test.md | 10 - .../abstract-false-positive/input.test.md | 8 - .../class/abstract-new-line/input.test.md | 12 - .../typescript/class/abstract/input.test.md | 42 - .../async-named-properties/input.test.md | 32 - .../class/async-optional-method/input.test.md | 37 - .../input.test.md | 54 - .../class/constructor/input.test.md | 79 -- .../declare-field-initializer/input.test.md | 23 - .../declare-field-modifiers/input.test.md | 75 -- .../class/declare-field/input.test.md | 30 - .../class/declare-method/input.test.md | 23 - .../class/declare-new-line/input.test.md | 12 - .../typescript/class/declare/input.test.md | 62 - .../class/duplicate-modifier-1/input.test.md | 19 - .../class/duplicate-modifier-2/input.test.md | 19 - .../input.test.md | 64 - .../class/expression-extends/input.test.md | 36 - .../class/expression-generic/input.test.md | 24 - .../class/expression-implements/input.test.md | 44 - .../class/extends-empty/input.test.md | 10 - .../extends-implements-empty/input.test.md | 12 - .../class/extends-implements/input.test.md | 32 - .../typescript/class/extends/input.test.md | 18 - .../typescript/class/generic/input.test.md | 24 - .../class/get-generic/input.test.md | 25 - .../class/implements-empty/input.test.md | 10 - .../typescript/class/implements/input.test.md | 22 - .../class/index-signature/input.test.md | 28 - .../members-with-modifier-names/input.test.md | 72 -- .../members-with-reserved-names/input.test.md | 21 - .../class/method-computed/input.test.md | 46 - .../class/method-generic/input.test.md | 82 -- .../class/method-no-body/input.test.md | 32 - .../class/method-optional/input.test.md | 23 - .../class/method-readonly/input.test.md | 32 - .../class/method-return-type/input.test.md | 23 - .../input.test.md | 21 - .../input.test.md | 30 - .../class/modifiers-accessors/input.test.md | 117 -- .../modifiers-methods-async/input.test.md | 97 -- .../class/modifiers-properties/input.test.md | 154 --- .../class/optional-async-error/input.test.md | 43 - .../input.test.md | 27 - .../class/parameter-properties/input.test.md | 65 - .../class/predicate-types/input.test.md | 48 - .../input.test.md | 17 - .../input.test.md | 17 - .../input.test.md | 17 - .../input.test.md | 17 - .../input.test.md | 28 - .../class/private-fields-static/input.test.md | 28 - .../class/private-fields/input.test.md | 79 -- .../typescript/class/properties/input.test.md | 70 -- .../class/property-computed/input.test.md | 42 - .../input.test.md | 30 - .../typescript/class/static/input.test.md | 52 - .../const/no-initializer/input.test.md | 14 - .../const/reserved-word/input.test.md | 18 - .../declare/const-new-line/input.test.md | 26 - .../typescript/declare/const/input.test.md | 22 - .../destructure-new-line/input.test.md | 50 - .../declare/destructure/input.test.md | 46 - .../declare/interface-new-line/input.test.md | 12 - .../declare/interface/input.test.md | 8 - .../declare/let-new-line/input.test.md | 14 - .../typescript/declare/let/input.test.md | 10 - .../declare/var-new-line/input.test.md | 30 - .../typescript/declare/var/input.test.md | 22 - .../typescript/enum/const/input.test.md | 6 - .../enum/declare-const/input.test.md | 6 - .../typescript/enum/declare/input.test.md | 6 - .../enum/export-const/input.test.md | 8 - .../enum/export-declare-const/input.test.md | 8 - .../typescript/enum/export/input.test.md | 8 - .../enum/members-reserved-words/input.test.md | 14 - .../enum/members-strings/input.test.md | 16 - .../input.test.md | 12 - .../enum/members-trailing-comma/input.test.md | 10 - .../typescript/enum/members/input.test.md | 16 - .../shorthand-ambient-module/input.test.md | 6 - .../export-interface/input.test.md | 12 - .../export-type-named/input.test.md | 18 - .../expect-plugin/export-type/input.test.md | 10 - .../export/as-namespace/input.test.md | 6 - .../typescript/export/declare/input.test.md | 92 -- .../typescript/export/equals/input.test.md | 6 - .../export-type-declaration/input.test.md | 60 - .../export/export-type-from/input.test.md | 12 - .../export/export-type/input.test.md | 16 - .../export-value-declaration/input.test.md | 44 - .../export/nested-same-name/input.test.md | 34 - .../function/annotated/input.test.md | 26 - .../anonymous-generator/input.test.md | 42 - .../function/anonymous/input.test.md | 32 - .../typescript/function/declare/input.test.md | 60 - .../function/export-default/input.test.md | 18 - .../function/getter-setter/input.test.md | 58 - .../function/overloads/input.test.md | 34 - .../function/pattern-parameters/input.test.md | 20 - .../function/predicate-types/input.test.md | 42 - .../import/equals-require/input.test.md | 10 - .../typescript/import/equals/input.test.md | 12 - .../export-import-require/input.test.md | 10 - .../import/export-import/input.test.md | 12 - .../export-named-import-require/input.test.md | 18 - .../input.test.md | 20 - .../import-default-id-type/input.test.md | 12 - .../import/import-named/input.test.md | 14 - .../import/import-star-as/input.test.md | 12 - .../import/not-top-level/input.test.md | 18 - .../interface/call-signature/input.test.md | 20 - .../construct-signature/input.test.md | 20 - .../export-abstract-interface/input.test.md | 14 - .../typescript/interface/export/input.test.md | 18 - .../interface/extends/input.test.md | 22 - .../interface/generic/input.test.md | 24 - .../interface/index-signature/input.test.md | 18 - .../interface/method-computed/input.test.md | 40 - .../interface/method-generic/input.test.md | 36 - .../interface/method-optional/input.test.md | 18 - .../interface/method-plain/input.test.md | 40 - .../interface/modifiers/input.test.md | 16 - .../interface/new-line-error/input.test.md | 14 - .../interface/new-line/input.test.md | 12 - .../interface/properties/input.test.md | 30 - .../interface/property-computed/input.test.md | 36 - .../property-named-public/input.test.md | 16 - .../reserved-method-name/input.test.md | 18 - .../interface/separators/input.test.md | 68 -- .../body-declare/input.test.md | 20 - .../body-nested-declare/input.test.md | 26 - .../body-nested/input.test.md | 14 - .../module-namespace/body/input.test.md | 18 - .../declare-shorthand/input.test.md | 6 - .../global-in-module/input.test.md | 26 - .../head-declare/input.test.md | 30 - .../head-export/input.test.md | 22 - .../module-namespace/head/input.test.md | 34 - .../module-new-line-error/input.test.md | 14 - .../module-new-line/input.test.md | 12 - .../namespace-new-line-error/input.test.md | 14 - .../namespace-new-line/input.test.md | 12 - .../top-level-await/input.test.md | 20 - .../type-arguments/input.test.md | 24 - .../async-arrow-generic-9560/input.test.md | 52 - .../comments-disappearing/input.test.md | 26 - .../input.test.md | 46 - .../is-default-export/input.test.md | 24 - .../regression/issue-7742/input.test.md | 32 - .../less-than-edge-case/input.test.md | 42 - .../input.test.md | 44 - .../input.test.md | 48 - .../tsx/brace-is-block/input.test.md | 24 - .../tsx/type-arguments/input.test.md | 40 - .../tsx/type-parameters/input.test.md | 20 - .../type-alias/declare/input.test.md | 8 - .../type-alias/export/input.test.md | 12 - .../generic-complex-tokens-true/input.test.md | 32 - .../type-alias/generic/input.test.md | 14 - .../typescript/type-alias/plain/input.test.md | 8 - .../type-arguments/call/input.test.md | 30 - .../type-arguments/empty/input.test.md | 10 - .../new-false-positive-2/input.test.md | 16 - .../new-false-positive/input.test.md | 12 - .../type-arguments/new/input.test.md | 30 - .../tagged-template-no-asi/input.test.md | 20 - .../tagged-template/input.test.md | 18 - .../type-arguments/tsx/input.test.md | 22 - .../type-arguments/whitespace/input.test.md | 14 - .../typescript/types/array/input.test.md | 18 - .../types/conditional-infer/input.test.md | 32 - .../types/conditional/input.test.md | 22 - .../types/function-generic/input.test.md | 32 - .../types/function-in-generic/input.test.md | 24 - .../types/function-with-this/input.test.md | 24 - .../typescript/types/function/input.test.md | 38 - .../input.test.md | 28 - .../import-type-declaration/input.test.md | 42 - .../types/import-type-dynamic/input.test.md | 58 - .../import-type-escaped-error/input.test.md | 26 - .../typescript/types/indexed/input.test.md | 22 - .../typescript/types/keywords/input.test.md | 146 --- .../literal-bigint-negative/input.test.md | 16 - .../types/literal-bigint/input.test.md | 18 - .../types/literal-boolean/input.test.md | 26 - .../literal-number-negative/input.test.md | 14 - .../types/literal-number/input.test.md | 14 - .../types/literal-string-1/input.test.md | 14 - .../types/literal-string-2/input.test.md | 16 - .../types/literal-string/input.test.md | 14 - .../typescript/types/mapped/input.test.md | 74 -- .../typescript/types/new-line/input.test.md | 14 - .../types/object-shorthand/input.test.md | 46 - .../types/parenthesized/input.test.md | 10 - .../types/read-only-1/input.test.md | 14 - .../types/read-only-2/input.test.md | 16 - .../types/read-only-3/input.test.md | 18 - .../types/read-only-4/input.test.md | 20 - .../reference-generic-nested/input.test.md | 26 - .../types/reference-generic/input.test.md | 20 - .../typescript/types/reference/input.test.md | 16 - .../types/tuple-empty/input.test.md | 14 - .../tuple-optional-invalid/input.test.md | 24 - .../types/tuple-optional/input.test.md | 32 - .../tuple-rest-after-optional/input.test.md | 30 - .../types/tuple-rest-invalid/input.test.md | 22 - .../tuple-rest-trailing-comma/input.test.md | 26 - .../typescript/types/tuple-rest/input.test.md | 24 - .../typescript/types/tuple/input.test.md | 26 - .../types/type-literal/input.test.md | 24 - .../types/type-operator/input.test.md | 70 -- .../typescript/types/typeof/input.test.md | 20 - .../types/union-intersection/input.test.md | 76 -- .../input.test.md | 22 - .../definite-assignment/input.test.md | 14 - internal/js-parser/tokenizer/context.ts | 5 +- internal/js-parser/tokenizer/index.ts | 41 +- internal/js-parser/tokenizer/state.ts | 9 +- internal/js-parser/tokenizer/types.ts | 6 + .../test-fixtures/smoke/input.test.md | 46 - .../markup-syntax-highlight/highlightJS.ts | 8 +- internal/markup/escape.ts | 55 +- internal/markup/normalize.ts | 2 +- internal/markup/parse.ts | 56 +- internal/markup/util.ts | 14 + internal/parser-core/ParserCore.ts | 826 +++++++++++++ internal/parser-core/PositionTracker.ts | 135 +++ internal/parser-core/comments.ts | 88 +- internal/parser-core/index.ts | 1064 +---------------- internal/parser-core/types.ts | 40 +- internal/parser-core/utils.ts | 170 +++ internal/path-match/parse.test.ts | 52 +- internal/v8/CoverageCollector.ts | 17 +- internal/v8/errors.ts | 3 +- scripts/generated-files/ast.ts | 1 - .../docs/lint/rules/jsx-a11y/htmlHasLang.md | 7 +- 3413 files changed, 1659 insertions(+), 70063 deletions(-) create mode 100644 internal/parser-core/ParserCore.ts create mode 100644 internal/parser-core/PositionTracker.ts create mode 100644 internal/parser-core/utils.ts diff --git a/internal/cli-diagnostics/buildCodeFrame.ts b/internal/cli-diagnostics/buildCodeFrame.ts index 026e6bed29a..19fb5b868b3 100644 --- a/internal/cli-diagnostics/buildCodeFrame.ts +++ b/internal/cli-diagnostics/buildCodeFrame.ts @@ -113,7 +113,6 @@ type FormattedLine = { export default function buildCodeFrame( { - sourceText, lines: allLines, truncateLines, start, @@ -121,7 +120,6 @@ export default function buildCodeFrame( type, markerMessage = markup``, }: { - sourceText: string; lines: ToLines; type: "pointer" | "all"; truncateLines?: number; @@ -302,9 +300,12 @@ export default function buildCodeFrame( // If what the marker is highlighting equals the marker message then it's redundant so don't show the message if (isEmptyMarkup(markerMessage) && start !== undefined && end !== undefined) { - const text = sourceText.slice(ob1Get0(start.index), ob1Get0(end.index)); - if (cleanEquivalentString(text) === cleanEquivalentString(markerMessage)) { - markerMessage = markup``; + const line = allLines[ob1Get0(ob1Coerce1To0(start.line))]; + if (line !== undefined) { + const text = line[0].slice(ob1Get0(start.column), ob1Get0(end.column)); + if (cleanEquivalentString(text) === cleanEquivalentString(markerMessage)) { + markerMessage = markup``; + } } } diff --git a/internal/cli-diagnostics/printAdvice.ts b/internal/cli-diagnostics/printAdvice.ts index 664564eb696..cf5d3e3df69 100644 --- a/internal/cli-diagnostics/printAdvice.ts +++ b/internal/cli-diagnostics/printAdvice.ts @@ -36,7 +36,6 @@ import { readMarkup, } from "@internal/markup"; import {DiagnosticsPrinterFlags} from "./types"; -import {ob1Number0Neg1} from "@internal/ob1"; import DiagnosticsPrinter, {DiagnosticsPrinterFileSources} from "./DiagnosticsPrinter"; import {UnknownFilePathSet, createUnknownFilePath} from "@internal/path"; import {MAX_CODE_LENGTH, MAX_CODE_LINES, MAX_LOG_LENGTH} from "./constants"; @@ -312,7 +311,6 @@ function printCode( const {frame, truncated: truncatedLines} = buildCodeFrame({ type: "all", - sourceText: code, truncateLines: MAX_CODE_LINES, lines: toLines({ input: code, @@ -388,7 +386,6 @@ function printFrame( const {frame, truncated} = buildCodeFrame({ type: "pointer", - sourceText, lines, start, end, @@ -468,7 +465,6 @@ function printStacktrace( filename, language, start: { - index: ob1Number0Neg1, line, column, }, @@ -490,7 +486,6 @@ function printStacktrace( column !== undefined ) { const pos: Position = { - index: ob1Number0Neg1, line, column, }; diff --git a/internal/cli-flags/serializeCLIFlags.ts b/internal/cli-flags/serializeCLIFlags.ts index e4739de50e2..27f699dcc7d 100644 --- a/internal/cli-flags/serializeCLIFlags.ts +++ b/internal/cli-flags/serializeCLIFlags.ts @@ -206,13 +206,11 @@ export function serializeCLIFlags( let start: DiagnosticLocation["start"] = { line: ob1Number1, column: startColumn, - index: startColumn, }; let end: DiagnosticLocation["end"] = { line: ob1Number1, column: endColumn, - index: endColumn, }; if (target === "none") { diff --git a/internal/cli-layout/Grid.ts b/internal/cli-layout/Grid.ts index d632608187c..36ad92f363d 100644 --- a/internal/cli-layout/Grid.ts +++ b/internal/cli-layout/Grid.ts @@ -6,6 +6,7 @@ */ import { + AnyMarkup, MarkupLineWrapMode, MarkupParsedAttributes, MarkupParsedChild, @@ -871,7 +872,7 @@ export default class Grid { } parse( - sub: undefined | string, + sub: undefined | string | AnyMarkup, offsetPosition: undefined | Position, ): MarkupParsedChildren { if (sub === undefined) { diff --git a/internal/cli-layout/format.ts b/internal/cli-layout/format.ts index 3dfd2b67f52..db364100bf0 100644 --- a/internal/cli-layout/format.ts +++ b/internal/cli-layout/format.ts @@ -8,8 +8,10 @@ import { AnyMarkup, MarkupLinesAndWidth, + isSingleEscaped, joinMarkupLines, readMarkup, + serializeLazyMarkup, } from "@internal/markup"; import {GridOutputFormat, UserGridOptions} from "./types"; import Grid from "./Grid"; @@ -17,17 +19,14 @@ import {ob1Get1} from "@internal/ob1"; import {splitChars, splitLines} from "@internal/string-utils"; export function renderGrid( - safe: AnyMarkup, + safeMaybeLazy: AnyMarkup, opts: UserGridOptions = {}, format: GridOutputFormat, ): MarkupLinesAndWidth { + const safe = serializeLazyMarkup(safeMaybeLazy); + // Optimization for rendering a single escaped string with no columns - if ( - opts.columns === undefined && - safe.type === "MARKUP" && - safe.parts.length === 1 && - typeof safe.parts[0] === "string" - ) { + if (opts.columns === undefined && isSingleEscaped(safe)) { let line = safe.parts[0]; if (opts.convertTabs) { @@ -50,7 +49,7 @@ export function renderGrid( sourceText: input, view: {}, }); - grid.drawChildren(grid.parse(input, undefined), []); + grid.drawChildren(grid.parse(safe, undefined), []); return { width: ob1Get1(grid.getWidth()), lines: grid.getLines(format), diff --git a/internal/codec-js-manifest/dependencies.test.md b/internal/codec-js-manifest/dependencies.test.md index 38aff160eaf..b7984b4780d 100644 --- a/internal/codec-js-manifest/dependencies.test.md +++ b/internal/codec-js-manifest/dependencies.test.md @@ -46,12 +46,10 @@ npm { filename: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +75,10 @@ npm { filename: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/codec-js-manifest/name.ts b/internal/codec-js-manifest/name.ts index fc014b79b07..bb36858a422 100644 --- a/internal/codec-js-manifest/name.ts +++ b/internal/codec-js-manifest/name.ts @@ -7,14 +7,14 @@ import {Number0, ob1Add, ob1Coerce0, ob1Inc, ob1Number0} from "@internal/ob1"; import { - DiagnosticDescriptionOptionalCategory, + DiagnosticDescriptionOptional, descriptions, } from "@internal/diagnostics"; import {ManifestName} from "./types"; type NormalizeNameUnexpected = ( opts: { - description: DiagnosticDescriptionOptionalCategory; + description: DiagnosticDescriptionOptional; start?: Number0; end?: Number0; at?: "prefix"; diff --git a/internal/codec-semver/parse.test.md b/internal/codec-semver/parse.test.md index dd0691b2c96..6bdf9baccbc 100644 --- a/internal/codec-semver/parse.test.md +++ b/internal/codec-semver/parse.test.md @@ -17,12 +17,10 @@ AbsoluteVersion { filename: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -42,12 +40,10 @@ AbsoluteVersion { filename: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +66,10 @@ AbsoluteVersion { filename: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -102,12 +96,10 @@ AbsoluteVersion { filename: undefined end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -127,12 +119,10 @@ AbsoluteVersion { filename: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -152,12 +142,10 @@ AbsoluteVersion { filename: undefined end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -180,12 +168,10 @@ AbsoluteVersion { filename: undefined end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -212,12 +198,10 @@ AbsoluteVersion { filename: undefined end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -250,12 +234,10 @@ AbsoluteVersion { filename: undefined end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -278,12 +260,10 @@ AbsoluteVersion { filename: undefined end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -298,12 +278,10 @@ VersionRange { filename: undefined end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -312,12 +290,10 @@ VersionRange { filename: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -332,12 +308,10 @@ VersionRange { filename: undefined end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -358,12 +332,10 @@ AbsoluteVersion { filename: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -378,12 +350,10 @@ Wildcard { filename: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -398,12 +368,10 @@ Wildcard { filename: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -423,12 +391,10 @@ AbsoluteVersion { filename: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -443,12 +409,10 @@ LogicalOr { filename: undefined end: Object { column: 78 - index: 78 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -458,12 +422,10 @@ LogicalOr { filename: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -477,12 +439,10 @@ LogicalOr { filename: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -493,12 +453,10 @@ LogicalOr { filename: undefined end: Object { column: 78 - index: 78 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -508,12 +466,10 @@ LogicalOr { filename: undefined end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -530,12 +486,10 @@ LogicalOr { filename: undefined end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -546,12 +500,10 @@ LogicalOr { filename: undefined end: Object { column: 78 - index: 78 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -561,12 +513,10 @@ LogicalOr { filename: undefined end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -580,12 +530,10 @@ LogicalOr { filename: undefined end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -596,12 +544,10 @@ LogicalOr { filename: undefined end: Object { column: 78 - index: 78 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -611,12 +557,10 @@ LogicalOr { filename: undefined end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -630,12 +574,10 @@ LogicalOr { filename: undefined end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } @@ -646,12 +588,10 @@ LogicalOr { filename: undefined end: Object { column: 78 - index: 78 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -661,12 +601,10 @@ LogicalOr { filename: undefined end: Object { column: 58 - index: 58 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -683,12 +621,10 @@ LogicalOr { filename: undefined end: Object { column: 58 - index: 58 line: 1 } start: Object { column: 48 - index: 48 line: 1 } } @@ -699,12 +635,10 @@ LogicalOr { filename: undefined end: Object { column: 78 - index: 78 line: 1 } start: Object { column: 62 - index: 62 line: 1 } } @@ -714,12 +648,10 @@ LogicalOr { filename: undefined end: Object { column: 68 - index: 68 line: 1 } start: Object { column: 62 - index: 62 line: 1 } } @@ -733,12 +665,10 @@ LogicalOr { filename: undefined end: Object { column: 68 - index: 68 line: 1 } start: Object { column: 63 - index: 63 line: 1 } } @@ -750,12 +680,10 @@ LogicalOr { filename: undefined end: Object { column: 78 - index: 78 line: 1 } start: Object { column: 72 - index: 72 line: 1 } } @@ -769,12 +697,10 @@ LogicalOr { filename: undefined end: Object { column: 78 - index: 78 line: 1 } start: Object { column: 73 - index: 73 line: 1 } } @@ -801,12 +727,10 @@ WildcardVersion { filename: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -826,12 +750,10 @@ WildcardVersion { filename: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -851,12 +773,10 @@ WildcardVersion { filename: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -876,12 +796,10 @@ WildcardVersion { filename: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -901,12 +819,10 @@ WildcardVersion { filename: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -926,12 +842,10 @@ WildcardVersion { filename: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -951,12 +865,10 @@ WildcardVersion { filename: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -976,12 +888,10 @@ WildcardVersion { filename: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -1001,12 +911,10 @@ WildcardVersion { filename: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -1026,12 +934,10 @@ WildcardVersion { filename: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -1051,12 +957,10 @@ WildcardVersion { filename: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -1071,12 +975,10 @@ VersionRange { filename: undefined end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -1090,12 +992,10 @@ VersionRange { filename: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -1110,12 +1010,10 @@ VersionRange { filename: undefined end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -1131,12 +1029,10 @@ LogicalOr { filename: undefined end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -1150,12 +1046,10 @@ LogicalOr { filename: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -1170,12 +1064,10 @@ LogicalOr { filename: undefined end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -1191,12 +1083,10 @@ LogicalOr { filename: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -1210,12 +1100,10 @@ LogicalOr { filename: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -1225,12 +1113,10 @@ LogicalOr { filename: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -1244,12 +1130,10 @@ LogicalOr { filename: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -1264,12 +1148,10 @@ LogicalOr { filename: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -1287,12 +1169,10 @@ Comparator { filename: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -1306,12 +1186,10 @@ Comparator { filename: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -1327,12 +1205,10 @@ LogicalAnd { filename: undefined end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -1342,12 +1218,10 @@ LogicalAnd { filename: undefined end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -1361,12 +1235,10 @@ LogicalAnd { filename: undefined end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -1378,12 +1250,10 @@ LogicalAnd { filename: undefined end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -1397,12 +1267,10 @@ LogicalAnd { filename: undefined end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -1420,12 +1288,10 @@ Comparator { filename: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -1439,12 +1305,10 @@ Comparator { filename: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -1460,12 +1324,10 @@ LogicalAnd { filename: undefined end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -1475,12 +1337,10 @@ LogicalAnd { filename: undefined end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -1494,12 +1354,10 @@ LogicalAnd { filename: undefined end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -1511,12 +1369,10 @@ LogicalAnd { filename: undefined end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -1530,12 +1386,10 @@ LogicalAnd { filename: undefined end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -1553,12 +1407,10 @@ Comparator { filename: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -1572,12 +1424,10 @@ Comparator { filename: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -1593,12 +1443,10 @@ LogicalAnd { filename: undefined end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -1608,12 +1456,10 @@ LogicalAnd { filename: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -1627,12 +1473,10 @@ LogicalAnd { filename: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -1644,12 +1488,10 @@ LogicalAnd { filename: undefined end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -1663,12 +1505,10 @@ LogicalAnd { filename: undefined end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -1686,12 +1526,10 @@ Comparator { filename: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -1705,12 +1543,10 @@ Comparator { filename: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -1726,12 +1562,10 @@ LogicalAnd { filename: undefined end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -1741,12 +1575,10 @@ LogicalAnd { filename: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -1760,12 +1592,10 @@ LogicalAnd { filename: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -1777,12 +1607,10 @@ LogicalAnd { filename: undefined end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -1796,12 +1624,10 @@ LogicalAnd { filename: undefined end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -1819,12 +1645,10 @@ Comparator { filename: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -1838,12 +1662,10 @@ Comparator { filename: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -1859,12 +1681,10 @@ LogicalAnd { filename: undefined end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -1874,12 +1694,10 @@ LogicalAnd { filename: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -1893,12 +1711,10 @@ LogicalAnd { filename: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -1910,12 +1726,10 @@ LogicalAnd { filename: undefined end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -1929,12 +1743,10 @@ LogicalAnd { filename: undefined end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -1952,12 +1764,10 @@ Comparator { filename: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -1971,12 +1781,10 @@ Comparator { filename: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -1992,12 +1800,10 @@ LogicalAnd { filename: undefined end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -2007,12 +1813,10 @@ LogicalAnd { filename: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -2026,12 +1830,10 @@ LogicalAnd { filename: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -2043,12 +1845,10 @@ LogicalAnd { filename: undefined end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -2062,12 +1862,10 @@ LogicalAnd { filename: undefined end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -2085,12 +1883,10 @@ Comparator { filename: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -2104,12 +1900,10 @@ Comparator { filename: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -2125,12 +1919,10 @@ LogicalAnd { filename: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -2140,12 +1932,10 @@ LogicalAnd { filename: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -2159,12 +1949,10 @@ LogicalAnd { filename: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -2176,12 +1964,10 @@ LogicalAnd { filename: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -2195,12 +1981,10 @@ LogicalAnd { filename: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -2218,12 +2002,10 @@ Comparator { filename: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -2237,12 +2019,10 @@ Comparator { filename: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -2258,12 +2038,10 @@ LogicalAnd { filename: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -2273,12 +2051,10 @@ LogicalAnd { filename: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -2292,12 +2068,10 @@ LogicalAnd { filename: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -2309,12 +2083,10 @@ LogicalAnd { filename: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -2328,12 +2100,10 @@ LogicalAnd { filename: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -2351,12 +2121,10 @@ Comparator { filename: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -2370,12 +2138,10 @@ Comparator { filename: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -2391,12 +2157,10 @@ LogicalAnd { filename: undefined end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -2406,12 +2170,10 @@ LogicalAnd { filename: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -2425,12 +2187,10 @@ LogicalAnd { filename: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -2442,12 +2202,10 @@ LogicalAnd { filename: undefined end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -2461,12 +2219,10 @@ LogicalAnd { filename: undefined end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -2484,12 +2240,10 @@ Comparator { filename: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -2503,12 +2257,10 @@ Comparator { filename: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -2524,12 +2276,10 @@ LogicalAnd { filename: undefined end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -2539,12 +2289,10 @@ LogicalAnd { filename: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -2558,12 +2306,10 @@ LogicalAnd { filename: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -2575,12 +2321,10 @@ LogicalAnd { filename: undefined end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -2594,12 +2338,10 @@ LogicalAnd { filename: undefined end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -2617,12 +2359,10 @@ Comparator { filename: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -2636,12 +2376,10 @@ Comparator { filename: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -2657,12 +2395,10 @@ LogicalAnd { filename: undefined end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -2672,12 +2408,10 @@ LogicalAnd { filename: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -2691,12 +2425,10 @@ LogicalAnd { filename: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -2708,12 +2440,10 @@ LogicalAnd { filename: undefined end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -2727,12 +2457,10 @@ LogicalAnd { filename: undefined end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -2750,12 +2478,10 @@ Comparator { filename: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -2769,12 +2495,10 @@ Comparator { filename: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -2790,12 +2514,10 @@ LogicalAnd { filename: undefined end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -2805,12 +2527,10 @@ LogicalAnd { filename: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -2824,12 +2544,10 @@ LogicalAnd { filename: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -2841,12 +2559,10 @@ LogicalAnd { filename: undefined end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -2860,12 +2576,10 @@ LogicalAnd { filename: undefined end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -2883,12 +2597,10 @@ Comparator { filename: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -2902,12 +2614,10 @@ Comparator { filename: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -2923,12 +2633,10 @@ LogicalAnd { filename: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -2938,12 +2646,10 @@ LogicalAnd { filename: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -2957,12 +2663,10 @@ LogicalAnd { filename: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -2974,12 +2678,10 @@ LogicalAnd { filename: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -2993,12 +2695,10 @@ LogicalAnd { filename: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -3016,12 +2716,10 @@ Comparator { filename: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -3035,12 +2733,10 @@ Comparator { filename: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -3056,12 +2752,10 @@ LogicalAnd { filename: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -3071,12 +2765,10 @@ LogicalAnd { filename: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -3090,12 +2782,10 @@ LogicalAnd { filename: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -3107,12 +2797,10 @@ LogicalAnd { filename: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -3126,12 +2814,10 @@ LogicalAnd { filename: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -3149,12 +2835,10 @@ Comparator { filename: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -3168,12 +2852,10 @@ Comparator { filename: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -3189,12 +2871,10 @@ LogicalAnd { filename: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -3204,12 +2884,10 @@ LogicalAnd { filename: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -3223,12 +2901,10 @@ LogicalAnd { filename: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -3240,12 +2916,10 @@ LogicalAnd { filename: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -3259,12 +2933,10 @@ LogicalAnd { filename: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -3282,12 +2954,10 @@ Comparator { filename: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -3301,12 +2971,10 @@ Comparator { filename: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -3322,12 +2990,10 @@ LogicalAnd { filename: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -3337,12 +3003,10 @@ LogicalAnd { filename: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -3356,12 +3020,10 @@ LogicalAnd { filename: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -3373,12 +3035,10 @@ LogicalAnd { filename: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -3392,12 +3052,10 @@ LogicalAnd { filename: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -3415,12 +3073,10 @@ Comparator { filename: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -3434,12 +3090,10 @@ Comparator { filename: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -3455,12 +3109,10 @@ LogicalAnd { filename: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -3470,12 +3122,10 @@ LogicalAnd { filename: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -3489,12 +3139,10 @@ LogicalAnd { filename: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -3506,12 +3154,10 @@ LogicalAnd { filename: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -3525,12 +3171,10 @@ LogicalAnd { filename: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -3548,12 +3192,10 @@ Comparator { filename: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -3567,12 +3209,10 @@ Comparator { filename: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -3588,12 +3228,10 @@ LogicalAnd { filename: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -3603,12 +3241,10 @@ LogicalAnd { filename: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -3622,12 +3258,10 @@ LogicalAnd { filename: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -3639,12 +3273,10 @@ LogicalAnd { filename: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -3658,12 +3290,10 @@ LogicalAnd { filename: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/commit-parser/test-fixtures/breaking/input.test.md b/internal/commit-parser/test-fixtures/breaking/input.test.md index bae80206609..eacce1b3869 100644 --- a/internal/commit-parser/test-fixtures/breaking/input.test.md +++ b/internal/commit-parser/test-fixtures/breaking/input.test.md @@ -20,12 +20,10 @@ CommitRoot { filename: "breaking/input.txt" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/commit-parser/test-fixtures/custom/input.test.md b/internal/commit-parser/test-fixtures/custom/input.test.md index 0727ea72e78..a94ab2b4783 100644 --- a/internal/commit-parser/test-fixtures/custom/input.test.md +++ b/internal/commit-parser/test-fixtures/custom/input.test.md @@ -20,12 +20,10 @@ CommitRoot { filename: "custom/input.txt" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/commit-parser/test-fixtures/feat/input.test.md b/internal/commit-parser/test-fixtures/feat/input.test.md index 75a142aff61..76ff0837b64 100644 --- a/internal/commit-parser/test-fixtures/feat/input.test.md +++ b/internal/commit-parser/test-fixtures/feat/input.test.md @@ -20,12 +20,10 @@ CommitRoot { filename: "feat/input.txt" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/commit-parser/test-fixtures/fix/input.test.md b/internal/commit-parser/test-fixtures/fix/input.test.md index da4a82e9369..ad59a01bad3 100644 --- a/internal/commit-parser/test-fixtures/fix/input.test.md +++ b/internal/commit-parser/test-fixtures/fix/input.test.md @@ -20,12 +20,10 @@ CommitRoot { filename: "fix/input.txt" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/commit-parser/test-fixtures/footer/input.test.md b/internal/commit-parser/test-fixtures/footer/input.test.md index 59b46042709..07633a2f645 100644 --- a/internal/commit-parser/test-fixtures/footer/input.test.md +++ b/internal/commit-parser/test-fixtures/footer/input.test.md @@ -20,12 +20,10 @@ CommitRoot { filename: "footer/input.txt" end: Object { column: 38 - index: 100 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/commit-parser/test-fixtures/scope/input.test.md b/internal/commit-parser/test-fixtures/scope/input.test.md index c93c1228f3f..3619322caf0 100644 --- a/internal/commit-parser/test-fixtures/scope/input.test.md +++ b/internal/commit-parser/test-fixtures/scope/input.test.md @@ -20,12 +20,10 @@ CommitRoot { filename: "scope/input.txt" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/commit-parser/test-fixtures/smoke/input.test.md b/internal/commit-parser/test-fixtures/smoke/input.test.md index 9400a2dc003..78245eef6d6 100644 --- a/internal/commit-parser/test-fixtures/smoke/input.test.md +++ b/internal/commit-parser/test-fixtures/smoke/input.test.md @@ -20,12 +20,10 @@ CommitRoot { filename: "smoke/input.txt" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/compiler/api/analyzeDependencies.test.md b/internal/compiler/api/analyzeDependencies.test.md index da9109ddf51..d680b900868 100644 --- a/internal/compiler/api/analyzeDependencies.test.md +++ b/internal/compiler/api/analyzeDependencies.test.md @@ -20,12 +20,10 @@ Object { filename: "unknown" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -42,12 +40,10 @@ Object { sourceTypeJS: "module" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -97,12 +93,10 @@ Object { identifierName: "foo" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -117,12 +111,10 @@ Object { identifierName: "foo" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -153,12 +145,10 @@ Object { filename: "unknown" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -196,12 +186,10 @@ Object { identifierName: "bar" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -210,12 +198,10 @@ Object { identifierName: "foo" end: Object { column: 9 - index: 34 line: 2 } start: Object { column: 6 - index: 31 line: 2 } } @@ -231,12 +217,10 @@ Object { filename: "unknown" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -247,12 +231,10 @@ Object { filename: "unknown" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -277,12 +259,10 @@ Object { identifierName: "foo" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -296,12 +276,10 @@ Object { sourceText: undefined end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -337,12 +315,10 @@ Object { identifierName: "foo" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -355,12 +331,10 @@ Object { filename: "unknown" end: Object { column: 19 - index: 45 line: 2 } start: Object { column: 14 - index: 40 line: 2 } } @@ -390,12 +364,10 @@ Object { identifierName: "yes" end: Object { column: 12 - index: 30 line: 3 } start: Object { column: 9 - index: 27 line: 3 } } @@ -412,12 +384,10 @@ Object { filename: "unknown" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -433,12 +403,10 @@ Object { filename: "unknown" end: Object { column: 16 - index: 51 line: 4 } start: Object { column: 9 - index: 44 line: 4 } } @@ -466,12 +434,10 @@ Object { filename: "unknown" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -505,12 +471,10 @@ Object { filename: "unknown" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -540,12 +504,10 @@ Object { identifierName: "Bar" end: Object { column: 16 - index: 64 line: 3 } start: Object { column: 13 - index: 61 line: 3 } } @@ -554,12 +516,10 @@ Object { identifierName: "foo" end: Object { column: 19 - index: 42 line: 2 } start: Object { column: 16 - index: 39 line: 2 } } @@ -568,12 +528,10 @@ Object { identifierName: "yes" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -588,12 +546,10 @@ Object { identifierName: "yes" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -607,12 +563,10 @@ Object { identifierName: "foo" end: Object { column: 19 - index: 42 line: 2 } start: Object { column: 16 - index: 39 line: 2 } } @@ -626,12 +580,10 @@ Object { identifierName: "Bar" end: Object { column: 16 - index: 64 line: 3 } start: Object { column: 13 - index: 61 line: 3 } } @@ -659,12 +611,10 @@ Object { filename: "unknown" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -692,12 +642,10 @@ Object { filename: "unknown" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -711,12 +659,10 @@ Object { filename: "unknown" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -730,12 +676,10 @@ Object { filename: "unknown" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -749,12 +693,10 @@ Object { filename: "unknown" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -771,12 +713,10 @@ Object { filename: "unknown" end: Object { column: 58 - index: 58 line: 1 } start: Object { column: 50 - index: 50 line: 1 } } @@ -787,12 +727,10 @@ Object { filename: "unknown" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -803,12 +741,10 @@ Object { filename: "unknown" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -819,12 +755,10 @@ Object { filename: "unknown" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -835,12 +769,10 @@ Object { filename: "unknown" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -868,12 +800,10 @@ Object { filename: "unknown" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -891,12 +821,10 @@ Object { filename: "unknown" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -920,12 +848,10 @@ Object { identifierName: "bar" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -941,12 +867,10 @@ Object { filename: "unknown" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -957,12 +881,10 @@ Object { filename: "unknown" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -988,12 +910,10 @@ Object { identifierName: "bar" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -1002,12 +922,10 @@ Object { identifierName: "foo" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -1016,12 +934,10 @@ Object { identifierName: "lol" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -1030,12 +946,10 @@ Object { identifierName: "to" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -1051,12 +965,10 @@ Object { filename: "unknown" end: Object { column: 57 - index: 57 line: 1 } start: Object { column: 49 - index: 49 line: 1 } } @@ -1067,12 +979,10 @@ Object { filename: "unknown" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -1083,12 +993,10 @@ Object { filename: "unknown" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -1099,12 +1007,10 @@ Object { filename: "unknown" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -1115,12 +1021,10 @@ Object { filename: "unknown" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -1153,12 +1057,10 @@ Object { filename: "unknown" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -1187,12 +1089,10 @@ Object { identifierName: "foo" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -1206,12 +1106,10 @@ Object { identifierName: "bar" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -1225,12 +1123,10 @@ Object { identifierName: "yes" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -1254,12 +1150,10 @@ Object { identifierName: "yeah" end: Object { column: 13 - index: 42 line: 3 } start: Object { column: 9 - index: 38 line: 3 } } @@ -1276,12 +1170,10 @@ Object { filename: "unknown" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -1297,12 +1189,10 @@ Object { filename: "unknown" end: Object { column: 16 - index: 63 line: 4 } start: Object { column: 2 - index: 49 line: 4 } } @@ -1325,12 +1215,10 @@ Object { filename: "unknown" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -1360,12 +1248,10 @@ Object { identifierName: "yes" end: Object { column: 12 - index: 59 line: 6 } start: Object { column: 9 - index: 56 line: 6 } } diff --git a/internal/compiler/lint/decisions.ts b/internal/compiler/lint/decisions.ts index e1970d644fc..10260f88c94 100644 --- a/internal/compiler/lint/decisions.ts +++ b/internal/compiler/lint/decisions.ts @@ -9,7 +9,7 @@ import {Position} from "@internal/parser-core"; import { DiagnosticAdviceAction, DiagnosticCategory, - DiagnosticDescriptionOptionalCategory, + DiagnosticDescriptionOptional, DiagnosticLocation, descriptions, } from "@internal/diagnostics"; @@ -23,9 +23,7 @@ import {LinterCompilerOptionsPerFile} from "@internal/core/server/linter/Linter" import {escapeSplit} from "@internal/string-utils"; import {StaticMarkup} from "@internal/markup"; -type UnexpectedDecision = ( - description: DiagnosticDescriptionOptionalCategory, -) => void; +type UnexpectedDecision = (description: DiagnosticDescriptionOptional) => void; function validateAction( raw: string, diff --git a/internal/compiler/lint/rules/js/confusingLanguage.ts b/internal/compiler/lint/rules/js/confusingLanguage.ts index 229c1207351..3ab47a68e5c 100644 --- a/internal/compiler/lint/rules/js/confusingLanguage.ts +++ b/internal/compiler/lint/rules/js/confusingLanguage.ts @@ -79,7 +79,11 @@ function check( } const lower = input.toLowerCase(); - const tracker = new PositionTracker(lower, loc.start); + const tracker = new PositionTracker({ + filename: loc.filename, + input: lower, + offsetPosition: loc.start, + }); const results: Array = []; // This is a bit more complicated since we try to do the minimal amount of work diff --git a/internal/compiler/suppressions.test.md b/internal/compiler/suppressions.test.md index 3fe21ee92e1..3f6f31fbd30 100644 --- a/internal/compiler/suppressions.test.md +++ b/internal/compiler/suppressions.test.md @@ -24,12 +24,10 @@ Object { filename: "unknown" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +49,10 @@ Object { filename: "unknown" end: Object { column: 26 - index: 57 line: 4 } start: Object { column: 0 - index: 31 line: 4 } } @@ -72,12 +68,10 @@ Object { filename: "unknown" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +85,10 @@ Object { filename: "unknown" end: Object { column: 26 - index: 57 line: 4 } start: Object { column: 0 - index: 31 line: 4 } } @@ -110,12 +102,10 @@ Object { filename: "unknown" end: Object { column: 26 - index: 57 line: 4 } start: Object { column: 0 - index: 31 line: 4 } } @@ -141,12 +131,10 @@ Object { filename: "unknown" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -162,12 +150,10 @@ Object { filename: "unknown" end: Object { column: 19 - index: 46 line: 4 } start: Object { column: 0 - index: 27 line: 4 } } @@ -183,12 +169,10 @@ Object { filename: "unknown" end: Object { column: 20 - index: 74 line: 7 } start: Object { column: 0 - index: 54 line: 7 } } @@ -204,12 +188,10 @@ Object { filename: "unknown" end: Object { column: 27 - index: 109 line: 10 } start: Object { column: 0 - index: 82 line: 10 } } @@ -225,12 +207,10 @@ Object { filename: "unknown" end: Object { column: 26 - index: 143 line: 13 } start: Object { column: 0 - index: 117 line: 13 } } @@ -246,12 +226,10 @@ Object { filename: "unknown" end: Object { column: 28 - index: 179 line: 16 } start: Object { column: 0 - index: 151 line: 16 } } @@ -267,12 +245,10 @@ Object { filename: "unknown" end: Object { column: 27 - index: 214 line: 19 } start: Object { column: 0 - index: 187 line: 19 } } @@ -296,12 +272,10 @@ Object { filename: "unknown" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -315,12 +289,10 @@ Object { filename: "unknown" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -334,12 +306,10 @@ Object { filename: "unknown" end: Object { column: 26 - index: 57 line: 4 } start: Object { column: 0 - index: 31 line: 4 } } @@ -353,12 +323,10 @@ Object { filename: "unknown" end: Object { column: 26 - index: 57 line: 4 } start: Object { column: 0 - index: 31 line: 4 } } @@ -372,12 +340,10 @@ Object { filename: "unknown" end: Object { column: 3 - index: 97 line: 9 } start: Object { column: 0 - index: 66 line: 7 } } @@ -391,12 +357,10 @@ Object { filename: "unknown" end: Object { column: 3 - index: 97 line: 9 } start: Object { column: 0 - index: 66 line: 7 } } @@ -410,12 +374,10 @@ Object { filename: "unknown" end: Object { column: 3 - index: 146 line: 15 } start: Object { column: 0 - index: 106 line: 12 } } @@ -429,12 +391,10 @@ Object { filename: "unknown" end: Object { column: 3 - index: 146 line: 15 } start: Object { column: 0 - index: 106 line: 12 } } @@ -465,12 +425,10 @@ Object { filename: "unknown" end: Object { column: 20 - index: 60 line: 3 } start: Object { column: 2 - index: 42 line: 3 } } @@ -492,12 +450,10 @@ Object { filename: "unknown" end: Object { column: 20 - index: 81 line: 4 } start: Object { column: 2 - index: 63 line: 4 } } @@ -513,12 +469,10 @@ Object { filename: "unknown" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -532,12 +486,10 @@ Object { filename: "unknown" end: Object { column: 20 - index: 60 line: 3 } start: Object { column: 2 - index: 42 line: 3 } } @@ -551,12 +503,10 @@ Object { filename: "unknown" end: Object { column: 20 - index: 81 line: 4 } start: Object { column: 2 - index: 63 line: 4 } } @@ -570,12 +520,10 @@ Object { filename: "unknown" end: Object { column: 18 - index: 114 line: 8 } start: Object { column: 0 - index: 96 line: 8 } } @@ -606,12 +554,10 @@ Object { filename: "unknown" end: Object { column: 20 - index: 60 line: 3 } start: Object { column: 2 - index: 42 line: 3 } } @@ -627,12 +573,10 @@ Object { filename: "unknown" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -646,12 +590,10 @@ Object { filename: "unknown" end: Object { column: 20 - index: 60 line: 3 } start: Object { column: 2 - index: 42 line: 3 } } @@ -665,12 +607,10 @@ Object { filename: "unknown" end: Object { column: 18 - index: 93 line: 7 } start: Object { column: 0 - index: 75 line: 7 } } @@ -701,12 +641,10 @@ Object { filename: "unknown" end: Object { column: 20 - index: 60 line: 3 } start: Object { column: 2 - index: 42 line: 3 } } @@ -722,12 +660,10 @@ Object { filename: "unknown" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -741,12 +677,10 @@ Object { filename: "unknown" end: Object { column: 20 - index: 60 line: 3 } start: Object { column: 2 - index: 42 line: 3 } } @@ -777,12 +711,10 @@ Object { filename: "unknown" end: Object { column: 20 - index: 102 line: 5 } start: Object { column: 2 - index: 84 line: 5 } } @@ -798,12 +730,10 @@ Object { filename: "unknown" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -817,12 +747,10 @@ Object { filename: "unknown" end: Object { column: 20 - index: 60 line: 3 } start: Object { column: 2 - index: 42 line: 3 } } @@ -836,12 +764,10 @@ Object { filename: "unknown" end: Object { column: 20 - index: 81 line: 4 } start: Object { column: 2 - index: 63 line: 4 } } @@ -855,12 +781,10 @@ Object { filename: "unknown" end: Object { column: 20 - index: 102 line: 5 } start: Object { column: 2 - index: 84 line: 5 } } @@ -884,12 +808,10 @@ Object { filename: "unknown" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -903,12 +825,10 @@ Object { filename: "unknown" end: Object { column: 22 - index: 49 line: 4 } start: Object { column: 0 - index: 27 line: 4 } } @@ -922,12 +842,10 @@ Object { filename: "unknown" end: Object { column: 3 - index: 84 line: 9 } start: Object { column: 0 - index: 58 line: 7 } } @@ -941,12 +859,10 @@ Object { filename: "unknown" end: Object { column: 3 - index: 128 line: 15 } start: Object { column: 0 - index: 93 line: 12 } } diff --git a/internal/consume/Consumer.ts b/internal/consume/Consumer.ts index 4ded86c52ad..bee8a7b1f01 100644 --- a/internal/consume/Consumer.ts +++ b/internal/consume/Consumer.ts @@ -8,7 +8,7 @@ import { Diagnostic, DiagnosticAdvice, - DiagnosticDescriptionOptionalCategory, + DiagnosticDescriptionOptional, DiagnosticLocation, Diagnostics, DiagnosticsError, @@ -262,12 +262,10 @@ export default class Consumer { start: { ...start, column: ob1Add(start.column, startIndex), - index: ob1Add(start.index, startIndex), }, end: { ...start, column: ob1Add(start.column, endIndex), - index: ob1Add(start.index, endIndex), }, }; } @@ -364,7 +362,7 @@ export default class Consumer { } unexpected( - description: DiagnosticDescriptionOptionalCategory = descriptions.CONSUME.INVALID, + description: DiagnosticDescriptionOptional = descriptions.CONSUME.INVALID, opts: UnexpectedConsumerOptions = {}, ): DiagnosticsError { const {target = "value"} = opts; diff --git a/internal/core/common/utils/executeMain.ts b/internal/core/common/utils/executeMain.ts index d1a051a856c..b062a1854f1 100644 --- a/internal/core/common/utils/executeMain.ts +++ b/internal/core/common/utils/executeMain.ts @@ -20,7 +20,7 @@ import { } from "@internal/diagnostics"; import {AbsoluteFilePath} from "@internal/path"; import {Position} from "@internal/parser-core"; -import {ob1Coerce1, ob1Number0, ob1Number0Neg1} from "@internal/ob1"; +import {ob1Coerce1, ob1Number0} from "@internal/ob1"; type ExecuteMainOptions = { path: AbsoluteFilePath; @@ -84,7 +84,6 @@ export default async function executeMain( const line = Number(lineMatch[2]); const pos: Position = { - index: ob1Number0Neg1, column: ob1Number0, line: ob1Coerce1(line), }; diff --git a/internal/core/server/ServerRequest.ts b/internal/core/server/ServerRequest.ts index 80ab7c07c0a..c374d588ff3 100644 --- a/internal/core/server/ServerRequest.ts +++ b/internal/core/server/ServerRequest.ts @@ -564,12 +564,10 @@ export default class ServerRequest { return { sourceText: cwd, start: { - index: ob1Number0, line: ob1Number1, column: ob1Number0, }, end: { - index: ob1Coerce0(cwd.length), line: ob1Number1, column: ob1Coerce0(cwd.length), }, diff --git a/internal/css-parser/test-fixtures/smoke/input.test.md b/internal/css-parser/test-fixtures/smoke/input.test.md index 9ecbfcc7cbc..8f555181f15 100644 --- a/internal/css-parser/test-fixtures/smoke/input.test.md +++ b/internal/css-parser/test-fixtures/smoke/input.test.md @@ -16,12 +16,10 @@ CSSRoot { filename: "smoke/input.css" end: Object { column: 1 - index: 195 line: 12 } start: Object { column: 0 - index: 0 line: 1 } } @@ -33,12 +31,10 @@ CSSRoot { filename: "smoke/input.css" end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ CSSRoot { filename: "smoke/input.css" end: Object { column: 1 - index: 78 line: 5 } start: Object { column: 0 - index: 22 line: 2 } } @@ -68,12 +62,10 @@ CSSRoot { filename: "smoke/input.css" end: Object { column: 4 - index: 26 line: 2 } start: Object { column: 0 - index: 22 line: 2 } } @@ -90,12 +82,10 @@ CSSRoot { filename: "smoke/input.css" end: Object { column: 19 - index: 48 line: 3 } start: Object { column: 16 - index: 45 line: 3 } } @@ -106,12 +96,10 @@ CSSRoot { filename: "smoke/input.css" end: Object { column: 19 - index: 48 line: 3 } start: Object { column: 4 - index: 33 line: 3 } } @@ -129,12 +117,10 @@ CSSRoot { filename: "smoke/input.css" end: Object { column: 19 - index: 69 line: 4 } start: Object { column: 16 - index: 66 line: 4 } } @@ -145,12 +131,10 @@ CSSRoot { filename: "smoke/input.css" end: Object { column: 21 - index: 71 line: 4 } start: Object { column: 20 - index: 70 line: 4 } } @@ -161,12 +145,10 @@ CSSRoot { filename: "smoke/input.css" end: Object { column: 24 - index: 74 line: 4 } start: Object { column: 22 - index: 72 line: 4 } } @@ -176,12 +158,10 @@ CSSRoot { filename: "smoke/input.css" end: Object { column: 25 - index: 75 line: 4 } start: Object { column: 11 - index: 61 line: 4 } } @@ -192,12 +172,10 @@ CSSRoot { filename: "smoke/input.css" end: Object { column: 25 - index: 75 line: 4 } start: Object { column: 4 - index: 54 line: 4 } } @@ -208,12 +186,10 @@ CSSRoot { filename: "smoke/input.css" end: Object { column: 1 - index: 78 line: 5 } start: Object { column: 5 - index: 27 line: 2 } } @@ -225,12 +201,10 @@ CSSRoot { filename: "smoke/input.css" end: Object { column: 1 - index: 195 line: 12 } start: Object { column: 0 - index: 80 line: 7 } } @@ -241,12 +215,10 @@ CSSRoot { filename: "smoke/input.css" end: Object { column: 13 - index: 93 line: 7 } start: Object { column: 7 - index: 87 line: 7 } } @@ -257,12 +229,10 @@ CSSRoot { filename: "smoke/input.css" end: Object { column: 17 - index: 97 line: 7 } start: Object { column: 14 - index: 94 line: 7 } } @@ -275,12 +245,10 @@ CSSRoot { filename: "smoke/input.css" end: Object { column: 28 - index: 108 line: 7 } start: Object { column: 19 - index: 99 line: 7 } } @@ -291,12 +259,10 @@ CSSRoot { filename: "smoke/input.css" end: Object { column: 29 - index: 109 line: 7 } start: Object { column: 28 - index: 108 line: 7 } } @@ -308,12 +274,10 @@ CSSRoot { filename: "smoke/input.css" end: Object { column: 36 - index: 116 line: 7 } start: Object { column: 30 - index: 110 line: 7 } } @@ -324,12 +288,10 @@ CSSRoot { filename: "smoke/input.css" end: Object { column: 37 - index: 117 line: 7 } start: Object { column: 18 - index: 98 line: 7 } } @@ -342,12 +304,10 @@ CSSRoot { filename: "smoke/input.css" end: Object { column: 5 - index: 193 line: 11 } start: Object { column: 4 - index: 124 line: 8 } } @@ -358,12 +318,10 @@ CSSRoot { filename: "smoke/input.css" end: Object { column: 8 - index: 128 line: 8 } start: Object { column: 4 - index: 124 line: 8 } } @@ -380,12 +338,10 @@ CSSRoot { filename: "smoke/input.css" end: Object { column: 24 - index: 155 line: 9 } start: Object { column: 20 - index: 151 line: 9 } } @@ -396,12 +352,10 @@ CSSRoot { filename: "smoke/input.css" end: Object { column: 24 - index: 155 line: 9 } start: Object { column: 8 - index: 139 line: 9 } } @@ -419,12 +373,10 @@ CSSRoot { filename: "smoke/input.css" end: Object { column: 23 - index: 180 line: 10 } start: Object { column: 20 - index: 177 line: 10 } } @@ -435,12 +387,10 @@ CSSRoot { filename: "smoke/input.css" end: Object { column: 25 - index: 182 line: 10 } start: Object { column: 24 - index: 181 line: 10 } } @@ -451,12 +401,10 @@ CSSRoot { filename: "smoke/input.css" end: Object { column: 28 - index: 185 line: 10 } start: Object { column: 26 - index: 183 line: 10 } } @@ -466,12 +414,10 @@ CSSRoot { filename: "smoke/input.css" end: Object { column: 29 - index: 186 line: 10 } start: Object { column: 15 - index: 172 line: 10 } } @@ -482,12 +428,10 @@ CSSRoot { filename: "smoke/input.css" end: Object { column: 29 - index: 186 line: 10 } start: Object { column: 8 - index: 165 line: 10 } } @@ -498,12 +442,10 @@ CSSRoot { filename: "smoke/input.css" end: Object { column: 5 - index: 193 line: 11 } start: Object { column: 9 - index: 129 line: 8 } } @@ -515,12 +457,10 @@ CSSRoot { filename: "smoke/input.css" end: Object { column: 1 - index: 195 line: 12 } start: Object { column: 38 - index: 118 line: 7 } } diff --git a/internal/diagnostics/DiagnosticsNormalizer.ts b/internal/diagnostics/DiagnosticsNormalizer.ts index fa3f822daa4..99ec385fa83 100644 --- a/internal/diagnostics/DiagnosticsNormalizer.ts +++ b/internal/diagnostics/DiagnosticsNormalizer.ts @@ -18,7 +18,7 @@ import { markup, normalizeMarkup, } from "@internal/markup"; -import {ob1Number0, ob1Number0Neg1, ob1Number1} from "@internal/ob1"; +import {ob1Number0, ob1Number1} from "@internal/ob1"; import {RequiredProps} from "@internal/typescript-helpers"; import {Position} from "@internal/parser-core"; @@ -151,7 +151,6 @@ export default class DiagnosticsNormalizer { position: { line: resolved.line ?? ob1Number1, column: resolved.column ?? ob1Number0, - index: ob1Number0Neg1, }, }; } diff --git a/internal/diagnostics/DiagnosticsProcessor.ts b/internal/diagnostics/DiagnosticsProcessor.ts index 150c9fe1e2e..ba86b9ac6cd 100644 --- a/internal/diagnostics/DiagnosticsProcessor.ts +++ b/internal/diagnostics/DiagnosticsProcessor.ts @@ -16,13 +16,13 @@ import { import {addOriginsToDiagnostics} from "./derive"; import {naturalCompare} from "@internal/string-utils"; import {DiagnosticsError} from "./errors"; -import {ob1Get0} from "@internal/ob1"; import {DiagnosticCategoryPrefix} from "./categories"; import {descriptions} from "./descriptions"; import {matchesSuppression} from "@internal/compiler"; import {SourceMapConsumerCollection} from "@internal/codec-source-map"; import DiagnosticsNormalizer, {DiagnosticsNormalizerOptions} from "./DiagnosticsNormalizer"; import {MarkupFormatNormalizeOptions, readMarkup} from "@internal/markup"; +import {comparePositions} from "@internal/parser-core"; type UniquePart = | "filename" @@ -430,13 +430,7 @@ export default class DiagnosticsProcessor { // Sort all file diagnostics by location start index const sortedFileDiagnostics = fileDiagnostics.sort((a, b) => { - const aStart = a.location.start; - const bStart = b.location.start; - if (aStart === undefined || bStart === undefined) { - return 0; - } else { - return ob1Get0(aStart.index) - ob1Get0(bStart.index); - } + return comparePositions(a.location.start, b.location.start); }); sortedDiagnostics = [...sortedDiagnostics, ...sortedFileDiagnostics]; diff --git a/internal/diagnostics/types.ts b/internal/diagnostics/types.ts index 26424b27c30..614bca127ed 100644 --- a/internal/diagnostics/types.ts +++ b/internal/diagnostics/types.ts @@ -99,7 +99,7 @@ export type DiagnosticDescription = { advice: DiagnosticAdvice; }; -export type DiagnosticDescriptionOptionalCategory = { +export type DiagnosticDescriptionOptional = { category?: DiagnosticCategory; message: StaticMarkup; advice?: DiagnosticAdvice; diff --git a/internal/formatter/builders/index.ts b/internal/formatter/builders/index.ts index b7d51c25a81..a39541543da 100644 --- a/internal/formatter/builders/index.ts +++ b/internal/formatter/builders/index.ts @@ -12,7 +12,7 @@ const builders: Map> = new Map(); export default builders; -/* GENERATED:START(hash:5d20bc54b36105f96b3ca80f5befae6a982ecb45,id:main) Everything below is automatically generated. DO NOT MODIFY. Run `./rome run scripts/generated-files/ast` to update. */ +/* GENERATED:START(hash:daa41589ca37b1e553693a9480958c27f971592a,id:main) Everything below is automatically generated. DO NOT MODIFY. Run `./rome run scripts/generated-files/ast` to update. */ import CommentBlock from "./common/comments/CommentBlock"; builders.set("CommentBlock", CommentBlock); import CommentLine from "./common/comments/CommentLine"; diff --git a/internal/formatter/node/index.ts b/internal/formatter/node/index.ts index 63e00c55da5..dc4b12b9cdd 100644 --- a/internal/formatter/node/index.ts +++ b/internal/formatter/node/index.ts @@ -6,8 +6,8 @@ */ import {AnyNode} from "@internal/ast"; -import {ob1Get0, ob1Get1} from "@internal/ob1"; -import {SourceLocation} from "@internal/parser-core"; +import {ob1Get1} from "@internal/ob1"; +import {SourceLocation, comparePositions} from "@internal/parser-core"; import parentheses from "./parentheses"; function isOrHasCallExpression(node: AnyNode): boolean { @@ -32,7 +32,7 @@ function orderLoc( a: SourceLocation, b: SourceLocation, ): [SourceLocation, SourceLocation] { - if (ob1Get0(a.end.index) < ob1Get0(b.start.index)) { + if (comparePositions(a.end, b.start) === -1) { return [a, b]; } else { return [b, a]; diff --git a/internal/html-parser/test-fixtures/smoke/input.test.md b/internal/html-parser/test-fixtures/smoke/input.test.md index c5ad2ad5402..998d93c6dc8 100644 --- a/internal/html-parser/test-fixtures/smoke/input.test.md +++ b/internal/html-parser/test-fixtures/smoke/input.test.md @@ -16,12 +16,10 @@ HTMLRoot { filename: "smoke/input.html" end: Object { column: 6 - index: 218 line: 19 } start: Object { column: 0 - index: 0 line: 1 } } @@ -33,12 +31,10 @@ HTMLRoot { filename: "smoke/input.html" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -50,12 +46,10 @@ HTMLRoot { filename: "smoke/input.html" end: Object { column: 30 - index: 210 line: 17 } start: Object { column: 1 - index: 181 line: 17 } } @@ -70,12 +64,10 @@ HTMLRoot { filename: "smoke/input.html" end: Object { column: 4 - index: 28 line: 2 } start: Object { column: 1 - index: 25 line: 2 } } @@ -87,12 +79,10 @@ HTMLRoot { filename: "smoke/input.html" end: Object { column: 6 - index: 218 line: 19 } start: Object { column: 0 - index: 24 line: 2 } } @@ -104,12 +94,10 @@ HTMLRoot { filename: "smoke/input.html" end: Object { column: 7 - index: 37 line: 3 } start: Object { column: 2 - index: 32 line: 3 } } @@ -120,12 +108,10 @@ HTMLRoot { filename: "smoke/input.html" end: Object { column: 26 - index: 56 line: 3 } start: Object { column: 1 - index: 31 line: 3 } } @@ -137,12 +123,10 @@ HTMLRoot { filename: "smoke/input.html" end: Object { column: 19 - index: 49 line: 3 } start: Object { column: 8 - index: 38 line: 3 } } @@ -153,12 +137,10 @@ HTMLRoot { filename: "smoke/input.html" end: Object { column: 24 - index: 54 line: 3 } start: Object { column: 20 - index: 50 line: 3 } } @@ -167,12 +149,10 @@ HTMLRoot { filename: "smoke/input.html" end: Object { column: 24 - index: 54 line: 3 } start: Object { column: 8 - index: 38 line: 3 } } @@ -185,12 +165,10 @@ HTMLRoot { filename: "smoke/input.html" end: Object { column: 6 - index: 117 line: 14 } start: Object { column: 1 - index: 58 line: 4 } } @@ -202,12 +180,10 @@ HTMLRoot { filename: "smoke/input.html" end: Object { column: 11 - index: 122 line: 14 } start: Object { column: 7 - index: 118 line: 14 } } @@ -218,12 +194,10 @@ HTMLRoot { filename: "smoke/input.html" end: Object { column: 48 - index: 159 line: 14 } start: Object { column: 6 - index: 117 line: 14 } } @@ -235,12 +209,10 @@ HTMLRoot { filename: "smoke/input.html" end: Object { column: 17 - index: 128 line: 14 } start: Object { column: 13 - index: 124 line: 14 } } @@ -251,12 +223,10 @@ HTMLRoot { filename: "smoke/input.html" end: Object { column: 41 - index: 152 line: 14 } start: Object { column: 12 - index: 123 line: 14 } } @@ -268,12 +238,10 @@ HTMLRoot { filename: "smoke/input.html" end: Object { column: 23 - index: 134 line: 14 } start: Object { column: 19 - index: 130 line: 14 } } @@ -284,12 +252,10 @@ HTMLRoot { filename: "smoke/input.html" end: Object { column: 34 - index: 145 line: 14 } start: Object { column: 18 - index: 129 line: 14 } } @@ -300,12 +266,10 @@ HTMLRoot { filename: "smoke/input.html" end: Object { column: 27 - index: 138 line: 14 } start: Object { column: 24 - index: 135 line: 14 } } @@ -323,12 +287,10 @@ HTMLRoot { filename: "smoke/input.html" end: Object { column: 6 - index: 167 line: 16 } start: Object { column: 2 - index: 163 line: 16 } } @@ -339,12 +301,10 @@ HTMLRoot { filename: "smoke/input.html" end: Object { column: 18 - index: 179 line: 16 } start: Object { column: 1 - index: 162 line: 16 } } @@ -355,12 +315,10 @@ HTMLRoot { filename: "smoke/input.html" end: Object { column: 11 - index: 172 line: 16 } start: Object { column: 7 - index: 168 line: 16 } } diff --git a/internal/js-analysis/evaluators/index.ts b/internal/js-analysis/evaluators/index.ts index bf270308105..db2e152b0f9 100644 --- a/internal/js-analysis/evaluators/index.ts +++ b/internal/js-analysis/evaluators/index.ts @@ -16,7 +16,7 @@ const evaluators: Map< > = new Map(); export default evaluators; -/* GENERATED:START(hash:5d20bc54b36105f96b3ca80f5befae6a982ecb45,id:main) Everything below is automatically generated. DO NOT MODIFY. Run `./rome run scripts/generated-files/ast` to update. */ +/* GENERATED:START(hash:d0a409df473136fa1f0904bc4401b258c7f9020c,id:main) Everything below is automatically generated. DO NOT MODIFY. Run `./rome run scripts/generated-files/ast` to update. */ import JSAmbiguousFlowTypeCastExpression from "./temp/JSAmbiguousFlowTypeCastExpression"; evaluators.set( "JSAmbiguousFlowTypeCastExpression", diff --git a/internal/js-ast-utils/getCompletionRecords.test.md b/internal/js-ast-utils/getCompletionRecords.test.md index 016f85b212c..e543b73da7f 100644 --- a/internal/js-ast-utils/getCompletionRecords.test.md +++ b/internal/js-ast-utils/getCompletionRecords.test.md @@ -14,12 +14,10 @@ Array [ filename: "unknown" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -29,12 +27,10 @@ Array [ filename: "unknown" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -55,12 +51,10 @@ Array [ filename: "unknown" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -79,12 +73,10 @@ Array [ filename: "unknown" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -94,12 +86,10 @@ Array [ filename: "unknown" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -114,12 +104,10 @@ Array [ filename: "unknown" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -130,12 +118,10 @@ Array [ identifierName: "bar" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -146,12 +132,10 @@ Array [ filename: "unknown" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -161,12 +145,10 @@ Array [ filename: "unknown" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -176,12 +158,10 @@ Array [ filename: "unknown" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -204,12 +184,10 @@ Array [ filename: "unknown" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -219,12 +197,10 @@ Array [ filename: "unknown" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -237,12 +213,10 @@ Array [ filename: "unknown" end: Object { column: 58 - index: 58 line: 1 } start: Object { column: 46 - index: 46 line: 1 } } @@ -252,12 +226,10 @@ Array [ filename: "unknown" end: Object { column: 57 - index: 57 line: 1 } start: Object { column: 53 - index: 53 line: 1 } } @@ -277,12 +249,10 @@ Array [ filename: "unknown" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 39 - index: 39 line: 1 } } @@ -292,12 +262,10 @@ Array [ filename: "unknown" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 46 - index: 46 line: 1 } } @@ -317,12 +285,10 @@ Array [ filename: "unknown" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 39 - index: 39 line: 1 } } @@ -332,12 +298,10 @@ Array [ filename: "unknown" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 46 - index: 46 line: 1 } } @@ -362,12 +326,10 @@ Array [ filename: "unknown" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -388,12 +350,10 @@ Array [ filename: "unknown" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -404,12 +364,10 @@ Array [ filename: "unknown" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -432,12 +390,10 @@ Array [ filename: "unknown" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -447,12 +403,10 @@ Array [ filename: "unknown" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -462,12 +416,10 @@ Array [ filename: "unknown" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -484,12 +436,10 @@ Array [ filename: "unknown" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -500,12 +450,10 @@ Array [ identifierName: "bar" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -516,12 +464,10 @@ Array [ filename: "unknown" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -531,12 +477,10 @@ Array [ filename: "unknown" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -546,12 +490,10 @@ Array [ filename: "unknown" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -576,12 +518,10 @@ Array [ filename: "unknown" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -591,12 +531,10 @@ Array [ filename: "unknown" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -606,12 +544,10 @@ Array [ filename: "unknown" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -629,12 +565,10 @@ Array [ filename: "unknown" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } @@ -655,12 +589,10 @@ Array [ filename: "unknown" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -671,12 +603,10 @@ Array [ identifierName: "foo" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -697,12 +627,10 @@ Array [ filename: "unknown" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -713,12 +641,10 @@ Array [ identifierName: "foo" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -729,12 +655,10 @@ Array [ filename: "unknown" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -744,12 +668,10 @@ Array [ filename: "unknown" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -762,12 +684,10 @@ Array [ filename: "unknown" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } @@ -793,12 +713,10 @@ Array [ filename: "unknown" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } @@ -817,12 +735,10 @@ Array [ filename: "unknown" end: Object { column: 63 - index: 63 line: 1 } start: Object { column: 50 - index: 50 line: 1 } } @@ -832,12 +748,10 @@ Array [ filename: "unknown" end: Object { column: 62 - index: 62 line: 1 } start: Object { column: 57 - index: 57 line: 1 } } @@ -852,12 +766,10 @@ Array [ filename: "unknown" end: Object { column: 64 - index: 64 line: 1 } start: Object { column: 39 - index: 39 line: 1 } } @@ -867,12 +779,10 @@ Array [ filename: "unknown" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 43 - index: 43 line: 1 } } @@ -883,12 +793,10 @@ Array [ filename: "unknown" end: Object { column: 64 - index: 64 line: 1 } start: Object { column: 49 - index: 49 line: 1 } } @@ -898,12 +806,10 @@ Array [ filename: "unknown" end: Object { column: 63 - index: 63 line: 1 } start: Object { column: 50 - index: 50 line: 1 } } @@ -913,12 +819,10 @@ Array [ filename: "unknown" end: Object { column: 62 - index: 62 line: 1 } start: Object { column: 57 - index: 57 line: 1 } } diff --git a/internal/js-parser/index.ts b/internal/js-parser/index.ts index 7c59e145073..c9e209e2acb 100644 --- a/internal/js-parser/index.ts +++ b/internal/js-parser/index.ts @@ -11,10 +11,11 @@ import { JSParserUserOptions, normalizeOptions, } from "./options"; -import {Token} from "./tokenizer/index"; +import {PublicToken, Token} from "./tokenizer/index"; import {types as tokTypes} from "./tokenizer/types"; import {createJSParser} from "./parser"; import "./tokenizer/context"; +import {ob1Get0} from "@internal/ob1"; export {default as CommentsConsumer} from "./CommentsConsumer"; @@ -23,13 +24,21 @@ export function parseJS(userOptions: JSParserUserOptions): JSRoot { return createJSParser(options).parse(); } -export function tokenizeJS(userOptions: JSParserUserOptions): Array { +export function tokenizeJS(userOptions: JSParserUserOptions): Array { const options: JSParserOptions = normalizeOptions(userOptions); const parser = createJSParser({...options, tokens: true}); const root = parser.parse(); const diagnostics = parser.getDiagnostics(); - let tokens: Array = parser.state.tokens; + let tokens: Array = []; + + for (const token of parser.state.tokens) { + tokens.push({ + type: token.type.label, + start: parser.getIndexFromPosition(token.loc.start, token.loc.filename), + end: parser.getIndexFromPosition(token.loc.end, token.loc.filename), + }); + } // If we have any diagnostics, then mark anything from the first as invalid if (diagnostics.length > 0 && root.corrupt) { @@ -40,22 +49,18 @@ export function tokenizeJS(userOptions: JSParserUserOptions): Array { throw new Error("All parser diagnostics are expected to have a start/end"); } - const invalidStartIndex = invalidStart.index; - - const invalidToken: Token = { - type: tokTypes.invalid, - start: invalidStart.index, - end: invalidEnd.index, - loc: { - filename: parser.filename, - start: invalidStart, - end: invalidEnd, - }, + const invalidToken: PublicToken = { + type: "invalid", + start: parser.getIndexFromPosition( + invalidStart, + firstDiag.location.filename, + ), + end: parser.getIndexFromPosition(invalidEnd, firstDiag.location.filename), }; // Remove all tokens after our invalid one tokens = tokens.filter((token) => { - return token.loc.start.index >= invalidStartIndex; + return ob1Get0(token.start) < ob1Get0(invalidToken.start); }); tokens.push(invalidToken); diff --git a/internal/js-parser/parser.ts b/internal/js-parser/parser.ts index 035f22a257d..b762092270a 100644 --- a/internal/js-parser/parser.ts +++ b/internal/js-parser/parser.ts @@ -18,7 +18,9 @@ import { ParserOptionsWithRequiredPath, ParserUnexpectedOptions, Position, + comparePositions, createParser, + derivePositionKey, } from "@internal/parser-core"; import {JSParserOptions} from "./options"; import {DiagnosticDescription, descriptions} from "@internal/diagnostics"; @@ -120,7 +122,7 @@ export const createJSParser = createParser((ParserCore, ParserWithRequiredPath) isTrackingTokens: boolean; inModule: boolean; isLookahead: boolean; - parenthesized: Set; + parenthesized: Set; resetTokenizerLine() { this.state.lineStartIndex = this.state.index; @@ -160,11 +162,11 @@ export const createJSParser = createParser((ParserCore, ParserWithRequiredPath) } addParenthesized(node: AnyNode) { - this.parenthesized.add(this.getLoc(node).start.index); + this.parenthesized.add(derivePositionKey(this.getLoc(node).start)); } isParenthesized(node: AnyNode): boolean { - return this.parenthesized.has(this.getLoc(node).start.index); + return this.parenthesized.has(derivePositionKey(this.getLoc(node).start)); } setState(newState: State) { @@ -237,7 +239,7 @@ export const createJSParser = createParser((ParserCore, ParserWithRequiredPath) ): void { const {state} = this; - if (state.startPos.index > state.lastEndPos.index) { + if (comparePositions(state.startPos, state.lastEndPos) === 1) { this.unexpectedDiagnostic({ start: state.lastEndPos, end: state.lastEndPos, @@ -253,8 +255,6 @@ export const createJSParser = createParser((ParserCore, ParserWithRequiredPath) createToken(state: State): Token { const token: Token = { type: state.tokenType, - start: state.startPos.index, - end: state.endPos.index, loc: { filename: this.filename, start: state.startPos, @@ -268,7 +268,7 @@ export const createJSParser = createParser((ParserCore, ParserWithRequiredPath) pushToken(token: Token) { const lastToken = this.state.tokens[this.state.tokens.length - 1]; if (lastToken !== undefined) { - if (token.loc.start.index < lastToken.loc.end.index) { + if (comparePositions(token.loc.start, lastToken.loc.end) === -1) { throw new Error( "Trying to push a token that appears before the last pushed token", ); @@ -407,7 +407,10 @@ export const createJSParser = createParser((ParserCore, ParserWithRequiredPath) hasPrecedingLineBreak(): boolean { return lineBreak.test( - this.getRawInput(this.state.lastEndPos.index, this.state.startPos.index), + this.getRawInput( + this.getIndexFromPosition(this.state.lastEndPos, this.filename), + this.getIndexFromPosition(this.state.startPos, this.filename), + ), ); } @@ -548,6 +551,8 @@ export const createJSParser = createParser((ParserCore, ParserWithRequiredPath) this.state.lastEndPos = this.state.endPos; this.state.lastStartPos = this.state.startPos; + this.state.lastEndIndex = this.state.endIndex; + this.state.lastStartIndex = this.state.startIndex; nextToken(this); } @@ -608,6 +613,11 @@ export const createJSParser = createParser((ParserCore, ParserWithRequiredPath) return this.state.startPos; } + // Overrides ParserCore#getIndex + getIndex(): Number0 { + return this.state.startIndex; + } + // Overrides ParserCore#getLastEndPosition getLastEndPosition(): Position { return this.state.lastEndPos; @@ -616,11 +626,12 @@ export const createJSParser = createParser((ParserCore, ParserWithRequiredPath) // Private method to actually generate a Position getPositionFromState(): Position { const {state} = this; - return { - index: state.index, + const pos: Position = { line: state.curLine, column: ob1Sub(state.index, state.lineStartIndex), }; + this.indexTracker.setPositionIndex(pos, state.index); + return pos; } parse(): JSRoot { diff --git a/internal/js-parser/parser/expression.ts b/internal/js-parser/parser/expression.ts index 7ba9e860583..3ef35e8840e 100644 --- a/internal/js-parser/parser/expression.ts +++ b/internal/js-parser/parser/expression.ts @@ -336,7 +336,7 @@ function _parseMaybeAssign( } if (parser.match(tt.parenL) || parser.match(tt.name)) { - parser.state.potentialArrowAt = parser.state.startPos.index; + parser.state.potentialArrowAt = parser.getIndex(); } let left: AnyJSExpression | T = parseMaybeConditional( @@ -402,7 +402,7 @@ export function parseMaybeConditional( if ( expr.type === "JSArrowFunctionExpression" && - parser.getLoc(expr).start.index === potentialArrowAt + parser.getInputStartIndex(expr) === potentialArrowAt ) { return expr; } @@ -426,7 +426,7 @@ export function tryParseConditionalConsequent( }>(); brancher.add(() => { - parser.state.noArrowParamsConversionAt.push(parser.state.startPos.index); + parser.state.noArrowParamsConversionAt.push(parser.getIndex()); const consequent = parseMaybeAssign(parser, "conditional consequent"); parser.state.noArrowParamsConversionAt.pop(); return { @@ -465,7 +465,7 @@ export function parseConditional( if (branch.hasBranch()) { return branch.pick(); } else { - refNeedsArrowPos.index = parser.state.startPos.index; + refNeedsArrowPos.index = parser.getIndex(); return expr; } } @@ -512,9 +512,13 @@ export function forwardNoArrowParamsConversionAt( start: Position, parse: () => T, ): T { - if (parser.state.noArrowParamsConversionAt.includes(start.index)) { + if ( + parser.state.noArrowParamsConversionAt.includes( + parser.getIndexFromPosition(start, parser.filename), + ) + ) { let result: T; - parser.state.noArrowParamsConversionAt.push(parser.state.startPos.index); + parser.state.noArrowParamsConversionAt.push(parser.getIndex()); result = parse(); parser.state.noArrowParamsConversionAt.pop(); return result; @@ -559,7 +563,7 @@ export function parseExpressionOps( if ( expr.type === "JSArrowFunctionExpression" && - parser.getLoc(expr).start.index === potentialArrowAt + parser.getInputStartIndex(expr) === potentialArrowAt ) { return expr; } @@ -806,7 +810,7 @@ export function parseExpressionWithPossibleSubscripts( if ( expr.type === "JSArrowFunctionExpression" && - parser.getLoc(expr).start.index === potentialArrowAt + parser.getInputStartIndex(expr) === potentialArrowAt ) { return expr; } @@ -829,7 +833,9 @@ export function parseSubscripts( if ( base.type === "JSReferenceIdentifier" && base.name === "async" && - parser.state.noArrowAt.includes(startPos.index) + parser.state.noArrowAt.includes( + parser.getIndexFromPosition(startPos, parser.filename), + ) ) { const argsStart = parser.getPosition(); const openContext = parser.expectOpening( @@ -1274,13 +1280,14 @@ export function atPossibleAsync( parser: JSParser, base: AnyJSExpression, ): boolean { - const loc = parser.getLoc(base); + const start = parser.getInputStartIndex(base); + const end = parser.getInputEndIndex(base); return ( base.type === "JSReferenceIdentifier" && base.name === "async" && - parser.state.lastEndPos.index === loc.end.index && + parser.state.lastEndIndex === end && !parser.canInsertSemicolon() && - parser.getRawInput(loc.start.index, loc.end.index) === "async" + parser.getRawInput(start, end) === "async" ); } @@ -1518,8 +1525,7 @@ export function parseExpressionAtom( readRegexp(parser); } - const canBeArrow = - parser.state.potentialArrowAt === parser.state.startPos.index; + const canBeArrow = parser.state.potentialArrowAt === parser.getIndex(); // We don't want to match = 0; i--) { const label = parser.state.labels[i]; - if (label.statementStart === start.index) { - label.statementStart = parser.state.startPos.index; + if (label.statementStart === startIndex) { + label.statementStart = parser.getIndex(); label.kind = kind; } else { break; @@ -1013,7 +1011,7 @@ export function parseLabeledStatement( name: maybeName, kind, loc: parser.getLoc(expr), - statementStart: parser.state.startPos.index, + statementStart: parser.getIndex(), }); let statementContext: StatementContext = "label"; diff --git a/internal/js-parser/parser/typescript.ts b/internal/js-parser/parser/typescript.ts index 2c27401516d..2992fffec54 100644 --- a/internal/js-parser/parser/typescript.ts +++ b/internal/js-parser/parser/typescript.ts @@ -1639,7 +1639,7 @@ export function parseTSTypeOrTypePredicateAnnotation( parser: JSParser, returnToken: TokenType, ): AnyTSPrimary { - let start = parser.getPosition(); + let start: Position = parser.getPosition(); expectTSEnabled(parser, "type annotation", start); parser.pushScope("TYPE", true); diff --git a/internal/js-parser/test-fixtures/comments/basic/array-expression-trailing-comma/input.test.md b/internal/js-parser/test-fixtures/comments/basic/array-expression-trailing-comma/input.test.md index 0fce5e5527f..a4222cd5baa 100644 --- a/internal/js-parser/test-fixtures/comments/basic/array-expression-trailing-comma/input.test.md +++ b/internal/js-parser/test-fixtures/comments/basic/array-expression-trailing-comma/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "comments/basic/array-expression-trailing-comma/input.js" end: Object { column: 0 - index: 230 line: 19 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "comments/basic/array-expression-trailing-comma/input.js" end: Object { column: 15 - index: 37 line: 2 } start: Object { column: 9 - index: 31 line: 2 } } @@ -55,12 +51,10 @@ JSRoot { filename: "comments/basic/array-expression-trailing-comma/input.js" end: Object { column: 9 - index: 47 line: 3 } start: Object { column: 3 - index: 41 line: 3 } } @@ -72,12 +66,10 @@ JSRoot { filename: "comments/basic/array-expression-trailing-comma/input.js" end: Object { column: 16 - index: 64 line: 4 } start: Object { column: 8 - index: 56 line: 4 } } @@ -89,12 +81,10 @@ JSRoot { filename: "comments/basic/array-expression-trailing-comma/input.js" end: Object { column: 9 - index: 74 line: 5 } start: Object { column: 2 - index: 67 line: 5 } } @@ -106,12 +96,10 @@ JSRoot { filename: "comments/basic/array-expression-trailing-comma/input.js" end: Object { column: 15 - index: 122 line: 9 } start: Object { column: 9 - index: 116 line: 9 } } @@ -123,12 +111,10 @@ JSRoot { filename: "comments/basic/array-expression-trailing-comma/input.js" end: Object { column: 9 - index: 132 line: 10 } start: Object { column: 3 - index: 126 line: 10 } } @@ -140,12 +126,10 @@ JSRoot { filename: "comments/basic/array-expression-trailing-comma/input.js" end: Object { column: 17 - index: 150 line: 11 } start: Object { column: 9 - index: 142 line: 11 } } @@ -157,12 +141,10 @@ JSRoot { filename: "comments/basic/array-expression-trailing-comma/input.js" end: Object { column: 9 - index: 160 line: 12 } start: Object { column: 2 - index: 153 line: 12 } } @@ -174,12 +156,10 @@ JSRoot { filename: "comments/basic/array-expression-trailing-comma/input.js" end: Object { column: 15 - index: 208 line: 16 } start: Object { column: 9 - index: 202 line: 16 } } @@ -191,12 +171,10 @@ JSRoot { filename: "comments/basic/array-expression-trailing-comma/input.js" end: Object { column: 9 - index: 218 line: 17 } start: Object { column: 3 - index: 212 line: 17 } } @@ -208,12 +186,10 @@ JSRoot { filename: "comments/basic/array-expression-trailing-comma/input.js" end: Object { column: 10 - index: 229 line: 18 } start: Object { column: 2 - index: 221 line: 18 } } @@ -225,12 +201,10 @@ JSRoot { filename: "comments/basic/array-expression-trailing-comma/input.js" end: Object { column: 1 - index: 76 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -240,12 +214,10 @@ JSRoot { filename: "comments/basic/array-expression-trailing-comma/input.js" end: Object { column: 1 - index: 76 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -258,12 +230,10 @@ JSRoot { identifierName: "nonTrailing" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -272,12 +242,10 @@ JSRoot { filename: "comments/basic/array-expression-trailing-comma/input.js" end: Object { column: 1 - index: 76 line: 6 } start: Object { column: 6 - index: 6 line: 1 } } @@ -286,12 +254,10 @@ JSRoot { filename: "comments/basic/array-expression-trailing-comma/input.js" end: Object { column: 1 - index: 76 line: 6 } start: Object { column: 20 - index: 20 line: 1 } } @@ -302,12 +268,10 @@ JSRoot { filename: "comments/basic/array-expression-trailing-comma/input.js" end: Object { column: 7 - index: 29 line: 2 } start: Object { column: 2 - index: 24 line: 2 } } @@ -326,12 +290,10 @@ JSRoot { filename: "comments/basic/array-expression-trailing-comma/input.js" end: Object { column: 7 - index: 55 line: 4 } start: Object { column: 2 - index: 50 line: 4 } } @@ -347,12 +309,10 @@ JSRoot { filename: "comments/basic/array-expression-trailing-comma/input.js" end: Object { column: 1 - index: 162 line: 13 } start: Object { column: 0 - index: 78 line: 8 } } @@ -362,12 +322,10 @@ JSRoot { filename: "comments/basic/array-expression-trailing-comma/input.js" end: Object { column: 1 - index: 162 line: 13 } start: Object { column: 0 - index: 78 line: 8 } } @@ -380,12 +338,10 @@ JSRoot { identifierName: "trailingAfterComma" end: Object { column: 24 - index: 102 line: 8 } start: Object { column: 6 - index: 84 line: 8 } } @@ -394,12 +350,10 @@ JSRoot { filename: "comments/basic/array-expression-trailing-comma/input.js" end: Object { column: 1 - index: 162 line: 13 } start: Object { column: 6 - index: 84 line: 8 } } @@ -408,12 +362,10 @@ JSRoot { filename: "comments/basic/array-expression-trailing-comma/input.js" end: Object { column: 1 - index: 162 line: 13 } start: Object { column: 27 - index: 105 line: 8 } } @@ -424,12 +376,10 @@ JSRoot { filename: "comments/basic/array-expression-trailing-comma/input.js" end: Object { column: 7 - index: 114 line: 9 } start: Object { column: 2 - index: 109 line: 9 } } @@ -448,12 +398,10 @@ JSRoot { filename: "comments/basic/array-expression-trailing-comma/input.js" end: Object { column: 7 - index: 140 line: 11 } start: Object { column: 2 - index: 135 line: 11 } } @@ -470,12 +418,10 @@ JSRoot { filename: "comments/basic/array-expression-trailing-comma/input.js" end: Object { column: 1 - index: 220 line: 18 } start: Object { column: 0 - index: 164 line: 15 } } @@ -486,12 +432,10 @@ JSRoot { filename: "comments/basic/array-expression-trailing-comma/input.js" end: Object { column: 1 - index: 220 line: 18 } start: Object { column: 0 - index: 164 line: 15 } } @@ -504,12 +448,10 @@ JSRoot { identifierName: "trailingAfterArray" end: Object { column: 24 - index: 188 line: 15 } start: Object { column: 6 - index: 170 line: 15 } } @@ -519,12 +461,10 @@ JSRoot { filename: "comments/basic/array-expression-trailing-comma/input.js" end: Object { column: 1 - index: 220 line: 18 } start: Object { column: 6 - index: 170 line: 15 } } @@ -534,12 +474,10 @@ JSRoot { filename: "comments/basic/array-expression-trailing-comma/input.js" end: Object { column: 1 - index: 220 line: 18 } start: Object { column: 27 - index: 191 line: 15 } } @@ -554,12 +492,10 @@ JSRoot { filename: "comments/basic/array-expression-trailing-comma/input.js" end: Object { column: 7 - index: 200 line: 16 } start: Object { column: 2 - index: 195 line: 16 } } diff --git a/internal/js-parser/test-fixtures/comments/basic/array-pattern-trailing-comma/input.test.md b/internal/js-parser/test-fixtures/comments/basic/array-pattern-trailing-comma/input.test.md index fbaa409e816..eb59c0fcb88 100644 --- a/internal/js-parser/test-fixtures/comments/basic/array-pattern-trailing-comma/input.test.md +++ b/internal/js-parser/test-fixtures/comments/basic/array-pattern-trailing-comma/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "comments/basic/array-pattern-trailing-comma/input.js" end: Object { column: 0 - index: 70 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "comments/basic/array-pattern-trailing-comma/input.js" end: Object { column: 11 - index: 19 line: 2 } start: Object { column: 2 - index: 10 line: 2 } } @@ -55,12 +51,10 @@ JSRoot { filename: "comments/basic/array-pattern-trailing-comma/input.js" end: Object { column: 11 - index: 35 line: 4 } start: Object { column: 2 - index: 26 line: 4 } } @@ -72,12 +66,10 @@ JSRoot { filename: "comments/basic/array-pattern-trailing-comma/input.js" end: Object { column: 13 - index: 50 line: 5 } start: Object { column: 2 - index: 39 line: 5 } } @@ -89,12 +81,10 @@ JSRoot { filename: "comments/basic/array-pattern-trailing-comma/input.js" end: Object { column: 12 - index: 63 line: 6 } start: Object { column: 2 - index: 53 line: 6 } } @@ -106,12 +96,10 @@ JSRoot { filename: "comments/basic/array-pattern-trailing-comma/input.js" end: Object { column: 18 - index: 69 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { filename: "comments/basic/array-pattern-trailing-comma/input.js" end: Object { column: 18 - index: 69 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -139,12 +125,10 @@ JSRoot { filename: "comments/basic/array-pattern-trailing-comma/input.js" end: Object { column: 1 - index: 52 line: 6 } start: Object { column: 6 - index: 6 line: 1 } } @@ -161,12 +145,10 @@ JSRoot { identifierName: "x" end: Object { column: 3 - index: 23 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } @@ -179,12 +161,10 @@ JSRoot { filename: "comments/basic/array-pattern-trailing-comma/input.js" end: Object { column: 3 - index: 23 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } @@ -196,12 +176,10 @@ JSRoot { filename: "comments/basic/array-pattern-trailing-comma/input.js" end: Object { column: 17 - index: 68 line: 6 } start: Object { column: 6 - index: 6 line: 1 } } @@ -211,12 +189,10 @@ JSRoot { filename: "comments/basic/array-pattern-trailing-comma/input.js" end: Object { column: 17 - index: 68 line: 6 } start: Object { column: 15 - index: 66 line: 6 } } diff --git a/internal/js-parser/test-fixtures/comments/basic/block-trailing-comment/input.test.md b/internal/js-parser/test-fixtures/comments/basic/block-trailing-comment/input.test.md index 511e864d497..4624e230fc8 100644 --- a/internal/js-parser/test-fixtures/comments/basic/block-trailing-comment/input.test.md +++ b/internal/js-parser/test-fixtures/comments/basic/block-trailing-comment/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "comments/basic/block-trailing-comment/input.js" end: Object { column: 0 - index: 27 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "comments/basic/block-trailing-comment/input.js" end: Object { column: 13 - index: 24 line: 3 } start: Object { column: 4 - index: 15 line: 3 } } @@ -56,12 +52,10 @@ JSRoot { filename: "comments/basic/block-trailing-comment/input.js" end: Object { column: 1 - index: 26 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "comments/basic/block-trailing-comment/input.js" end: Object { column: 8 - index: 10 line: 2 } start: Object { column: 4 - index: 6 line: 2 } } @@ -87,12 +79,10 @@ JSRoot { filename: "comments/basic/block-trailing-comment/input.js" end: Object { column: 7 - index: 9 line: 2 } start: Object { column: 4 - index: 6 line: 2 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "a" end: Object { column: 5 - index: 7 line: 2 } start: Object { column: 4 - index: 6 line: 2 } } diff --git a/internal/js-parser/test-fixtures/comments/basic/call-expression-function-argument/input.test.md b/internal/js-parser/test-fixtures/comments/basic/call-expression-function-argument/input.test.md index 11eb2392fbe..e77b2041698 100644 --- a/internal/js-parser/test-fixtures/comments/basic/call-expression-function-argument/input.test.md +++ b/internal/js-parser/test-fixtures/comments/basic/call-expression-function-argument/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "comments/basic/call-expression-function-argument/input.js" end: Object { column: 0 - index: 52 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "comments/basic/call-expression-function-argument/input.js" end: Object { column: 8 - index: 39 line: 3 } start: Object { column: 2 - index: 33 line: 3 } } @@ -55,12 +51,10 @@ JSRoot { filename: "comments/basic/call-expression-function-argument/input.js" end: Object { column: 6 - index: 48 line: 5 } start: Object { column: 0 - index: 42 line: 5 } } @@ -72,12 +66,10 @@ JSRoot { filename: "comments/basic/call-expression-function-argument/input.js" end: Object { column: 2 - index: 51 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "comments/basic/call-expression-function-argument/input.js" end: Object { column: 1 - index: 50 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "test" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "comments/basic/call-expression-function-argument/input.js" end: Object { column: 1 - index: 41 line: 4 } start: Object { column: 5 - index: 5 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { filename: "comments/basic/call-expression-function-argument/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "comments/basic/call-expression-function-argument/input.js" end: Object { column: 1 - index: 41 line: 4 } start: Object { column: 16 - index: 16 line: 1 } } @@ -175,12 +157,10 @@ JSRoot { filename: "comments/basic/call-expression-function-argument/input.js" end: Object { column: 12 - index: 30 line: 2 } start: Object { column: 2 - index: 20 line: 2 } } @@ -191,12 +171,10 @@ JSRoot { filename: "comments/basic/call-expression-function-argument/input.js" end: Object { column: 12 - index: 30 line: 2 } start: Object { column: 2 - index: 20 line: 2 } } @@ -209,12 +187,10 @@ JSRoot { identifierName: "a" end: Object { column: 7 - index: 25 line: 2 } start: Object { column: 6 - index: 24 line: 2 } } @@ -223,12 +199,10 @@ JSRoot { filename: "comments/basic/call-expression-function-argument/input.js" end: Object { column: 11 - index: 29 line: 2 } start: Object { column: 6 - index: 24 line: 2 } } @@ -239,12 +213,10 @@ JSRoot { filename: "comments/basic/call-expression-function-argument/input.js" end: Object { column: 11 - index: 29 line: 2 } start: Object { column: 10 - index: 28 line: 2 } } diff --git a/internal/js-parser/test-fixtures/comments/basic/comment-within-condition/input.test.md b/internal/js-parser/test-fixtures/comments/basic/comment-within-condition/input.test.md index 61c88c54cd1..7482625185f 100644 --- a/internal/js-parser/test-fixtures/comments/basic/comment-within-condition/input.test.md +++ b/internal/js-parser/test-fixtures/comments/basic/comment-within-condition/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "comments/basic/comment-within-condition/input.js" end: Object { column: 0 - index: 31 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "comments/basic/comment-within-condition/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "comments/basic/comment-within-condition/input.js" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -74,12 +68,10 @@ JSRoot { filename: "comments/basic/comment-within-condition/input.js" end: Object { column: 20 - index: 30 line: 2 } start: Object { column: 0 - index: 10 line: 2 } } @@ -90,12 +82,10 @@ JSRoot { filename: "comments/basic/comment-within-condition/input.js" end: Object { column: 20 - index: 30 line: 2 } start: Object { column: 18 - index: 28 line: 2 } } @@ -108,12 +98,10 @@ JSRoot { identifierName: "a" end: Object { column: 16 - index: 26 line: 2 } start: Object { column: 15 - index: 25 line: 2 } } diff --git a/internal/js-parser/test-fixtures/comments/basic/create-parenthesized-expressions/input.test.md b/internal/js-parser/test-fixtures/comments/basic/create-parenthesized-expressions/input.test.md index f06386e8b54..d8bdb088e4c 100644 --- a/internal/js-parser/test-fixtures/comments/basic/create-parenthesized-expressions/input.test.md +++ b/internal/js-parser/test-fixtures/comments/basic/create-parenthesized-expressions/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "comments/basic/create-parenthesized-expressions/input.js" end: Object { column: 0 - index: 66 line: 13 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "comments/basic/create-parenthesized-expressions/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "comments/basic/create-parenthesized-expressions/input.js" end: Object { column: 9 - index: 22 line: 4 } start: Object { column: 0 - index: 13 line: 4 } } @@ -72,12 +66,10 @@ JSRoot { filename: "comments/basic/create-parenthesized-expressions/input.js" end: Object { column: 10 - index: 41 line: 8 } start: Object { column: 2 - index: 33 line: 8 } } @@ -89,12 +81,10 @@ JSRoot { filename: "comments/basic/create-parenthesized-expressions/input.js" end: Object { column: 11 - index: 61 line: 12 } start: Object { column: 1 - index: 51 line: 12 } } @@ -108,12 +98,10 @@ JSRoot { filename: "comments/basic/create-parenthesized-expressions/input.js" end: Object { column: 4 - index: 11 line: 2 } start: Object { column: 0 - index: 7 line: 2 } } @@ -125,12 +113,10 @@ JSRoot { filename: "comments/basic/create-parenthesized-expressions/input.js" end: Object { column: 2 - index: 9 line: 2 } start: Object { column: 1 - index: 8 line: 2 } } @@ -142,12 +128,10 @@ JSRoot { filename: "comments/basic/create-parenthesized-expressions/input.js" end: Object { column: 4 - index: 27 line: 5 } start: Object { column: 0 - index: 23 line: 5 } } @@ -159,12 +143,10 @@ JSRoot { filename: "comments/basic/create-parenthesized-expressions/input.js" end: Object { column: 2 - index: 25 line: 5 } start: Object { column: 1 - index: 24 line: 5 } } @@ -175,12 +157,10 @@ JSRoot { filename: "comments/basic/create-parenthesized-expressions/input.js" end: Object { column: 2 - index: 48 line: 10 } start: Object { column: 0 - index: 29 line: 7 } } @@ -192,12 +172,10 @@ JSRoot { filename: "comments/basic/create-parenthesized-expressions/input.js" end: Object { column: 3 - index: 45 line: 9 } start: Object { column: 2 - index: 44 line: 9 } } @@ -208,12 +186,10 @@ JSRoot { filename: "comments/basic/create-parenthesized-expressions/input.js" end: Object { column: 15 - index: 65 line: 12 } start: Object { column: 0 - index: 50 line: 12 } } @@ -225,12 +201,10 @@ JSRoot { filename: "comments/basic/create-parenthesized-expressions/input.js" end: Object { column: 13 - index: 63 line: 12 } start: Object { column: 12 - index: 62 line: 12 } } diff --git a/internal/js-parser/test-fixtures/comments/basic/export-default-anonymous-class/input.test.md b/internal/js-parser/test-fixtures/comments/basic/export-default-anonymous-class/input.test.md index 74047baacae..4f6b0f5a96b 100644 --- a/internal/js-parser/test-fixtures/comments/basic/export-default-anonymous-class/input.test.md +++ b/internal/js-parser/test-fixtures/comments/basic/export-default-anonymous-class/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "comments/basic/export-default-anonymous-class/input.js" end: Object { column: 0 - index: 122 line: 11 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "comments/basic/export-default-anonymous-class/input.js" end: Object { column: 3 - index: 35 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "comments/basic/export-default-anonymous-class/input.js" end: Object { column: 7 - index: 98 line: 7 } start: Object { column: 4 - index: 63 line: 5 } } @@ -73,12 +67,10 @@ JSRoot { filename: "comments/basic/export-default-anonymous-class/input.js" end: Object { column: 1 - index: 121 line: 10 } start: Object { column: 0 - index: 36 line: 4 } } @@ -89,12 +81,10 @@ JSRoot { filename: "comments/basic/export-default-anonymous-class/input.js" end: Object { column: 1 - index: 121 line: 10 } start: Object { column: 15 - index: 51 line: 4 } } @@ -104,12 +94,10 @@ JSRoot { filename: "comments/basic/export-default-anonymous-class/input.js" end: Object { column: 1 - index: 121 line: 10 } start: Object { column: 15 - index: 51 line: 4 } } @@ -123,12 +111,10 @@ JSRoot { filename: "comments/basic/export-default-anonymous-class/input.js" end: Object { column: 1 - index: 121 line: 10 } start: Object { column: 15 - index: 51 line: 4 } } @@ -144,12 +130,10 @@ JSRoot { identifierName: "method1" end: Object { column: 11 - index: 110 line: 8 } start: Object { column: 4 - index: 103 line: 8 } } @@ -159,12 +143,10 @@ JSRoot { filename: "comments/basic/export-default-anonymous-class/input.js" end: Object { column: 11 - index: 110 line: 8 } start: Object { column: 4 - index: 103 line: 8 } } @@ -174,12 +156,10 @@ JSRoot { filename: "comments/basic/export-default-anonymous-class/input.js" end: Object { column: 5 - index: 119 line: 9 } start: Object { column: 4 - index: 103 line: 8 } } @@ -190,12 +170,10 @@ JSRoot { filename: "comments/basic/export-default-anonymous-class/input.js" end: Object { column: 5 - index: 119 line: 9 } start: Object { column: 13 - index: 112 line: 8 } } @@ -213,12 +191,10 @@ JSRoot { filename: "comments/basic/export-default-anonymous-class/input.js" end: Object { column: 13 - index: 112 line: 8 } start: Object { column: 11 - index: 110 line: 8 } } @@ -233,19 +209,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 103 line: 8 } loc: Object { filename: "comments/basic/export-default-anonymous-class/input.js" end: Object { column: 11 - index: 110 line: 8 } start: Object { column: 4 - index: 103 line: 8 } } diff --git a/internal/js-parser/test-fixtures/comments/basic/function-trailing-comma-shorthand/input.test.md b/internal/js-parser/test-fixtures/comments/basic/function-trailing-comma-shorthand/input.test.md index 10de61f0484..320204cd040 100644 --- a/internal/js-parser/test-fixtures/comments/basic/function-trailing-comma-shorthand/input.test.md +++ b/internal/js-parser/test-fixtures/comments/basic/function-trailing-comma-shorthand/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "comments/basic/function-trailing-comma-shorthand/input.js" end: Object { column: 0 - index: 47 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "comments/basic/function-trailing-comma-shorthand/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "comments/basic/function-trailing-comma-shorthand/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "comments/basic/function-trailing-comma-shorthand/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "comments/basic/function-trailing-comma-shorthand/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "fn" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { identifierName: "a" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "comments/basic/function-trailing-comma-shorthand/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -156,12 +140,10 @@ JSRoot { identifierName: "b" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -170,12 +152,10 @@ JSRoot { filename: "comments/basic/function-trailing-comma-shorthand/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -187,12 +167,10 @@ JSRoot { identifierName: "b" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -201,12 +179,10 @@ JSRoot { filename: "comments/basic/function-trailing-comma-shorthand/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/comments/basic/function-trailing-comma/input.test.md b/internal/js-parser/test-fixtures/comments/basic/function-trailing-comma/input.test.md index 68491fb6b9f..d036d596246 100644 --- a/internal/js-parser/test-fixtures/comments/basic/function-trailing-comma/input.test.md +++ b/internal/js-parser/test-fixtures/comments/basic/function-trailing-comma/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "comments/basic/function-trailing-comma/input.js" end: Object { column: 0 - index: 42 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "comments/basic/function-trailing-comma/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "comments/basic/function-trailing-comma/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "comments/basic/function-trailing-comma/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "comments/basic/function-trailing-comma/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "fn" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { identifierName: "a" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -139,12 +125,10 @@ JSRoot { identifierName: "b" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/comments/basic/object-expression-trailing-comma/input.test.md b/internal/js-parser/test-fixtures/comments/basic/object-expression-trailing-comma/input.test.md index 6570db411ef..e1fb4fe04c8 100644 --- a/internal/js-parser/test-fixtures/comments/basic/object-expression-trailing-comma/input.test.md +++ b/internal/js-parser/test-fixtures/comments/basic/object-expression-trailing-comma/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "comments/basic/object-expression-trailing-comma/input.js" end: Object { column: 18 - index: 69 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "comments/basic/object-expression-trailing-comma/input.js" end: Object { column: 11 - index: 19 line: 2 } start: Object { column: 2 - index: 10 line: 2 } } @@ -55,12 +51,10 @@ JSRoot { filename: "comments/basic/object-expression-trailing-comma/input.js" end: Object { column: 11 - index: 35 line: 4 } start: Object { column: 2 - index: 26 line: 4 } } @@ -72,12 +66,10 @@ JSRoot { filename: "comments/basic/object-expression-trailing-comma/input.js" end: Object { column: 13 - index: 50 line: 5 } start: Object { column: 2 - index: 39 line: 5 } } @@ -89,12 +81,10 @@ JSRoot { filename: "comments/basic/object-expression-trailing-comma/input.js" end: Object { column: 12 - index: 63 line: 6 } start: Object { column: 2 - index: 53 line: 6 } } @@ -106,12 +96,10 @@ JSRoot { filename: "comments/basic/object-expression-trailing-comma/input.js" end: Object { column: 18 - index: 69 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { filename: "comments/basic/object-expression-trailing-comma/input.js" end: Object { column: 18 - index: 69 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -139,12 +125,10 @@ JSRoot { filename: "comments/basic/object-expression-trailing-comma/input.js" end: Object { column: 1 - index: 52 line: 6 } start: Object { column: 6 - index: 6 line: 1 } } @@ -160,12 +144,10 @@ JSRoot { identifierName: "x" end: Object { column: 3 - index: 23 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } @@ -176,12 +158,10 @@ JSRoot { filename: "comments/basic/object-expression-trailing-comma/input.js" end: Object { column: 3 - index: 23 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } @@ -195,12 +175,10 @@ JSRoot { identifierName: "x" end: Object { column: 3 - index: 23 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } @@ -214,12 +192,10 @@ JSRoot { filename: "comments/basic/object-expression-trailing-comma/input.js" end: Object { column: 3 - index: 23 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } @@ -230,12 +206,10 @@ JSRoot { filename: "comments/basic/object-expression-trailing-comma/input.js" end: Object { column: 17 - index: 68 line: 6 } start: Object { column: 6 - index: 6 line: 1 } } @@ -245,12 +219,10 @@ JSRoot { filename: "comments/basic/object-expression-trailing-comma/input.js" end: Object { column: 17 - index: 68 line: 6 } start: Object { column: 15 - index: 66 line: 6 } } diff --git a/internal/js-parser/test-fixtures/comments/basic/object-property-trailing-comma/input.test.md b/internal/js-parser/test-fixtures/comments/basic/object-property-trailing-comma/input.test.md index e04a0a2e826..ed868736380 100644 --- a/internal/js-parser/test-fixtures/comments/basic/object-property-trailing-comma/input.test.md +++ b/internal/js-parser/test-fixtures/comments/basic/object-property-trailing-comma/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "comments/basic/object-property-trailing-comma/input.js" end: Object { column: 0 - index: 97 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "comments/basic/object-property-trailing-comma/input.js" end: Object { column: 22 - index: 34 line: 2 } start: Object { column: 10 - index: 22 line: 2 } } @@ -55,12 +51,10 @@ JSRoot { filename: "comments/basic/object-property-trailing-comma/input.js" end: Object { column: 22 - index: 57 line: 3 } start: Object { column: 10 - index: 45 line: 3 } } @@ -72,12 +66,10 @@ JSRoot { filename: "comments/basic/object-property-trailing-comma/input.js" end: Object { column: 22 - index: 80 line: 4 } start: Object { column: 10 - index: 68 line: 4 } } @@ -89,12 +81,10 @@ JSRoot { filename: "comments/basic/object-property-trailing-comma/input.js" end: Object { column: 15 - index: 96 line: 5 } start: Object { column: 3 - index: 84 line: 5 } } @@ -107,12 +97,10 @@ JSRoot { filename: "comments/basic/object-property-trailing-comma/input.js" end: Object { column: 2 - index: 83 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "comments/basic/object-property-trailing-comma/input.js" end: Object { column: 2 - index: 83 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -141,12 +127,10 @@ JSRoot { identifierName: "obj" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -155,12 +139,10 @@ JSRoot { filename: "comments/basic/object-property-trailing-comma/input.js" end: Object { column: 1 - index: 82 line: 5 } start: Object { column: 4 - index: 4 line: 1 } } @@ -169,12 +151,10 @@ JSRoot { filename: "comments/basic/object-property-trailing-comma/input.js" end: Object { column: 1 - index: 82 line: 5 } start: Object { column: 10 - index: 10 line: 1 } } @@ -188,12 +168,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 15 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -202,12 +180,10 @@ JSRoot { filename: "comments/basic/object-property-trailing-comma/input.js" end: Object { column: 3 - index: 15 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -218,12 +194,10 @@ JSRoot { filename: "comments/basic/object-property-trailing-comma/input.js" end: Object { column: 8 - index: 20 line: 2 } start: Object { column: 5 - index: 17 line: 2 } } @@ -232,12 +206,10 @@ JSRoot { filename: "comments/basic/object-property-trailing-comma/input.js" end: Object { column: 8 - index: 20 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -252,12 +224,10 @@ JSRoot { identifierName: "b" end: Object { column: 3 - index: 38 line: 3 } start: Object { column: 2 - index: 37 line: 3 } } @@ -267,12 +237,10 @@ JSRoot { filename: "comments/basic/object-property-trailing-comma/input.js" end: Object { column: 3 - index: 38 line: 3 } start: Object { column: 2 - index: 37 line: 3 } } @@ -283,12 +251,10 @@ JSRoot { filename: "comments/basic/object-property-trailing-comma/input.js" end: Object { column: 8 - index: 43 line: 3 } start: Object { column: 5 - index: 40 line: 3 } } @@ -298,12 +264,10 @@ JSRoot { filename: "comments/basic/object-property-trailing-comma/input.js" end: Object { column: 8 - index: 43 line: 3 } start: Object { column: 2 - index: 37 line: 3 } } @@ -318,12 +282,10 @@ JSRoot { identifierName: "c" end: Object { column: 3 - index: 61 line: 4 } start: Object { column: 2 - index: 60 line: 4 } } @@ -333,12 +295,10 @@ JSRoot { filename: "comments/basic/object-property-trailing-comma/input.js" end: Object { column: 3 - index: 61 line: 4 } start: Object { column: 2 - index: 60 line: 4 } } @@ -349,12 +309,10 @@ JSRoot { filename: "comments/basic/object-property-trailing-comma/input.js" end: Object { column: 8 - index: 66 line: 4 } start: Object { column: 5 - index: 63 line: 4 } } @@ -365,12 +323,10 @@ JSRoot { filename: "comments/basic/object-property-trailing-comma/input.js" end: Object { column: 8 - index: 66 line: 4 } start: Object { column: 2 - index: 60 line: 4 } } diff --git a/internal/js-parser/test-fixtures/comments/basic/surrounding-call-comments/input.test.md b/internal/js-parser/test-fixtures/comments/basic/surrounding-call-comments/input.test.md index 5a0b6f02961..8c8aa2bb593 100644 --- a/internal/js-parser/test-fixtures/comments/basic/surrounding-call-comments/input.test.md +++ b/internal/js-parser/test-fixtures/comments/basic/surrounding-call-comments/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "comments/basic/surrounding-call-comments/input.js" end: Object { column: 0 - index: 61 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "comments/basic/surrounding-call-comments/input.js" end: Object { column: 16 - index: 31 line: 2 } start: Object { column: 4 - index: 19 line: 2 } } @@ -55,12 +51,10 @@ JSRoot { filename: "comments/basic/surrounding-call-comments/input.js" end: Object { column: 15 - index: 58 line: 4 } start: Object { column: 4 - index: 47 line: 4 } } @@ -75,12 +69,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -89,12 +81,10 @@ JSRoot { filename: "comments/basic/surrounding-call-comments/input.js" end: Object { column: 1 - index: 60 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { filename: "comments/basic/surrounding-call-comments/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "comments/basic/surrounding-call-comments/input.js" end: Object { column: 1 - index: 60 line: 5 } start: Object { column: 13 - index: 13 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { filename: "comments/basic/surrounding-call-comments/input.js" end: Object { column: 10 - index: 42 line: 3 } start: Object { column: 4 - index: 36 line: 3 } } @@ -160,12 +144,10 @@ JSRoot { filename: "comments/basic/surrounding-call-comments/input.js" end: Object { column: 9 - index: 41 line: 3 } start: Object { column: 4 - index: 36 line: 3 } } @@ -177,12 +159,10 @@ JSRoot { identifierName: "foo" end: Object { column: 7 - index: 39 line: 3 } start: Object { column: 4 - index: 36 line: 3 } } diff --git a/internal/js-parser/test-fixtures/comments/basic/surrounding-debugger-comments/input.test.md b/internal/js-parser/test-fixtures/comments/basic/surrounding-debugger-comments/input.test.md index 945f5387c54..db563728844 100644 --- a/internal/js-parser/test-fixtures/comments/basic/surrounding-debugger-comments/input.test.md +++ b/internal/js-parser/test-fixtures/comments/basic/surrounding-debugger-comments/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "comments/basic/surrounding-debugger-comments/input.js" end: Object { column: 0 - index: 64 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "comments/basic/surrounding-debugger-comments/input.js" end: Object { column: 16 - index: 31 line: 2 } start: Object { column: 4 - index: 19 line: 2 } } @@ -55,12 +51,10 @@ JSRoot { filename: "comments/basic/surrounding-debugger-comments/input.js" end: Object { column: 15 - index: 61 line: 4 } start: Object { column: 4 - index: 50 line: 4 } } @@ -75,12 +69,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -89,12 +81,10 @@ JSRoot { filename: "comments/basic/surrounding-debugger-comments/input.js" end: Object { column: 1 - index: 63 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { filename: "comments/basic/surrounding-debugger-comments/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "comments/basic/surrounding-debugger-comments/input.js" end: Object { column: 1 - index: 63 line: 5 } start: Object { column: 13 - index: 13 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { filename: "comments/basic/surrounding-debugger-comments/input.js" end: Object { column: 13 - index: 45 line: 3 } start: Object { column: 4 - index: 36 line: 3 } } diff --git a/internal/js-parser/test-fixtures/comments/basic/surrounding-return-comments/input.test.md b/internal/js-parser/test-fixtures/comments/basic/surrounding-return-comments/input.test.md index 51461c634ce..bacfb437f76 100644 --- a/internal/js-parser/test-fixtures/comments/basic/surrounding-return-comments/input.test.md +++ b/internal/js-parser/test-fixtures/comments/basic/surrounding-return-comments/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "comments/basic/surrounding-return-comments/input.js" end: Object { column: 0 - index: 62 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "comments/basic/surrounding-return-comments/input.js" end: Object { column: 16 - index: 31 line: 2 } start: Object { column: 4 - index: 19 line: 2 } } @@ -55,12 +51,10 @@ JSRoot { filename: "comments/basic/surrounding-return-comments/input.js" end: Object { column: 15 - index: 59 line: 4 } start: Object { column: 4 - index: 48 line: 4 } } @@ -75,12 +69,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -89,12 +81,10 @@ JSRoot { filename: "comments/basic/surrounding-return-comments/input.js" end: Object { column: 1 - index: 61 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { filename: "comments/basic/surrounding-return-comments/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "comments/basic/surrounding-return-comments/input.js" end: Object { column: 1 - index: 61 line: 5 } start: Object { column: 13 - index: 13 line: 1 } } @@ -145,12 +131,10 @@ JSRoot { filename: "comments/basic/surrounding-return-comments/input.js" end: Object { column: 11 - index: 43 line: 3 } start: Object { column: 4 - index: 36 line: 3 } } diff --git a/internal/js-parser/test-fixtures/comments/basic/surrounding-throw-comments/input.test.md b/internal/js-parser/test-fixtures/comments/basic/surrounding-throw-comments/input.test.md index 55128c3035d..438d2861be9 100644 --- a/internal/js-parser/test-fixtures/comments/basic/surrounding-throw-comments/input.test.md +++ b/internal/js-parser/test-fixtures/comments/basic/surrounding-throw-comments/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "comments/basic/surrounding-throw-comments/input.js" end: Object { column: 0 - index: 64 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "comments/basic/surrounding-throw-comments/input.js" end: Object { column: 16 - index: 31 line: 2 } start: Object { column: 4 - index: 19 line: 2 } } @@ -55,12 +51,10 @@ JSRoot { filename: "comments/basic/surrounding-throw-comments/input.js" end: Object { column: 15 - index: 61 line: 4 } start: Object { column: 4 - index: 50 line: 4 } } @@ -75,12 +69,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -89,12 +81,10 @@ JSRoot { filename: "comments/basic/surrounding-throw-comments/input.js" end: Object { column: 1 - index: 63 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { filename: "comments/basic/surrounding-throw-comments/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "comments/basic/surrounding-throw-comments/input.js" end: Object { column: 1 - index: 63 line: 5 } start: Object { column: 13 - index: 13 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { filename: "comments/basic/surrounding-throw-comments/input.js" end: Object { column: 13 - index: 45 line: 3 } start: Object { column: 4 - index: 36 line: 3 } } @@ -161,12 +145,10 @@ JSRoot { filename: "comments/basic/surrounding-throw-comments/input.js" end: Object { column: 12 - index: 44 line: 3 } start: Object { column: 10 - index: 42 line: 3 } } diff --git a/internal/js-parser/test-fixtures/comments/basic/surrounding-while-loop-comments/input.test.md b/internal/js-parser/test-fixtures/comments/basic/surrounding-while-loop-comments/input.test.md index 44b3489eaa1..1b866adbdce 100644 --- a/internal/js-parser/test-fixtures/comments/basic/surrounding-while-loop-comments/input.test.md +++ b/internal/js-parser/test-fixtures/comments/basic/surrounding-while-loop-comments/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "comments/basic/surrounding-while-loop-comments/input.js" end: Object { column: 0 - index: 69 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "comments/basic/surrounding-while-loop-comments/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "comments/basic/surrounding-while-loop-comments/input.js" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { identifierName: "f" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -89,12 +81,10 @@ JSRoot { filename: "comments/basic/surrounding-while-loop-comments/input.js" end: Object { column: 68 - index: 68 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { filename: "comments/basic/surrounding-while-loop-comments/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "comments/basic/surrounding-while-loop-comments/input.js" end: Object { column: 68 - index: 68 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { filename: "comments/basic/surrounding-while-loop-comments/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -160,12 +144,10 @@ JSRoot { filename: "comments/basic/surrounding-while-loop-comments/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -178,12 +160,10 @@ JSRoot { filename: "comments/basic/surrounding-while-loop-comments/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 43 - index: 43 line: 1 } } @@ -195,12 +175,10 @@ JSRoot { filename: "comments/basic/surrounding-while-loop-comments/input.js" end: Object { column: 66 - index: 66 line: 1 } start: Object { column: 57 - index: 57 line: 1 } } @@ -211,12 +189,10 @@ JSRoot { filename: "comments/basic/surrounding-while-loop-comments/input.js" end: Object { column: 66 - index: 66 line: 1 } start: Object { column: 57 - index: 57 line: 1 } } @@ -230,12 +206,10 @@ JSRoot { identifierName: "each" end: Object { column: 65 - index: 65 line: 1 } start: Object { column: 61 - index: 61 line: 1 } } @@ -246,12 +220,10 @@ JSRoot { filename: "comments/basic/surrounding-while-loop-comments/input.js" end: Object { column: 65 - index: 65 line: 1 } start: Object { column: 61 - index: 61 line: 1 } } diff --git a/internal/js-parser/test-fixtures/comments/basic/switch-fallthrough-comment-in-function/input.test.md b/internal/js-parser/test-fixtures/comments/basic/switch-fallthrough-comment-in-function/input.test.md index 5c965f101c3..164d0c5c26f 100644 --- a/internal/js-parser/test-fixtures/comments/basic/switch-fallthrough-comment-in-function/input.test.md +++ b/internal/js-parser/test-fixtures/comments/basic/switch-fallthrough-comment-in-function/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "comments/basic/switch-fallthrough-comment-in-function/input.js" end: Object { column: 0 - index: 142 line: 10 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "comments/basic/switch-fallthrough-comment-in-function/input.js" end: Object { column: 14 - index: 52 line: 3 } start: Object { column: 8 - index: 46 line: 3 } } @@ -55,12 +51,10 @@ JSRoot { filename: "comments/basic/switch-fallthrough-comment-in-function/input.js" end: Object { column: 28 - index: 97 line: 5 } start: Object { column: 12 - index: 81 line: 5 } } @@ -75,12 +69,10 @@ JSRoot { identifierName: "bar" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -89,12 +81,10 @@ JSRoot { filename: "comments/basic/switch-fallthrough-comment-in-function/input.js" end: Object { column: 1 - index: 141 line: 9 } start: Object { column: 0 - index: 0 line: 1 } } @@ -110,12 +100,10 @@ JSRoot { filename: "comments/basic/switch-fallthrough-comment-in-function/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { identifierName: "foo" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { filename: "comments/basic/switch-fallthrough-comment-in-function/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -162,12 +146,10 @@ JSRoot { filename: "comments/basic/switch-fallthrough-comment-in-function/input.js" end: Object { column: 1 - index: 141 line: 9 } start: Object { column: 18 - index: 18 line: 1 } } @@ -177,12 +159,10 @@ JSRoot { filename: "comments/basic/switch-fallthrough-comment-in-function/input.js" end: Object { column: 5 - index: 139 line: 8 } start: Object { column: 4 - index: 24 line: 2 } } @@ -193,12 +173,10 @@ JSRoot { identifierName: "foo" end: Object { column: 14 - index: 34 line: 2 } start: Object { column: 11 - index: 31 line: 2 } } @@ -212,12 +190,10 @@ JSRoot { filename: "comments/basic/switch-fallthrough-comment-in-function/input.js" end: Object { column: 15 - index: 68 line: 4 } start: Object { column: 8 - index: 61 line: 4 } } @@ -229,12 +205,10 @@ JSRoot { filename: "comments/basic/switch-fallthrough-comment-in-function/input.js" end: Object { column: 14 - index: 67 line: 4 } start: Object { column: 13 - index: 66 line: 4 } } @@ -246,12 +220,10 @@ JSRoot { filename: "comments/basic/switch-fallthrough-comment-in-function/input.js" end: Object { column: 19 - index: 133 line: 7 } start: Object { column: 8 - index: 106 line: 6 } } @@ -263,12 +235,10 @@ JSRoot { filename: "comments/basic/switch-fallthrough-comment-in-function/input.js" end: Object { column: 14 - index: 112 line: 6 } start: Object { column: 13 - index: 111 line: 6 } } @@ -279,12 +249,10 @@ JSRoot { filename: "comments/basic/switch-fallthrough-comment-in-function/input.js" end: Object { column: 19 - index: 133 line: 7 } start: Object { column: 12 - index: 126 line: 7 } } @@ -294,12 +262,10 @@ JSRoot { filename: "comments/basic/switch-fallthrough-comment-in-function/input.js" end: Object { column: 18 - index: 132 line: 7 } start: Object { column: 12 - index: 126 line: 7 } } @@ -310,12 +276,10 @@ JSRoot { identifierName: "doIt" end: Object { column: 16 - index: 130 line: 7 } start: Object { column: 12 - index: 126 line: 7 } } diff --git a/internal/js-parser/test-fixtures/comments/basic/switch-fallthrough-comment/input.test.md b/internal/js-parser/test-fixtures/comments/basic/switch-fallthrough-comment/input.test.md index 9213e8deb40..413319673f1 100644 --- a/internal/js-parser/test-fixtures/comments/basic/switch-fallthrough-comment/input.test.md +++ b/internal/js-parser/test-fixtures/comments/basic/switch-fallthrough-comment/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "comments/basic/switch-fallthrough-comment/input.js" end: Object { column: 0 - index: 92 line: 8 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "comments/basic/switch-fallthrough-comment/input.js" end: Object { column: 10 - index: 24 line: 2 } start: Object { column: 4 - index: 18 line: 2 } } @@ -55,12 +51,10 @@ JSRoot { filename: "comments/basic/switch-fallthrough-comment/input.js" end: Object { column: 24 - index: 61 line: 4 } start: Object { column: 8 - index: 45 line: 4 } } @@ -72,12 +66,10 @@ JSRoot { filename: "comments/basic/switch-fallthrough-comment/input.js" end: Object { column: 1 - index: 91 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -88,12 +80,10 @@ JSRoot { identifierName: "foo" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "comments/basic/switch-fallthrough-comment/input.js" end: Object { column: 11 - index: 36 line: 3 } start: Object { column: 4 - index: 29 line: 3 } } @@ -124,12 +112,10 @@ JSRoot { filename: "comments/basic/switch-fallthrough-comment/input.js" end: Object { column: 10 - index: 35 line: 3 } start: Object { column: 9 - index: 34 line: 3 } } @@ -141,12 +127,10 @@ JSRoot { filename: "comments/basic/switch-fallthrough-comment/input.js" end: Object { column: 15 - index: 89 line: 6 } start: Object { column: 4 - index: 66 line: 5 } } @@ -158,12 +142,10 @@ JSRoot { filename: "comments/basic/switch-fallthrough-comment/input.js" end: Object { column: 10 - index: 72 line: 5 } start: Object { column: 9 - index: 71 line: 5 } } @@ -174,12 +156,10 @@ JSRoot { filename: "comments/basic/switch-fallthrough-comment/input.js" end: Object { column: 15 - index: 89 line: 6 } start: Object { column: 8 - index: 82 line: 6 } } @@ -189,12 +169,10 @@ JSRoot { filename: "comments/basic/switch-fallthrough-comment/input.js" end: Object { column: 14 - index: 88 line: 6 } start: Object { column: 8 - index: 82 line: 6 } } @@ -205,12 +183,10 @@ JSRoot { identifierName: "doIt" end: Object { column: 12 - index: 86 line: 6 } start: Object { column: 8 - index: 82 line: 6 } } diff --git a/internal/js-parser/test-fixtures/comments/basic/switch-function-call-no-semicolon-no-default/input.test.md b/internal/js-parser/test-fixtures/comments/basic/switch-function-call-no-semicolon-no-default/input.test.md index 512a4a0b3e1..1e117313f0a 100644 --- a/internal/js-parser/test-fixtures/comments/basic/switch-function-call-no-semicolon-no-default/input.test.md +++ b/internal/js-parser/test-fixtures/comments/basic/switch-function-call-no-semicolon-no-default/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "comments/basic/switch-function-call-no-semicolon-no-default/input.js" end: Object { column: 0 - index: 61 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "comments/basic/switch-function-call-no-semicolon-no-default/input.js" end: Object { column: 14 - index: 58 line: 4 } start: Object { column: 4 - index: 48 line: 4 } } @@ -55,12 +51,10 @@ JSRoot { filename: "comments/basic/switch-function-call-no-semicolon-no-default/input.js" end: Object { column: 1 - index: 60 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { identifierName: "x" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -88,12 +80,10 @@ JSRoot { filename: "comments/basic/switch-function-call-no-semicolon-no-default/input.js" end: Object { column: 20 - index: 43 line: 3 } start: Object { column: 2 - index: 15 line: 2 } } @@ -104,12 +94,10 @@ JSRoot { filename: "comments/basic/switch-function-call-no-semicolon-no-default/input.js" end: Object { column: 8 - index: 21 line: 2 } start: Object { column: 7 - index: 20 line: 2 } } @@ -121,12 +109,10 @@ JSRoot { filename: "comments/basic/switch-function-call-no-semicolon-no-default/input.js" end: Object { column: 20 - index: 43 line: 3 } start: Object { column: 4 - index: 27 line: 3 } } @@ -136,12 +122,10 @@ JSRoot { filename: "comments/basic/switch-function-call-no-semicolon-no-default/input.js" end: Object { column: 20 - index: 43 line: 3 } start: Object { column: 4 - index: 27 line: 3 } } @@ -152,12 +136,10 @@ JSRoot { filename: "comments/basic/switch-function-call-no-semicolon-no-default/input.js" end: Object { column: 19 - index: 42 line: 3 } start: Object { column: 16 - index: 39 line: 3 } } @@ -168,12 +150,10 @@ JSRoot { filename: "comments/basic/switch-function-call-no-semicolon-no-default/input.js" end: Object { column: 15 - index: 38 line: 3 } start: Object { column: 4 - index: 27 line: 3 } } @@ -184,12 +164,10 @@ JSRoot { identifierName: "console" end: Object { column: 11 - index: 34 line: 3 } start: Object { column: 4 - index: 27 line: 3 } } @@ -202,12 +180,10 @@ JSRoot { identifierName: "log" end: Object { column: 15 - index: 38 line: 3 } start: Object { column: 12 - index: 35 line: 3 } } @@ -217,12 +193,10 @@ JSRoot { identifierName: "log" end: Object { column: 15 - index: 38 line: 3 } start: Object { column: 12 - index: 35 line: 3 } } diff --git a/internal/js-parser/test-fixtures/comments/basic/switch-function-call-no-semicolon/input.test.md b/internal/js-parser/test-fixtures/comments/basic/switch-function-call-no-semicolon/input.test.md index fbdc584613e..e4fa2166a48 100644 --- a/internal/js-parser/test-fixtures/comments/basic/switch-function-call-no-semicolon/input.test.md +++ b/internal/js-parser/test-fixtures/comments/basic/switch-function-call-no-semicolon/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "comments/basic/switch-function-call-no-semicolon/input.js" end: Object { column: 0 - index: 82 line: 8 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "comments/basic/switch-function-call-no-semicolon/input.js" end: Object { column: 14 - index: 57 line: 4 } start: Object { column: 4 - index: 47 line: 4 } } @@ -55,12 +51,10 @@ JSRoot { filename: "comments/basic/switch-function-call-no-semicolon/input.js" end: Object { column: 1 - index: 81 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -88,12 +80,10 @@ JSRoot { filename: "comments/basic/switch-function-call-no-semicolon/input.js" end: Object { column: 20 - index: 42 line: 3 } start: Object { column: 2 - index: 14 line: 2 } } @@ -104,12 +94,10 @@ JSRoot { filename: "comments/basic/switch-function-call-no-semicolon/input.js" end: Object { column: 8 - index: 20 line: 2 } start: Object { column: 7 - index: 19 line: 2 } } @@ -121,12 +109,10 @@ JSRoot { filename: "comments/basic/switch-function-call-no-semicolon/input.js" end: Object { column: 20 - index: 42 line: 3 } start: Object { column: 4 - index: 26 line: 3 } } @@ -136,12 +122,10 @@ JSRoot { filename: "comments/basic/switch-function-call-no-semicolon/input.js" end: Object { column: 20 - index: 42 line: 3 } start: Object { column: 4 - index: 26 line: 3 } } @@ -152,12 +136,10 @@ JSRoot { filename: "comments/basic/switch-function-call-no-semicolon/input.js" end: Object { column: 19 - index: 41 line: 3 } start: Object { column: 16 - index: 38 line: 3 } } @@ -168,12 +150,10 @@ JSRoot { filename: "comments/basic/switch-function-call-no-semicolon/input.js" end: Object { column: 15 - index: 37 line: 3 } start: Object { column: 4 - index: 26 line: 3 } } @@ -184,12 +164,10 @@ JSRoot { identifierName: "console" end: Object { column: 11 - index: 33 line: 3 } start: Object { column: 4 - index: 26 line: 3 } } @@ -202,12 +180,10 @@ JSRoot { identifierName: "log" end: Object { column: 15 - index: 37 line: 3 } start: Object { column: 12 - index: 34 line: 3 } } @@ -217,12 +193,10 @@ JSRoot { identifierName: "log" end: Object { column: 15 - index: 37 line: 3 } start: Object { column: 12 - index: 34 line: 3 } } @@ -239,12 +213,10 @@ JSRoot { filename: "comments/basic/switch-function-call-no-semicolon/input.js" end: Object { column: 10 - index: 79 line: 6 } start: Object { column: 2 - index: 60 line: 5 } } @@ -256,12 +228,10 @@ JSRoot { filename: "comments/basic/switch-function-call-no-semicolon/input.js" end: Object { column: 10 - index: 79 line: 6 } start: Object { column: 4 - index: 73 line: 6 } } diff --git a/internal/js-parser/test-fixtures/comments/basic/switch-no-default-comment-in-function/input.test.md b/internal/js-parser/test-fixtures/comments/basic/switch-no-default-comment-in-function/input.test.md index 3517f1a101e..689202edf85 100644 --- a/internal/js-parser/test-fixtures/comments/basic/switch-no-default-comment-in-function/input.test.md +++ b/internal/js-parser/test-fixtures/comments/basic/switch-no-default-comment-in-function/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "comments/basic/switch-no-default-comment-in-function/input.js" end: Object { column: 0 - index: 134 line: 10 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "comments/basic/switch-no-default-comment-in-function/input.js" end: Object { column: 20 - index: 125 line: 7 } start: Object { column: 8 - index: 113 line: 7 } } @@ -58,12 +54,10 @@ JSRoot { identifierName: "bar" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "comments/basic/switch-no-default-comment-in-function/input.js" end: Object { column: 1 - index: 133 line: 9 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "comments/basic/switch-no-default-comment-in-function/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -110,12 +100,10 @@ JSRoot { identifierName: "a" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -126,12 +114,10 @@ JSRoot { filename: "comments/basic/switch-no-default-comment-in-function/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -145,12 +131,10 @@ JSRoot { filename: "comments/basic/switch-no-default-comment-in-function/input.js" end: Object { column: 1 - index: 133 line: 9 } start: Object { column: 16 - index: 16 line: 1 } } @@ -160,12 +144,10 @@ JSRoot { filename: "comments/basic/switch-no-default-comment-in-function/input.js" end: Object { column: 5 - index: 131 line: 8 } start: Object { column: 4 - index: 22 line: 2 } } @@ -176,12 +158,10 @@ JSRoot { identifierName: "a" end: Object { column: 13 - index: 31 line: 2 } start: Object { column: 12 - index: 30 line: 2 } } @@ -192,12 +172,10 @@ JSRoot { filename: "comments/basic/switch-no-default-comment-in-function/input.js" end: Object { column: 18 - index: 69 line: 4 } start: Object { column: 8 - index: 43 line: 3 } } @@ -208,12 +186,10 @@ JSRoot { filename: "comments/basic/switch-no-default-comment-in-function/input.js" end: Object { column: 14 - index: 49 line: 3 } start: Object { column: 13 - index: 48 line: 3 } } @@ -225,12 +201,10 @@ JSRoot { filename: "comments/basic/switch-no-default-comment-in-function/input.js" end: Object { column: 18 - index: 69 line: 4 } start: Object { column: 12 - index: 63 line: 4 } } @@ -243,12 +217,10 @@ JSRoot { filename: "comments/basic/switch-no-default-comment-in-function/input.js" end: Object { column: 18 - index: 104 line: 6 } start: Object { column: 8 - index: 78 line: 5 } } @@ -259,12 +231,10 @@ JSRoot { filename: "comments/basic/switch-no-default-comment-in-function/input.js" end: Object { column: 14 - index: 84 line: 5 } start: Object { column: 13 - index: 83 line: 5 } } @@ -277,12 +247,10 @@ JSRoot { filename: "comments/basic/switch-no-default-comment-in-function/input.js" end: Object { column: 18 - index: 104 line: 6 } start: Object { column: 12 - index: 98 line: 6 } } diff --git a/internal/js-parser/test-fixtures/comments/basic/switch-no-default-comment-in-nested-functions/input.test.md b/internal/js-parser/test-fixtures/comments/basic/switch-no-default-comment-in-nested-functions/input.test.md index bc71f3330d2..5ada6f36059 100644 --- a/internal/js-parser/test-fixtures/comments/basic/switch-no-default-comment-in-nested-functions/input.test.md +++ b/internal/js-parser/test-fixtures/comments/basic/switch-no-default-comment-in-nested-functions/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "comments/basic/switch-no-default-comment-in-nested-functions/input.js" end: Object { column: 0 - index: 297 line: 14 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "comments/basic/switch-no-default-comment-in-nested-functions/input.js" end: Object { column: 25 - index: 245 line: 7 } start: Object { column: 12 - index: 232 line: 7 } } @@ -55,12 +51,10 @@ JSRoot { filename: "comments/basic/switch-no-default-comment-in-nested-functions/input.js" end: Object { column: 2 - index: 296 line: 13 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "comments/basic/switch-no-default-comment-in-nested-functions/input.js" end: Object { column: 1 - index: 295 line: 13 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "comments/basic/switch-no-default-comment-in-nested-functions/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "module" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { identifierName: "exports" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { identifierName: "exports" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -150,12 +134,10 @@ JSRoot { filename: "comments/basic/switch-no-default-comment-in-nested-functions/input.js" end: Object { column: 1 - index: 295 line: 13 } start: Object { column: 17 - index: 17 line: 1 } } @@ -171,12 +153,10 @@ JSRoot { filename: "comments/basic/switch-no-default-comment-in-nested-functions/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -188,12 +168,10 @@ JSRoot { identifierName: "context" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -204,12 +182,10 @@ JSRoot { filename: "comments/basic/switch-no-default-comment-in-nested-functions/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -223,12 +199,10 @@ JSRoot { filename: "comments/basic/switch-no-default-comment-in-nested-functions/input.js" end: Object { column: 1 - index: 295 line: 13 } start: Object { column: 35 - index: 35 line: 1 } } @@ -241,12 +215,10 @@ JSRoot { identifierName: "isConstant" end: Object { column: 23 - index: 61 line: 3 } start: Object { column: 13 - index: 51 line: 3 } } @@ -255,12 +227,10 @@ JSRoot { filename: "comments/basic/switch-no-default-comment-in-nested-functions/input.js" end: Object { column: 5 - index: 292 line: 11 } start: Object { column: 4 - index: 42 line: 3 } } @@ -276,12 +246,10 @@ JSRoot { filename: "comments/basic/switch-no-default-comment-in-nested-functions/input.js" end: Object { column: 29 - index: 67 line: 3 } start: Object { column: 23 - index: 61 line: 3 } } @@ -293,12 +261,10 @@ JSRoot { identifierName: "node" end: Object { column: 28 - index: 66 line: 3 } start: Object { column: 24 - index: 62 line: 3 } } @@ -309,12 +275,10 @@ JSRoot { filename: "comments/basic/switch-no-default-comment-in-nested-functions/input.js" end: Object { column: 28 - index: 66 line: 3 } start: Object { column: 24 - index: 62 line: 3 } } @@ -328,12 +292,10 @@ JSRoot { filename: "comments/basic/switch-no-default-comment-in-nested-functions/input.js" end: Object { column: 5 - index: 292 line: 11 } start: Object { column: 30 - index: 68 line: 3 } } @@ -343,12 +305,10 @@ JSRoot { filename: "comments/basic/switch-no-default-comment-in-nested-functions/input.js" end: Object { column: 9 - index: 255 line: 8 } start: Object { column: 8 - index: 78 line: 4 } } @@ -357,12 +317,10 @@ JSRoot { filename: "comments/basic/switch-no-default-comment-in-nested-functions/input.js" end: Object { column: 25 - index: 95 line: 4 } start: Object { column: 16 - index: 86 line: 4 } } @@ -373,12 +331,10 @@ JSRoot { identifierName: "node" end: Object { column: 20 - index: 90 line: 4 } start: Object { column: 16 - index: 86 line: 4 } } @@ -391,12 +347,10 @@ JSRoot { identifierName: "type" end: Object { column: 25 - index: 95 line: 4 } start: Object { column: 21 - index: 91 line: 4 } } @@ -406,12 +360,10 @@ JSRoot { identifierName: "type" end: Object { column: 25 - index: 95 line: 4 } start: Object { column: 21 - index: 91 line: 4 } } @@ -424,12 +376,10 @@ JSRoot { filename: "comments/basic/switch-no-default-comment-in-nested-functions/input.js" end: Object { column: 81 - index: 219 line: 6 } start: Object { column: 12 - index: 111 line: 5 } } @@ -439,12 +389,10 @@ JSRoot { filename: "comments/basic/switch-no-default-comment-in-nested-functions/input.js" end: Object { column: 37 - index: 136 line: 5 } start: Object { column: 17 - index: 116 line: 5 } } @@ -456,12 +404,10 @@ JSRoot { filename: "comments/basic/switch-no-default-comment-in-nested-functions/input.js" end: Object { column: 81 - index: 219 line: 6 } start: Object { column: 16 - index: 154 line: 6 } } @@ -470,12 +416,10 @@ JSRoot { filename: "comments/basic/switch-no-default-comment-in-nested-functions/input.js" end: Object { column: 80 - index: 218 line: 6 } start: Object { column: 23 - index: 161 line: 6 } } @@ -486,12 +430,10 @@ JSRoot { identifierName: "isConstant" end: Object { column: 33 - index: 171 line: 6 } start: Object { column: 23 - index: 161 line: 6 } } @@ -502,12 +444,10 @@ JSRoot { filename: "comments/basic/switch-no-default-comment-in-nested-functions/input.js" end: Object { column: 79 - index: 217 line: 6 } start: Object { column: 34 - index: 172 line: 6 } } @@ -516,12 +456,10 @@ JSRoot { filename: "comments/basic/switch-no-default-comment-in-nested-functions/input.js" end: Object { column: 50 - index: 188 line: 6 } start: Object { column: 34 - index: 172 line: 6 } } @@ -532,12 +470,10 @@ JSRoot { identifierName: "node" end: Object { column: 38 - index: 176 line: 6 } start: Object { column: 34 - index: 172 line: 6 } } @@ -550,12 +486,10 @@ JSRoot { identifierName: "expressions" end: Object { column: 50 - index: 188 line: 6 } start: Object { column: 39 - index: 177 line: 6 } } @@ -565,12 +499,10 @@ JSRoot { identifierName: "expressions" end: Object { column: 50 - index: 188 line: 6 } start: Object { column: 39 - index: 177 line: 6 } } @@ -583,12 +515,10 @@ JSRoot { filename: "comments/basic/switch-no-default-comment-in-nested-functions/input.js" end: Object { column: 78 - index: 216 line: 6 } start: Object { column: 51 - index: 189 line: 6 } } @@ -599,12 +529,10 @@ JSRoot { filename: "comments/basic/switch-no-default-comment-in-nested-functions/input.js" end: Object { column: 78 - index: 216 line: 6 } start: Object { column: 77 - index: 215 line: 6 } } @@ -614,12 +542,10 @@ JSRoot { filename: "comments/basic/switch-no-default-comment-in-nested-functions/input.js" end: Object { column: 74 - index: 212 line: 6 } start: Object { column: 51 - index: 189 line: 6 } } @@ -631,12 +557,10 @@ JSRoot { identifierName: "length" end: Object { column: 74 - index: 212 line: 6 } start: Object { column: 68 - index: 206 line: 6 } } @@ -646,12 +570,10 @@ JSRoot { identifierName: "length" end: Object { column: 74 - index: 212 line: 6 } start: Object { column: 68 - index: 206 line: 6 } } @@ -661,12 +583,10 @@ JSRoot { filename: "comments/basic/switch-no-default-comment-in-nested-functions/input.js" end: Object { column: 67 - index: 205 line: 6 } start: Object { column: 51 - index: 189 line: 6 } } @@ -677,12 +597,10 @@ JSRoot { identifierName: "node" end: Object { column: 55 - index: 193 line: 6 } start: Object { column: 51 - index: 189 line: 6 } } @@ -695,12 +613,10 @@ JSRoot { identifierName: "expressions" end: Object { column: 67 - index: 205 line: 6 } start: Object { column: 56 - index: 194 line: 6 } } @@ -710,12 +626,10 @@ JSRoot { identifierName: "expressions" end: Object { column: 67 - index: 205 line: 6 } start: Object { column: 56 - index: 194 line: 6 } } @@ -727,12 +641,10 @@ JSRoot { filename: "comments/basic/switch-no-default-comment-in-nested-functions/input.js" end: Object { column: 79 - index: 217 line: 6 } start: Object { column: 50 - index: 188 line: 6 } } @@ -750,12 +662,10 @@ JSRoot { filename: "comments/basic/switch-no-default-comment-in-nested-functions/input.js" end: Object { column: 21 - index: 286 line: 10 } start: Object { column: 8 - index: 273 line: 10 } } @@ -765,12 +675,10 @@ JSRoot { filename: "comments/basic/switch-no-default-comment-in-nested-functions/input.js" end: Object { column: 20 - index: 285 line: 10 } start: Object { column: 15 - index: 280 line: 10 } } diff --git a/internal/js-parser/test-fixtures/comments/basic/switch-no-default-comment/input.test.md b/internal/js-parser/test-fixtures/comments/basic/switch-no-default-comment/input.test.md index e145164a0f7..ee5dfc0edaa 100644 --- a/internal/js-parser/test-fixtures/comments/basic/switch-no-default-comment/input.test.md +++ b/internal/js-parser/test-fixtures/comments/basic/switch-no-default-comment/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "comments/basic/switch-no-default-comment/input.js" end: Object { column: 0 - index: 59 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "comments/basic/switch-no-default-comment/input.js" end: Object { column: 16 - index: 56 line: 4 } start: Object { column: 4 - index: 44 line: 4 } } @@ -55,12 +51,10 @@ JSRoot { filename: "comments/basic/switch-no-default-comment/input.js" end: Object { column: 1 - index: 58 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { identifierName: "a" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -88,12 +80,10 @@ JSRoot { filename: "comments/basic/switch-no-default-comment/input.js" end: Object { column: 14 - index: 39 line: 3 } start: Object { column: 4 - index: 17 line: 2 } } @@ -104,12 +94,10 @@ JSRoot { filename: "comments/basic/switch-no-default-comment/input.js" end: Object { column: 10 - index: 23 line: 2 } start: Object { column: 9 - index: 22 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "comments/basic/switch-no-default-comment/input.js" end: Object { column: 14 - index: 39 line: 3 } start: Object { column: 8 - index: 33 line: 3 } } diff --git a/internal/js-parser/test-fixtures/comments/html/first-line/input.test.md b/internal/js-parser/test-fixtures/comments/html/first-line/input.test.md index 7bd1869dacf..00dd7d6fe7c 100644 --- a/internal/js-parser/test-fixtures/comments/html/first-line/input.test.md +++ b/internal/js-parser/test-fixtures/comments/html/first-line/input.test.md @@ -27,12 +27,10 @@ JSRoot { filename: "comments/html/first-line/input.js" end: Object { column: 0 - index: 17 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { filename: "comments/html/first-line/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "comments/html/first-line/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/comments/interpreter-directive/interpreter-directive-import/input.test.md b/internal/js-parser/test-fixtures/comments/interpreter-directive/interpreter-directive-import/input.test.md index 481ec8fe4ff..27867a01343 100644 --- a/internal/js-parser/test-fixtures/comments/interpreter-directive/interpreter-directive-import/input.test.md +++ b/internal/js-parser/test-fixtures/comments/interpreter-directive/interpreter-directive-import/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "comments/interpreter-directive/interpreter-directive-import/input.js" end: Object { column: 0 - index: 57 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "comments/interpreter-directive/interpreter-directive-import/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "comments/interpreter-directive/interpreter-directive-import/input.js" end: Object { column: 29 - index: 56 line: 3 } start: Object { column: 0 - index: 27 line: 3 } } @@ -70,12 +64,10 @@ JSRoot { filename: "comments/interpreter-directive/interpreter-directive-import/input.js" end: Object { column: 28 - index: 55 line: 3 } start: Object { column: 20 - index: 47 line: 3 } } @@ -86,12 +78,10 @@ JSRoot { filename: "comments/interpreter-directive/interpreter-directive-import/input.js" end: Object { column: 13 - index: 40 line: 3 } start: Object { column: 8 - index: 35 line: 3 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "spawn" end: Object { column: 13 - index: 40 line: 3 } start: Object { column: 8 - index: 35 line: 3 } } @@ -120,12 +108,10 @@ JSRoot { identifierName: "spawn" end: Object { column: 13 - index: 40 line: 3 } start: Object { column: 8 - index: 35 line: 3 } } @@ -135,12 +121,10 @@ JSRoot { filename: "comments/interpreter-directive/interpreter-directive-import/input.js" end: Object { column: 13 - index: 40 line: 3 } start: Object { column: 8 - index: 35 line: 3 } } diff --git a/internal/js-parser/test-fixtures/comments/interpreter-directive/interpreter-directive-object/input.test.md b/internal/js-parser/test-fixtures/comments/interpreter-directive/interpreter-directive-object/input.test.md index a4e72337c00..ff26f8524a0 100644 --- a/internal/js-parser/test-fixtures/comments/interpreter-directive/interpreter-directive-object/input.test.md +++ b/internal/js-parser/test-fixtures/comments/interpreter-directive/interpreter-directive-object/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "comments/interpreter-directive/interpreter-directive-object/input.js" end: Object { column: 0 - index: 46 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "comments/interpreter-directive/interpreter-directive-object/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "comments/interpreter-directive/interpreter-directive-object/input.js" end: Object { column: 18 - index: 45 line: 3 } start: Object { column: 0 - index: 27 line: 3 } } @@ -67,12 +61,10 @@ JSRoot { filename: "comments/interpreter-directive/interpreter-directive-object/input.js" end: Object { column: 18 - index: 45 line: 3 } start: Object { column: 0 - index: 27 line: 3 } } @@ -84,12 +76,10 @@ JSRoot { filename: "comments/interpreter-directive/interpreter-directive-object/input.js" end: Object { column: 13 - index: 40 line: 3 } start: Object { column: 4 - index: 31 line: 3 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "spawn" end: Object { column: 11 - index: 38 line: 3 } start: Object { column: 6 - index: 33 line: 3 } } @@ -117,12 +105,10 @@ JSRoot { filename: "comments/interpreter-directive/interpreter-directive-object/input.js" end: Object { column: 11 - index: 38 line: 3 } start: Object { column: 6 - index: 33 line: 3 } } @@ -134,12 +120,10 @@ JSRoot { identifierName: "spawn" end: Object { column: 11 - index: 38 line: 3 } start: Object { column: 6 - index: 33 line: 3 } } @@ -148,12 +132,10 @@ JSRoot { filename: "comments/interpreter-directive/interpreter-directive-object/input.js" end: Object { column: 11 - index: 38 line: 3 } start: Object { column: 6 - index: 33 line: 3 } } @@ -164,12 +146,10 @@ JSRoot { filename: "comments/interpreter-directive/interpreter-directive-object/input.js" end: Object { column: 17 - index: 44 line: 3 } start: Object { column: 4 - index: 31 line: 3 } } @@ -180,12 +160,10 @@ JSRoot { identifierName: "x" end: Object { column: 17 - index: 44 line: 3 } start: Object { column: 16 - index: 43 line: 3 } } diff --git a/internal/js-parser/test-fixtures/comments/regression/10230/input.test.md b/internal/js-parser/test-fixtures/comments/regression/10230/input.test.md index f866de0920e..a81c5c6c8cb 100644 --- a/internal/js-parser/test-fixtures/comments/regression/10230/input.test.md +++ b/internal/js-parser/test-fixtures/comments/regression/10230/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "comments/regression/10230/input.js" end: Object { column: 0 - index: 36 line: 8 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "comments/regression/10230/input.js" end: Object { column: 8 - index: 23 line: 3 } start: Object { column: 2 - index: 17 line: 3 } } @@ -55,12 +51,10 @@ JSRoot { filename: "comments/regression/10230/input.js" end: Object { column: 6 - index: 33 line: 6 } start: Object { column: 0 - index: 27 line: 6 } } @@ -73,12 +67,10 @@ JSRoot { filename: "comments/regression/10230/input.js" end: Object { column: 1 - index: 25 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -89,12 +81,10 @@ JSRoot { filename: "comments/regression/10230/input.js" end: Object { column: 1 - index: 25 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { identifierName: "A" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { filename: "comments/regression/10230/input.js" end: Object { column: 1 - index: 25 line: 4 } start: Object { column: 4 - index: 4 line: 1 } } @@ -140,12 +126,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 9 line: 2 } start: Object { column: 2 - index: 8 line: 2 } } @@ -154,12 +138,10 @@ JSRoot { filename: "comments/regression/10230/input.js" end: Object { column: 3 - index: 9 line: 2 } start: Object { column: 2 - index: 8 line: 2 } } @@ -171,12 +153,10 @@ JSRoot { filename: "comments/regression/10230/input.js" end: Object { column: 7 - index: 13 line: 2 } start: Object { column: 5 - index: 11 line: 2 } } @@ -186,12 +166,10 @@ JSRoot { filename: "comments/regression/10230/input.js" end: Object { column: 7 - index: 13 line: 2 } start: Object { column: 2 - index: 8 line: 2 } } @@ -206,12 +184,10 @@ JSRoot { filename: "comments/regression/10230/input.js" end: Object { column: 1 - index: 35 line: 7 } start: Object { column: 0 - index: 34 line: 7 } } @@ -223,12 +199,10 @@ JSRoot { identifierName: "B" end: Object { column: 1 - index: 35 line: 7 } start: Object { column: 0 - index: 34 line: 7 } } diff --git a/internal/js-parser/test-fixtures/comments/regression/10432/input.test.md b/internal/js-parser/test-fixtures/comments/regression/10432/input.test.md index 00785c51d68..fe463d8b01b 100644 --- a/internal/js-parser/test-fixtures/comments/regression/10432/input.test.md +++ b/internal/js-parser/test-fixtures/comments/regression/10432/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "comments/regression/10432/input.js" end: Object { column: 0 - index: 137 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "comments/regression/10432/input.js" end: Object { column: 26 - index: 63 line: 2 } start: Object { column: 0 - index: 37 line: 2 } } @@ -56,12 +52,10 @@ JSRoot { filename: "comments/regression/10432/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "comments/regression/10432/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -90,12 +82,10 @@ JSRoot { identifierName: "socket" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { filename: "comments/regression/10432/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "comments/regression/10432/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { identifierName: "socketClient" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -154,12 +138,10 @@ JSRoot { identifierName: "address" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -176,12 +158,10 @@ JSRoot { filename: "comments/regression/10432/input.js" end: Object { column: 2 - index: 136 line: 5 } start: Object { column: 0 - index: 64 line: 3 } } @@ -191,12 +171,10 @@ JSRoot { filename: "comments/regression/10432/input.js" end: Object { column: 2 - index: 136 line: 5 } start: Object { column: 0 - index: 64 line: 3 } } @@ -206,12 +184,10 @@ JSRoot { filename: "comments/regression/10432/input.js" end: Object { column: 9 - index: 73 line: 3 } start: Object { column: 0 - index: 64 line: 3 } } @@ -223,12 +199,10 @@ JSRoot { identifierName: "socket" end: Object { column: 6 - index: 70 line: 3 } start: Object { column: 0 - index: 64 line: 3 } } @@ -241,12 +215,10 @@ JSRoot { identifierName: "on" end: Object { column: 9 - index: 73 line: 3 } start: Object { column: 7 - index: 71 line: 3 } } @@ -256,12 +228,10 @@ JSRoot { identifierName: "on" end: Object { column: 9 - index: 73 line: 3 } start: Object { column: 7 - index: 71 line: 3 } } @@ -274,12 +244,10 @@ JSRoot { filename: "comments/regression/10432/input.js" end: Object { column: 19 - index: 83 line: 3 } start: Object { column: 10 - index: 74 line: 3 } } @@ -290,12 +258,10 @@ JSRoot { filename: "comments/regression/10432/input.js" end: Object { column: 1 - index: 135 line: 5 } start: Object { column: 21 - index: 85 line: 3 } } @@ -312,12 +278,10 @@ JSRoot { filename: "comments/regression/10432/input.js" end: Object { column: 32 - index: 96 line: 3 } start: Object { column: 30 - index: 94 line: 3 } } @@ -328,12 +292,10 @@ JSRoot { filename: "comments/regression/10432/input.js" end: Object { column: 1 - index: 135 line: 5 } start: Object { column: 33 - index: 97 line: 3 } } @@ -343,12 +305,10 @@ JSRoot { filename: "comments/regression/10432/input.js" end: Object { column: 34 - index: 133 line: 4 } start: Object { column: 2 - index: 101 line: 4 } } @@ -357,12 +317,10 @@ JSRoot { filename: "comments/regression/10432/input.js" end: Object { column: 34 - index: 133 line: 4 } start: Object { column: 2 - index: 101 line: 4 } } @@ -373,12 +331,10 @@ JSRoot { identifierName: "debug" end: Object { column: 7 - index: 106 line: 4 } start: Object { column: 2 - index: 101 line: 4 } } @@ -390,12 +346,10 @@ JSRoot { filename: "comments/regression/10432/input.js" end: Object { column: 33 - index: 132 line: 4 } start: Object { column: 8 - index: 107 line: 4 } } @@ -405,12 +359,10 @@ JSRoot { filename: "comments/regression/10432/input.js" end: Object { column: 23 - index: 122 line: 4 } start: Object { column: 8 - index: 107 line: 4 } } @@ -422,12 +374,10 @@ JSRoot { identifierName: "address" end: Object { column: 33 - index: 132 line: 4 } start: Object { column: 26 - index: 125 line: 4 } } diff --git a/internal/js-parser/test-fixtures/comments/regression/10448/input.test.md b/internal/js-parser/test-fixtures/comments/regression/10448/input.test.md index 08acab681c0..3c4b1b8b790 100644 --- a/internal/js-parser/test-fixtures/comments/regression/10448/input.test.md +++ b/internal/js-parser/test-fixtures/comments/regression/10448/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "comments/regression/10448/input.js" end: Object { column: 1 - index: 55 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "comments/regression/10448/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "comments/regression/10448/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { identifierName: "foo" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -89,12 +81,10 @@ JSRoot { filename: "comments/regression/10448/input.js" end: Object { column: 1 - index: 55 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { filename: "comments/regression/10448/input.js" end: Object { column: 1 - index: 55 line: 2 } start: Object { column: 52 - index: 52 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "comments/regression/10448/input.js" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { filename: "comments/regression/10448/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "comments/regression/10448/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -177,12 +159,10 @@ JSRoot { identifierName: "foo" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -193,12 +173,10 @@ JSRoot { filename: "comments/regression/10448/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -211,12 +189,10 @@ JSRoot { filename: "comments/regression/10448/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } diff --git a/internal/js-parser/test-fixtures/comments/regression/10892/input.test.md b/internal/js-parser/test-fixtures/comments/regression/10892/input.test.md index 489f38767cd..94649fe7e17 100644 --- a/internal/js-parser/test-fixtures/comments/regression/10892/input.test.md +++ b/internal/js-parser/test-fixtures/comments/regression/10892/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "comments/regression/10892/input.js" end: Object { column: 0 - index: 70 line: 8 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "comments/regression/10892/input.js" end: Object { column: 3 - index: 50 line: 5 } start: Object { column: 0 - index: 27 line: 3 } } @@ -59,12 +55,10 @@ JSRoot { filename: "comments/regression/10892/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "comments/regression/10892/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "comments/regression/10892/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { identifierName: "foo" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { identifierName: "foo" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -140,12 +126,10 @@ JSRoot { filename: "comments/regression/10892/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "comments/regression/10892/input.js" end: Object { column: 1 - index: 69 line: 7 } start: Object { column: 0 - index: 51 line: 6 } } @@ -175,12 +157,10 @@ JSRoot { filename: "comments/regression/10892/input.js" end: Object { column: 1 - index: 69 line: 7 } start: Object { column: 15 - index: 66 line: 6 } } diff --git a/internal/js-parser/test-fixtures/comments/regression/11469/input.test.md b/internal/js-parser/test-fixtures/comments/regression/11469/input.test.md index cb739f93c0e..9881ff9d5f8 100644 --- a/internal/js-parser/test-fixtures/comments/regression/11469/input.test.md +++ b/internal/js-parser/test-fixtures/comments/regression/11469/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "comments/regression/11469/input.js" end: Object { column: 0 - index: 194 line: 19 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "comments/regression/11469/input.js" end: Object { column: 29 - index: 50 line: 3 } start: Object { column: 4 - index: 25 line: 3 } } @@ -55,12 +51,10 @@ JSRoot { filename: "comments/regression/11469/input.js" end: Object { column: 24 - index: 80 line: 6 } start: Object { column: 2 - index: 58 line: 6 } } @@ -72,12 +66,10 @@ JSRoot { filename: "comments/regression/11469/input.js" end: Object { column: 29 - index: 134 line: 11 } start: Object { column: 4 - index: 109 line: 11 } } @@ -89,12 +81,10 @@ JSRoot { filename: "comments/regression/11469/input.js" end: Object { column: 27 - index: 191 line: 17 } start: Object { column: 2 - index: 166 line: 17 } } @@ -109,12 +99,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "comments/regression/11469/input.js" end: Object { column: 1 - index: 82 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -141,12 +127,10 @@ JSRoot { filename: "comments/regression/11469/input.js" end: Object { column: 1 - index: 82 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -161,12 +145,10 @@ JSRoot { identifierName: "test" end: Object { column: 6 - index: 16 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -175,12 +157,10 @@ JSRoot { filename: "comments/regression/11469/input.js" end: Object { column: 6 - index: 16 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -190,12 +170,10 @@ JSRoot { filename: "comments/regression/11469/input.js" end: Object { column: 3 - index: 54 line: 4 } start: Object { column: 2 - index: 12 line: 2 } } @@ -208,12 +186,10 @@ JSRoot { filename: "comments/regression/11469/input.js" end: Object { column: 3 - index: 54 line: 4 } start: Object { column: 9 - index: 19 line: 2 } } @@ -231,12 +207,10 @@ JSRoot { filename: "comments/regression/11469/input.js" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 6 - index: 16 line: 2 } } @@ -250,19 +224,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "comments/regression/11469/input.js" end: Object { column: 6 - index: 16 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -279,12 +250,10 @@ JSRoot { identifierName: "B" end: Object { column: 7 - index: 91 line: 9 } start: Object { column: 6 - index: 90 line: 9 } } @@ -293,12 +262,10 @@ JSRoot { filename: "comments/regression/11469/input.js" end: Object { column: 1 - index: 140 line: 13 } start: Object { column: 0 - index: 84 line: 9 } } @@ -311,12 +278,10 @@ JSRoot { filename: "comments/regression/11469/input.js" end: Object { column: 1 - index: 140 line: 13 } start: Object { column: 0 - index: 84 line: 9 } } @@ -331,12 +296,10 @@ JSRoot { identifierName: "test" end: Object { column: 6 - index: 100 line: 10 } start: Object { column: 2 - index: 96 line: 10 } } @@ -345,12 +308,10 @@ JSRoot { filename: "comments/regression/11469/input.js" end: Object { column: 6 - index: 100 line: 10 } start: Object { column: 2 - index: 96 line: 10 } } @@ -359,12 +320,10 @@ JSRoot { filename: "comments/regression/11469/input.js" end: Object { column: 3 - index: 138 line: 12 } start: Object { column: 2 - index: 96 line: 10 } } @@ -377,12 +336,10 @@ JSRoot { filename: "comments/regression/11469/input.js" end: Object { column: 3 - index: 138 line: 12 } start: Object { column: 9 - index: 103 line: 10 } } @@ -400,12 +357,10 @@ JSRoot { filename: "comments/regression/11469/input.js" end: Object { column: 8 - index: 102 line: 10 } start: Object { column: 6 - index: 100 line: 10 } } @@ -419,19 +374,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 96 line: 10 } loc: Object { filename: "comments/regression/11469/input.js" end: Object { column: 6 - index: 100 line: 10 } start: Object { column: 2 - index: 96 line: 10 } } @@ -448,12 +400,10 @@ JSRoot { identifierName: "C" end: Object { column: 7 - index: 149 line: 15 } start: Object { column: 6 - index: 148 line: 15 } } @@ -462,12 +412,10 @@ JSRoot { filename: "comments/regression/11469/input.js" end: Object { column: 1 - index: 193 line: 18 } start: Object { column: 0 - index: 142 line: 15 } } @@ -480,12 +428,10 @@ JSRoot { filename: "comments/regression/11469/input.js" end: Object { column: 1 - index: 193 line: 18 } start: Object { column: 0 - index: 142 line: 15 } } @@ -500,12 +446,10 @@ JSRoot { identifierName: "test" end: Object { column: 6 - index: 158 line: 16 } start: Object { column: 2 - index: 154 line: 16 } } @@ -514,12 +458,10 @@ JSRoot { filename: "comments/regression/11469/input.js" end: Object { column: 6 - index: 158 line: 16 } start: Object { column: 2 - index: 154 line: 16 } } @@ -529,12 +471,10 @@ JSRoot { filename: "comments/regression/11469/input.js" end: Object { column: 11 - index: 163 line: 16 } start: Object { column: 2 - index: 154 line: 16 } } @@ -546,12 +486,10 @@ JSRoot { filename: "comments/regression/11469/input.js" end: Object { column: 11 - index: 163 line: 16 } start: Object { column: 9 - index: 161 line: 16 } } @@ -569,12 +507,10 @@ JSRoot { filename: "comments/regression/11469/input.js" end: Object { column: 8 - index: 160 line: 16 } start: Object { column: 6 - index: 158 line: 16 } } @@ -588,19 +524,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 154 line: 16 } loc: Object { filename: "comments/regression/11469/input.js" end: Object { column: 6 - index: 158 line: 16 } start: Object { column: 2 - index: 154 line: 16 } } diff --git a/internal/js-parser/test-fixtures/core/categorized/01-regex/input.test.md b/internal/js-parser/test-fixtures/core/categorized/01-regex/input.test.md index a15786974ac..83fe352a1f5 100644 --- a/internal/js-parser/test-fixtures/core/categorized/01-regex/input.test.md +++ b/internal/js-parser/test-fixtures/core/categorized/01-regex/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/categorized/01-regex/input.js" end: Object { column: 0 - index: 34 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/categorized/01-regex/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/categorized/01-regex/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/categorized/01-regex/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "core/categorized/01-regex/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { identifierName: "i" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "core/categorized/01-regex/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "core/categorized/01-regex/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -165,12 +147,10 @@ JSRoot { identifierName: "foo" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -179,12 +159,10 @@ JSRoot { filename: "core/categorized/01-regex/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -195,12 +173,10 @@ JSRoot { filename: "core/categorized/01-regex/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -218,12 +194,10 @@ JSRoot { filename: "core/categorized/01-regex/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/categorized/02-regex/input.test.md b/internal/js-parser/test-fixtures/core/categorized/02-regex/input.test.md index c19c75b2283..5679cd07fe3 100644 --- a/internal/js-parser/test-fixtures/core/categorized/02-regex/input.test.md +++ b/internal/js-parser/test-fixtures/core/categorized/02-regex/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/categorized/02-regex/input.js" end: Object { column: 0 - index: 26 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/categorized/02-regex/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/categorized/02-regex/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "i" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/categorized/02-regex/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "core/categorized/02-regex/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { identifierName: "foo" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { filename: "core/categorized/02-regex/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -148,12 +132,10 @@ JSRoot { filename: "core/categorized/02-regex/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -171,12 +153,10 @@ JSRoot { filename: "core/categorized/02-regex/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/categorized/03-regex/input.test.md b/internal/js-parser/test-fixtures/core/categorized/03-regex/input.test.md index b47d9f8cd2a..2a8ef0b9392 100644 --- a/internal/js-parser/test-fixtures/core/categorized/03-regex/input.test.md +++ b/internal/js-parser/test-fixtures/core/categorized/03-regex/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/categorized/03-regex/input.js" end: Object { column: 0 - index: 50 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/categorized/03-regex/input.js" end: Object { column: 2 - index: 49 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/categorized/03-regex/input.js" end: Object { column: 1 - index: 48 line: 3 } start: Object { column: 1 - index: 1 line: 1 } } @@ -74,12 +68,10 @@ JSRoot { filename: "core/categorized/03-regex/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -90,12 +82,10 @@ JSRoot { filename: "core/categorized/03-regex/input.js" end: Object { column: 1 - index: 48 line: 3 } start: Object { column: 13 - index: 13 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { filename: "core/categorized/03-regex/input.js" end: Object { column: 31 - index: 46 line: 2 } start: Object { column: 2 - index: 17 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "core/categorized/03-regex/input.js" end: Object { column: 31 - index: 46 line: 2 } start: Object { column: 9 - index: 24 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { identifierName: "i" end: Object { column: 31 - index: 46 line: 2 } start: Object { column: 30 - index: 45 line: 2 } } @@ -152,12 +136,10 @@ JSRoot { filename: "core/categorized/03-regex/input.js" end: Object { column: 29 - index: 44 line: 2 } start: Object { column: 9 - index: 24 line: 2 } } @@ -168,12 +150,10 @@ JSRoot { filename: "core/categorized/03-regex/input.js" end: Object { column: 29 - index: 44 line: 2 } start: Object { column: 27 - index: 42 line: 2 } } @@ -186,12 +166,10 @@ JSRoot { identifierName: "fn" end: Object { column: 20 - index: 35 line: 2 } start: Object { column: 18 - index: 33 line: 2 } } @@ -200,12 +178,10 @@ JSRoot { filename: "core/categorized/03-regex/input.js" end: Object { column: 25 - index: 40 line: 2 } start: Object { column: 9 - index: 24 line: 2 } } @@ -216,12 +192,10 @@ JSRoot { filename: "core/categorized/03-regex/input.js" end: Object { column: 25 - index: 40 line: 2 } start: Object { column: 23 - index: 38 line: 2 } } @@ -239,12 +213,10 @@ JSRoot { filename: "core/categorized/03-regex/input.js" end: Object { column: 22 - index: 37 line: 2 } start: Object { column: 20 - index: 35 line: 2 } } diff --git a/internal/js-parser/test-fixtures/core/categorized/04-regex/input.test.md b/internal/js-parser/test-fixtures/core/categorized/04-regex/input.test.md index 92bee097515..45e6833f169 100644 --- a/internal/js-parser/test-fixtures/core/categorized/04-regex/input.test.md +++ b/internal/js-parser/test-fixtures/core/categorized/04-regex/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/categorized/04-regex/input.js" end: Object { column: 0 - index: 55 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "fn" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "core/categorized/04-regex/input.js" end: Object { column: 1 - index: 54 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "core/categorized/04-regex/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "core/categorized/04-regex/input.js" end: Object { column: 1 - index: 54 line: 5 } start: Object { column: 14 - index: 14 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "core/categorized/04-regex/input.js" end: Object { column: 8 - index: 24 line: 2 } start: Object { column: 2 - index: 18 line: 2 } } @@ -126,12 +114,10 @@ JSRoot { identifierName: "foo" end: Object { column: 14 - index: 39 line: 3 } start: Object { column: 11 - index: 36 line: 3 } } @@ -140,12 +126,10 @@ JSRoot { filename: "core/categorized/04-regex/input.js" end: Object { column: 19 - index: 44 line: 3 } start: Object { column: 2 - index: 27 line: 3 } } @@ -156,12 +140,10 @@ JSRoot { filename: "core/categorized/04-regex/input.js" end: Object { column: 19 - index: 44 line: 3 } start: Object { column: 17 - index: 42 line: 3 } } @@ -179,12 +161,10 @@ JSRoot { filename: "core/categorized/04-regex/input.js" end: Object { column: 16 - index: 41 line: 3 } start: Object { column: 14 - index: 39 line: 3 } } @@ -195,12 +175,10 @@ JSRoot { filename: "core/categorized/04-regex/input.js" end: Object { column: 7 - index: 52 line: 4 } start: Object { column: 2 - index: 47 line: 4 } } @@ -215,12 +193,10 @@ JSRoot { filename: "core/categorized/04-regex/input.js" end: Object { column: 7 - index: 52 line: 4 } start: Object { column: 2 - index: 47 line: 4 } } @@ -229,12 +205,10 @@ JSRoot { filename: "core/categorized/04-regex/input.js" end: Object { column: 5 - index: 50 line: 4 } start: Object { column: 3 - index: 48 line: 4 } } @@ -245,12 +219,10 @@ JSRoot { filename: "core/categorized/04-regex/input.js" end: Object { column: 4 - index: 49 line: 4 } start: Object { column: 3 - index: 48 line: 4 } } @@ -261,12 +233,10 @@ JSRoot { filename: "core/categorized/04-regex/input.js" end: Object { column: 5 - index: 50 line: 4 } start: Object { column: 4 - index: 49 line: 4 } } diff --git a/internal/js-parser/test-fixtures/core/categorized/05-regex/input.test.md b/internal/js-parser/test-fixtures/core/categorized/05-regex/input.test.md index b0086da04f9..16656a46298 100644 --- a/internal/js-parser/test-fixtures/core/categorized/05-regex/input.test.md +++ b/internal/js-parser/test-fixtures/core/categorized/05-regex/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/categorized/05-regex/input.js" end: Object { column: 0 - index: 32 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/categorized/05-regex/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/categorized/05-regex/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "test" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -88,12 +80,10 @@ JSRoot { identifierName: "foo" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "core/categorized/05-regex/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "core/categorized/05-regex/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -141,12 +127,10 @@ JSRoot { filename: "core/categorized/05-regex/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { filename: "core/categorized/05-regex/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -177,12 +159,10 @@ JSRoot { filename: "core/categorized/05-regex/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -191,12 +171,10 @@ JSRoot { filename: "core/categorized/05-regex/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -207,12 +185,10 @@ JSRoot { filename: "core/categorized/05-regex/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -223,12 +199,10 @@ JSRoot { filename: "core/categorized/05-regex/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/categorized/06-regex/input.test.md b/internal/js-parser/test-fixtures/core/categorized/06-regex/input.test.md index b68ce47a37d..040d948edc2 100644 --- a/internal/js-parser/test-fixtures/core/categorized/06-regex/input.test.md +++ b/internal/js-parser/test-fixtures/core/categorized/06-regex/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/categorized/06-regex/input.js" end: Object { column: 0 - index: 25 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/categorized/06-regex/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/categorized/06-regex/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "i" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/categorized/06-regex/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "core/categorized/06-regex/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "core/categorized/06-regex/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { identifierName: "fn" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -148,12 +132,10 @@ JSRoot { filename: "core/categorized/06-regex/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -164,12 +146,10 @@ JSRoot { filename: "core/categorized/06-regex/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -187,12 +167,10 @@ JSRoot { filename: "core/categorized/06-regex/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/categorized/07-regex/input.test.md b/internal/js-parser/test-fixtures/core/categorized/07-regex/input.test.md index c538f21fb28..26e5765a355 100644 --- a/internal/js-parser/test-fixtures/core/categorized/07-regex/input.test.md +++ b/internal/js-parser/test-fixtures/core/categorized/07-regex/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/categorized/07-regex/input.js" end: Object { column: 0 - index: 24 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "foo" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "core/categorized/07-regex/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "core/categorized/07-regex/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "core/categorized/07-regex/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "core/categorized/07-regex/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "core/categorized/07-regex/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { filename: "core/categorized/07-regex/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "core/categorized/07-regex/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -175,12 +157,10 @@ JSRoot { filename: "core/categorized/07-regex/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/categorized/filename-specified/input.test.md b/internal/js-parser/test-fixtures/core/categorized/filename-specified/input.test.md index a857bea55cd..3d3497d283c 100644 --- a/internal/js-parser/test-fixtures/core/categorized/filename-specified/input.test.md +++ b/internal/js-parser/test-fixtures/core/categorized/filename-specified/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/categorized/filename-specified/input.js" end: Object { column: 0 - index: 100 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/categorized/filename-specified/input.js" end: Object { column: 59 - index: 59 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { filename: "core/categorized/filename-specified/input.js" end: Object { column: 39 - index: 99 line: 2 } start: Object { column: 0 - index: 60 line: 2 } } @@ -72,12 +66,10 @@ JSRoot { filename: "core/categorized/filename-specified/input.js" end: Object { column: 39 - index: 99 line: 2 } start: Object { column: 0 - index: 60 line: 2 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "node" end: Object { column: 8 - index: 68 line: 2 } start: Object { column: 4 - index: 64 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "core/categorized/filename-specified/input.js" end: Object { column: 38 - index: 98 line: 2 } start: Object { column: 4 - index: 64 line: 2 } } @@ -121,12 +109,10 @@ JSRoot { filename: "core/categorized/filename-specified/input.js" end: Object { column: 38 - index: 98 line: 2 } start: Object { column: 11 - index: 71 line: 2 } } diff --git a/internal/js-parser/test-fixtures/core/categorized/identifier-name-loc/input.test.md b/internal/js-parser/test-fixtures/core/categorized/identifier-name-loc/input.test.md index 672e3516221..1a81f09e15c 100644 --- a/internal/js-parser/test-fixtures/core/categorized/identifier-name-loc/input.test.md +++ b/internal/js-parser/test-fixtures/core/categorized/identifier-name-loc/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/categorized/identifier-name-loc/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/categorized/identifier-name-loc/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "core/categorized/identifier-name-loc/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "foo" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "bar" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/categorized/invalid-assignment-pattern-1/input.test.md b/internal/js-parser/test-fixtures/core/categorized/invalid-assignment-pattern-1/input.test.md index 1669e119587..6e47edeaebe 100644 --- a/internal/js-parser/test-fixtures/core/categorized/invalid-assignment-pattern-1/input.test.md +++ b/internal/js-parser/test-fixtures/core/categorized/invalid-assignment-pattern-1/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/categorized/invalid-assignment-pattern-1/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/categorized/invalid-assignment-pattern-1/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "core/categorized/invalid-assignment-pattern-1/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "t" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "core/categorized/invalid-assignment-pattern-1/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { identifierName: "a" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -141,12 +127,10 @@ JSRoot { filename: "core/categorized/invalid-assignment-pattern-1/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/categorized/invalid-assignment-pattern-2/input.test.md b/internal/js-parser/test-fixtures/core/categorized/invalid-assignment-pattern-2/input.test.md index 4ee670ea9d6..fd4253747a7 100644 --- a/internal/js-parser/test-fixtures/core/categorized/invalid-assignment-pattern-2/input.test.md +++ b/internal/js-parser/test-fixtures/core/categorized/invalid-assignment-pattern-2/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/categorized/invalid-assignment-pattern-2/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/categorized/invalid-assignment-pattern-2/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "core/categorized/invalid-assignment-pattern-2/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "t" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "core/categorized/invalid-assignment-pattern-2/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { filename: "core/categorized/invalid-assignment-pattern-2/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -140,12 +126,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { filename: "core/categorized/invalid-assignment-pattern-2/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/categorized/invalid-assignment-pattern-3/input.test.md b/internal/js-parser/test-fixtures/core/categorized/invalid-assignment-pattern-3/input.test.md index 35091723ba4..90aa1113aaf 100644 --- a/internal/js-parser/test-fixtures/core/categorized/invalid-assignment-pattern-3/input.test.md +++ b/internal/js-parser/test-fixtures/core/categorized/invalid-assignment-pattern-3/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/categorized/invalid-assignment-pattern-3/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/categorized/invalid-assignment-pattern-3/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "core/categorized/invalid-assignment-pattern-3/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "t" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "core/categorized/invalid-assignment-pattern-3/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { filename: "core/categorized/invalid-assignment-pattern-3/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { identifierName: "a" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { filename: "core/categorized/invalid-assignment-pattern-3/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { filename: "core/categorized/invalid-assignment-pattern-3/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -189,12 +169,10 @@ JSRoot { filename: "core/categorized/invalid-assignment-pattern-3/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -205,12 +183,10 @@ JSRoot { identifierName: "b" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -222,12 +198,10 @@ JSRoot { filename: "core/categorized/invalid-assignment-pattern-3/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -239,12 +213,10 @@ JSRoot { filename: "core/categorized/invalid-assignment-pattern-3/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/categorized/invalid-assignment-pattern-4/input.test.md b/internal/js-parser/test-fixtures/core/categorized/invalid-assignment-pattern-4/input.test.md index d884b43288e..c80e13ce99d 100644 --- a/internal/js-parser/test-fixtures/core/categorized/invalid-assignment-pattern-4/input.test.md +++ b/internal/js-parser/test-fixtures/core/categorized/invalid-assignment-pattern-4/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/categorized/invalid-assignment-pattern-4/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/categorized/invalid-assignment-pattern-4/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/categorized/invalid-assignment-pattern-4/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "t" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/categorized/invalid-assignment-pattern-4/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "core/categorized/invalid-assignment-pattern-4/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { identifierName: "b" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "core/categorized/invalid-assignment-pattern-4/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "core/categorized/invalid-assignment-pattern-4/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -165,12 +147,10 @@ JSRoot { filename: "core/categorized/invalid-assignment-pattern-4/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -181,12 +161,10 @@ JSRoot { filename: "core/categorized/invalid-assignment-pattern-4/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -197,12 +175,10 @@ JSRoot { identifierName: "a" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -214,12 +190,10 @@ JSRoot { filename: "core/categorized/invalid-assignment-pattern-4/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -233,12 +207,10 @@ JSRoot { filename: "core/categorized/invalid-assignment-pattern-4/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/categorized/invalid-assignment-pattern-5/input.test.md b/internal/js-parser/test-fixtures/core/categorized/invalid-assignment-pattern-5/input.test.md index 02aae62b58c..19d5ad50735 100644 --- a/internal/js-parser/test-fixtures/core/categorized/invalid-assignment-pattern-5/input.test.md +++ b/internal/js-parser/test-fixtures/core/categorized/invalid-assignment-pattern-5/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/categorized/invalid-assignment-pattern-5/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/categorized/invalid-assignment-pattern-5/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "core/categorized/invalid-assignment-pattern-5/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "t" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "core/categorized/invalid-assignment-pattern-5/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { filename: "core/categorized/invalid-assignment-pattern-5/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -141,12 +127,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/categorized/invalid-fn-decl-inside-loop/input.test.md b/internal/js-parser/test-fixtures/core/categorized/invalid-fn-decl-inside-loop/input.test.md index 258a1f29ec4..10fe2c5fc8f 100644 --- a/internal/js-parser/test-fixtures/core/categorized/invalid-fn-decl-inside-loop/input.test.md +++ b/internal/js-parser/test-fixtures/core/categorized/invalid-fn-decl-inside-loop/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/categorized/invalid-fn-decl-inside-loop/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/categorized/invalid-fn-decl-inside-loop/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "core/categorized/invalid-fn-decl-inside-loop/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -95,12 +87,10 @@ JSRoot { identifierName: "foo" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "core/categorized/invalid-fn-decl-inside-loop/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { filename: "core/categorized/invalid-fn-decl-inside-loop/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -148,12 +134,10 @@ JSRoot { filename: "core/categorized/invalid-fn-decl-inside-loop/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/categorized/invalid-fn-decl-labeled-inside-loop/input.test.md b/internal/js-parser/test-fixtures/core/categorized/invalid-fn-decl-labeled-inside-loop/input.test.md index 1c2d6310693..9bd45d7ee79 100644 --- a/internal/js-parser/test-fixtures/core/categorized/invalid-fn-decl-labeled-inside-loop/input.test.md +++ b/internal/js-parser/test-fixtures/core/categorized/invalid-fn-decl-labeled-inside-loop/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/categorized/invalid-fn-decl-labeled-inside-loop/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/categorized/invalid-fn-decl-labeled-inside-loop/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "core/categorized/invalid-fn-decl-labeled-inside-loop/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "core/categorized/invalid-fn-decl-labeled-inside-loop/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { identifierName: "foo" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "core/categorized/invalid-fn-decl-labeled-inside-loop/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -139,12 +125,10 @@ JSRoot { identifierName: "bar" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { identifierName: "foo" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -171,12 +153,10 @@ JSRoot { filename: "core/categorized/invalid-fn-decl-labeled-inside-loop/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -187,12 +167,10 @@ JSRoot { filename: "core/categorized/invalid-fn-decl-labeled-inside-loop/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -210,12 +188,10 @@ JSRoot { filename: "core/categorized/invalid-fn-decl-labeled-inside-loop/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/categorized/label-kind-switch/input.test.md b/internal/js-parser/test-fixtures/core/categorized/label-kind-switch/input.test.md index ba5479b13b3..8ea7c3cd674 100644 --- a/internal/js-parser/test-fixtures/core/categorized/label-kind-switch/input.test.md +++ b/internal/js-parser/test-fixtures/core/categorized/label-kind-switch/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/categorized/label-kind-switch/input.js" end: Object { column: 1 - index: 25 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/categorized/label-kind-switch/input.js" end: Object { column: 1 - index: 25 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/categorized/label-kind-switch/input.js" end: Object { column: 3 - index: 23 line: 3 } start: Object { column: 2 - index: 4 line: 2 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 5 line: 2 } start: Object { column: 2 - index: 4 line: 2 } } @@ -85,12 +77,10 @@ JSRoot { filename: "core/categorized/label-kind-switch/input.js" end: Object { column: 3 - index: 23 line: 3 } start: Object { column: 5 - index: 7 line: 2 } } @@ -101,12 +91,10 @@ JSRoot { identifierName: "i" end: Object { column: 14 - index: 16 line: 2 } start: Object { column: 13 - index: 15 line: 2 } } diff --git a/internal/js-parser/test-fixtures/core/categorized/malformed-switch/input.test.md b/internal/js-parser/test-fixtures/core/categorized/malformed-switch/input.test.md index 52424f7292a..da742cc7dbc 100644 --- a/internal/js-parser/test-fixtures/core/categorized/malformed-switch/input.test.md +++ b/internal/js-parser/test-fixtures/core/categorized/malformed-switch/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/categorized/malformed-switch/input.js" end: Object { column: 1 - index: 27 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 12 - index: 25 line: 2 } start: Object { column: 2 - index: 15 line: 2 } } @@ -62,12 +58,10 @@ JSRoot { filename: "core/categorized/malformed-switch/input.js" end: Object { column: 1 - index: 27 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { identifierName: "x" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/categorized/not-directive/input.test.md b/internal/js-parser/test-fixtures/core/categorized/not-directive/input.test.md index 5ec76b5ab37..dcac4f8cfac 100644 --- a/internal/js-parser/test-fixtures/core/categorized/not-directive/input.test.md +++ b/internal/js-parser/test-fixtures/core/categorized/not-directive/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 0 - index: 1_130 line: 119 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 76 - index: 256 line: 16 } start: Object { column: 0 - index: 180 line: 16 } } @@ -55,12 +51,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 17 - index: 34 line: 3 } start: Object { column: 0 - index: 17 line: 3 } } @@ -100,12 +90,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 16 - index: 33 line: 3 } start: Object { column: 0 - index: 17 line: 3 } } @@ -115,12 +103,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 12 - index: 29 line: 3 } start: Object { column: 0 - index: 17 line: 3 } } @@ -133,12 +119,10 @@ JSRoot { identifierName: "foo" end: Object { column: 16 - index: 33 line: 3 } start: Object { column: 13 - index: 30 line: 3 } } @@ -148,12 +132,10 @@ JSRoot { identifierName: "foo" end: Object { column: 16 - index: 33 line: 3 } start: Object { column: 13 - index: 30 line: 3 } } @@ -165,12 +147,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 18 - index: 53 line: 4 } start: Object { column: 0 - index: 35 line: 4 } } @@ -179,12 +159,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 17 - index: 52 line: 4 } start: Object { column: 0 - index: 35 line: 4 } } @@ -194,12 +172,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 12 - index: 47 line: 4 } start: Object { column: 0 - index: 35 line: 4 } } @@ -212,12 +188,10 @@ JSRoot { identifierName: "foo" end: Object { column: 16 - index: 51 line: 4 } start: Object { column: 13 - index: 48 line: 4 } } @@ -226,12 +200,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 17 - index: 52 line: 4 } start: Object { column: 12 - index: 47 line: 4 } } @@ -243,12 +215,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 18 - index: 72 line: 5 } start: Object { column: 0 - index: 54 line: 5 } } @@ -258,12 +228,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 17 - index: 71 line: 5 } start: Object { column: 0 - index: 54 line: 5 } } @@ -273,12 +241,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 12 - index: 66 line: 5 } start: Object { column: 0 - index: 54 line: 5 } } @@ -289,12 +255,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 17 - index: 71 line: 5 } start: Object { column: 12 - index: 66 line: 5 } } @@ -307,12 +271,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 16 - index: 70 line: 5 } start: Object { column: 13 - index: 67 line: 5 } } @@ -326,12 +288,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 18 - index: 91 line: 6 } start: Object { column: 0 - index: 73 line: 6 } } @@ -340,12 +300,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 17 - index: 90 line: 6 } start: Object { column: 0 - index: 73 line: 6 } } @@ -355,12 +313,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 12 - index: 85 line: 6 } start: Object { column: 0 - index: 73 line: 6 } } @@ -373,12 +329,10 @@ JSRoot { identifierName: "foo" end: Object { column: 16 - index: 89 line: 6 } start: Object { column: 13 - index: 86 line: 6 } } @@ -391,12 +345,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 7 - index: 112 line: 8 } start: Object { column: 0 - index: 92 line: 7 } } @@ -405,12 +357,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 6 - index: 111 line: 8 } start: Object { column: 0 - index: 92 line: 7 } } @@ -420,12 +370,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 12 - index: 104 line: 7 } start: Object { column: 0 - index: 92 line: 7 } } @@ -438,12 +386,10 @@ JSRoot { identifierName: "foo" end: Object { column: 6 - index: 111 line: 8 } start: Object { column: 3 - index: 108 line: 8 } } @@ -453,12 +399,10 @@ JSRoot { identifierName: "foo" end: Object { column: 6 - index: 111 line: 8 } start: Object { column: 3 - index: 108 line: 8 } } @@ -470,12 +414,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 8 - index: 134 line: 10 } start: Object { column: 0 - index: 113 line: 9 } } @@ -484,12 +426,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 7 - index: 133 line: 10 } start: Object { column: 0 - index: 113 line: 9 } } @@ -499,12 +439,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 12 - index: 125 line: 9 } start: Object { column: 0 - index: 113 line: 9 } } @@ -517,12 +455,10 @@ JSRoot { identifierName: "foo" end: Object { column: 6 - index: 132 line: 10 } start: Object { column: 3 - index: 129 line: 10 } } @@ -531,12 +467,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 7 - index: 133 line: 10 } start: Object { column: 2 - index: 128 line: 10 } } @@ -548,12 +482,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 8 - index: 156 line: 12 } start: Object { column: 0 - index: 135 line: 11 } } @@ -563,12 +495,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 7 - index: 155 line: 12 } start: Object { column: 0 - index: 135 line: 11 } } @@ -578,12 +508,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 12 - index: 147 line: 11 } start: Object { column: 0 - index: 135 line: 11 } } @@ -594,12 +522,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 7 - index: 155 line: 12 } start: Object { column: 2 - index: 150 line: 12 } } @@ -612,12 +538,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 6 - index: 154 line: 12 } start: Object { column: 3 - index: 151 line: 12 } } @@ -632,12 +556,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 8 - index: 178 line: 14 } start: Object { column: 0 - index: 157 line: 13 } } @@ -646,12 +568,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 7 - index: 177 line: 14 } start: Object { column: 0 - index: 157 line: 13 } } @@ -661,12 +581,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 12 - index: 169 line: 13 } start: Object { column: 0 - index: 157 line: 13 } } @@ -679,12 +597,10 @@ JSRoot { identifierName: "foo" end: Object { column: 6 - index: 176 line: 14 } start: Object { column: 3 - index: 173 line: 14 } } @@ -698,12 +614,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 5 - index: 262 line: 17 } start: Object { column: 0 - index: 257 line: 17 } } @@ -714,12 +628,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 4 - index: 261 line: 17 } start: Object { column: 0 - index: 257 line: 17 } } @@ -733,12 +645,10 @@ JSRoot { identifierName: "f" end: Object { column: 10 - index: 274 line: 19 } start: Object { column: 9 - index: 273 line: 19 } } @@ -747,12 +657,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 1 - index: 307 line: 22 } start: Object { column: 0 - index: 264 line: 19 } } @@ -769,12 +677,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 12 - index: 276 line: 19 } start: Object { column: 10 - index: 274 line: 19 } } @@ -785,12 +691,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 1 - index: 307 line: 22 } start: Object { column: 12 - index: 276 line: 19 } } @@ -800,12 +704,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 19 - index: 297 line: 20 } start: Object { column: 2 - index: 280 line: 20 } } @@ -814,12 +716,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 18 - index: 296 line: 20 } start: Object { column: 2 - index: 280 line: 20 } } @@ -829,12 +729,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 14 - index: 292 line: 20 } start: Object { column: 2 - index: 280 line: 20 } } @@ -847,12 +745,10 @@ JSRoot { identifierName: "foo" end: Object { column: 18 - index: 296 line: 20 } start: Object { column: 15 - index: 293 line: 20 } } @@ -862,12 +758,10 @@ JSRoot { identifierName: "foo" end: Object { column: 18 - index: 296 line: 20 } start: Object { column: 15 - index: 293 line: 20 } } @@ -879,12 +773,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 7 - index: 305 line: 21 } start: Object { column: 2 - index: 300 line: 21 } } @@ -894,12 +786,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 6 - index: 304 line: 21 } start: Object { column: 2 - index: 300 line: 21 } } @@ -916,12 +806,10 @@ JSRoot { identifierName: "f" end: Object { column: 10 - index: 319 line: 24 } start: Object { column: 9 - index: 318 line: 24 } } @@ -930,12 +818,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 1 - index: 353 line: 27 } start: Object { column: 0 - index: 309 line: 24 } } @@ -952,12 +838,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 12 - index: 321 line: 24 } start: Object { column: 10 - index: 319 line: 24 } } @@ -968,12 +852,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 1 - index: 353 line: 27 } start: Object { column: 12 - index: 321 line: 24 } } @@ -983,12 +865,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 20 - index: 343 line: 25 } start: Object { column: 2 - index: 325 line: 25 } } @@ -997,12 +877,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 19 - index: 342 line: 25 } start: Object { column: 2 - index: 325 line: 25 } } @@ -1012,12 +890,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 14 - index: 337 line: 25 } start: Object { column: 2 - index: 325 line: 25 } } @@ -1030,12 +906,10 @@ JSRoot { identifierName: "foo" end: Object { column: 18 - index: 341 line: 25 } start: Object { column: 15 - index: 338 line: 25 } } @@ -1044,12 +918,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 19 - index: 342 line: 25 } start: Object { column: 14 - index: 337 line: 25 } } @@ -1061,12 +933,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 7 - index: 351 line: 26 } start: Object { column: 2 - index: 346 line: 26 } } @@ -1076,12 +946,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 6 - index: 350 line: 26 } start: Object { column: 2 - index: 346 line: 26 } } @@ -1098,12 +966,10 @@ JSRoot { identifierName: "f" end: Object { column: 10 - index: 365 line: 29 } start: Object { column: 9 - index: 364 line: 29 } } @@ -1112,12 +978,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 1 - index: 399 line: 32 } start: Object { column: 0 - index: 355 line: 29 } } @@ -1134,12 +998,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 12 - index: 367 line: 29 } start: Object { column: 10 - index: 365 line: 29 } } @@ -1150,12 +1012,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 1 - index: 399 line: 32 } start: Object { column: 12 - index: 367 line: 29 } } @@ -1165,12 +1025,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 20 - index: 389 line: 30 } start: Object { column: 2 - index: 371 line: 30 } } @@ -1180,12 +1038,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 19 - index: 388 line: 30 } start: Object { column: 2 - index: 371 line: 30 } } @@ -1195,12 +1051,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 14 - index: 383 line: 30 } start: Object { column: 2 - index: 371 line: 30 } } @@ -1211,12 +1065,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 19 - index: 388 line: 30 } start: Object { column: 14 - index: 383 line: 30 } } @@ -1229,12 +1081,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 18 - index: 387 line: 30 } start: Object { column: 15 - index: 384 line: 30 } } @@ -1248,12 +1098,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 7 - index: 397 line: 31 } start: Object { column: 2 - index: 392 line: 31 } } @@ -1263,12 +1111,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 6 - index: 396 line: 31 } start: Object { column: 2 - index: 392 line: 31 } } @@ -1285,12 +1131,10 @@ JSRoot { identifierName: "f" end: Object { column: 10 - index: 411 line: 34 } start: Object { column: 9 - index: 410 line: 34 } } @@ -1299,12 +1143,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 1 - index: 445 line: 37 } start: Object { column: 0 - index: 401 line: 34 } } @@ -1321,12 +1163,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 12 - index: 413 line: 34 } start: Object { column: 10 - index: 411 line: 34 } } @@ -1337,12 +1177,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 1 - index: 445 line: 37 } start: Object { column: 12 - index: 413 line: 34 } } @@ -1352,12 +1190,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 20 - index: 435 line: 35 } start: Object { column: 2 - index: 417 line: 35 } } @@ -1366,12 +1202,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 19 - index: 434 line: 35 } start: Object { column: 2 - index: 417 line: 35 } } @@ -1381,12 +1215,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 14 - index: 429 line: 35 } start: Object { column: 2 - index: 417 line: 35 } } @@ -1399,12 +1231,10 @@ JSRoot { identifierName: "foo" end: Object { column: 18 - index: 433 line: 35 } start: Object { column: 15 - index: 430 line: 35 } } @@ -1417,12 +1247,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 7 - index: 443 line: 36 } start: Object { column: 2 - index: 438 line: 36 } } @@ -1432,12 +1260,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 6 - index: 442 line: 36 } start: Object { column: 2 - index: 438 line: 36 } } @@ -1454,12 +1280,10 @@ JSRoot { identifierName: "f" end: Object { column: 10 - index: 457 line: 39 } start: Object { column: 9 - index: 456 line: 39 } } @@ -1468,12 +1292,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 1 - index: 493 line: 43 } start: Object { column: 0 - index: 447 line: 39 } } @@ -1490,12 +1312,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 12 - index: 459 line: 39 } start: Object { column: 10 - index: 457 line: 39 } } @@ -1506,12 +1326,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 1 - index: 493 line: 43 } start: Object { column: 12 - index: 459 line: 39 } } @@ -1521,12 +1339,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 7 - index: 483 line: 41 } start: Object { column: 2 - index: 463 line: 40 } } @@ -1535,12 +1351,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 6 - index: 482 line: 41 } start: Object { column: 2 - index: 463 line: 40 } } @@ -1550,12 +1364,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 14 - index: 475 line: 40 } start: Object { column: 2 - index: 463 line: 40 } } @@ -1568,12 +1380,10 @@ JSRoot { identifierName: "foo" end: Object { column: 6 - index: 482 line: 41 } start: Object { column: 3 - index: 479 line: 41 } } @@ -1583,12 +1393,10 @@ JSRoot { identifierName: "foo" end: Object { column: 6 - index: 482 line: 41 } start: Object { column: 3 - index: 479 line: 41 } } @@ -1600,12 +1408,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 7 - index: 491 line: 42 } start: Object { column: 2 - index: 486 line: 42 } } @@ -1615,12 +1421,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 6 - index: 490 line: 42 } start: Object { column: 2 - index: 486 line: 42 } } @@ -1637,12 +1441,10 @@ JSRoot { identifierName: "f" end: Object { column: 10 - index: 505 line: 45 } start: Object { column: 9 - index: 504 line: 45 } } @@ -1651,12 +1453,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 1 - index: 542 line: 49 } start: Object { column: 0 - index: 495 line: 45 } } @@ -1673,12 +1473,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 12 - index: 507 line: 45 } start: Object { column: 10 - index: 505 line: 45 } } @@ -1689,12 +1487,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 1 - index: 542 line: 49 } start: Object { column: 12 - index: 507 line: 45 } } @@ -1704,12 +1500,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 8 - index: 532 line: 47 } start: Object { column: 2 - index: 511 line: 46 } } @@ -1718,12 +1512,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 7 - index: 531 line: 47 } start: Object { column: 2 - index: 511 line: 46 } } @@ -1733,12 +1525,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 14 - index: 523 line: 46 } start: Object { column: 2 - index: 511 line: 46 } } @@ -1751,12 +1541,10 @@ JSRoot { identifierName: "foo" end: Object { column: 6 - index: 530 line: 47 } start: Object { column: 3 - index: 527 line: 47 } } @@ -1765,12 +1553,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 7 - index: 531 line: 47 } start: Object { column: 2 - index: 526 line: 47 } } @@ -1782,12 +1568,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 7 - index: 540 line: 48 } start: Object { column: 2 - index: 535 line: 48 } } @@ -1797,12 +1581,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 6 - index: 539 line: 48 } start: Object { column: 2 - index: 535 line: 48 } } @@ -1819,12 +1601,10 @@ JSRoot { identifierName: "f" end: Object { column: 10 - index: 554 line: 51 } start: Object { column: 9 - index: 553 line: 51 } } @@ -1833,12 +1613,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 1 - index: 591 line: 55 } start: Object { column: 0 - index: 544 line: 51 } } @@ -1855,12 +1633,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 12 - index: 556 line: 51 } start: Object { column: 10 - index: 554 line: 51 } } @@ -1871,12 +1647,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 1 - index: 591 line: 55 } start: Object { column: 12 - index: 556 line: 51 } } @@ -1886,12 +1660,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 8 - index: 581 line: 53 } start: Object { column: 2 - index: 560 line: 52 } } @@ -1901,12 +1673,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 7 - index: 580 line: 53 } start: Object { column: 2 - index: 560 line: 52 } } @@ -1916,12 +1686,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 14 - index: 572 line: 52 } start: Object { column: 2 - index: 560 line: 52 } } @@ -1932,12 +1700,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 7 - index: 580 line: 53 } start: Object { column: 2 - index: 575 line: 53 } } @@ -1950,12 +1716,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 6 - index: 579 line: 53 } start: Object { column: 3 - index: 576 line: 53 } } @@ -1969,12 +1733,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 7 - index: 589 line: 54 } start: Object { column: 2 - index: 584 line: 54 } } @@ -1984,12 +1746,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 6 - index: 588 line: 54 } start: Object { column: 2 - index: 584 line: 54 } } @@ -2006,12 +1766,10 @@ JSRoot { identifierName: "f" end: Object { column: 10 - index: 603 line: 57 } start: Object { column: 9 - index: 602 line: 57 } } @@ -2020,12 +1778,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 1 - index: 640 line: 61 } start: Object { column: 0 - index: 593 line: 57 } } @@ -2042,12 +1798,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 12 - index: 605 line: 57 } start: Object { column: 10 - index: 603 line: 57 } } @@ -2058,12 +1812,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 1 - index: 640 line: 61 } start: Object { column: 12 - index: 605 line: 57 } } @@ -2073,12 +1825,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 8 - index: 630 line: 59 } start: Object { column: 2 - index: 609 line: 58 } } @@ -2087,12 +1837,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 7 - index: 629 line: 59 } start: Object { column: 2 - index: 609 line: 58 } } @@ -2102,12 +1850,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 14 - index: 621 line: 58 } start: Object { column: 2 - index: 609 line: 58 } } @@ -2120,12 +1866,10 @@ JSRoot { identifierName: "foo" end: Object { column: 6 - index: 628 line: 59 } start: Object { column: 3 - index: 625 line: 59 } } @@ -2138,12 +1882,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 7 - index: 638 line: 60 } start: Object { column: 2 - index: 633 line: 60 } } @@ -2153,12 +1895,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 6 - index: 637 line: 60 } start: Object { column: 2 - index: 633 line: 60 } } @@ -2175,12 +1915,10 @@ JSRoot { identifierName: "f" end: Object { column: 10 - index: 652 line: 63 } start: Object { column: 9 - index: 651 line: 63 } } @@ -2189,12 +1927,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 1 - index: 694 line: 67 } start: Object { column: 0 - index: 642 line: 63 } } @@ -2211,12 +1947,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 12 - index: 654 line: 63 } start: Object { column: 10 - index: 652 line: 63 } } @@ -2227,12 +1961,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 1 - index: 694 line: 67 } start: Object { column: 12 - index: 654 line: 63 } } @@ -2242,12 +1974,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 8 - index: 664 line: 64 } start: Object { column: 2 - index: 658 line: 64 } } @@ -2257,12 +1987,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 7 - index: 663 line: 64 } start: Object { column: 2 - index: 658 line: 64 } } @@ -2273,12 +2001,10 @@ JSRoot { identifierName: "foo" end: Object { column: 5 - index: 661 line: 64 } start: Object { column: 2 - index: 658 line: 64 } } @@ -2290,12 +2016,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 19 - index: 684 line: 65 } start: Object { column: 2 - index: 667 line: 65 } } @@ -2304,12 +2028,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 18 - index: 683 line: 65 } start: Object { column: 2 - index: 667 line: 65 } } @@ -2319,12 +2041,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 14 - index: 679 line: 65 } start: Object { column: 2 - index: 667 line: 65 } } @@ -2337,12 +2057,10 @@ JSRoot { identifierName: "bar" end: Object { column: 18 - index: 683 line: 65 } start: Object { column: 15 - index: 680 line: 65 } } @@ -2352,12 +2070,10 @@ JSRoot { identifierName: "bar" end: Object { column: 18 - index: 683 line: 65 } start: Object { column: 15 - index: 680 line: 65 } } @@ -2369,12 +2085,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 7 - index: 692 line: 66 } start: Object { column: 2 - index: 687 line: 66 } } @@ -2384,12 +2098,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 6 - index: 691 line: 66 } start: Object { column: 2 - index: 687 line: 66 } } @@ -2406,12 +2118,10 @@ JSRoot { identifierName: "f" end: Object { column: 10 - index: 706 line: 69 } start: Object { column: 9 - index: 705 line: 69 } } @@ -2420,12 +2130,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 1 - index: 749 line: 73 } start: Object { column: 0 - index: 696 line: 69 } } @@ -2442,12 +2150,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 12 - index: 708 line: 69 } start: Object { column: 10 - index: 706 line: 69 } } @@ -2458,12 +2164,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 1 - index: 749 line: 73 } start: Object { column: 12 - index: 708 line: 69 } } @@ -2473,12 +2177,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 8 - index: 718 line: 70 } start: Object { column: 2 - index: 712 line: 70 } } @@ -2488,12 +2190,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 7 - index: 717 line: 70 } start: Object { column: 2 - index: 712 line: 70 } } @@ -2504,12 +2204,10 @@ JSRoot { identifierName: "foo" end: Object { column: 5 - index: 715 line: 70 } start: Object { column: 2 - index: 712 line: 70 } } @@ -2521,12 +2219,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 20 - index: 739 line: 71 } start: Object { column: 2 - index: 721 line: 71 } } @@ -2535,12 +2231,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 19 - index: 738 line: 71 } start: Object { column: 2 - index: 721 line: 71 } } @@ -2550,12 +2244,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 14 - index: 733 line: 71 } start: Object { column: 2 - index: 721 line: 71 } } @@ -2568,12 +2260,10 @@ JSRoot { identifierName: "bar" end: Object { column: 18 - index: 737 line: 71 } start: Object { column: 15 - index: 734 line: 71 } } @@ -2582,12 +2272,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 19 - index: 738 line: 71 } start: Object { column: 14 - index: 733 line: 71 } } @@ -2599,12 +2287,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 7 - index: 747 line: 72 } start: Object { column: 2 - index: 742 line: 72 } } @@ -2614,12 +2300,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 6 - index: 746 line: 72 } start: Object { column: 2 - index: 742 line: 72 } } @@ -2636,12 +2320,10 @@ JSRoot { identifierName: "f" end: Object { column: 10 - index: 761 line: 75 } start: Object { column: 9 - index: 760 line: 75 } } @@ -2650,12 +2332,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 1 - index: 804 line: 79 } start: Object { column: 0 - index: 751 line: 75 } } @@ -2672,12 +2352,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 12 - index: 763 line: 75 } start: Object { column: 10 - index: 761 line: 75 } } @@ -2688,12 +2366,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 1 - index: 804 line: 79 } start: Object { column: 12 - index: 763 line: 75 } } @@ -2703,12 +2379,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 8 - index: 773 line: 76 } start: Object { column: 2 - index: 767 line: 76 } } @@ -2718,12 +2392,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 7 - index: 772 line: 76 } start: Object { column: 2 - index: 767 line: 76 } } @@ -2734,12 +2406,10 @@ JSRoot { identifierName: "foo" end: Object { column: 5 - index: 770 line: 76 } start: Object { column: 2 - index: 767 line: 76 } } @@ -2751,12 +2421,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 20 - index: 794 line: 77 } start: Object { column: 2 - index: 776 line: 77 } } @@ -2766,12 +2434,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 19 - index: 793 line: 77 } start: Object { column: 2 - index: 776 line: 77 } } @@ -2781,12 +2447,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 14 - index: 788 line: 77 } start: Object { column: 2 - index: 776 line: 77 } } @@ -2797,12 +2461,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 19 - index: 793 line: 77 } start: Object { column: 14 - index: 788 line: 77 } } @@ -2815,12 +2477,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 18 - index: 792 line: 77 } start: Object { column: 15 - index: 789 line: 77 } } @@ -2834,12 +2494,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 7 - index: 802 line: 78 } start: Object { column: 2 - index: 797 line: 78 } } @@ -2849,12 +2507,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 6 - index: 801 line: 78 } start: Object { column: 2 - index: 797 line: 78 } } @@ -2871,12 +2527,10 @@ JSRoot { identifierName: "f" end: Object { column: 10 - index: 816 line: 81 } start: Object { column: 9 - index: 815 line: 81 } } @@ -2885,12 +2539,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 1 - index: 859 line: 85 } start: Object { column: 0 - index: 806 line: 81 } } @@ -2907,12 +2559,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 12 - index: 818 line: 81 } start: Object { column: 10 - index: 816 line: 81 } } @@ -2923,12 +2573,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 1 - index: 859 line: 85 } start: Object { column: 12 - index: 818 line: 81 } } @@ -2938,12 +2586,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 8 - index: 828 line: 82 } start: Object { column: 2 - index: 822 line: 82 } } @@ -2953,12 +2599,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 7 - index: 827 line: 82 } start: Object { column: 2 - index: 822 line: 82 } } @@ -2969,12 +2613,10 @@ JSRoot { identifierName: "foo" end: Object { column: 5 - index: 825 line: 82 } start: Object { column: 2 - index: 822 line: 82 } } @@ -2986,12 +2628,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 20 - index: 849 line: 83 } start: Object { column: 2 - index: 831 line: 83 } } @@ -3000,12 +2640,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 19 - index: 848 line: 83 } start: Object { column: 2 - index: 831 line: 83 } } @@ -3015,12 +2653,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 14 - index: 843 line: 83 } start: Object { column: 2 - index: 831 line: 83 } } @@ -3033,12 +2669,10 @@ JSRoot { identifierName: "bar" end: Object { column: 18 - index: 847 line: 83 } start: Object { column: 15 - index: 844 line: 83 } } @@ -3051,12 +2685,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 7 - index: 857 line: 84 } start: Object { column: 2 - index: 852 line: 84 } } @@ -3066,12 +2698,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 6 - index: 856 line: 84 } start: Object { column: 2 - index: 852 line: 84 } } @@ -3088,12 +2718,10 @@ JSRoot { identifierName: "f" end: Object { column: 10 - index: 871 line: 87 } start: Object { column: 9 - index: 870 line: 87 } } @@ -3102,12 +2730,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 1 - index: 916 line: 92 } start: Object { column: 0 - index: 861 line: 87 } } @@ -3124,12 +2750,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 12 - index: 873 line: 87 } start: Object { column: 10 - index: 871 line: 87 } } @@ -3140,12 +2764,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 1 - index: 916 line: 92 } start: Object { column: 12 - index: 873 line: 87 } } @@ -3155,12 +2777,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 8 - index: 883 line: 88 } start: Object { column: 2 - index: 877 line: 88 } } @@ -3170,12 +2790,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 7 - index: 882 line: 88 } start: Object { column: 2 - index: 877 line: 88 } } @@ -3186,12 +2804,10 @@ JSRoot { identifierName: "foo" end: Object { column: 5 - index: 880 line: 88 } start: Object { column: 2 - index: 877 line: 88 } } @@ -3203,12 +2819,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 7 - index: 906 line: 90 } start: Object { column: 2 - index: 886 line: 89 } } @@ -3217,12 +2831,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 6 - index: 905 line: 90 } start: Object { column: 2 - index: 886 line: 89 } } @@ -3232,12 +2844,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 14 - index: 898 line: 89 } start: Object { column: 2 - index: 886 line: 89 } } @@ -3250,12 +2860,10 @@ JSRoot { identifierName: "bar" end: Object { column: 6 - index: 905 line: 90 } start: Object { column: 3 - index: 902 line: 90 } } @@ -3265,12 +2873,10 @@ JSRoot { identifierName: "bar" end: Object { column: 6 - index: 905 line: 90 } start: Object { column: 3 - index: 902 line: 90 } } @@ -3282,12 +2888,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 7 - index: 914 line: 91 } start: Object { column: 2 - index: 909 line: 91 } } @@ -3297,12 +2901,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 6 - index: 913 line: 91 } start: Object { column: 2 - index: 909 line: 91 } } @@ -3319,12 +2921,10 @@ JSRoot { identifierName: "f" end: Object { column: 10 - index: 928 line: 94 } start: Object { column: 9 - index: 927 line: 94 } } @@ -3333,12 +2933,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 1 - index: 974 line: 99 } start: Object { column: 0 - index: 918 line: 94 } } @@ -3355,12 +2953,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 12 - index: 930 line: 94 } start: Object { column: 10 - index: 928 line: 94 } } @@ -3371,12 +2967,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 1 - index: 974 line: 99 } start: Object { column: 12 - index: 930 line: 94 } } @@ -3386,12 +2980,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 8 - index: 940 line: 95 } start: Object { column: 2 - index: 934 line: 95 } } @@ -3401,12 +2993,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 7 - index: 939 line: 95 } start: Object { column: 2 - index: 934 line: 95 } } @@ -3417,12 +3007,10 @@ JSRoot { identifierName: "foo" end: Object { column: 5 - index: 937 line: 95 } start: Object { column: 2 - index: 934 line: 95 } } @@ -3434,12 +3022,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 8 - index: 964 line: 97 } start: Object { column: 2 - index: 943 line: 96 } } @@ -3448,12 +3034,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 7 - index: 963 line: 97 } start: Object { column: 2 - index: 943 line: 96 } } @@ -3463,12 +3047,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 14 - index: 955 line: 96 } start: Object { column: 2 - index: 943 line: 96 } } @@ -3481,12 +3063,10 @@ JSRoot { identifierName: "bar" end: Object { column: 6 - index: 962 line: 97 } start: Object { column: 3 - index: 959 line: 97 } } @@ -3495,12 +3075,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 7 - index: 963 line: 97 } start: Object { column: 2 - index: 958 line: 97 } } @@ -3512,12 +3090,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 7 - index: 972 line: 98 } start: Object { column: 2 - index: 967 line: 98 } } @@ -3527,12 +3103,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 6 - index: 971 line: 98 } start: Object { column: 2 - index: 967 line: 98 } } @@ -3549,12 +3123,10 @@ JSRoot { identifierName: "f" end: Object { column: 10 - index: 986 line: 101 } start: Object { column: 9 - index: 985 line: 101 } } @@ -3563,12 +3135,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 1 - index: 1_032 line: 106 } start: Object { column: 0 - index: 976 line: 101 } } @@ -3585,12 +3155,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 12 - index: 988 line: 101 } start: Object { column: 10 - index: 986 line: 101 } } @@ -3601,12 +3169,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 1 - index: 1_032 line: 106 } start: Object { column: 12 - index: 988 line: 101 } } @@ -3616,12 +3182,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 8 - index: 998 line: 102 } start: Object { column: 2 - index: 992 line: 102 } } @@ -3631,12 +3195,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 7 - index: 997 line: 102 } start: Object { column: 2 - index: 992 line: 102 } } @@ -3647,12 +3209,10 @@ JSRoot { identifierName: "foo" end: Object { column: 5 - index: 995 line: 102 } start: Object { column: 2 - index: 992 line: 102 } } @@ -3664,12 +3224,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 8 - index: 1_022 line: 104 } start: Object { column: 2 - index: 1_001 line: 103 } } @@ -3679,12 +3237,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 7 - index: 1_021 line: 104 } start: Object { column: 2 - index: 1_001 line: 103 } } @@ -3694,12 +3250,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 14 - index: 1_013 line: 103 } start: Object { column: 2 - index: 1_001 line: 103 } } @@ -3710,12 +3264,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 7 - index: 1_021 line: 104 } start: Object { column: 2 - index: 1_016 line: 104 } } @@ -3728,12 +3280,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 6 - index: 1_020 line: 104 } start: Object { column: 3 - index: 1_017 line: 104 } } @@ -3747,12 +3297,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 7 - index: 1_030 line: 105 } start: Object { column: 2 - index: 1_025 line: 105 } } @@ -3762,12 +3310,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 6 - index: 1_029 line: 105 } start: Object { column: 2 - index: 1_025 line: 105 } } @@ -3784,12 +3330,10 @@ JSRoot { identifierName: "f" end: Object { column: 10 - index: 1_044 line: 108 } start: Object { column: 9 - index: 1_043 line: 108 } } @@ -3798,12 +3342,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 1 - index: 1_090 line: 113 } start: Object { column: 0 - index: 1_034 line: 108 } } @@ -3820,12 +3362,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 12 - index: 1_046 line: 108 } start: Object { column: 10 - index: 1_044 line: 108 } } @@ -3836,12 +3376,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 1 - index: 1_090 line: 113 } start: Object { column: 12 - index: 1_046 line: 108 } } @@ -3851,12 +3389,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 8 - index: 1_056 line: 109 } start: Object { column: 2 - index: 1_050 line: 109 } } @@ -3866,12 +3402,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 7 - index: 1_055 line: 109 } start: Object { column: 2 - index: 1_050 line: 109 } } @@ -3882,12 +3416,10 @@ JSRoot { identifierName: "foo" end: Object { column: 5 - index: 1_053 line: 109 } start: Object { column: 2 - index: 1_050 line: 109 } } @@ -3899,12 +3431,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 8 - index: 1_080 line: 111 } start: Object { column: 2 - index: 1_059 line: 110 } } @@ -3913,12 +3443,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 7 - index: 1_079 line: 111 } start: Object { column: 2 - index: 1_059 line: 110 } } @@ -3928,12 +3456,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 14 - index: 1_071 line: 110 } start: Object { column: 2 - index: 1_059 line: 110 } } @@ -3946,12 +3472,10 @@ JSRoot { identifierName: "bar" end: Object { column: 6 - index: 1_078 line: 111 } start: Object { column: 3 - index: 1_075 line: 111 } } @@ -3964,12 +3488,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 7 - index: 1_088 line: 112 } start: Object { column: 2 - index: 1_083 line: 112 } } @@ -3979,12 +3501,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 6 - index: 1_087 line: 112 } start: Object { column: 2 - index: 1_083 line: 112 } } @@ -4001,12 +3521,10 @@ JSRoot { identifierName: "f" end: Object { column: 10 - index: 1_102 line: 115 } start: Object { column: 9 - index: 1_101 line: 115 } } @@ -4015,12 +3533,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 1 - index: 1_129 line: 118 } start: Object { column: 0 - index: 1_092 line: 115 } } @@ -4037,12 +3553,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 12 - index: 1_104 line: 115 } start: Object { column: 10 - index: 1_102 line: 115 } } @@ -4053,12 +3567,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 1 - index: 1_129 line: 118 } start: Object { column: 12 - index: 1_104 line: 115 } } @@ -4068,12 +3580,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 5 - index: 1_111 line: 116 } start: Object { column: 2 - index: 1_108 line: 116 } } @@ -4084,12 +3594,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 4 - index: 1_110 line: 116 } start: Object { column: 2 - index: 1_108 line: 116 } } @@ -4100,12 +3608,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 15 - index: 1_127 line: 117 } start: Object { column: 2 - index: 1_114 line: 117 } } @@ -4115,12 +3621,10 @@ JSRoot { filename: "core/categorized/not-directive/input.js" end: Object { column: 14 - index: 1_126 line: 117 } start: Object { column: 2 - index: 1_114 line: 117 } } diff --git a/internal/js-parser/test-fixtures/core/categorized/regex-after-block/input.test.md b/internal/js-parser/test-fixtures/core/categorized/regex-after-block/input.test.md index 743eb5f5c4d..8b6a36cccea 100644 --- a/internal/js-parser/test-fixtures/core/categorized/regex-after-block/input.test.md +++ b/internal/js-parser/test-fixtures/core/categorized/regex-after-block/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/categorized/regex-after-block/input.js" end: Object { column: 5 - index: 20 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/categorized/regex-after-block/input.js" end: Object { column: 1 - index: 13 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/categorized/regex-after-block/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "core/categorized/regex-after-block/input.js" end: Object { column: 1 - index: 13 line: 2 } start: Object { column: 10 - index: 10 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "core/categorized/regex-after-block/input.js" end: Object { column: 5 - index: 20 line: 4 } start: Object { column: 0 - index: 15 line: 4 } } @@ -106,12 +96,10 @@ JSRoot { filename: "core/categorized/regex-after-block/input.js" end: Object { column: 5 - index: 20 line: 4 } start: Object { column: 0 - index: 15 line: 4 } } @@ -120,12 +108,10 @@ JSRoot { filename: "core/categorized/regex-after-block/input.js" end: Object { column: 4 - index: 19 line: 4 } start: Object { column: 1 - index: 16 line: 4 } } @@ -136,12 +122,10 @@ JSRoot { filename: "core/categorized/regex-after-block/input.js" end: Object { column: 2 - index: 17 line: 4 } start: Object { column: 1 - index: 16 line: 4 } } @@ -152,12 +136,10 @@ JSRoot { filename: "core/categorized/regex-after-block/input.js" end: Object { column: 3 - index: 18 line: 4 } start: Object { column: 2 - index: 17 line: 4 } } @@ -168,12 +150,10 @@ JSRoot { filename: "core/categorized/regex-after-block/input.js" end: Object { column: 4 - index: 19 line: 4 } start: Object { column: 3 - index: 18 line: 4 } } diff --git a/internal/js-parser/test-fixtures/core/categorized/regex-after-star/input.test.md b/internal/js-parser/test-fixtures/core/categorized/regex-after-star/input.test.md index f21b2511f14..5252e505578 100644 --- a/internal/js-parser/test-fixtures/core/categorized/regex-after-star/input.test.md +++ b/internal/js-parser/test-fixtures/core/categorized/regex-after-star/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/categorized/regex-after-star/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/categorized/regex-after-star/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/categorized/regex-after-star/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "a" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -89,12 +81,10 @@ JSRoot { filename: "core/categorized/regex-after-star/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "core/categorized/regex-after-star/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "core/categorized/regex-after-star/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/categorized/startline-specified/input.test.md b/internal/js-parser/test-fixtures/core/categorized/startline-specified/input.test.md index c2572b6c4ce..41089845333 100644 --- a/internal/js-parser/test-fixtures/core/categorized/startline-specified/input.test.md +++ b/internal/js-parser/test-fixtures/core/categorized/startline-specified/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/categorized/startline-specified/input.js" end: Object { column: 0 - index: 17 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/categorized/startline-specified/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "core/categorized/startline-specified/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "call" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "core/categorized/startline-specified/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "core/categorized/startline-specified/input.js" end: Object { column: 7 - index: 16 line: 2 } start: Object { column: 0 - index: 9 line: 2 } } @@ -117,12 +105,10 @@ JSRoot { filename: "core/categorized/startline-specified/input.js" end: Object { column: 6 - index: 15 line: 2 } start: Object { column: 0 - index: 9 line: 2 } } @@ -133,12 +119,10 @@ JSRoot { identifierName: "run" end: Object { column: 3 - index: 12 line: 2 } start: Object { column: 0 - index: 9 line: 2 } } @@ -151,12 +135,10 @@ JSRoot { filename: "core/categorized/startline-specified/input.js" end: Object { column: 5 - index: 14 line: 2 } start: Object { column: 4 - index: 13 line: 2 } } diff --git a/internal/js-parser/test-fixtures/core/categorized/valid-assignment-pattern-1/input.test.md b/internal/js-parser/test-fixtures/core/categorized/valid-assignment-pattern-1/input.test.md index 9a9308110bd..e1ed6daa617 100644 --- a/internal/js-parser/test-fixtures/core/categorized/valid-assignment-pattern-1/input.test.md +++ b/internal/js-parser/test-fixtures/core/categorized/valid-assignment-pattern-1/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/categorized/valid-assignment-pattern-1/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/categorized/valid-assignment-pattern-1/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/categorized/valid-assignment-pattern-1/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "t" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/categorized/valid-assignment-pattern-1/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "core/categorized/valid-assignment-pattern-1/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -148,12 +132,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/categorized/valid-assignment-pattern-2/input.test.md b/internal/js-parser/test-fixtures/core/categorized/valid-assignment-pattern-2/input.test.md index 29597128849..efc44996fd8 100644 --- a/internal/js-parser/test-fixtures/core/categorized/valid-assignment-pattern-2/input.test.md +++ b/internal/js-parser/test-fixtures/core/categorized/valid-assignment-pattern-2/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/categorized/valid-assignment-pattern-2/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/categorized/valid-assignment-pattern-2/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "core/categorized/valid-assignment-pattern-2/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "t" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "core/categorized/valid-assignment-pattern-2/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { identifierName: "x" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/categorized/valid-assignment-pattern-3/input.test.md b/internal/js-parser/test-fixtures/core/categorized/valid-assignment-pattern-3/input.test.md index e9d0ee68705..13a2db9483f 100644 --- a/internal/js-parser/test-fixtures/core/categorized/valid-assignment-pattern-3/input.test.md +++ b/internal/js-parser/test-fixtures/core/categorized/valid-assignment-pattern-3/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/categorized/valid-assignment-pattern-3/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/categorized/valid-assignment-pattern-3/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "core/categorized/valid-assignment-pattern-3/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "t" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "core/categorized/valid-assignment-pattern-3/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-2/input.test.md b/internal/js-parser/test-fixtures/core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-2/input.test.md index 674e736384d..0fb9dfbc5b5 100644 --- a/internal/js-parser/test-fixtures/core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-2/input.test.md +++ b/internal/js-parser/test-fixtures/core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-2/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-2/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-2/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-2/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "t" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-2/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-2/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { identifierName: "b" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-2/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-2/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -165,12 +147,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-2/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -181,12 +161,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-2/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -197,12 +175,10 @@ JSRoot { identifierName: "a" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -214,12 +190,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-2/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -233,12 +207,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-2/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-3/input.test.md b/internal/js-parser/test-fixtures/core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-3/input.test.md index 324911f327b..495162b1c5e 100644 --- a/internal/js-parser/test-fixtures/core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-3/input.test.md +++ b/internal/js-parser/test-fixtures/core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-3/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-3/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-3/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-3/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "t" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-3/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-3/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { identifierName: "a" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-3/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-3/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -189,12 +169,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-3/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -205,12 +183,10 @@ JSRoot { identifierName: "b" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -222,12 +198,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-3/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -239,12 +213,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-3/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-4/input.test.md b/internal/js-parser/test-fixtures/core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-4/input.test.md index 702e8bfbe93..057efc41d30 100644 --- a/internal/js-parser/test-fixtures/core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-4/input.test.md +++ b/internal/js-parser/test-fixtures/core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-4/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-4/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-4/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-4/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "t" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-4/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-4/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -140,12 +126,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-4/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-5/input.test.md b/internal/js-parser/test-fixtures/core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-5/input.test.md index 3649864e529..4e5b40ab2d4 100644 --- a/internal/js-parser/test-fixtures/core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-5/input.test.md +++ b/internal/js-parser/test-fixtures/core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-5/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-5/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-5/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-5/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "t" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-5/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { identifierName: "a" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -141,12 +127,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-5/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-6/input.test.md b/internal/js-parser/test-fixtures/core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-6/input.test.md index 31261fd2518..4de4d072ed1 100644 --- a/internal/js-parser/test-fixtures/core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-6/input.test.md +++ b/internal/js-parser/test-fixtures/core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-6/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-6/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-6/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-6/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-6/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern-6/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern/input.test.md b/internal/js-parser/test-fixtures/core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern/input.test.md index 77b500d21c2..2dc5d5eb5a1 100644 --- a/internal/js-parser/test-fixtures/core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern/input.test.md +++ b/internal/js-parser/test-fixtures/core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern/input.js" end: Object { column: 0 - index: 16 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -90,12 +82,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { identifierName: "x" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -140,12 +126,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -154,12 +138,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -172,12 +154,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -191,12 +171,10 @@ JSRoot { identifierName: "x" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -205,12 +183,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -222,12 +198,10 @@ JSRoot { identifierName: "x" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -236,12 +210,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/invalid-parenthesized-assignment-pattern/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/create-parenthesized-expressions/invalid-parenthesized-left-hand-side/input.test.md b/internal/js-parser/test-fixtures/core/create-parenthesized-expressions/invalid-parenthesized-left-hand-side/input.test.md index 3009ab3df06..cdb68c472ff 100644 --- a/internal/js-parser/test-fixtures/core/create-parenthesized-expressions/invalid-parenthesized-left-hand-side/input.test.md +++ b/internal/js-parser/test-fixtures/core/create-parenthesized-expressions/invalid-parenthesized-left-hand-side/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/invalid-parenthesized-left-hand-side/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/invalid-parenthesized-left-hand-side/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/invalid-parenthesized-left-hand-side/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/invalid-parenthesized-left-hand-side/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/invalid-parenthesized-left-hand-side/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/create-parenthesized-expressions/valid-parenthesized-assignment-array-pattern-1/input.test.md b/internal/js-parser/test-fixtures/core/create-parenthesized-expressions/valid-parenthesized-assignment-array-pattern-1/input.test.md index fabf5c8674e..e8d85c7fd96 100644 --- a/internal/js-parser/test-fixtures/core/create-parenthesized-expressions/valid-parenthesized-assignment-array-pattern-1/input.test.md +++ b/internal/js-parser/test-fixtures/core/create-parenthesized-expressions/valid-parenthesized-assignment-array-pattern-1/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/valid-parenthesized-assignment-array-pattern-1/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/valid-parenthesized-assignment-array-pattern-1/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/valid-parenthesized-assignment-array-pattern-1/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "t" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/valid-parenthesized-assignment-array-pattern-1/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/create-parenthesized-expressions/valid-parenthesized-assignment-array-pattern-2/input.test.md b/internal/js-parser/test-fixtures/core/create-parenthesized-expressions/valid-parenthesized-assignment-array-pattern-2/input.test.md index 3acc9f65338..10601449ec4 100644 --- a/internal/js-parser/test-fixtures/core/create-parenthesized-expressions/valid-parenthesized-assignment-array-pattern-2/input.test.md +++ b/internal/js-parser/test-fixtures/core/create-parenthesized-expressions/valid-parenthesized-assignment-array-pattern-2/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/valid-parenthesized-assignment-array-pattern-2/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/valid-parenthesized-assignment-array-pattern-2/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/valid-parenthesized-assignment-array-pattern-2/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "t" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/valid-parenthesized-assignment-array-pattern-2/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { identifierName: "x" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/create-parenthesized-expressions/valid-parenthesized-assignment-array-pattern-3/input.test.md b/internal/js-parser/test-fixtures/core/create-parenthesized-expressions/valid-parenthesized-assignment-array-pattern-3/input.test.md index 8e6f42efeeb..5685fc6b42c 100644 --- a/internal/js-parser/test-fixtures/core/create-parenthesized-expressions/valid-parenthesized-assignment-array-pattern-3/input.test.md +++ b/internal/js-parser/test-fixtures/core/create-parenthesized-expressions/valid-parenthesized-assignment-array-pattern-3/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/valid-parenthesized-assignment-array-pattern-3/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/valid-parenthesized-assignment-array-pattern-3/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/valid-parenthesized-assignment-array-pattern-3/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "t" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/valid-parenthesized-assignment-array-pattern-3/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/valid-parenthesized-assignment-array-pattern-3/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -141,12 +127,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/create-parenthesized-expressions/valid-parenthesized-assignment-array-pattern-member-expression/input.test.md b/internal/js-parser/test-fixtures/core/create-parenthesized-expressions/valid-parenthesized-assignment-array-pattern-member-expression/input.test.md index c55f03f9e5c..c64f66213cf 100644 --- a/internal/js-parser/test-fixtures/core/create-parenthesized-expressions/valid-parenthesized-assignment-array-pattern-member-expression/input.test.md +++ b/internal/js-parser/test-fixtures/core/create-parenthesized-expressions/valid-parenthesized-assignment-array-pattern-member-expression/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/valid-parenthesized-assignment-array-pattern-member-expression/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/valid-parenthesized-assignment-array-pattern-member-expression/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/valid-parenthesized-assignment-array-pattern-member-expression/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "t" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/valid-parenthesized-assignment-array-pattern-member-expression/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/valid-parenthesized-assignment-array-pattern-member-expression/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -148,12 +132,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/create-parenthesized-expressions/valid-parenthesized-expression/input.test.md b/internal/js-parser/test-fixtures/core/create-parenthesized-expressions/valid-parenthesized-expression/input.test.md index 6ac3c5c1b73..f673b306042 100644 --- a/internal/js-parser/test-fixtures/core/create-parenthesized-expressions/valid-parenthesized-expression/input.test.md +++ b/internal/js-parser/test-fixtures/core/create-parenthesized-expressions/valid-parenthesized-expression/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/valid-parenthesized-expression/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/valid-parenthesized-expression/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/create-parenthesized-expressions/valid-parenthesized-expression/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/escape-keyword/async/input.test.md b/internal/js-parser/test-fixtures/core/escape-keyword/async/input.test.md index 19fbb1b07c2..1ab3b65e75e 100644 --- a/internal/js-parser/test-fixtures/core/escape-keyword/async/input.test.md +++ b/internal/js-parser/test-fixtures/core/escape-keyword/async/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/escape-keyword/async/input.js" end: Object { column: 0 - index: 16 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/escape-keyword/async/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/escape-keyword/async/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "async" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/escape-keyword/invalid/input.test.md b/internal/js-parser/test-fixtures/core/escape-keyword/invalid/input.test.md index 8be794e48cd..0990b9e8057 100644 --- a/internal/js-parser/test-fixtures/core/escape-keyword/invalid/input.test.md +++ b/internal/js-parser/test-fixtures/core/escape-keyword/invalid/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/escape-keyword/invalid/input.js" end: Object { column: 0 - index: 26 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -66,12 +62,10 @@ JSRoot { filename: "core/escape-keyword/invalid/input.js" end: Object { column: 2 - index: 25 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "core/escape-keyword/invalid/input.js" end: Object { column: 2 - index: 25 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { identifierName: "a" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "core/escape-keyword/invalid/input.js" end: Object { column: 1 - index: 24 line: 3 } start: Object { column: 4 - index: 4 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "core/escape-keyword/invalid/input.js" end: Object { column: 1 - index: 24 line: 3 } start: Object { column: 8 - index: 8 line: 1 } } @@ -146,12 +132,10 @@ JSRoot { identifierName: "break" end: Object { column: 12 - index: 22 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -160,12 +144,10 @@ JSRoot { filename: "core/escape-keyword/invalid/input.js" end: Object { column: 12 - index: 22 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -177,12 +159,10 @@ JSRoot { identifierName: "break" end: Object { column: 12 - index: 22 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -191,12 +171,10 @@ JSRoot { filename: "core/escape-keyword/invalid/input.js" end: Object { column: 12 - index: 22 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } diff --git a/internal/js-parser/test-fixtures/core/escape-keyword/used-as-property/input.test.md b/internal/js-parser/test-fixtures/core/escape-keyword/used-as-property/input.test.md index 85050bd5915..fc651505b94 100644 --- a/internal/js-parser/test-fixtures/core/escape-keyword/used-as-property/input.test.md +++ b/internal/js-parser/test-fixtures/core/escape-keyword/used-as-property/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/escape-keyword/used-as-property/input.js" end: Object { column: 0 - index: 29 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -66,12 +62,10 @@ JSRoot { filename: "core/escape-keyword/used-as-property/input.js" end: Object { column: 2 - index: 28 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "core/escape-keyword/used-as-property/input.js" end: Object { column: 2 - index: 28 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { identifierName: "a" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "core/escape-keyword/used-as-property/input.js" end: Object { column: 1 - index: 27 line: 3 } start: Object { column: 4 - index: 4 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "core/escape-keyword/used-as-property/input.js" end: Object { column: 1 - index: 27 line: 3 } start: Object { column: 8 - index: 8 line: 1 } } @@ -146,12 +132,10 @@ JSRoot { identifierName: "break" end: Object { column: 12 - index: 22 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -160,12 +144,10 @@ JSRoot { filename: "core/escape-keyword/used-as-property/input.js" end: Object { column: 12 - index: 22 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -177,12 +159,10 @@ JSRoot { filename: "core/escape-keyword/used-as-property/input.js" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 14 - index: 24 line: 2 } } @@ -191,12 +171,10 @@ JSRoot { filename: "core/escape-keyword/used-as-property/input.js" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } diff --git a/internal/js-parser/test-fixtures/core/escape-template/non-octal-eight/input.test.md b/internal/js-parser/test-fixtures/core/escape-template/non-octal-eight/input.test.md index fee23fcac74..cdc2ca750ed 100644 --- a/internal/js-parser/test-fixtures/core/escape-template/non-octal-eight/input.test.md +++ b/internal/js-parser/test-fixtures/core/escape-template/non-octal-eight/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/escape-template/non-octal-eight/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/escape-template/non-octal-eight/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/escape-template/non-octal-eight/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "core/escape-template/non-octal-eight/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/escape-template/non-octal-nine/input.test.md b/internal/js-parser/test-fixtures/core/escape-template/non-octal-nine/input.test.md index 2b7eace52d2..ba917104450 100644 --- a/internal/js-parser/test-fixtures/core/escape-template/non-octal-nine/input.test.md +++ b/internal/js-parser/test-fixtures/core/escape-template/non-octal-nine/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/escape-template/non-octal-nine/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/escape-template/non-octal-nine/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/escape-template/non-octal-nine/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "core/escape-template/non-octal-nine/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/object/invalid-escape-get/input.test.md b/internal/js-parser/test-fixtures/core/object/invalid-escape-get/input.test.md index 4dbffd70431..74ea5908f4b 100644 --- a/internal/js-parser/test-fixtures/core/object/invalid-escape-get/input.test.md +++ b/internal/js-parser/test-fixtures/core/object/invalid-escape-get/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/object/invalid-escape-get/input.js" end: Object { column: 0 - index: 22 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "core/object/invalid-escape-get/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "core/object/invalid-escape-get/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { identifierName: "x" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "core/object/invalid-escape-get/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { filename: "core/object/invalid-escape-get/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { filename: "core/object/invalid-escape-get/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -167,12 +151,10 @@ JSRoot { filename: "core/object/invalid-escape-get/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/object/invalid-property-initializer-1/input.test.md b/internal/js-parser/test-fixtures/core/object/invalid-property-initializer-1/input.test.md index 82f24aae412..7dc3c7cb8d1 100644 --- a/internal/js-parser/test-fixtures/core/object/invalid-property-initializer-1/input.test.md +++ b/internal/js-parser/test-fixtures/core/object/invalid-property-initializer-1/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/object/invalid-property-initializer-1/input.js" end: Object { column: 0 - index: 45 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 7 - index: 37 line: 3 } start: Object { column: 6 - index: 36 line: 3 } } @@ -66,12 +62,10 @@ JSRoot { filename: "core/object/invalid-property-initializer-1/input.js" end: Object { column: 11 - index: 41 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "core/object/invalid-property-initializer-1/input.js" end: Object { column: 11 - index: 41 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { identifierName: "obj" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "core/object/invalid-property-initializer-1/input.js" end: Object { column: 11 - index: 41 line: 3 } start: Object { column: 6 - index: 6 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { filename: "core/object/invalid-property-initializer-1/input.js" end: Object { column: 11 - index: 41 line: 3 } start: Object { column: 12 - index: 12 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { filename: "core/object/invalid-property-initializer-1/input.js" end: Object { column: 11 - index: 41 line: 3 } start: Object { column: 8 - index: 38 line: 3 } } @@ -160,12 +144,10 @@ JSRoot { filename: "core/object/invalid-property-initializer-1/input.js" end: Object { column: 5 - index: 35 line: 3 } start: Object { column: 12 - index: 12 line: 1 } } @@ -179,12 +161,10 @@ JSRoot { identifierName: "bar" end: Object { column: 5 - index: 19 line: 2 } start: Object { column: 2 - index: 16 line: 2 } } @@ -193,12 +173,10 @@ JSRoot { filename: "core/object/invalid-property-initializer-1/input.js" end: Object { column: 5 - index: 19 line: 2 } start: Object { column: 2 - index: 16 line: 2 } } @@ -209,12 +187,10 @@ JSRoot { filename: "core/object/invalid-property-initializer-1/input.js" end: Object { column: 14 - index: 28 line: 2 } start: Object { column: 7 - index: 21 line: 2 } } @@ -225,12 +201,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 22 line: 2 } start: Object { column: 7 - index: 21 line: 2 } } @@ -242,12 +216,10 @@ JSRoot { filename: "core/object/invalid-property-initializer-1/input.js" end: Object { column: 14 - index: 28 line: 2 } start: Object { column: 11 - index: 25 line: 2 } } @@ -257,12 +229,10 @@ JSRoot { filename: "core/object/invalid-property-initializer-1/input.js" end: Object { column: 14 - index: 28 line: 2 } start: Object { column: 2 - index: 16 line: 2 } } @@ -276,12 +246,10 @@ JSRoot { identifierName: "foo" end: Object { column: 5 - index: 35 line: 3 } start: Object { column: 2 - index: 32 line: 3 } } @@ -290,12 +258,10 @@ JSRoot { filename: "core/object/invalid-property-initializer-1/input.js" end: Object { column: 5 - index: 35 line: 3 } start: Object { column: 2 - index: 32 line: 3 } } @@ -307,12 +273,10 @@ JSRoot { identifierName: "foo" end: Object { column: 5 - index: 35 line: 3 } start: Object { column: 2 - index: 32 line: 3 } } @@ -321,12 +285,10 @@ JSRoot { filename: "core/object/invalid-property-initializer-1/input.js" end: Object { column: 5 - index: 35 line: 3 } start: Object { column: 2 - index: 32 line: 3 } } @@ -343,12 +305,10 @@ JSRoot { filename: "core/object/invalid-property-initializer-1/input.js" end: Object { column: 2 - index: 44 line: 4 } start: Object { column: 0 - index: 42 line: 4 } } @@ -358,12 +318,10 @@ JSRoot { filename: "core/object/invalid-property-initializer-1/input.js" end: Object { column: 1 - index: 43 line: 4 } start: Object { column: 0 - index: 42 line: 4 } } diff --git a/internal/js-parser/test-fixtures/core/object/invalid-property-initializer/input.test.md b/internal/js-parser/test-fixtures/core/object/invalid-property-initializer/input.test.md index b66e3807ab9..eaaa8e562c9 100644 --- a/internal/js-parser/test-fixtures/core/object/invalid-property-initializer/input.test.md +++ b/internal/js-parser/test-fixtures/core/object/invalid-property-initializer/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/object/invalid-property-initializer/input.js" end: Object { column: 0 - index: 45 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 7 - index: 21 line: 2 } start: Object { column: 6 - index: 20 line: 2 } } @@ -66,12 +62,10 @@ JSRoot { filename: "core/object/invalid-property-initializer/input.js" end: Object { column: 14 - index: 41 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "core/object/invalid-property-initializer/input.js" end: Object { column: 14 - index: 41 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { identifierName: "obj" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "core/object/invalid-property-initializer/input.js" end: Object { column: 11 - index: 25 line: 2 } start: Object { column: 6 - index: 6 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { filename: "core/object/invalid-property-initializer/input.js" end: Object { column: 11 - index: 25 line: 2 } start: Object { column: 12 - index: 12 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { filename: "core/object/invalid-property-initializer/input.js" end: Object { column: 11 - index: 25 line: 2 } start: Object { column: 8 - index: 22 line: 2 } } @@ -160,12 +144,10 @@ JSRoot { filename: "core/object/invalid-property-initializer/input.js" end: Object { column: 5 - index: 19 line: 2 } start: Object { column: 12 - index: 12 line: 1 } } @@ -179,12 +161,10 @@ JSRoot { identifierName: "foo" end: Object { column: 5 - index: 19 line: 2 } start: Object { column: 2 - index: 16 line: 2 } } @@ -193,12 +173,10 @@ JSRoot { filename: "core/object/invalid-property-initializer/input.js" end: Object { column: 5 - index: 19 line: 2 } start: Object { column: 2 - index: 16 line: 2 } } @@ -210,12 +188,10 @@ JSRoot { identifierName: "foo" end: Object { column: 5 - index: 19 line: 2 } start: Object { column: 2 - index: 16 line: 2 } } @@ -224,12 +200,10 @@ JSRoot { filename: "core/object/invalid-property-initializer/input.js" end: Object { column: 5 - index: 19 line: 2 } start: Object { column: 2 - index: 16 line: 2 } } @@ -245,12 +219,10 @@ JSRoot { filename: "core/object/invalid-property-initializer/input.js" end: Object { column: 8 - index: 35 line: 3 } start: Object { column: 2 - index: 29 line: 3 } } @@ -260,12 +232,10 @@ JSRoot { filename: "core/object/invalid-property-initializer/input.js" end: Object { column: 8 - index: 35 line: 3 } start: Object { column: 2 - index: 29 line: 3 } } @@ -275,12 +245,10 @@ JSRoot { filename: "core/object/invalid-property-initializer/input.js" end: Object { column: 8 - index: 35 line: 3 } start: Object { column: 7 - index: 34 line: 3 } } @@ -291,12 +259,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 35 line: 3 } start: Object { column: 7 - index: 34 line: 3 } } @@ -308,12 +274,10 @@ JSRoot { filename: "core/object/invalid-property-initializer/input.js" end: Object { column: 14 - index: 41 line: 3 } start: Object { column: 2 - index: 29 line: 3 } } @@ -324,12 +288,10 @@ JSRoot { filename: "core/object/invalid-property-initializer/input.js" end: Object { column: 14 - index: 41 line: 3 } start: Object { column: 11 - index: 38 line: 3 } } @@ -343,12 +305,10 @@ JSRoot { filename: "core/object/invalid-property-initializer/input.js" end: Object { column: 2 - index: 44 line: 4 } start: Object { column: 0 - index: 42 line: 4 } } @@ -358,12 +318,10 @@ JSRoot { filename: "core/object/invalid-property-initializer/input.js" end: Object { column: 1 - index: 43 line: 4 } start: Object { column: 0 - index: 42 line: 4 } } diff --git a/internal/js-parser/test-fixtures/core/object/member-expression-after-property-initializer-1/input.test.md b/internal/js-parser/test-fixtures/core/object/member-expression-after-property-initializer-1/input.test.md index 05ded747c4e..5306cbf3db8 100644 --- a/internal/js-parser/test-fixtures/core/object/member-expression-after-property-initializer-1/input.test.md +++ b/internal/js-parser/test-fixtures/core/object/member-expression-after-property-initializer-1/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/object/member-expression-after-property-initializer-1/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "core/object/member-expression-after-property-initializer-1/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "core/object/member-expression-after-property-initializer-1/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "core/object/member-expression-after-property-initializer-1/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "core/object/member-expression-after-property-initializer-1/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { filename: "core/object/member-expression-after-property-initializer-1/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -147,12 +133,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -161,12 +145,10 @@ JSRoot { filename: "core/object/member-expression-after-property-initializer-1/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -178,12 +160,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -192,12 +172,10 @@ JSRoot { filename: "core/object/member-expression-after-property-initializer-1/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -212,12 +190,10 @@ JSRoot { identifierName: "b" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -230,12 +206,10 @@ JSRoot { filename: "core/object/member-expression-after-property-initializer-1/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -245,12 +219,10 @@ JSRoot { filename: "core/object/member-expression-after-property-initializer-1/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -260,12 +232,10 @@ JSRoot { filename: "core/object/member-expression-after-property-initializer-1/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -276,12 +246,10 @@ JSRoot { filename: "core/object/member-expression-after-property-initializer-1/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -293,12 +261,10 @@ JSRoot { filename: "core/object/member-expression-after-property-initializer-1/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -308,12 +274,10 @@ JSRoot { filename: "core/object/member-expression-after-property-initializer-1/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/object/member-expression-after-property-initializer-2/input.test.md b/internal/js-parser/test-fixtures/core/object/member-expression-after-property-initializer-2/input.test.md index c21a60ba501..51a428a9b8a 100644 --- a/internal/js-parser/test-fixtures/core/object/member-expression-after-property-initializer-2/input.test.md +++ b/internal/js-parser/test-fixtures/core/object/member-expression-after-property-initializer-2/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/object/member-expression-after-property-initializer-2/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "core/object/member-expression-after-property-initializer-2/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "core/object/member-expression-after-property-initializer-2/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { identifierName: "d" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { identifierName: "d" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "core/object/member-expression-after-property-initializer-2/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { filename: "core/object/member-expression-after-property-initializer-2/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "core/object/member-expression-after-property-initializer-2/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -175,12 +157,10 @@ JSRoot { filename: "core/object/member-expression-after-property-initializer-2/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -194,12 +174,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -208,12 +186,10 @@ JSRoot { filename: "core/object/member-expression-after-property-initializer-2/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -225,12 +201,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -239,12 +213,10 @@ JSRoot { filename: "core/object/member-expression-after-property-initializer-2/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -259,12 +231,10 @@ JSRoot { identifierName: "b" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -278,12 +248,10 @@ JSRoot { filename: "core/object/member-expression-after-property-initializer-2/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -293,12 +261,10 @@ JSRoot { filename: "core/object/member-expression-after-property-initializer-2/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -308,12 +274,10 @@ JSRoot { filename: "core/object/member-expression-after-property-initializer-2/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -324,12 +288,10 @@ JSRoot { filename: "core/object/member-expression-after-property-initializer-2/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -341,12 +303,10 @@ JSRoot { filename: "core/object/member-expression-after-property-initializer-2/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -356,12 +316,10 @@ JSRoot { filename: "core/object/member-expression-after-property-initializer-2/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/object/valid-property-initializer/input.test.md b/internal/js-parser/test-fixtures/core/object/valid-property-initializer/input.test.md index 45ecd207d3b..cb8d29c93a3 100644 --- a/internal/js-parser/test-fixtures/core/object/valid-property-initializer/input.test.md +++ b/internal/js-parser/test-fixtures/core/object/valid-property-initializer/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/object/valid-property-initializer/input.js" end: Object { column: 0 - index: 69 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 7 - index: 21 line: 2 } start: Object { column: 6 - index: 20 line: 2 } } @@ -66,12 +62,10 @@ JSRoot { filename: "core/object/valid-property-initializer/input.js" end: Object { column: 25 - index: 68 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "core/object/valid-property-initializer/input.js" end: Object { column: 25 - index: 68 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { identifierName: "obj" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "core/object/valid-property-initializer/input.js" end: Object { column: 11 - index: 25 line: 2 } start: Object { column: 6 - index: 6 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { filename: "core/object/valid-property-initializer/input.js" end: Object { column: 11 - index: 25 line: 2 } start: Object { column: 12 - index: 12 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { filename: "core/object/valid-property-initializer/input.js" end: Object { column: 11 - index: 25 line: 2 } start: Object { column: 8 - index: 22 line: 2 } } @@ -160,12 +144,10 @@ JSRoot { filename: "core/object/valid-property-initializer/input.js" end: Object { column: 5 - index: 19 line: 2 } start: Object { column: 12 - index: 12 line: 1 } } @@ -179,12 +161,10 @@ JSRoot { identifierName: "foo" end: Object { column: 5 - index: 19 line: 2 } start: Object { column: 2 - index: 16 line: 2 } } @@ -193,12 +173,10 @@ JSRoot { filename: "core/object/valid-property-initializer/input.js" end: Object { column: 5 - index: 19 line: 2 } start: Object { column: 2 - index: 16 line: 2 } } @@ -210,12 +188,10 @@ JSRoot { identifierName: "foo" end: Object { column: 5 - index: 19 line: 2 } start: Object { column: 2 - index: 16 line: 2 } } @@ -224,12 +200,10 @@ JSRoot { filename: "core/object/valid-property-initializer/input.js" end: Object { column: 5 - index: 19 line: 2 } start: Object { column: 2 - index: 16 line: 2 } } @@ -245,12 +219,10 @@ JSRoot { filename: "core/object/valid-property-initializer/input.js" end: Object { column: 8 - index: 35 line: 3 } start: Object { column: 2 - index: 29 line: 3 } } @@ -260,12 +232,10 @@ JSRoot { filename: "core/object/valid-property-initializer/input.js" end: Object { column: 8 - index: 35 line: 3 } start: Object { column: 2 - index: 29 line: 3 } } @@ -275,12 +245,10 @@ JSRoot { filename: "core/object/valid-property-initializer/input.js" end: Object { column: 8 - index: 35 line: 3 } start: Object { column: 7 - index: 34 line: 3 } } @@ -291,12 +259,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 35 line: 3 } start: Object { column: 7 - index: 34 line: 3 } } @@ -308,12 +274,10 @@ JSRoot { filename: "core/object/valid-property-initializer/input.js" end: Object { column: 14 - index: 41 line: 3 } start: Object { column: 2 - index: 29 line: 3 } } @@ -324,12 +288,10 @@ JSRoot { filename: "core/object/valid-property-initializer/input.js" end: Object { column: 14 - index: 41 line: 3 } start: Object { column: 11 - index: 38 line: 3 } } @@ -343,12 +305,10 @@ JSRoot { identifierName: "" end: Object { column: 1 - index: 44 line: 4 } start: Object { column: 0 - index: 43 line: 4 } } @@ -357,12 +317,10 @@ JSRoot { filename: "core/object/valid-property-initializer/input.js" end: Object { column: 24 - index: 67 line: 4 } start: Object { column: 0 - index: 43 line: 4 } } @@ -371,12 +329,10 @@ JSRoot { filename: "core/object/valid-property-initializer/input.js" end: Object { column: 24 - index: 67 line: 4 } start: Object { column: 4 - index: 47 line: 4 } } @@ -390,12 +346,10 @@ JSRoot { identifierName: "foo" end: Object { column: 9 - index: 52 line: 4 } start: Object { column: 6 - index: 49 line: 4 } } @@ -404,12 +358,10 @@ JSRoot { filename: "core/object/valid-property-initializer/input.js" end: Object { column: 9 - index: 52 line: 4 } start: Object { column: 6 - index: 49 line: 4 } } @@ -421,12 +373,10 @@ JSRoot { filename: "core/object/valid-property-initializer/input.js" end: Object { column: 13 - index: 56 line: 4 } start: Object { column: 11 - index: 54 line: 4 } } @@ -435,12 +385,10 @@ JSRoot { filename: "core/object/valid-property-initializer/input.js" end: Object { column: 13 - index: 56 line: 4 } start: Object { column: 6 - index: 49 line: 4 } } @@ -454,12 +402,10 @@ JSRoot { identifierName: "bar" end: Object { column: 18 - index: 61 line: 4 } start: Object { column: 15 - index: 58 line: 4 } } @@ -468,12 +414,10 @@ JSRoot { filename: "core/object/valid-property-initializer/input.js" end: Object { column: 18 - index: 61 line: 4 } start: Object { column: 15 - index: 58 line: 4 } } @@ -485,12 +429,10 @@ JSRoot { filename: "core/object/valid-property-initializer/input.js" end: Object { column: 22 - index: 65 line: 4 } start: Object { column: 20 - index: 63 line: 4 } } @@ -499,12 +441,10 @@ JSRoot { filename: "core/object/valid-property-initializer/input.js" end: Object { column: 22 - index: 65 line: 4 } start: Object { column: 15 - index: 58 line: 4 } } diff --git a/internal/js-parser/test-fixtures/core/opts/allowAwaitOutsideFunction-false/input.test.md b/internal/js-parser/test-fixtures/core/opts/allowAwaitOutsideFunction-false/input.test.md index 664f9e95df7..0afd1c96106 100644 --- a/internal/js-parser/test-fixtures/core/opts/allowAwaitOutsideFunction-false/input.test.md +++ b/internal/js-parser/test-fixtures/core/opts/allowAwaitOutsideFunction-false/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/opts/allowAwaitOutsideFunction-false/input.js" end: Object { column: 0 - index: 34 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "core/opts/allowAwaitOutsideFunction-false/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { identifierName: "i" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { identifierName: "of" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "core/opts/allowAwaitOutsideFunction-false/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { identifierName: "imports" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -146,12 +132,10 @@ JSRoot { filename: "core/opts/allowAwaitOutsideFunction-false/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -162,12 +146,10 @@ JSRoot { identifierName: "await" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -179,12 +161,10 @@ JSRoot { filename: "core/opts/allowAwaitOutsideFunction-false/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -197,12 +177,10 @@ JSRoot { filename: "core/opts/allowAwaitOutsideFunction-false/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -212,12 +190,10 @@ JSRoot { filename: "core/opts/allowAwaitOutsideFunction-false/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -230,12 +206,10 @@ JSRoot { filename: "core/opts/allowAwaitOutsideFunction-false/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/opts/allowAwaitOutsideFunction-true/input.test.md b/internal/js-parser/test-fixtures/core/opts/allowAwaitOutsideFunction-true/input.test.md index 302c33203e0..3ac23b191b2 100644 --- a/internal/js-parser/test-fixtures/core/opts/allowAwaitOutsideFunction-true/input.test.md +++ b/internal/js-parser/test-fixtures/core/opts/allowAwaitOutsideFunction-true/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/opts/allowAwaitOutsideFunction-true/input.js" end: Object { column: 0 - index: 34 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "core/opts/allowAwaitOutsideFunction-true/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { identifierName: "i" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { identifierName: "of" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "core/opts/allowAwaitOutsideFunction-true/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { identifierName: "imports" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -146,12 +132,10 @@ JSRoot { filename: "core/opts/allowAwaitOutsideFunction-true/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -162,12 +146,10 @@ JSRoot { identifierName: "await" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -179,12 +161,10 @@ JSRoot { filename: "core/opts/allowAwaitOutsideFunction-true/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -197,12 +177,10 @@ JSRoot { filename: "core/opts/allowAwaitOutsideFunction-true/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -212,12 +190,10 @@ JSRoot { filename: "core/opts/allowAwaitOutsideFunction-true/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -230,12 +206,10 @@ JSRoot { filename: "core/opts/allowAwaitOutsideFunction-true/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/opts/allowUndeclaredExports/input.test.md b/internal/js-parser/test-fixtures/core/opts/allowUndeclaredExports/input.test.md index 99d3c6e945f..1f6684cb661 100644 --- a/internal/js-parser/test-fixtures/core/opts/allowUndeclaredExports/input.test.md +++ b/internal/js-parser/test-fixtures/core/opts/allowUndeclaredExports/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/opts/allowUndeclaredExports/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "core/opts/allowUndeclaredExports/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "core/opts/allowUndeclaredExports/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "foo" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "foo" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/opts/ranges-false/input.test.md b/internal/js-parser/test-fixtures/core/opts/ranges-false/input.test.md index f8873b414f0..b807268104b 100644 --- a/internal/js-parser/test-fixtures/core/opts/ranges-false/input.test.md +++ b/internal/js-parser/test-fixtures/core/opts/ranges-false/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/opts/ranges-false/input.js" end: Object { column: 0 - index: 27 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/opts/ranges-false/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/opts/ranges-false/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "a" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/opts/ranges-false/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "core/opts/ranges-false/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "core/opts/ranges-false/input.js" end: Object { column: 14 - index: 26 line: 3 } start: Object { column: 0 - index: 12 line: 3 } } @@ -134,12 +120,10 @@ JSRoot { filename: "core/opts/ranges-false/input.js" end: Object { column: 14 - index: 26 line: 3 } start: Object { column: 0 - index: 12 line: 3 } } @@ -152,12 +136,10 @@ JSRoot { identifierName: "b" end: Object { column: 5 - index: 17 line: 3 } start: Object { column: 4 - index: 16 line: 3 } } @@ -166,12 +148,10 @@ JSRoot { filename: "core/opts/ranges-false/input.js" end: Object { column: 13 - index: 25 line: 3 } start: Object { column: 4 - index: 16 line: 3 } } @@ -181,12 +161,10 @@ JSRoot { filename: "core/opts/ranges-false/input.js" end: Object { column: 13 - index: 25 line: 3 } start: Object { column: 8 - index: 20 line: 3 } } @@ -197,12 +175,10 @@ JSRoot { identifierName: "a" end: Object { column: 9 - index: 21 line: 3 } start: Object { column: 8 - index: 20 line: 3 } } @@ -214,12 +190,10 @@ JSRoot { filename: "core/opts/ranges-false/input.js" end: Object { column: 13 - index: 25 line: 3 } start: Object { column: 12 - index: 24 line: 3 } } diff --git a/internal/js-parser/test-fixtures/core/opts/ranges-true/input.test.md b/internal/js-parser/test-fixtures/core/opts/ranges-true/input.test.md index 468becd0daf..282d6d73140 100644 --- a/internal/js-parser/test-fixtures/core/opts/ranges-true/input.test.md +++ b/internal/js-parser/test-fixtures/core/opts/ranges-true/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/opts/ranges-true/input.js" end: Object { column: 0 - index: 27 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/opts/ranges-true/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/opts/ranges-true/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "a" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/opts/ranges-true/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "core/opts/ranges-true/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "core/opts/ranges-true/input.js" end: Object { column: 14 - index: 26 line: 3 } start: Object { column: 0 - index: 12 line: 3 } } @@ -134,12 +120,10 @@ JSRoot { filename: "core/opts/ranges-true/input.js" end: Object { column: 14 - index: 26 line: 3 } start: Object { column: 0 - index: 12 line: 3 } } @@ -152,12 +136,10 @@ JSRoot { identifierName: "b" end: Object { column: 5 - index: 17 line: 3 } start: Object { column: 4 - index: 16 line: 3 } } @@ -166,12 +148,10 @@ JSRoot { filename: "core/opts/ranges-true/input.js" end: Object { column: 13 - index: 25 line: 3 } start: Object { column: 4 - index: 16 line: 3 } } @@ -181,12 +161,10 @@ JSRoot { filename: "core/opts/ranges-true/input.js" end: Object { column: 13 - index: 25 line: 3 } start: Object { column: 8 - index: 20 line: 3 } } @@ -197,12 +175,10 @@ JSRoot { identifierName: "a" end: Object { column: 9 - index: 21 line: 3 } start: Object { column: 8 - index: 20 line: 3 } } @@ -214,12 +190,10 @@ JSRoot { filename: "core/opts/ranges-true/input.js" end: Object { column: 13 - index: 25 line: 3 } start: Object { column: 12 - index: 24 line: 3 } } diff --git a/internal/js-parser/test-fixtures/core/opts/tokens-false/input.test.md b/internal/js-parser/test-fixtures/core/opts/tokens-false/input.test.md index a783a141ea0..a1361fe5dcf 100644 --- a/internal/js-parser/test-fixtures/core/opts/tokens-false/input.test.md +++ b/internal/js-parser/test-fixtures/core/opts/tokens-false/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/opts/tokens-false/input.js" end: Object { column: 0 - index: 27 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/opts/tokens-false/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/opts/tokens-false/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "a" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/opts/tokens-false/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "core/opts/tokens-false/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "core/opts/tokens-false/input.js" end: Object { column: 14 - index: 26 line: 3 } start: Object { column: 0 - index: 12 line: 3 } } @@ -134,12 +120,10 @@ JSRoot { filename: "core/opts/tokens-false/input.js" end: Object { column: 14 - index: 26 line: 3 } start: Object { column: 0 - index: 12 line: 3 } } @@ -152,12 +136,10 @@ JSRoot { identifierName: "b" end: Object { column: 5 - index: 17 line: 3 } start: Object { column: 4 - index: 16 line: 3 } } @@ -166,12 +148,10 @@ JSRoot { filename: "core/opts/tokens-false/input.js" end: Object { column: 13 - index: 25 line: 3 } start: Object { column: 4 - index: 16 line: 3 } } @@ -181,12 +161,10 @@ JSRoot { filename: "core/opts/tokens-false/input.js" end: Object { column: 13 - index: 25 line: 3 } start: Object { column: 8 - index: 20 line: 3 } } @@ -197,12 +175,10 @@ JSRoot { identifierName: "a" end: Object { column: 9 - index: 21 line: 3 } start: Object { column: 8 - index: 20 line: 3 } } @@ -214,12 +190,10 @@ JSRoot { filename: "core/opts/tokens-false/input.js" end: Object { column: 13 - index: 25 line: 3 } start: Object { column: 12 - index: 24 line: 3 } } diff --git a/internal/js-parser/test-fixtures/core/opts/tokens-true/input.test.md b/internal/js-parser/test-fixtures/core/opts/tokens-true/input.test.md index 947a834548d..bf4bf104f72 100644 --- a/internal/js-parser/test-fixtures/core/opts/tokens-true/input.test.md +++ b/internal/js-parser/test-fixtures/core/opts/tokens-true/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/opts/tokens-true/input.js" end: Object { column: 0 - index: 27 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/opts/tokens-true/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/opts/tokens-true/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "a" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/opts/tokens-true/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "core/opts/tokens-true/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "core/opts/tokens-true/input.js" end: Object { column: 14 - index: 26 line: 3 } start: Object { column: 0 - index: 12 line: 3 } } @@ -134,12 +120,10 @@ JSRoot { filename: "core/opts/tokens-true/input.js" end: Object { column: 14 - index: 26 line: 3 } start: Object { column: 0 - index: 12 line: 3 } } @@ -152,12 +136,10 @@ JSRoot { identifierName: "b" end: Object { column: 5 - index: 17 line: 3 } start: Object { column: 4 - index: 16 line: 3 } } @@ -166,12 +148,10 @@ JSRoot { filename: "core/opts/tokens-true/input.js" end: Object { column: 13 - index: 25 line: 3 } start: Object { column: 4 - index: 16 line: 3 } } @@ -181,12 +161,10 @@ JSRoot { filename: "core/opts/tokens-true/input.js" end: Object { column: 13 - index: 25 line: 3 } start: Object { column: 8 - index: 20 line: 3 } } @@ -197,12 +175,10 @@ JSRoot { identifierName: "a" end: Object { column: 9 - index: 21 line: 3 } start: Object { column: 8 - index: 20 line: 3 } } @@ -214,12 +190,10 @@ JSRoot { filename: "core/opts/tokens-true/input.js" end: Object { column: 13 - index: 25 line: 3 } start: Object { column: 12 - index: 24 line: 3 } } diff --git a/internal/js-parser/test-fixtures/core/regression/2591/input.test.md b/internal/js-parser/test-fixtures/core/regression/2591/input.test.md index a739d6a593a..6f76b6529e3 100644 --- a/internal/js-parser/test-fixtures/core/regression/2591/input.test.md +++ b/internal/js-parser/test-fixtures/core/regression/2591/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/regression/2591/input.js" end: Object { column: 0 - index: 34 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "x" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "core/regression/2591/input.js" end: Object { column: 1 - index: 33 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "core/regression/2591/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "core/regression/2591/input.js" end: Object { column: 1 - index: 33 line: 4 } start: Object { column: 13 - index: 13 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "core/regression/2591/input.js" end: Object { column: 7 - index: 22 line: 2 } start: Object { column: 2 - index: 17 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "core/regression/2591/input.js" end: Object { column: 7 - index: 22 line: 2 } start: Object { column: 2 - index: 17 line: 2 } } @@ -140,12 +126,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 22 line: 2 } start: Object { column: 6 - index: 21 line: 2 } } @@ -155,12 +139,10 @@ JSRoot { filename: "core/regression/2591/input.js" end: Object { column: 7 - index: 22 line: 2 } start: Object { column: 6 - index: 21 line: 2 } } @@ -173,12 +155,10 @@ JSRoot { filename: "core/regression/2591/input.js" end: Object { column: 8 - index: 31 line: 3 } start: Object { column: 2 - index: 25 line: 3 } } @@ -193,12 +173,10 @@ JSRoot { filename: "core/regression/2591/input.js" end: Object { column: 7 - index: 30 line: 3 } start: Object { column: 2 - index: 25 line: 3 } } @@ -207,12 +185,10 @@ JSRoot { filename: "core/regression/2591/input.js" end: Object { column: 6 - index: 29 line: 3 } start: Object { column: 3 - index: 26 line: 3 } } @@ -223,12 +199,10 @@ JSRoot { filename: "core/regression/2591/input.js" end: Object { column: 4 - index: 27 line: 3 } start: Object { column: 3 - index: 26 line: 3 } } @@ -239,12 +213,10 @@ JSRoot { filename: "core/regression/2591/input.js" end: Object { column: 5 - index: 28 line: 3 } start: Object { column: 4 - index: 27 line: 3 } } @@ -255,12 +227,10 @@ JSRoot { filename: "core/regression/2591/input.js" end: Object { column: 6 - index: 29 line: 3 } start: Object { column: 5 - index: 28 line: 3 } } diff --git a/internal/js-parser/test-fixtures/core/regression/9374/input.test.md b/internal/js-parser/test-fixtures/core/regression/9374/input.test.md index cb5fea4a8f4..8e856de118a 100644 --- a/internal/js-parser/test-fixtures/core/regression/9374/input.test.md +++ b/internal/js-parser/test-fixtures/core/regression/9374/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/regression/9374/input.js" end: Object { column: 0 - index: 40 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "test" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "core/regression/9374/input.js" end: Object { column: 1 - index: 39 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "core/regression/9374/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "core/regression/9374/input.js" end: Object { column: 1 - index: 39 line: 3 } start: Object { column: 17 - index: 17 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "core/regression/9374/input.js" end: Object { column: 18 - index: 37 line: 2 } start: Object { column: 2 - index: 21 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "core/regression/9374/input.js" end: Object { column: 17 - index: 36 line: 2 } start: Object { column: 2 - index: 21 line: 2 } } @@ -139,12 +125,10 @@ JSRoot { filename: "core/regression/9374/input.js" end: Object { column: 17 - index: 36 line: 2 } start: Object { column: 8 - index: 27 line: 2 } } @@ -155,12 +139,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 15 - index: 34 line: 2 } start: Object { column: 12 - index: 31 line: 2 } } diff --git a/internal/js-parser/test-fixtures/core/regression/T2921/input.test.md b/internal/js-parser/test-fixtures/core/regression/T2921/input.test.md index 530474f5c13..369e98c7d6e 100644 --- a/internal/js-parser/test-fixtures/core/regression/T2921/input.test.md +++ b/internal/js-parser/test-fixtures/core/regression/T2921/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/regression/T2921/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "core/regression/T2921/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "core/regression/T2921/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "core/regression/T2921/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { identifierName: "a" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "core/regression/T2921/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -146,12 +132,10 @@ JSRoot { identifierName: "b" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/regression/invalid-octal-strict-directive-function/input.test.md b/internal/js-parser/test-fixtures/core/regression/invalid-octal-strict-directive-function/input.test.md index 5685572909d..e9110a589b7 100644 --- a/internal/js-parser/test-fixtures/core/regression/invalid-octal-strict-directive-function/input.test.md +++ b/internal/js-parser/test-fixtures/core/regression/invalid-octal-strict-directive-function/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/regression/invalid-octal-strict-directive-function/input.js" end: Object { column: 0 - index: 269 line: 33 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 4 - index: 19 line: 2 } start: Object { column: 4 - index: 19 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "core/regression/invalid-octal-strict-directive-function/input.js" end: Object { column: 1 - index: 40 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "core/regression/invalid-octal-strict-directive-function/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "core/regression/invalid-octal-strict-directive-function/input.js" end: Object { column: 1 - index: 40 line: 4 } start: Object { column: 13 - index: 13 line: 1 } } @@ -132,12 +120,10 @@ JSRoot { filename: "core/regression/invalid-octal-strict-directive-function/input.js" end: Object { column: 7 - index: 22 line: 2 } start: Object { column: 2 - index: 17 line: 2 } } @@ -148,12 +134,10 @@ JSRoot { filename: "core/regression/invalid-octal-strict-directive-function/input.js" end: Object { column: 15 - index: 38 line: 3 } start: Object { column: 2 - index: 25 line: 3 } } @@ -169,12 +153,10 @@ JSRoot { identifierName: "b" end: Object { column: 10 - index: 52 line: 6 } start: Object { column: 9 - index: 51 line: 6 } } @@ -183,12 +165,10 @@ JSRoot { filename: "core/regression/invalid-octal-strict-directive-function/input.js" end: Object { column: 1 - index: 90 line: 10 } start: Object { column: 0 - index: 42 line: 6 } } @@ -205,12 +185,10 @@ JSRoot { filename: "core/regression/invalid-octal-strict-directive-function/input.js" end: Object { column: 12 - index: 54 line: 6 } start: Object { column: 10 - index: 52 line: 6 } } @@ -221,12 +199,10 @@ JSRoot { filename: "core/regression/invalid-octal-strict-directive-function/input.js" end: Object { column: 1 - index: 90 line: 10 } start: Object { column: 13 - index: 55 line: 6 } } @@ -237,12 +213,10 @@ JSRoot { filename: "core/regression/invalid-octal-strict-directive-function/input.js" end: Object { column: 7 - index: 64 line: 7 } start: Object { column: 2 - index: 59 line: 7 } } @@ -253,12 +227,10 @@ JSRoot { filename: "core/regression/invalid-octal-strict-directive-function/input.js" end: Object { column: 7 - index: 72 line: 8 } start: Object { column: 2 - index: 67 line: 8 } } @@ -269,12 +241,10 @@ JSRoot { filename: "core/regression/invalid-octal-strict-directive-function/input.js" end: Object { column: 15 - index: 88 line: 9 } start: Object { column: 2 - index: 75 line: 9 } } @@ -290,12 +260,10 @@ JSRoot { identifierName: "c" end: Object { column: 10 - index: 102 line: 12 } start: Object { column: 9 - index: 101 line: 12 } } @@ -304,12 +272,10 @@ JSRoot { filename: "core/regression/invalid-octal-strict-directive-function/input.js" end: Object { column: 1 - index: 132 line: 15 } start: Object { column: 0 - index: 92 line: 12 } } @@ -326,12 +292,10 @@ JSRoot { filename: "core/regression/invalid-octal-strict-directive-function/input.js" end: Object { column: 12 - index: 104 line: 12 } start: Object { column: 10 - index: 102 line: 12 } } @@ -342,12 +306,10 @@ JSRoot { filename: "core/regression/invalid-octal-strict-directive-function/input.js" end: Object { column: 1 - index: 132 line: 15 } start: Object { column: 13 - index: 105 line: 12 } } @@ -358,12 +320,10 @@ JSRoot { filename: "core/regression/invalid-octal-strict-directive-function/input.js" end: Object { column: 15 - index: 122 line: 13 } start: Object { column: 2 - index: 109 line: 13 } } @@ -374,12 +334,10 @@ JSRoot { filename: "core/regression/invalid-octal-strict-directive-function/input.js" end: Object { column: 7 - index: 130 line: 14 } start: Object { column: 2 - index: 125 line: 14 } } @@ -395,12 +353,10 @@ JSRoot { identifierName: "d" end: Object { column: 10 - index: 144 line: 17 } start: Object { column: 9 - index: 143 line: 17 } } @@ -409,12 +365,10 @@ JSRoot { filename: "core/regression/invalid-octal-strict-directive-function/input.js" end: Object { column: 1 - index: 182 line: 21 } start: Object { column: 0 - index: 134 line: 17 } } @@ -431,12 +385,10 @@ JSRoot { filename: "core/regression/invalid-octal-strict-directive-function/input.js" end: Object { column: 12 - index: 146 line: 17 } start: Object { column: 10 - index: 144 line: 17 } } @@ -447,12 +399,10 @@ JSRoot { filename: "core/regression/invalid-octal-strict-directive-function/input.js" end: Object { column: 1 - index: 182 line: 21 } start: Object { column: 13 - index: 147 line: 17 } } @@ -463,12 +413,10 @@ JSRoot { filename: "core/regression/invalid-octal-strict-directive-function/input.js" end: Object { column: 15 - index: 164 line: 18 } start: Object { column: 2 - index: 151 line: 18 } } @@ -479,12 +427,10 @@ JSRoot { filename: "core/regression/invalid-octal-strict-directive-function/input.js" end: Object { column: 7 - index: 172 line: 19 } start: Object { column: 2 - index: 167 line: 19 } } @@ -495,12 +441,10 @@ JSRoot { filename: "core/regression/invalid-octal-strict-directive-function/input.js" end: Object { column: 7 - index: 180 line: 20 } start: Object { column: 2 - index: 175 line: 20 } } @@ -516,12 +460,10 @@ JSRoot { identifierName: "c" end: Object { column: 10 - index: 194 line: 23 } start: Object { column: 9 - index: 193 line: 23 } } @@ -530,12 +472,10 @@ JSRoot { filename: "core/regression/invalid-octal-strict-directive-function/input.js" end: Object { column: 1 - index: 222 line: 26 } start: Object { column: 0 - index: 184 line: 23 } } @@ -552,12 +492,10 @@ JSRoot { filename: "core/regression/invalid-octal-strict-directive-function/input.js" end: Object { column: 12 - index: 196 line: 23 } start: Object { column: 10 - index: 194 line: 23 } } @@ -567,12 +505,10 @@ JSRoot { filename: "core/regression/invalid-octal-strict-directive-function/input.js" end: Object { column: 1 - index: 222 line: 26 } start: Object { column: 13 - index: 197 line: 23 } } @@ -583,12 +519,10 @@ JSRoot { filename: "core/regression/invalid-octal-strict-directive-function/input.js" end: Object { column: 15 - index: 214 line: 24 } start: Object { column: 2 - index: 201 line: 24 } } @@ -600,12 +534,10 @@ JSRoot { filename: "core/regression/invalid-octal-strict-directive-function/input.js" end: Object { column: 5 - index: 220 line: 25 } start: Object { column: 2 - index: 217 line: 25 } } @@ -616,12 +548,10 @@ JSRoot { filename: "core/regression/invalid-octal-strict-directive-function/input.js" end: Object { column: 4 - index: 219 line: 25 } start: Object { column: 2 - index: 217 line: 25 } } @@ -638,12 +568,10 @@ JSRoot { identifierName: "d" end: Object { column: 10 - index: 234 line: 28 } start: Object { column: 9 - index: 233 line: 28 } } @@ -652,12 +580,10 @@ JSRoot { filename: "core/regression/invalid-octal-strict-directive-function/input.js" end: Object { column: 1 - index: 268 line: 32 } start: Object { column: 0 - index: 224 line: 28 } } @@ -674,12 +600,10 @@ JSRoot { filename: "core/regression/invalid-octal-strict-directive-function/input.js" end: Object { column: 12 - index: 236 line: 28 } start: Object { column: 10 - index: 234 line: 28 } } @@ -689,12 +613,10 @@ JSRoot { filename: "core/regression/invalid-octal-strict-directive-function/input.js" end: Object { column: 1 - index: 268 line: 32 } start: Object { column: 13 - index: 237 line: 28 } } @@ -705,12 +627,10 @@ JSRoot { filename: "core/regression/invalid-octal-strict-directive-function/input.js" end: Object { column: 15 - index: 254 line: 29 } start: Object { column: 2 - index: 241 line: 29 } } @@ -722,12 +642,10 @@ JSRoot { filename: "core/regression/invalid-octal-strict-directive-function/input.js" end: Object { column: 5 - index: 260 line: 30 } start: Object { column: 2 - index: 257 line: 30 } } @@ -738,12 +656,10 @@ JSRoot { filename: "core/regression/invalid-octal-strict-directive-function/input.js" end: Object { column: 4 - index: 259 line: 30 } start: Object { column: 2 - index: 257 line: 30 } } @@ -754,12 +670,10 @@ JSRoot { filename: "core/regression/invalid-octal-strict-directive-function/input.js" end: Object { column: 5 - index: 266 line: 31 } start: Object { column: 2 - index: 263 line: 31 } } @@ -770,12 +684,10 @@ JSRoot { filename: "core/regression/invalid-octal-strict-directive-function/input.js" end: Object { column: 4 - index: 265 line: 31 } start: Object { column: 2 - index: 263 line: 31 } } diff --git a/internal/js-parser/test-fixtures/core/regression/invalid-octal-strict-directive/input.test.md b/internal/js-parser/test-fixtures/core/regression/invalid-octal-strict-directive/input.test.md index 7fc788612d2..4014f2c9a37 100644 --- a/internal/js-parser/test-fixtures/core/regression/invalid-octal-strict-directive/input.test.md +++ b/internal/js-parser/test-fixtures/core/regression/invalid-octal-strict-directive/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "core/regression/invalid-octal-strict-directive/input.js" end: Object { column: 0 - index: 97 line: 15 } start: Object { column: 0 - index: 0 line: 1 } } @@ -43,12 +41,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 54 line: 8 } start: Object { column: 2 - index: 54 line: 8 } } @@ -60,12 +56,10 @@ JSRoot { filename: "core/regression/invalid-octal-strict-directive/input.js" end: Object { column: 3 - index: 68 line: 11 } start: Object { column: 0 - index: 65 line: 11 } } @@ -76,12 +70,10 @@ JSRoot { filename: "core/regression/invalid-octal-strict-directive/input.js" end: Object { column: 2 - index: 67 line: 11 } start: Object { column: 0 - index: 65 line: 11 } } @@ -92,12 +84,10 @@ JSRoot { filename: "core/regression/invalid-octal-strict-directive/input.js" end: Object { column: 3 - index: 72 line: 12 } start: Object { column: 0 - index: 69 line: 12 } } @@ -108,12 +98,10 @@ JSRoot { filename: "core/regression/invalid-octal-strict-directive/input.js" end: Object { column: 2 - index: 71 line: 12 } start: Object { column: 0 - index: 69 line: 12 } } @@ -124,12 +112,10 @@ JSRoot { filename: "core/regression/invalid-octal-strict-directive/input.js" end: Object { column: 22 - index: 96 line: 14 } start: Object { column: 0 - index: 74 line: 14 } } @@ -139,12 +125,10 @@ JSRoot { filename: "core/regression/invalid-octal-strict-directive/input.js" end: Object { column: 21 - index: 95 line: 14 } start: Object { column: 0 - index: 74 line: 14 } } @@ -158,12 +142,10 @@ JSRoot { filename: "core/regression/invalid-octal-strict-directive/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -174,12 +156,10 @@ JSRoot { filename: "core/regression/invalid-octal-strict-directive/input.js" end: Object { column: 5 - index: 29 line: 3 } start: Object { column: 0 - index: 24 line: 3 } } @@ -190,12 +170,10 @@ JSRoot { filename: "core/regression/invalid-octal-strict-directive/input.js" end: Object { column: 5 - index: 35 line: 4 } start: Object { column: 0 - index: 30 line: 4 } } @@ -206,12 +184,10 @@ JSRoot { filename: "core/regression/invalid-octal-strict-directive/input.js" end: Object { column: 13 - index: 50 line: 6 } start: Object { column: 0 - index: 37 line: 6 } } @@ -222,12 +198,10 @@ JSRoot { filename: "core/regression/invalid-octal-strict-directive/input.js" end: Object { column: 5 - index: 57 line: 8 } start: Object { column: 0 - index: 52 line: 8 } } @@ -238,12 +212,10 @@ JSRoot { filename: "core/regression/invalid-octal-strict-directive/input.js" end: Object { column: 5 - index: 63 line: 9 } start: Object { column: 0 - index: 58 line: 9 } } diff --git a/internal/js-parser/test-fixtures/core/regression/non-octal-float-strict-mode/input.test.md b/internal/js-parser/test-fixtures/core/regression/non-octal-float-strict-mode/input.test.md index 50f910cc2d6..9fd7b8df855 100644 --- a/internal/js-parser/test-fixtures/core/regression/non-octal-float-strict-mode/input.test.md +++ b/internal/js-parser/test-fixtures/core/regression/non-octal-float-strict-mode/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/regression/non-octal-float-strict-mode/input.js" end: Object { column: 0 - index: 5 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/regression/non-octal-float-strict-mode/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "core/regression/non-octal-float-strict-mode/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/regression/non-octal-float/input.test.md b/internal/js-parser/test-fixtures/core/regression/non-octal-float/input.test.md index 99eb2ec978a..3eb206d7f7d 100644 --- a/internal/js-parser/test-fixtures/core/regression/non-octal-float/input.test.md +++ b/internal/js-parser/test-fixtures/core/regression/non-octal-float/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/regression/non-octal-float/input.js" end: Object { column: 0 - index: 5 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/regression/non-octal-float/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/regression/non-octal-float/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/regression/octal-float-fail/input.test.md b/internal/js-parser/test-fixtures/core/regression/octal-float-fail/input.test.md index 369804a3f1b..f0ed988c1cd 100644 --- a/internal/js-parser/test-fixtures/core/regression/octal-float-fail/input.test.md +++ b/internal/js-parser/test-fixtures/core/regression/octal-float-fail/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/regression/octal-float-fail/input.js" end: Object { column: 0 - index: 5 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/regression/octal-float-fail/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "core/regression/octal-float-fail/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "core/regression/octal-float-fail/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "core/regression/octal-float-fail/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/regression/use-strict-with-pre-semi/input.test.md b/internal/js-parser/test-fixtures/core/regression/use-strict-with-pre-semi/input.test.md index 4a15f662585..825b834c943 100644 --- a/internal/js-parser/test-fixtures/core/regression/use-strict-with-pre-semi/input.test.md +++ b/internal/js-parser/test-fixtures/core/regression/use-strict-with-pre-semi/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/regression/use-strict-with-pre-semi/input.js" end: Object { column: 0 - index: 56 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "core/regression/use-strict-with-pre-semi/input.js" end: Object { column: 1 - index: 55 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "core/regression/use-strict-with-pre-semi/input.js" end: Object { column: 1 - index: 55 line: 3 } start: Object { column: 22 - index: 22 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/regression/use-strict-with-pre-semi/input.js" end: Object { column: 2 - index: 26 line: 2 } start: Object { column: 1 - index: 25 line: 2 } } @@ -99,12 +89,10 @@ JSRoot { filename: "core/regression/use-strict-with-pre-semi/input.js" end: Object { column: 16 - index: 40 line: 2 } start: Object { column: 3 - index: 27 line: 2 } } @@ -114,12 +102,10 @@ JSRoot { filename: "core/regression/use-strict-with-pre-semi/input.js" end: Object { column: 15 - index: 39 line: 2 } start: Object { column: 3 - index: 27 line: 2 } } @@ -130,12 +116,10 @@ JSRoot { filename: "core/regression/use-strict-with-pre-semi/input.js" end: Object { column: 29 - index: 53 line: 2 } start: Object { column: 17 - index: 41 line: 2 } } @@ -145,12 +129,10 @@ JSRoot { filename: "core/regression/use-strict-with-pre-semi/input.js" end: Object { column: 25 - index: 49 line: 2 } start: Object { column: 23 - index: 47 line: 2 } } @@ -162,12 +144,10 @@ JSRoot { filename: "core/regression/use-strict-with-pre-semi/input.js" end: Object { column: 29 - index: 53 line: 2 } start: Object { column: 27 - index: 51 line: 2 } } @@ -187,12 +167,10 @@ JSRoot { filename: "core/regression/use-strict-with-pre-semi/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -202,12 +180,10 @@ JSRoot { filename: "core/regression/use-strict-with-pre-semi/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -217,12 +193,10 @@ JSRoot { filename: "core/regression/use-strict-with-pre-semi/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -233,12 +207,10 @@ JSRoot { filename: "core/regression/use-strict-with-pre-semi/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -249,12 +221,10 @@ JSRoot { filename: "core/regression/use-strict-with-pre-semi/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -267,12 +237,10 @@ JSRoot { identifierName: "a" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -283,12 +251,10 @@ JSRoot { filename: "core/regression/use-strict-with-pre-semi/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/1/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/1/input.test.md index 84fea619b7a..baf9be63219 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/1/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/1/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/1/input.js" end: Object { column: 0 - index: 5 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/1/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "core/uncategorised/1/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/10/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/10/input.test.md index ec096ca2cb3..ea49ba56a08 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/10/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/10/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/10/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/10/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/10/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "core/uncategorised/10/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "core/uncategorised/10/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/100/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/100/input.test.md index 51cfac87793..e23e5543346 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/100/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/100/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/100/input.js" end: Object { column: 6 - index: 14 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/100/input.js" end: Object { column: 6 - index: 14 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/101/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/101/input.test.md index bcdb6009b57..c231b538390 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/101/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/101/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/101/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/101/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/102/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/102/input.test.md index 2d9e87ae8e6..479b1dbb65e 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/102/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/102/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/102/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/102/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/102/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/102/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { filename: "core/uncategorised/102/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "core/uncategorised/102/input.js" end: Object { column: 13 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "core/uncategorised/102/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "core/uncategorised/102/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -164,12 +146,10 @@ JSRoot { filename: "core/uncategorised/102/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -180,12 +160,10 @@ JSRoot { filename: "core/uncategorised/102/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/103/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/103/input.test.md index 140137e6f3f..a20dd9676c9 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/103/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/103/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/103/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/103/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/103/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/103/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { filename: "core/uncategorised/103/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "core/uncategorised/103/input.js" end: Object { column: 13 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "core/uncategorised/103/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "core/uncategorised/103/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -164,12 +146,10 @@ JSRoot { filename: "core/uncategorised/103/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -180,12 +160,10 @@ JSRoot { filename: "core/uncategorised/103/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/104/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/104/input.test.md index ec6494b3489..3017516f69a 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/104/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/104/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/104/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/104/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/104/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/104/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { filename: "core/uncategorised/104/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "core/uncategorised/104/input.js" end: Object { column: 13 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "core/uncategorised/104/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "core/uncategorised/104/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -164,12 +146,10 @@ JSRoot { filename: "core/uncategorised/104/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -180,12 +160,10 @@ JSRoot { filename: "core/uncategorised/104/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/105/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/105/input.test.md index d6e673c3f42..a97fc5fd288 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/105/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/105/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/105/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/105/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/105/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/105/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { filename: "core/uncategorised/105/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "core/uncategorised/105/input.js" end: Object { column: 14 - index: 15 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "core/uncategorised/105/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -150,12 +134,10 @@ JSRoot { filename: "core/uncategorised/105/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -166,12 +148,10 @@ JSRoot { filename: "core/uncategorised/105/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -182,12 +162,10 @@ JSRoot { filename: "core/uncategorised/105/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -198,12 +176,10 @@ JSRoot { filename: "core/uncategorised/105/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/106/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/106/input.test.md index b8aca0024cd..d54672fce3c 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/106/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/106/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/106/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/106/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/106/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/106/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { filename: "core/uncategorised/106/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "core/uncategorised/106/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "core/uncategorised/106/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -150,12 +134,10 @@ JSRoot { filename: "core/uncategorised/106/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -166,12 +148,10 @@ JSRoot { filename: "core/uncategorised/106/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -182,12 +162,10 @@ JSRoot { filename: "core/uncategorised/106/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -198,12 +176,10 @@ JSRoot { filename: "core/uncategorised/106/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -214,12 +190,10 @@ JSRoot { filename: "core/uncategorised/106/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -230,12 +204,10 @@ JSRoot { filename: "core/uncategorised/106/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/107/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/107/input.test.md index 2c766428131..862cb7dd753 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/107/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/107/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/107/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/107/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/107/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/107/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { filename: "core/uncategorised/107/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "core/uncategorised/107/input.js" end: Object { column: 18 - index: 19 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "core/uncategorised/107/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { filename: "core/uncategorised/107/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -167,12 +149,10 @@ JSRoot { filename: "core/uncategorised/107/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -181,12 +161,10 @@ JSRoot { filename: "core/uncategorised/107/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -197,12 +175,10 @@ JSRoot { filename: "core/uncategorised/107/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -213,12 +189,10 @@ JSRoot { filename: "core/uncategorised/107/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -228,12 +202,10 @@ JSRoot { filename: "core/uncategorised/107/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/108/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/108/input.test.md index 5e15c916ad8..d646ef56221 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/108/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/108/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/108/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/uncategorised/108/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "core/uncategorised/108/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "core/uncategorised/108/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { filename: "core/uncategorised/108/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { filename: "core/uncategorised/108/input.js" end: Object { column: 14 - index: 15 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { filename: "core/uncategorised/108/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -174,12 +156,10 @@ JSRoot { filename: "core/uncategorised/108/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -190,12 +170,10 @@ JSRoot { filename: "core/uncategorised/108/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -206,12 +184,10 @@ JSRoot { filename: "core/uncategorised/108/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -222,12 +198,10 @@ JSRoot { filename: "core/uncategorised/108/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/109/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/109/input.test.md index 0f627cea9d0..56f9691c0e2 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/109/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/109/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/109/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/109/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "core/uncategorised/109/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "Button" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/11/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/11/input.test.md index 2eb8edd044a..088b91a0a0b 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/11/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/11/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/11/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/11/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/11/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "core/uncategorised/11/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "core/uncategorised/11/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -113,12 +101,10 @@ JSRoot { filename: "core/uncategorised/11/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -130,12 +116,10 @@ JSRoot { filename: "core/uncategorised/11/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/110/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/110/input.test.md index 9cbb28afe87..4fac3d20c03 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/110/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/110/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/110/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/110/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "core/uncategorised/110/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "Button" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/111/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/111/input.test.md index 677344ad60e..1fdde610fc9 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/111/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/111/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/111/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/111/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "core/uncategorised/111/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "core/uncategorised/111/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "foo" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/112/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/112/input.test.md index 49ec075a21e..17a515ebb37 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/112/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/112/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/112/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/112/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "core/uncategorised/112/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "core/uncategorised/112/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "foo" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/113/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/113/input.test.md index e05dd8bb81b..d97f7cd3e81 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/113/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/113/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/113/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/113/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/113/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +60,10 @@ JSRoot { filename: "core/uncategorised/113/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { identifierName: "bar" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { identifierName: "bar" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "core/uncategorised/113/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { identifierName: "foo" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/114/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/114/input.test.md index 48318d095b7..e6b8eb79710 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/114/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/114/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/114/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/114/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "core/uncategorised/114/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "core/uncategorised/114/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { identifierName: "foo" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "bar" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "core/uncategorised/114/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/115/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/115/input.test.md index c7ae5c0e3a7..b0ffed6fa3a 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/115/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/115/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/115/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/115/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "core/uncategorised/115/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "core/uncategorised/115/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { identifierName: "foo" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "bar" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "bar" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/116/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/116/input.test.md index 9e565147e00..d4a456a4ff4 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/116/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/116/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/116/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/116/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/116/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +60,10 @@ JSRoot { filename: "core/uncategorised/116/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { identifierName: "bar" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { identifierName: "bar" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "core/uncategorised/116/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { identifierName: "foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/117/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/117/input.test.md index fc375d0644e..6c27636b26e 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/117/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/117/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/117/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/117/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "core/uncategorised/117/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "foo" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "bar" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "baz" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/118/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/118/input.test.md index 4eb80fc5f8c..ed67d410cfb 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/118/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/118/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/118/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/118/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/118/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "foo" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/119/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/119/input.test.md index 542eec0b375..fbeaf7e7861 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/119/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/119/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/119/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/119/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "core/uncategorised/119/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "universe" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "milkyway" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "milkyway" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/12/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/12/input.test.md index 07212d56912..672ee360788 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/12/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/12/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/12/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/12/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/12/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "core/uncategorised/12/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "core/uncategorised/12/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "core/uncategorised/12/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "core/uncategorised/12/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/120/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/120/input.test.md index f29267bf6a3..8602e76cedd 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/120/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/120/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/120/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/120/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "core/uncategorised/120/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "solarsystem" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { identifierName: "solarsystem" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "core/uncategorised/120/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { identifierName: "universe" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { identifierName: "milkyway" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { identifierName: "milkyway" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/121/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/121/input.test.md index 5bae5acbacf..3160a3e75db 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/121/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/121/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/121/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/121/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "core/uncategorised/121/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "Earth" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { identifierName: "Earth" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "core/uncategorised/121/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { identifierName: "solarsystem" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -130,12 +116,10 @@ JSRoot { identifierName: "solarsystem" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -145,12 +129,10 @@ JSRoot { filename: "core/uncategorised/121/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -161,12 +143,10 @@ JSRoot { identifierName: "universe" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -179,12 +159,10 @@ JSRoot { identifierName: "milkyway" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -194,12 +172,10 @@ JSRoot { identifierName: "milkyway" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/122/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/122/input.test.md index ee3816cf9aa..3af0f251ac7 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/122/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/122/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/122/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/122/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "core/uncategorised/122/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "universe" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "core/uncategorised/122/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "galaxyName" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "otherUselessName" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "core/uncategorised/122/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/123/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/123/input.test.md index aaeb9b00a6c..97701266f0a 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/123/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/123/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/123/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/123/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "core/uncategorised/123/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "universe" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "galaxyName" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "core/uncategorised/123/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/124/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/124/input.test.md index 033026147ef..a3854b1fd3d 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/124/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/124/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/124/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/124/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "core/uncategorised/124/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "galaxies" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { identifierName: "galaxies" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "core/uncategorised/124/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { identifierName: "universe" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { filename: "core/uncategorised/124/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -146,12 +130,10 @@ JSRoot { filename: "core/uncategorised/124/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/125/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/125/input.test.md index 6ccb4beba35..c043ebdb538 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/125/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/125/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/125/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/125/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "core/uncategorised/125/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "galaxies" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { identifierName: "galaxies" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "core/uncategorised/125/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { identifierName: "universe" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { filename: "core/uncategorised/125/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/126/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/126/input.test.md index 133472707a7..474c4263a86 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/126/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/126/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/126/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/126/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "core/uncategorised/126/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "milkyway" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { identifierName: "milkyway" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "core/uncategorised/126/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "core/uncategorised/126/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { filename: "core/uncategorised/126/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "core/uncategorised/126/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -165,12 +147,10 @@ JSRoot { filename: "core/uncategorised/126/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -182,12 +162,10 @@ JSRoot { identifierName: "galaxies" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -197,12 +175,10 @@ JSRoot { identifierName: "galaxies" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -212,12 +188,10 @@ JSRoot { filename: "core/uncategorised/126/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -228,12 +202,10 @@ JSRoot { identifierName: "universe" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -246,12 +218,10 @@ JSRoot { filename: "core/uncategorised/126/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/127/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/127/input.test.md index 4c01313c2eb..f321f89127f 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/127/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/127/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/127/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/127/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "core/uncategorised/127/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "core/uncategorised/127/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/127/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { identifierName: "prepareForElection" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { identifierName: "prepareForElection" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "core/uncategorised/127/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -148,12 +132,10 @@ JSRoot { identifierName: "Indonesia" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -163,12 +145,10 @@ JSRoot { identifierName: "Indonesia" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -178,12 +158,10 @@ JSRoot { filename: "core/uncategorised/127/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -194,12 +172,10 @@ JSRoot { identifierName: "earth" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -212,12 +188,10 @@ JSRoot { identifierName: "asia" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -227,12 +201,10 @@ JSRoot { identifierName: "asia" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/128/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/128/input.test.md index b58415efee7..e8aee189ed3 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/128/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/128/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/128/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/128/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "core/uncategorised/128/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "universe" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "if" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "if" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/129/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/129/input.test.md index b1b731b00dd..11feb8c8de5 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/129/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/129/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/129/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/129/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "core/uncategorised/129/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "universe" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "true" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "true" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/13/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/13/input.test.md index 9569f7e9439..db9cd125dee 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/13/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/13/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/13/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/13/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/13/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "core/uncategorised/13/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "core/uncategorised/13/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "core/uncategorised/13/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { filename: "core/uncategorised/13/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "core/uncategorised/13/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/130/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/130/input.test.md index 738b78a3c81..97d25cf8177 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/130/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/130/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/130/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/130/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "core/uncategorised/130/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "universe" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "false" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "false" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/131/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/131/input.test.md index e62000da75f..edec84b89c1 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/131/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/131/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/131/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/131/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "core/uncategorised/131/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "universe" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "null" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "null" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/132/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/132/input.test.md index 238461b7618..2cc7754b2bd 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/132/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/132/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/132/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/132/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/132/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/133/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/133/input.test.md index d62e332379d..97c4119e0d9 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/133/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/133/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/133/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/133/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/133/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/134/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/134/input.test.md index daaa0381cca..8dc3bdd7dc9 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/134/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/134/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/134/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/134/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/134/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "eval" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/135/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/135/input.test.md index 4b4019bbbb2..83b4663d183 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/135/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/135/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/135/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/135/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/135/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "eval" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/136/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/136/input.test.md index 4aa55db135f..7ea32b562cf 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/136/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/136/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/136/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/136/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/136/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/137/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/137/input.test.md index 7fc0ab240be..57d8a45e617 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/137/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/137/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/137/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/137/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/137/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/138/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/138/input.test.md index 75ba0b183b6..d41d5c98fbe 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/138/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/138/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/138/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/138/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/138/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "x" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/139/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/139/input.test.md index e8fbf3e04a4..6c4692e79a9 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/139/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/139/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/139/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/139/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/139/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "x" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/14/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/14/input.test.md index 2de172d0062..744ababaeb6 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/14/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/14/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/14/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/14/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/14/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "core/uncategorised/14/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { identifierName: "\u65e5\u672c\u8a9e" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/140/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/140/input.test.md index d708c255e5f..fb367fe4015 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/140/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/140/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/140/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/140/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/140/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "eval" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/141/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/141/input.test.md index 6f6205aa73f..6393ba68433 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/141/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/141/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/141/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/141/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/141/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "eval" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/142/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/142/input.test.md index 9c90f50e3ce..e8604e5fa4c 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/142/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/142/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/142/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/142/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/142/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/143/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/143/input.test.md index 862044d0e19..f4c7d3cad6c 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/143/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/143/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/143/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/143/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/143/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/144/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/144/input.test.md index 6dc56b7aa6e..4b9e89e90a7 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/144/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/144/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/144/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/144/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/144/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "x" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/145/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/145/input.test.md index 219c21d1dbb..95ed2f1ac6a 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/145/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/145/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/145/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/145/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/145/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "x" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/146/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/146/input.test.md index 98f8f4fc084..e9434f2209f 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/146/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/146/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/146/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/146/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/146/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "x" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/147/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/147/input.test.md index 096cc857c86..c1fc41b6504 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/147/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/147/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/147/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/147/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/147/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "x" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/148/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/148/input.test.md index 51b7bea7131..f61b174db90 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/148/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/148/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/148/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/148/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/148/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "x" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/149/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/149/input.test.md index f2abb3b14e4..1e06e5ca477 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/149/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/149/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/149/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/149/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/149/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/15/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/15/input.test.md index 8c86bad7093..83a7fc7e724 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/15/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/15/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/15/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/15/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/15/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "core/uncategorised/15/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { identifierName: "T\u203f" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/150/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/150/input.test.md index b204077fc1c..8266bc08006 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/150/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/150/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/150/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/150/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/150/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/151/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/151/input.test.md index 04c6f06003a..a2f0b1401b1 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/151/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/151/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/151/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/151/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/151/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/152/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/152/input.test.md index 84b2fb7fe03..95d84c6f00c 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/152/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/152/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/152/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/152/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/152/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/153/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/153/input.test.md index 02b04877a82..a3c6bdd5f2b 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/153/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/153/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/153/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/153/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/153/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/154/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/154/input.test.md index 259cda972f3..fbed34d4181 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/154/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/154/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/154/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/154/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/154/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/155/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/155/input.test.md index 1ad40388955..c2845091510 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/155/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/155/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/155/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/155/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/155/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/156/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/156/input.test.md index 58ee6ea2b35..89bdd99ccd3 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/156/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/156/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/156/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/156/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/156/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "y" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/157/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/157/input.test.md index de5532ecfdf..104f09b1761 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/157/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/157/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/157/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/157/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/157/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "y" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/158/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/158/input.test.md index 5194c30c13a..222d88eb4b1 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/158/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/158/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/158/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/158/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/158/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "y" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/159/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/159/input.test.md index 340f72c2dd8..76e8fb4dcaf 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/159/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/159/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/159/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/159/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/159/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/16/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/16/input.test.md index 13ed2cdfaa3..c042b8d76a1 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/16/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/16/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/16/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/16/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/16/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "core/uncategorised/16/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { identifierName: "T\u200c" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/160/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/160/input.test.md index 9d2afef0c8f..571df17ec8a 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/160/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/160/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/160/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/160/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/160/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/161/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/161/input.test.md index e9060a61d8d..04f5023d8e8 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/161/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/161/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/161/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/161/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/161/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "y" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/162/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/162/input.test.md index e68cbcdbbc7..a9486226a0b 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/162/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/162/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/162/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/162/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/162/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "y" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/163/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/163/input.test.md index 436e8388b41..0bbe3de9a26 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/163/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/163/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/163/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/163/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/163/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "y" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/164/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/164/input.test.md index 03757a6d8dc..19ee1e86906 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/164/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/164/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/164/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/164/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/164/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "y" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/165/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/165/input.test.md index f8d51ed8c63..fe0abb155ef 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/165/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/165/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/165/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/165/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/165/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "z" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/165/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/166/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/166/input.test.md index a995d33b679..aa1d69b8c39 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/166/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/166/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/166/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/166/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/166/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "y" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/167/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/167/input.test.md index f95b44df2c3..f3f02a823f0 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/167/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/167/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/167/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/167/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/167/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "y" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/168/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/168/input.test.md index 972ce0db493..8de2b318d50 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/168/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/168/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/168/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/168/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/168/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "y" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/169/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/169/input.test.md index f5e753df441..bdeb4d5a852 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/169/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/169/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/169/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/169/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/169/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "y" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/17/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/17/input.test.md index 8fa4fcd6b24..2218c00677b 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/17/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/17/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/17/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/17/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/17/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "core/uncategorised/17/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { identifierName: "T\u200d" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/170/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/170/input.test.md index 5065c6270a3..9a5f4723e2b 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/170/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/170/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/170/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/170/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/170/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/171/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/171/input.test.md index f28d2be5765..6b7feee152b 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/171/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/171/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/171/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/171/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/171/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/172/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/172/input.test.md index 6123bc28e21..3e39a2c16f2 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/172/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/172/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/172/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/172/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/172/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/173/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/173/input.test.md index 8be98e84cc9..b6fe2aab229 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/173/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/173/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/173/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/173/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/173/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "z" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/173/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/174/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/174/input.test.md index dc2578a8cbe..d74134f2043 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/174/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/174/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/174/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/174/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/174/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "z" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/174/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/175/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/175/input.test.md index c2a3950359c..af2a929c582 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/175/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/175/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/175/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/175/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/175/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "z" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/175/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/176/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/176/input.test.md index ca32eda0ebf..8ec0be57721 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/176/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/176/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/176/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/176/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/176/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "z" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/176/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/177/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/177/input.test.md index ad158115a38..08608e0774e 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/177/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/177/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/177/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/177/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/177/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/177/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "z" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/178/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/178/input.test.md index c1c9ffa7319..5db2c7f8204 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/178/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/178/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/178/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/178/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/178/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/178/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "z" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/179/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/179/input.test.md index 3d222b10b09..1ec24f563a8 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/179/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/179/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/179/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/179/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/179/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/179/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "z" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/18/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/18/input.test.md index df38c3726d3..026839394a8 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/18/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/18/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/18/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/18/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/18/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "core/uncategorised/18/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { identifierName: "\u2163\u2161" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/180/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/180/input.test.md index 9fcea6038e0..fba2e970a23 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/180/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/180/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/180/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/180/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/180/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "z" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/180/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/181/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/181/input.test.md index bd7c19c383e..57b0e5ad9f4 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/181/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/181/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/181/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/181/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/181/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "z" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/181/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/182/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/182/input.test.md index 548133ec957..cd95fc9de98 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/182/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/182/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/182/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/182/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/182/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "z" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/182/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/183/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/183/input.test.md index 8b7fe9cc177..d44b6f5f2e3 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/183/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/183/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/183/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/183/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/183/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "z" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/183/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/184/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/184/input.test.md index 3464dcb7ba5..edf0769ad5d 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/184/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/184/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/184/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/184/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/184/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "z" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/184/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "y" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/185/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/185/input.test.md index 7db6b5f935b..0e87b32432c 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/185/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/185/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/185/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/185/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/185/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "z" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/185/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/186/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/186/input.test.md index 1dc77dee51b..dd4a289fc04 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/186/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/186/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/186/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/186/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/186/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "z" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/186/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/187/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/187/input.test.md index 74ac70be1d9..ee0adeb1e61 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/187/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/187/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/187/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/187/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/187/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "z" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/187/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/188/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/188/input.test.md index 4d1d4bf9775..f7a0b0b87b9 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/188/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/188/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/188/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/188/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/188/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "z" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/188/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/189/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/189/input.test.md index 2be8171fb5f..6eef9f7b0c1 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/189/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/189/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/189/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/189/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/189/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/189/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "z" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/19/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/19/input.test.md index d813141e6e0..d5f6aefae0e 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/19/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/19/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/19/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/19/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/19/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "core/uncategorised/19/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { identifierName: "\u2163\u2161" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/190/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/190/input.test.md index a414de1b958..f5639515f97 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/190/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/190/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/190/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/190/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/190/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/190/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "z" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/191/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/191/input.test.md index 8e56d6a0b48..ae9a0f59652 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/191/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/191/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/191/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/191/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/191/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "y" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/192/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/192/input.test.md index c52529e4670..62e9d7deb59 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/192/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/192/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/192/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/192/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/192/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "y" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/193/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/193/input.test.md index 48a613ef6ae..31b5a649630 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/193/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/193/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/193/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/193/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/193/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "z" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/193/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "y" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/194/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/194/input.test.md index 87436d714f4..f08fe4e8cdd 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/194/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/194/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/194/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/194/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/194/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "z" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/194/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "y" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/195/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/195/input.test.md index 391cd1a46ec..67113b029b5 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/195/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/195/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/195/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/195/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/195/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/195/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "y" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "z" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/196/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/196/input.test.md index 4e9caf77ee4..4f4449ad49c 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/196/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/196/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/196/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/196/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/196/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/196/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "y" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "z" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/197/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/197/input.test.md index 584e9a425a6..da71791acb1 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/197/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/197/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/197/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/197/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "core/uncategorised/197/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "core/uncategorised/197/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/197/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { identifierName: "y" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/198/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/198/input.test.md index dd1642df471..290d3a04dbf 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/198/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/198/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/198/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/198/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "core/uncategorised/198/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "core/uncategorised/198/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/198/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "core/uncategorised/198/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { identifierName: "y" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/199/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/199/input.test.md index bed8d3b79e0..994e0d57311 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/199/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/199/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/199/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/199/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/199/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "core/uncategorised/199/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/2/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/2/input.test.md index 5a1120dbd21..a4d5785525c 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/2/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/2/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/2/input.js" end: Object { column: 0 - index: 5 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/2/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "core/uncategorised/2/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/20/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/20/input.test.md index 29fe786485f..29b45dbde15 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/20/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/20/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/20/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/20/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/20/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "core/uncategorised/20/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/200/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/200/input.test.md index 8c7812ce389..c8eda3ba4b8 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/200/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/200/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/200/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/200/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/200/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "eval" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "core/uncategorised/200/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/201/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/201/input.test.md index 7577082ef6b..e7e89d1faf2 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/201/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/201/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/201/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/201/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/201/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "core/uncategorised/201/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/202/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/202/input.test.md index db3469df49a..34dc126aef2 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/202/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/202/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/202/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/202/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/202/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "core/uncategorised/202/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/203/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/203/input.test.md index 9e1dcc2f452..dd7341f26e1 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/203/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/203/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/203/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/203/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/203/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "core/uncategorised/203/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/204/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/204/input.test.md index f5e96adaf60..1dff7556b16 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/204/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/204/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/204/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/204/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/204/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "core/uncategorised/204/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/205/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/205/input.test.md index 26ec472a3ec..28e6280d106 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/205/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/205/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/205/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/205/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/205/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "core/uncategorised/205/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/206/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/206/input.test.md index a932d9a86ec..333c1adb36c 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/206/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/206/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/206/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/206/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/206/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "core/uncategorised/206/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/207/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/207/input.test.md index ac17d93f387..f1531396802 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/207/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/207/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/207/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/207/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/207/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "core/uncategorised/207/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/208/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/208/input.test.md index 1da820acefd..60d2e91c3e0 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/208/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/208/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/208/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/208/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/208/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "core/uncategorised/208/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/209/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/209/input.test.md index 5084aba0fce..b750340f172 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/209/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/209/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/209/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/209/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/209/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "core/uncategorised/209/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/21/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/21/input.test.md index 51420fe5918..df454539cda 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/21/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/21/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/21/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/21/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/21/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "core/uncategorised/21/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/210/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/210/input.test.md index 9dc3aa5da29..b94cfdbad8f 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/210/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/210/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/210/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/210/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/210/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "core/uncategorised/210/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/211/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/211/input.test.md index f62ed659fe6..85776f66b94 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/211/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/211/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/211/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/211/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/211/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "core/uncategorised/211/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/212/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/212/input.test.md index 36dbad6d176..06f5fd9938b 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/212/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/212/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/212/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/212/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/212/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "core/uncategorised/212/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/213/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/213/input.test.md index 921b669ecee..cfd23323e68 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/213/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/213/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/213/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/213/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/213/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "foo" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/214/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/214/input.test.md index 59d95a67531..cf06d3e67ed 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/214/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/214/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/214/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/214/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/214/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "core/uncategorised/214/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { identifierName: "doThis" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "core/uncategorised/214/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "core/uncategorised/214/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { identifierName: "doThat" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/215/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/215/input.test.md index 498f357fa75..8b10105271f 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/215/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/215/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/215/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "core/uncategorised/215/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/216/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/216/input.test.md index 950860d2ada..248d8506736 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/216/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/216/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/216/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/216/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/216/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "core/uncategorised/216/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/217/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/217/input.test.md index d756171f385..223d77a4522 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/217/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/217/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/217/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/217/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/217/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "core/uncategorised/217/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "y" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "core/uncategorised/217/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/218/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/218/input.test.md index c822fcc6037..521c597a678 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/218/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/218/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/218/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/218/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/218/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/218/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "core/uncategorised/218/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/219/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/219/input.test.md index 8cfdeb9b35d..ecc0ec03f1a 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/219/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/219/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/219/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/219/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/219/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "eval" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/219/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "core/uncategorised/219/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "core/uncategorised/219/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "core/uncategorised/219/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/22/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/22/input.test.md index d0b67775f4c..7b59f7db812 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/22/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/22/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/22/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/22/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/22/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "core/uncategorised/22/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "answer" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "core/uncategorised/22/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "core/uncategorised/22/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "core/uncategorised/22/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/220/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/220/input.test.md index 82e78e91fb2..1c3261ca6d6 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/220/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/220/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/220/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/220/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/220/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/220/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "core/uncategorised/220/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { identifierName: "y" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "core/uncategorised/220/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "core/uncategorised/220/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -168,12 +150,10 @@ JSRoot { identifierName: "z" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -182,12 +162,10 @@ JSRoot { filename: "core/uncategorised/220/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -198,12 +176,10 @@ JSRoot { filename: "core/uncategorised/220/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/221/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/221/input.test.md index 2dcfda87c84..a0adbefe869 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/221/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/221/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/221/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/221/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/221/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "implements" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "core/uncategorised/221/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "interface" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "core/uncategorised/221/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { identifierName: "package" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -151,12 +135,10 @@ JSRoot { filename: "core/uncategorised/221/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/222/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/222/input.test.md index c9836e43389..8c7d5062386 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/222/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/222/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/222/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/222/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/222/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "private" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "core/uncategorised/222/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "protected" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "core/uncategorised/222/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { identifierName: "public" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -151,12 +135,10 @@ JSRoot { filename: "core/uncategorised/222/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -169,12 +151,10 @@ JSRoot { identifierName: "static" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -184,12 +164,10 @@ JSRoot { filename: "core/uncategorised/222/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/223/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/223/input.test.md index 818c99b3806..ad583d129b7 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/223/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/223/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/223/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/223/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/224/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/224/input.test.md index 0b753038aa2..af9ce9ca33c 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/224/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/224/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/224/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/224/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/225/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/225/input.test.md index 882441bc380..85b4c76a869 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/225/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/225/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/225/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/225/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "core/uncategorised/225/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "y" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/226/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/226/input.test.md index bfc950cd767..404c29bb2f2 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/226/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/226/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/226/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/226/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "a" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/227/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/227/input.test.md index d4a60543dc4..182d1cf6379 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/227/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/227/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/227/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/227/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "aa" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/228/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/228/input.test.md index 10781794636..dd66e35c547 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/228/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/228/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/228/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/228/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { identifierName: "morning" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "core/uncategorised/228/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/228/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "goodMorning" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/229/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/229/input.test.md index ca8929cf400..e77cfe6e445 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/229/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/229/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/229/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/229/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { identifierName: "morning" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "core/uncategorised/229/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/229/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "core/uncategorised/229/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "core/uncategorised/229/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/23/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/23/input.test.md index 39b69548ea6..57b50fa257b 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/23/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/23/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/23/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/23/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/23/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "core/uncategorised/23/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "if" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "core/uncategorised/23/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "core/uncategorised/23/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "core/uncategorised/23/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/230/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/230/input.test.md index e209afeea5a..5b14c65ed84 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/230/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/230/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/230/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/230/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { identifierName: "morning" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "core/uncategorised/230/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/230/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "x" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "core/uncategorised/230/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { filename: "core/uncategorised/230/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/231/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/231/input.test.md index 081d6691e81..f6c6bb967ca 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/231/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/231/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/231/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/231/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "morning" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "core/uncategorised/231/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "core/uncategorised/231/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { identifierName: "goodDay" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "core/uncategorised/231/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "core/uncategorised/231/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { identifierName: "goodMorning" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/232/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/232/input.test.md index aaf2fccdaf9..766bfc20d3b 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/232/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/232/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/232/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/232/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/232/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "core/uncategorised/232/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -82,12 +74,10 @@ JSRoot { filename: "core/uncategorised/232/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { identifierName: "keep" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/233/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/233/input.test.md index d50ae9b84d4..67d753a3a19 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/233/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/233/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/233/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/233/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/233/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "core/uncategorised/233/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -82,12 +74,10 @@ JSRoot { filename: "core/uncategorised/233/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { identifierName: "keep" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/234/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/234/input.test.md index e5bbc4002de..53470713760 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/234/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/234/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/234/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/234/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/234/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "core/uncategorised/234/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "core/uncategorised/234/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "core/uncategorised/234/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "core/uncategorised/234/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { identifierName: "x" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -166,12 +148,10 @@ JSRoot { filename: "core/uncategorised/234/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -182,12 +162,10 @@ JSRoot { filename: "core/uncategorised/234/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -198,12 +176,10 @@ JSRoot { identifierName: "y" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/235/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/235/input.test.md index 16dac98fdf4..06daaa11e68 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/235/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/235/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/235/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/235/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/235/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "core/uncategorised/235/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "core/uncategorised/235/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "core/uncategorised/235/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "core/uncategorised/235/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/236/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/236/input.test.md index 50efc2ffc85..a1b2310e989 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/236/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/236/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/236/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/236/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/236/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "core/uncategorised/236/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -82,12 +74,10 @@ JSRoot { filename: "core/uncategorised/236/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { identifierName: "doSomething" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/237/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/237/input.test.md index 9c7d1c60b05..d141393f04c 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/237/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/237/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/237/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/237/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/237/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "core/uncategorised/237/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "core/uncategorised/237/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "core/uncategorised/237/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "core/uncategorised/237/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { identifierName: "x" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -166,12 +148,10 @@ JSRoot { filename: "core/uncategorised/237/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -182,12 +162,10 @@ JSRoot { filename: "core/uncategorised/237/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -198,12 +176,10 @@ JSRoot { identifierName: "y" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/238/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/238/input.test.md index 34cd47e7203..055ab7b59c7 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/238/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/238/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/238/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { filename: "core/uncategorised/238/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "core/uncategorised/238/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/239/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/239/input.test.md index fa5aecbd3c5..ab2da8c92c8 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/239/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/239/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/239/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { filename: "core/uncategorised/239/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { filename: "core/uncategorised/239/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/24/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/24/input.test.md index f4c2d663beb..add44dc1ee6 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/24/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/24/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/24/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/24/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/24/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "core/uncategorised/24/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "true" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "core/uncategorised/24/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "core/uncategorised/24/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "core/uncategorised/24/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/240/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/240/input.test.md index 9eb45a55499..82579e5dcb7 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/240/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/240/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/240/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "core/uncategorised/240/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/240/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "core/uncategorised/240/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "core/uncategorised/240/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/241/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/241/input.test.md index 9c59161c53c..fdbcea2bbb8 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/241/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/241/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/241/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "core/uncategorised/241/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/241/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "core/uncategorised/241/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "x" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "core/uncategorised/241/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "core/uncategorised/241/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/242/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/242/input.test.md index a747ba9e219..b3212cdb34a 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/242/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/242/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/242/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "core/uncategorised/242/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/242/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "core/uncategorised/242/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "x" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "core/uncategorised/242/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "core/uncategorised/242/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { identifierName: "y" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -150,12 +134,10 @@ JSRoot { filename: "core/uncategorised/242/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -166,12 +148,10 @@ JSRoot { filename: "core/uncategorised/242/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/243/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/243/input.test.md index 862a03e272e..d969b551fdd 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/243/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/243/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/243/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/243/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/243/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "core/uncategorised/243/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "core/uncategorised/243/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "core/uncategorised/243/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { identifierName: "x" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -151,12 +135,10 @@ JSRoot { filename: "core/uncategorised/243/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/244/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/244/input.test.md index ecc30e4da0e..7266e6389e1 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/244/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/244/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/244/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/244/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "core/uncategorised/244/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "core/uncategorised/244/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { identifierName: "x" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "core/uncategorised/244/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "core/uncategorised/244/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -151,12 +135,10 @@ JSRoot { filename: "core/uncategorised/244/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -167,12 +149,10 @@ JSRoot { identifierName: "x" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -184,12 +164,10 @@ JSRoot { filename: "core/uncategorised/244/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/245/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/245/input.test.md index acd84ad6ebb..f4c0a29f506 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/245/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/245/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/245/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/245/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/245/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "x" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "core/uncategorised/245/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "core/uncategorised/245/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "core/uncategorised/245/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { identifierName: "x" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -169,12 +151,10 @@ JSRoot { filename: "core/uncategorised/245/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -185,12 +165,10 @@ JSRoot { filename: "core/uncategorised/245/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -199,12 +177,10 @@ JSRoot { filename: "core/uncategorised/245/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -215,12 +191,10 @@ JSRoot { identifierName: "process" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -233,12 +207,10 @@ JSRoot { identifierName: "x" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/246/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/246/input.test.md index ad673ae1bc5..8061578a459 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/246/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/246/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/246/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/246/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "list" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "core/uncategorised/246/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "core/uncategorised/246/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { identifierName: "process" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { identifierName: "x" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/247/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/247/input.test.md index 4270dacbbc3..07d54b71936 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/247/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/247/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/247/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/247/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "list" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "core/uncategorised/247/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "x" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "core/uncategorised/247/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "core/uncategorised/247/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "core/uncategorised/247/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { identifierName: "process" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -167,12 +149,10 @@ JSRoot { identifierName: "x" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/25/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/25/input.test.md index e2a5e3c061b..af04d14b44e 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/25/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/25/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/25/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/25/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/25/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "core/uncategorised/25/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "false" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "core/uncategorised/25/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "core/uncategorised/25/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "core/uncategorised/25/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/250/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/250/input.test.md index 8bbb26cd6b1..a45e81f7fef 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/250/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/250/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/250/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/250/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/250/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "core/uncategorised/250/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/250/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/251/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/251/input.test.md index ed5be0a3021..aeaf107dea6 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/251/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/251/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/251/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/251/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/251/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "core/uncategorised/251/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/251/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/252/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/252/input.test.md index fb4c8284c69..fa50d3af1ab 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/252/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/252/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/252/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/252/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "done" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "core/uncategorised/252/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "core/uncategorised/252/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "core/uncategorised/252/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { filename: "core/uncategorised/252/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -130,12 +116,10 @@ JSRoot { identifierName: "done" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/253/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/253/input.test.md index f7fcbc57b60..70b97315a0d 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/253/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/253/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/253/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/253/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "done" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "core/uncategorised/253/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "core/uncategorised/253/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "core/uncategorised/253/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { filename: "core/uncategorised/253/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -130,12 +116,10 @@ JSRoot { identifierName: "done" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/254/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/254/input.test.md index fa5702d88f5..343b413b9c7 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/254/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/254/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/254/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/254/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/254/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "core/uncategorised/254/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/254/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/255/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/255/input.test.md index b86ed3db9c1..9ebecf15643 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/255/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/255/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/255/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/255/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "done" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "core/uncategorised/255/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "core/uncategorised/255/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "core/uncategorised/255/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { filename: "core/uncategorised/255/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -130,12 +116,10 @@ JSRoot { identifierName: "done" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/256/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/256/input.test.md index 1e3113f10a1..874bc498ca5 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/256/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/256/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/256/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/256/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "done" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "core/uncategorised/256/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "core/uncategorised/256/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "core/uncategorised/256/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { filename: "core/uncategorised/256/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -130,12 +116,10 @@ JSRoot { identifierName: "done" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/257/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/257/input.test.md index 764dcf1aa5f..c6d728864fe 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/257/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/257/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/257/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/257/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "target1" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "core/uncategorised/257/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { identifierName: "target2" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "core/uncategorised/257/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { filename: "core/uncategorised/257/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -130,12 +116,10 @@ JSRoot { filename: "core/uncategorised/257/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -145,12 +129,10 @@ JSRoot { filename: "core/uncategorised/257/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -161,12 +143,10 @@ JSRoot { identifierName: "target1" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/258/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/258/input.test.md index ffc80aabf8f..6198a250567 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/258/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/258/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/258/input.js" end: Object { column: 61 - index: 61 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/258/input.js" end: Object { column: 61 - index: 61 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "target1" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "core/uncategorised/258/input.js" end: Object { column: 61 - index: 61 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { identifierName: "target2" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "core/uncategorised/258/input.js" end: Object { column: 61 - index: 61 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { identifierName: "target3" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -130,12 +116,10 @@ JSRoot { filename: "core/uncategorised/258/input.js" end: Object { column: 61 - index: 61 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -145,12 +129,10 @@ JSRoot { filename: "core/uncategorised/258/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -161,12 +143,10 @@ JSRoot { filename: "core/uncategorised/258/input.js" end: Object { column: 61 - index: 61 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -176,12 +156,10 @@ JSRoot { filename: "core/uncategorised/258/input.js" end: Object { column: 59 - index: 59 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -192,12 +170,10 @@ JSRoot { identifierName: "target1" end: Object { column: 58 - index: 58 line: 1 } start: Object { column: 51 - index: 51 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/259/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/259/input.test.md index bf154210983..a96b714a049 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/259/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/259/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/259/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/259/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/259/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -74,12 +68,10 @@ JSRoot { filename: "core/uncategorised/259/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -90,12 +82,10 @@ JSRoot { filename: "core/uncategorised/259/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "core/uncategorised/259/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/26/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/26/input.test.md index e4fc509993f..776b43e73dd 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/26/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/26/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/26/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/26/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/26/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "core/uncategorised/26/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "null" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "core/uncategorised/26/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "core/uncategorised/26/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "core/uncategorised/26/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/260/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/260/input.test.md index c824ae61a59..66afd154d09 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/260/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/260/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/260/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/260/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/260/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -74,12 +68,10 @@ JSRoot { filename: "core/uncategorised/260/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -90,12 +82,10 @@ JSRoot { filename: "core/uncategorised/260/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "core/uncategorised/260/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/261/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/261/input.test.md index 89f64ee6211..e0dec00cd87 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/261/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/261/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/261/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/261/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/261/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -74,12 +68,10 @@ JSRoot { filename: "core/uncategorised/261/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -90,12 +82,10 @@ JSRoot { filename: "core/uncategorised/261/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { filename: "core/uncategorised/261/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { identifierName: "x" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/262/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/262/input.test.md index 345c66edf77..b1ca83149e4 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/262/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/262/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/262/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/262/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/262/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -74,12 +68,10 @@ JSRoot { filename: "core/uncategorised/262/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -90,12 +82,10 @@ JSRoot { filename: "core/uncategorised/262/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { filename: "core/uncategorised/262/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "core/uncategorised/262/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { identifierName: "x" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -153,12 +137,10 @@ JSRoot { identifierName: "y" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/263/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/263/input.test.md index da321f9c583..a7dd07798af 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/263/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/263/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/263/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/263/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "core/uncategorised/263/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "x" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "core/uncategorised/263/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "core/uncategorised/263/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { identifierName: "foo" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { identifierName: "bar" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/264/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/264/input.test.md index 33468ce5e70..74a5db9f1a8 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/264/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/264/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/264/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/264/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "core/uncategorised/264/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "x" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "core/uncategorised/264/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "core/uncategorised/264/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { identifierName: "foo" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { identifierName: "bar" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/265/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/265/input.test.md index e123024bba4..eaeb03235cd 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/265/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/265/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/265/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/265/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "core/uncategorised/265/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "core/uncategorised/265/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { identifierName: "foo" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { identifierName: "bar" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/266/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/266/input.test.md index 322b0d461ed..afb79a8ee1a 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/266/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/266/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/266/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/266/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "core/uncategorised/266/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "core/uncategorised/266/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { identifierName: "foo" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { identifierName: "bar" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/267/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/267/input.test.md index 156df1a3e7e..6ea3d451727 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/267/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/267/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/267/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/267/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "core/uncategorised/267/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/267/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "core/uncategorised/267/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { identifierName: "foo" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { identifierName: "bar" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/268/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/268/input.test.md index bc08c4359a9..12994ba2638 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/268/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/268/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/268/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/268/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { identifierName: "x" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/269/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/269/input.test.md index 1158024c869..2f168e02296 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/269/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/269/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/269/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/269/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "answer" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "core/uncategorised/269/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "core/uncategorised/269/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "core/uncategorised/269/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "core/uncategorised/269/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { identifierName: "hi" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -150,12 +134,10 @@ JSRoot { filename: "core/uncategorised/269/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/27/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/27/input.test.md index 6d2dfd40e44..aab151bdfce 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/27/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/27/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/27/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/27/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/27/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "core/uncategorised/27/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "core/uncategorised/27/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "core/uncategorised/27/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { filename: "core/uncategorised/27/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -146,12 +130,10 @@ JSRoot { filename: "core/uncategorised/27/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/270/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/270/input.test.md index ea042a0fb3a..fe64981e9c5 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/270/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/270/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/270/input.js" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/270/input.js" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "answer" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "core/uncategorised/270/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "core/uncategorised/270/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "core/uncategorised/270/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "core/uncategorised/270/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { identifierName: "hi" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -150,12 +134,10 @@ JSRoot { filename: "core/uncategorised/270/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -168,12 +150,10 @@ JSRoot { filename: "core/uncategorised/270/input.js" end: Object { column: 54 - index: 54 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -184,12 +164,10 @@ JSRoot { filename: "core/uncategorised/270/input.js" end: Object { column: 54 - index: 54 line: 1 } start: Object { column: 49 - index: 49 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/271/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/271/input.test.md index 8b1233cedd7..eb2afac8a09 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/271/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/271/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/271/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/271/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "start" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "core/uncategorised/271/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "core/uncategorised/271/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { identifierName: "start" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/272/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/272/input.test.md index 5d804b42b3b..7312261db9c 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/272/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/272/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/272/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/272/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "start" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "core/uncategorised/272/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "core/uncategorised/272/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "core/uncategorised/272/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { identifierName: "start" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/273/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/273/input.test.md index 744570e373d..7d5b63e0bda 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/273/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/273/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/273/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/273/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/274/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/274/input.test.md index 9339956cad5..768a67c98cc 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/274/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/274/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/274/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/274/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/274/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "y" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/275/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/275/input.test.md index 9cfbecd46cd..819aa889c1b 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/275/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/275/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/275/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/275/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "core/uncategorised/275/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "message" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/275/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "core/uncategorised/275/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { filename: "core/uncategorised/275/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/276/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/276/input.test.md index e5baa6bd9db..c121fb797dd 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/276/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/276/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/276/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/276/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "core/uncategorised/276/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "core/uncategorised/276/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "core/uncategorised/276/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "e" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/277/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/277/input.test.md index 0dcea3104af..a0277e77fbe 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/277/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/277/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/277/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/277/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "core/uncategorised/277/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "core/uncategorised/277/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "core/uncategorised/277/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "eval" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/278/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/278/input.test.md index 314abbd36b1..d0283955114 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/278/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/278/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/278/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/278/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "core/uncategorised/278/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "core/uncategorised/278/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "core/uncategorised/278/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/279/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/279/input.test.md index 147cf7e9b66..c813794c85a 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/279/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/279/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/279/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/279/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "core/uncategorised/279/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "core/uncategorised/279/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "e" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "core/uncategorised/279/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "core/uncategorised/279/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -130,12 +116,10 @@ JSRoot { filename: "core/uncategorised/279/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -146,12 +130,10 @@ JSRoot { identifierName: "say" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -164,12 +146,10 @@ JSRoot { identifierName: "e" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/28/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/28/input.test.md index 04ecd4df6c2..67b22c21437 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/28/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/28/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/28/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/28/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/28/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "core/uncategorised/28/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "core/uncategorised/28/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "core/uncategorised/28/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "core/uncategorised/28/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -166,12 +148,10 @@ JSRoot { identifierName: "x" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -180,12 +160,10 @@ JSRoot { filename: "core/uncategorised/28/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -197,12 +175,10 @@ JSRoot { filename: "core/uncategorised/28/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -211,12 +187,10 @@ JSRoot { filename: "core/uncategorised/28/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/280/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/280/input.test.md index 2001e1fd003..43e6cb5c41a 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/280/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/280/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/280/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/280/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "core/uncategorised/280/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "core/uncategorised/280/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "core/uncategorised/280/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "core/uncategorised/280/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { identifierName: "cleanup" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { identifierName: "stuff" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/281/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/281/input.test.md index 57ef48c454b..aa3fa9de2e7 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/281/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/281/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/281/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/281/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/281/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "core/uncategorised/281/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "core/uncategorised/281/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { identifierName: "doThat" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "core/uncategorised/281/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { identifierName: "e" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -150,12 +134,10 @@ JSRoot { filename: "core/uncategorised/281/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -165,12 +147,10 @@ JSRoot { filename: "core/uncategorised/281/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -179,12 +159,10 @@ JSRoot { filename: "core/uncategorised/281/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -195,12 +173,10 @@ JSRoot { identifierName: "say" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -213,12 +189,10 @@ JSRoot { identifierName: "e" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/282/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/282/input.test.md index 28caab0dc42..07309c8b1cc 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/282/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/282/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/282/input.js" end: Object { column: 65 - index: 65 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/282/input.js" end: Object { column: 65 - index: 65 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/282/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "core/uncategorised/282/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -82,12 +74,10 @@ JSRoot { filename: "core/uncategorised/282/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { identifierName: "doThat" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "core/uncategorised/282/input.js" end: Object { column: 65 - index: 65 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "core/uncategorised/282/input.js" end: Object { column: 63 - index: 63 line: 1 } start: Object { column: 49 - index: 49 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "core/uncategorised/282/input.js" end: Object { column: 63 - index: 63 line: 1 } start: Object { column: 49 - index: 49 line: 1 } } @@ -163,12 +145,10 @@ JSRoot { identifierName: "cleanup" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 49 - index: 49 line: 1 } } @@ -181,12 +161,10 @@ JSRoot { identifierName: "stuff" end: Object { column: 62 - index: 62 line: 1 } start: Object { column: 57 - index: 57 line: 1 } } @@ -201,12 +179,10 @@ JSRoot { filename: "core/uncategorised/282/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -217,12 +193,10 @@ JSRoot { identifierName: "e" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -233,12 +207,10 @@ JSRoot { filename: "core/uncategorised/282/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -248,12 +220,10 @@ JSRoot { filename: "core/uncategorised/282/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -262,12 +232,10 @@ JSRoot { filename: "core/uncategorised/282/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -278,12 +246,10 @@ JSRoot { identifierName: "say" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -296,12 +262,10 @@ JSRoot { identifierName: "e" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/283/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/283/input.test.md index 35ed960ec5e..986b753cc51 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/283/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/283/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/283/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/283/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/284/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/284/input.test.md index a92215f854f..fb1d17d9c89 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/284/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/284/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/284/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "core/uncategorised/284/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "core/uncategorised/284/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "core/uncategorised/284/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "core/uncategorised/284/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "core/uncategorised/284/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { identifierName: "sayHi" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/285/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/285/input.test.md index 86e654500a8..2efe4c90321 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/285/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/285/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/285/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "eval" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "core/uncategorised/285/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "core/uncategorised/285/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "core/uncategorised/285/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/286/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/286/input.test.md index b3e87295b03..a4eccef5e49 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/286/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/286/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/286/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "core/uncategorised/286/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "core/uncategorised/286/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "core/uncategorised/286/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/287/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/287/input.test.md index 832e4bd162a..b67c676bdea 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/287/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/287/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/287/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "test" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "core/uncategorised/287/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "core/uncategorised/287/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "core/uncategorised/287/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { identifierName: "t" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { filename: "core/uncategorised/287/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { identifierName: "t" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "core/uncategorised/287/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/288/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/288/input.test.md index 4a3c3215a11..eee1297f1a8 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/288/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/288/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/288/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/288/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { identifierName: "test" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "core/uncategorised/288/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/288/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "core/uncategorised/288/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { identifierName: "t" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -139,12 +125,10 @@ JSRoot { filename: "core/uncategorised/288/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { identifierName: "t" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { filename: "core/uncategorised/288/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/289/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/289/input.test.md index 25e3c31a9f1..480f0ef0419 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/289/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/289/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/289/input.js" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "eval" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "core/uncategorised/289/input.js" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "core/uncategorised/289/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "core/uncategorised/289/input.js" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -110,12 +100,10 @@ JSRoot { identifierName: "inner" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { filename: "core/uncategorised/289/input.js" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -146,12 +132,10 @@ JSRoot { filename: "core/uncategorised/289/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -162,12 +146,10 @@ JSRoot { filename: "core/uncategorised/289/input.js" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -178,12 +160,10 @@ JSRoot { filename: "core/uncategorised/289/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/29/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/29/input.test.md index e5d69742238..86a48f5b217 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/29/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/29/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/29/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/29/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/29/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "core/uncategorised/29/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "width" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "core/uncategorised/29/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "core/uncategorised/29/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -153,12 +137,10 @@ JSRoot { filename: "core/uncategorised/29/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -169,12 +151,10 @@ JSRoot { filename: "core/uncategorised/29/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -184,12 +164,10 @@ JSRoot { filename: "core/uncategorised/29/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -200,12 +178,10 @@ JSRoot { identifierName: "m_width" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/290/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/290/input.test.md index ed5ed34bead..fd5cf566dc2 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/290/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/290/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/290/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "core/uncategorised/290/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "core/uncategorised/290/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "a" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "core/uncategorised/290/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "core/uncategorised/290/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { filename: "core/uncategorised/290/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { filename: "core/uncategorised/290/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { identifierName: "sayHi" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/291/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/291/input.test.md index 7b5a68590f3..17d911e2e7a 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/291/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/291/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/291/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "core/uncategorised/291/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "core/uncategorised/291/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/291/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "core/uncategorised/291/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { identifierName: "sayHi" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -141,12 +127,10 @@ JSRoot { filename: "core/uncategorised/291/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { identifierName: "a" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -174,12 +156,10 @@ JSRoot { filename: "core/uncategorised/291/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -192,12 +172,10 @@ JSRoot { identifierName: "b" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -208,12 +186,10 @@ JSRoot { filename: "core/uncategorised/291/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/292/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/292/input.test.md index 98588363517..c1ed9b006d8 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/292/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/292/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/292/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "core/uncategorised/292/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "core/uncategorised/292/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "core/uncategorised/292/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { identifierName: "rest" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { filename: "core/uncategorised/292/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/293/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/293/input.test.md index efd19f9bb32..dbe64397d5c 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/293/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/293/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/293/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "core/uncategorised/293/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "core/uncategorised/293/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "core/uncategorised/293/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { identifierName: "rest" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "core/uncategorised/293/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { identifierName: "a" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { filename: "core/uncategorised/293/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/294/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/294/input.test.md index 549be865812..687685f3572 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/294/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/294/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/294/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/294/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/294/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "hi" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/294/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "core/uncategorised/294/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { filename: "core/uncategorised/294/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "core/uncategorised/294/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { filename: "core/uncategorised/294/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -167,12 +149,10 @@ JSRoot { filename: "core/uncategorised/294/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -183,12 +163,10 @@ JSRoot { identifierName: "sayHi" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/295/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/295/input.test.md index 86d34bc3432..9fe8a01431d 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/295/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/295/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/295/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/295/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/295/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "hi" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/295/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "core/uncategorised/295/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "core/uncategorised/295/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { identifierName: "r" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { filename: "core/uncategorised/295/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -170,12 +152,10 @@ JSRoot { filename: "core/uncategorised/295/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -185,12 +165,10 @@ JSRoot { filename: "core/uncategorised/295/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -200,12 +178,10 @@ JSRoot { filename: "core/uncategorised/295/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -216,12 +192,10 @@ JSRoot { identifierName: "sayHi" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/296/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/296/input.test.md index cdb1159262f..2c3cb5bac8b 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/296/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/296/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/296/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/296/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/296/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "hi" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/296/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { identifierName: "eval" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "core/uncategorised/296/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "core/uncategorised/296/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -154,12 +138,10 @@ JSRoot { filename: "core/uncategorised/296/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/297/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/297/input.test.md index 79fcaa35987..77dcd67e521 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/297/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/297/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/297/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/297/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/297/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "hi" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/297/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "core/uncategorised/297/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "core/uncategorised/297/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -154,12 +138,10 @@ JSRoot { filename: "core/uncategorised/297/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/298/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/298/input.test.md index 4455b59246e..848e2b6ef03 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/298/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/298/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/298/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/298/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/298/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "hello" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/298/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { identifierName: "hi" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "core/uncategorised/298/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "core/uncategorised/298/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -153,12 +137,10 @@ JSRoot { filename: "core/uncategorised/298/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -168,12 +150,10 @@ JSRoot { filename: "core/uncategorised/298/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -183,12 +163,10 @@ JSRoot { filename: "core/uncategorised/298/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -199,12 +177,10 @@ JSRoot { identifierName: "sayHi" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/299/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/299/input.test.md index 688b678e002..f3349e7361f 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/299/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/299/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/299/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/299/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/299/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "core/uncategorised/299/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "core/uncategorised/299/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/3/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/3/input.test.md index 52123a6b9d2..e8d568efff5 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/3/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/3/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/3/input.js" end: Object { column: 0 - index: 9 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/3/input.js" end: Object { column: 6 - index: 7 line: 2 } start: Object { column: 4 - index: 5 line: 2 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/3/input.js" end: Object { column: 6 - index: 7 line: 2 } start: Object { column: 4 - index: 5 line: 2 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/30/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/30/input.test.md index 52981f1d836..015744709b2 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/30/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/30/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/30/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/30/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/30/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "core/uncategorised/30/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "undef" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "core/uncategorised/30/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "core/uncategorised/30/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "core/uncategorised/30/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -170,12 +152,10 @@ JSRoot { filename: "core/uncategorised/30/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/300/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/300/input.test.md index e9f1c6e8560..a30159b7c75 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/300/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/300/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/300/input.js" end: Object { column: 5 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/300/input.js" end: Object { column: 5 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/300/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "x" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "core/uncategorised/300/input.js" end: Object { column: 3 - index: 7 line: 2 } start: Object { column: 0 - index: 4 line: 2 } } @@ -101,12 +91,10 @@ JSRoot { filename: "core/uncategorised/300/input.js" end: Object { column: 3 - index: 7 line: 2 } start: Object { column: 0 - index: 4 line: 2 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "y" end: Object { column: 3 - index: 7 line: 2 } start: Object { column: 2 - index: 6 line: 2 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/301/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/301/input.test.md index e7be9cf010b..fd44b31dc7e 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/301/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/301/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/301/input.js" end: Object { column: 5 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/301/input.js" end: Object { column: 5 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/301/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "x" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "core/uncategorised/301/input.js" end: Object { column: 3 - index: 7 line: 2 } start: Object { column: 0 - index: 4 line: 2 } } @@ -101,12 +91,10 @@ JSRoot { filename: "core/uncategorised/301/input.js" end: Object { column: 3 - index: 7 line: 2 } start: Object { column: 0 - index: 4 line: 2 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "y" end: Object { column: 3 - index: 7 line: 2 } start: Object { column: 2 - index: 6 line: 2 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/302/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/302/input.test.md index fced9314ef1..154827ecbda 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/302/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/302/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/302/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/302/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "core/uncategorised/302/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "core/uncategorised/302/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -89,12 +81,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { filename: "core/uncategorised/302/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/303/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/303/input.test.md index 0dc9f6739a6..5b184697442 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/303/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/303/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/303/input.js" end: Object { column: 4 - index: 24 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/303/input.js" end: Object { column: 4 - index: 24 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/303/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "core/uncategorised/303/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "core/uncategorised/303/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "core/uncategorised/303/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -135,12 +121,10 @@ JSRoot { identifierName: "y" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "core/uncategorised/303/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -165,12 +147,10 @@ JSRoot { filename: "core/uncategorised/303/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -184,12 +164,10 @@ JSRoot { filename: "core/uncategorised/303/input.js" end: Object { column: 2 - index: 22 line: 2 } start: Object { column: 0 - index: 20 line: 2 } } @@ -200,12 +178,10 @@ JSRoot { identifierName: "z" end: Object { column: 1 - index: 21 line: 2 } start: Object { column: 0 - index: 20 line: 2 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/304/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/304/input.test.md index 3c8ec4181b3..cfe36a0aa67 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/304/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/304/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/304/input.js" end: Object { column: 8 - index: 32 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/304/input.js" end: Object { column: 8 - index: 32 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/304/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "core/uncategorised/304/input.js" end: Object { column: 8 - index: 32 line: 2 } start: Object { column: 13 - index: 13 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/304/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "core/uncategorised/304/input.js" end: Object { column: 6 - index: 30 line: 2 } start: Object { column: 0 - index: 24 line: 2 } } @@ -115,12 +103,10 @@ JSRoot { identifierName: "there" end: Object { column: 5 - index: 29 line: 2 } start: Object { column: 0 - index: 24 line: 2 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/305/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/305/input.test.md index 2aaa688a9aa..58b9f6403c9 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/305/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/305/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/305/input.js" end: Object { column: 8 - index: 43 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/305/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "core/uncategorised/305/input.js" end: Object { column: 8 - index: 43 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "core/uncategorised/305/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "core/uncategorised/305/input.js" end: Object { column: 8 - index: 43 line: 2 } start: Object { column: 13 - index: 13 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "core/uncategorised/305/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "core/uncategorised/305/input.js" end: Object { column: 6 - index: 41 line: 2 } start: Object { column: 0 - index: 35 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { identifierName: "there" end: Object { column: 5 - index: 40 line: 2 } start: Object { column: 0 - index: 35 line: 2 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/306/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/306/input.test.md index c97c806a31d..d9352c38dab 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/306/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/306/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/306/input.js" end: Object { column: 18 - index: 55 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/306/input.js" end: Object { column: 10 - index: 47 line: 2 } start: Object { column: 24 - index: 24 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "core/uncategorised/306/input.js" end: Object { column: 18 - index: 55 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "core/uncategorised/306/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "core/uncategorised/306/input.js" end: Object { column: 18 - index: 55 line: 2 } start: Object { column: 13 - index: 13 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "core/uncategorised/306/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "core/uncategorised/306/input.js" end: Object { column: 16 - index: 53 line: 2 } start: Object { column: 10 - index: 47 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { identifierName: "there" end: Object { column: 15 - index: 52 line: 2 } start: Object { column: 10 - index: 47 line: 2 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/307/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/307/input.test.md index e3f2a233181..0872c09d955 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/307/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/307/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/307/input.js" end: Object { column: 8 - index: 29 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/307/input.js" end: Object { column: 8 - index: 29 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/307/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "core/uncategorised/307/input.js" end: Object { column: 8 - index: 29 line: 2 } start: Object { column: 13 - index: 13 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/307/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "core/uncategorised/307/input.js" end: Object { column: 6 - index: 27 line: 2 } start: Object { column: 0 - index: 21 line: 2 } } @@ -115,12 +103,10 @@ JSRoot { identifierName: "there" end: Object { column: 5 - index: 26 line: 2 } start: Object { column: 0 - index: 21 line: 2 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/308/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/308/input.test.md index 25feb869d8e..ef1ea2dc413 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/308/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/308/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/308/input.js" end: Object { column: 8 - index: 40 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/308/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "core/uncategorised/308/input.js" end: Object { column: 8 - index: 40 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "core/uncategorised/308/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "core/uncategorised/308/input.js" end: Object { column: 8 - index: 40 line: 2 } start: Object { column: 13 - index: 13 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "core/uncategorised/308/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "core/uncategorised/308/input.js" end: Object { column: 6 - index: 38 line: 2 } start: Object { column: 0 - index: 32 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { identifierName: "there" end: Object { column: 5 - index: 37 line: 2 } start: Object { column: 0 - index: 32 line: 2 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/309/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/309/input.test.md index 16ba95867ca..91f2537492e 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/309/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/309/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/309/input.js" end: Object { column: 18 - index: 52 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/309/input.js" end: Object { column: 10 - index: 44 line: 2 } start: Object { column: 21 - index: 21 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "core/uncategorised/309/input.js" end: Object { column: 18 - index: 52 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "core/uncategorised/309/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "core/uncategorised/309/input.js" end: Object { column: 18 - index: 52 line: 2 } start: Object { column: 13 - index: 13 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "core/uncategorised/309/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "core/uncategorised/309/input.js" end: Object { column: 16 - index: 50 line: 2 } start: Object { column: 10 - index: 44 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { identifierName: "there" end: Object { column: 15 - index: 49 line: 2 } start: Object { column: 10 - index: 44 line: 2 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/31/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/31/input.test.md index b155f501979..4b9d9c5daa0 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/31/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/31/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/31/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/31/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/31/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "core/uncategorised/31/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "if" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "core/uncategorised/31/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "core/uncategorised/31/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "core/uncategorised/31/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -170,12 +152,10 @@ JSRoot { filename: "core/uncategorised/31/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/310/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/310/input.test.md index ac4a4652548..780b977988b 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/310/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/310/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/310/input.js" end: Object { column: 5 - index: 25 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/310/input.js" end: Object { column: 5 - index: 25 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/310/input.js" end: Object { column: 4 - index: 24 line: 2 } start: Object { column: 1 - index: 1 line: 1 } } @@ -74,12 +68,10 @@ JSRoot { filename: "core/uncategorised/310/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -90,12 +82,10 @@ JSRoot { filename: "core/uncategorised/310/input.js" end: Object { column: 4 - index: 24 line: 2 } start: Object { column: 11 - index: 11 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "core/uncategorised/310/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { filename: "core/uncategorised/310/input.js" end: Object { column: 2 - index: 22 line: 2 } start: Object { column: 0 - index: 20 line: 2 } } @@ -137,12 +123,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 21 line: 2 } start: Object { column: 0 - index: 20 line: 2 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/311/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/311/input.test.md index 188c33fd55a..69bf1d4123d 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/311/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/311/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/311/input.js" end: Object { column: 5 - index: 36 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/311/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "core/uncategorised/311/input.js" end: Object { column: 5 - index: 36 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "core/uncategorised/311/input.js" end: Object { column: 4 - index: 35 line: 2 } start: Object { column: 1 - index: 1 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "core/uncategorised/311/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "core/uncategorised/311/input.js" end: Object { column: 4 - index: 35 line: 2 } start: Object { column: 11 - index: 11 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { filename: "core/uncategorised/311/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -141,12 +127,10 @@ JSRoot { filename: "core/uncategorised/311/input.js" end: Object { column: 2 - index: 33 line: 2 } start: Object { column: 0 - index: 31 line: 2 } } @@ -158,12 +142,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 32 line: 2 } start: Object { column: 0 - index: 31 line: 2 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/312/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/312/input.test.md index a81d313bfc1..04271bebf44 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/312/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/312/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/312/input.js" end: Object { column: 15 - index: 47 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/312/input.js" end: Object { column: 10 - index: 42 line: 2 } start: Object { column: 19 - index: 19 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "core/uncategorised/312/input.js" end: Object { column: 15 - index: 47 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "core/uncategorised/312/input.js" end: Object { column: 14 - index: 46 line: 2 } start: Object { column: 1 - index: 1 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "core/uncategorised/312/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "core/uncategorised/312/input.js" end: Object { column: 14 - index: 46 line: 2 } start: Object { column: 11 - index: 11 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { filename: "core/uncategorised/312/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -141,12 +127,10 @@ JSRoot { filename: "core/uncategorised/312/input.js" end: Object { column: 12 - index: 44 line: 2 } start: Object { column: 10 - index: 42 line: 2 } } @@ -158,12 +142,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 43 line: 2 } start: Object { column: 10 - index: 42 line: 2 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/313/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/313/input.test.md index 978faaf28ec..e01cc1ae6f6 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/313/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/313/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/313/input.js" end: Object { column: 8 - index: 22 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/313/input.js" end: Object { column: 8 - index: 22 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/313/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "error" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "core/uncategorised/313/input.js" end: Object { column: 6 - index: 20 line: 2 } start: Object { column: 0 - index: 14 line: 2 } } @@ -101,12 +91,10 @@ JSRoot { identifierName: "error" end: Object { column: 5 - index: 19 line: 2 } start: Object { column: 0 - index: 14 line: 2 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/314/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/314/input.test.md index e7f1605fe37..57b438cf66a 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/314/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/314/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/314/input.js" end: Object { column: 8 - index: 32 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/314/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { filename: "core/uncategorised/314/input.js" end: Object { column: 8 - index: 32 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "core/uncategorised/314/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -89,12 +81,10 @@ JSRoot { identifierName: "error" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "core/uncategorised/314/input.js" end: Object { column: 6 - index: 30 line: 2 } start: Object { column: 0 - index: 24 line: 2 } } @@ -123,12 +111,10 @@ JSRoot { identifierName: "error" end: Object { column: 5 - index: 29 line: 2 } start: Object { column: 0 - index: 24 line: 2 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/315/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/315/input.test.md index 56fb05a1c60..71c77537b84 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/315/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/315/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/315/input.js" end: Object { column: 18 - index: 44 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/315/input.js" end: Object { column: 10 - index: 36 line: 2 } start: Object { column: 13 - index: 13 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { filename: "core/uncategorised/315/input.js" end: Object { column: 18 - index: 44 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "core/uncategorised/315/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -89,12 +81,10 @@ JSRoot { identifierName: "error" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "core/uncategorised/315/input.js" end: Object { column: 16 - index: 42 line: 2 } start: Object { column: 10 - index: 36 line: 2 } } @@ -123,12 +111,10 @@ JSRoot { identifierName: "error" end: Object { column: 15 - index: 41 line: 2 } start: Object { column: 10 - index: 36 line: 2 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/316/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/316/input.test.md index a0f160514c1..62e61c84676 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/316/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/316/input.test.md @@ -23,12 +23,10 @@ JSRoot { filename: "core/uncategorised/316/input.js" end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/317/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/317/input.test.md index 2022e5f1bcb..4ff4309f296 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/317/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/317/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/317/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/317/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "foo" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "core/uncategorised/317/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/317/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "core/uncategorised/317/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { identifierName: "foo" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/318/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/318/input.test.md index c0e618f6155..f95d7e4271d 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/318/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/318/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/318/input.js" end: Object { column: 4 - index: 40 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/318/input.js" end: Object { column: 4 - index: 40 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/318/input.js" end: Object { column: 3 - index: 39 line: 4 } start: Object { column: 1 - index: 1 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "core/uncategorised/318/input.js" end: Object { column: 1 - index: 37 line: 4 } start: Object { column: 1 - index: 1 line: 1 } } @@ -89,12 +81,10 @@ JSRoot { filename: "core/uncategorised/318/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { filename: "core/uncategorised/318/input.js" end: Object { column: 1 - index: 37 line: 4 } start: Object { column: 13 - index: 13 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { filename: "core/uncategorised/318/input.js" end: Object { column: 14 - index: 29 line: 2 } start: Object { column: 1 - index: 16 line: 2 } } @@ -137,12 +123,10 @@ JSRoot { filename: "core/uncategorised/318/input.js" end: Object { column: 5 - index: 35 line: 3 } start: Object { column: 1 - index: 31 line: 3 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/319/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/319/input.test.md index c22ebab5329..3ce66a154ab 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/319/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/319/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/319/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/319/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "core/uncategorised/319/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "core/uncategorised/319/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/319/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "core/uncategorised/319/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { identifierName: "toString" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { identifierName: "toString" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/32/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/32/input.test.md index cc5c08ee735..159f4135f8d 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/32/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/32/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/32/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/32/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/32/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "core/uncategorised/32/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "true" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "core/uncategorised/32/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "core/uncategorised/32/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "core/uncategorised/32/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -170,12 +152,10 @@ JSRoot { filename: "core/uncategorised/32/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/320/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/320/input.test.md index 50e1698efef..764d2e48836 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/320/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/320/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/320/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/320/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/320/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "core/uncategorised/320/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "core/uncategorised/320/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/321/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/321/input.test.md index ba4731c916f..d41c244dfd0 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/321/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/321/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/321/input.js" end: Object { column: 1 - index: 3 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 2 line: 2 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/uncategorised/321/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "a" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "core/uncategorised/321/input.js" end: Object { column: 1 - index: 3 line: 2 } start: Object { column: 0 - index: 2 line: 2 } } @@ -109,12 +99,10 @@ JSRoot { identifierName: "b" end: Object { column: 1 - index: 3 line: 2 } start: Object { column: 0 - index: 2 line: 2 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/322/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/322/input.test.md index 25336a7a160..51eb15588d3 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/322/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/322/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/322/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/322/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/323/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/323/input.test.md index 72b69c3feab..a9af55dbdee 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/323/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/323/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/323/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/323/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "foo" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "core/uncategorised/323/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/323/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "core/uncategorised/323/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "foo" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { filename: "core/uncategorised/323/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -148,12 +132,10 @@ JSRoot { filename: "core/uncategorised/323/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/324/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/324/input.test.md index 6a0de505f22..07bec1a5ad9 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/324/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/324/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/324/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/324/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "core/uncategorised/324/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "core/uncategorised/324/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -89,12 +81,10 @@ JSRoot { filename: "core/uncategorised/324/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "core/uncategorised/324/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "core/uncategorised/324/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -135,12 +121,10 @@ JSRoot { filename: "core/uncategorised/324/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -151,12 +135,10 @@ JSRoot { filename: "core/uncategorised/324/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -167,12 +149,10 @@ JSRoot { filename: "core/uncategorised/324/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -183,12 +163,10 @@ JSRoot { filename: "core/uncategorised/324/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/325/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/325/input.test.md index d0a67c7dd05..032827ff407 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/325/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/325/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/325/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/325/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "price_9\u03369\u0336_89" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/326/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/326/input.test.md index 9878fae2d48..0006f2eb758 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/326/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/326/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/326/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/326/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/326/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "b" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "core/uncategorised/326/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { identifierName: "a" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "in" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { identifierName: "in" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/329/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/329/input.test.md index 86250b94b26..13c1c0f5493 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/329/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/329/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/329/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/329/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/329/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "core/uncategorised/329/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "core/uncategorised/329/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "core/uncategorised/329/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/33/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/33/input.test.md index fb1fc450974..7e6a19f2a85 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/33/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/33/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/33/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/33/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/33/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "core/uncategorised/33/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "false" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "core/uncategorised/33/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "core/uncategorised/33/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "core/uncategorised/33/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -170,12 +152,10 @@ JSRoot { filename: "core/uncategorised/33/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/330/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/330/input.test.md index 58941ee1892..23e91bf300e 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/330/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/330/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/330/input.js" end: Object { column: 5 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "core/uncategorised/330/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "core/uncategorised/330/input.js" end: Object { column: 5 - index: 8 line: 2 } start: Object { column: 0 - index: 3 line: 2 } } @@ -74,12 +68,10 @@ JSRoot { filename: "core/uncategorised/330/input.js" end: Object { column: 5 - index: 8 line: 2 } start: Object { column: 0 - index: 3 line: 2 } } @@ -88,12 +80,10 @@ JSRoot { filename: "core/uncategorised/330/input.js" end: Object { column: 4 - index: 7 line: 2 } start: Object { column: 1 - index: 4 line: 2 } } @@ -104,12 +94,10 @@ JSRoot { filename: "core/uncategorised/330/input.js" end: Object { column: 2 - index: 5 line: 2 } start: Object { column: 1 - index: 4 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "core/uncategorised/330/input.js" end: Object { column: 3 - index: 6 line: 2 } start: Object { column: 2 - index: 5 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "core/uncategorised/330/input.js" end: Object { column: 4 - index: 7 line: 2 } start: Object { column: 3 - index: 6 line: 2 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/331/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/331/input.test.md index 93a77fd187f..3023a162d2c 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/331/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/331/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/331/input.js" end: Object { column: 5 - index: 12 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/331/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/331/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -88,12 +80,10 @@ JSRoot { filename: "core/uncategorised/331/input.js" end: Object { column: 2 - index: 6 line: 2 } start: Object { column: 0 - index: 4 line: 2 } } @@ -103,12 +93,10 @@ JSRoot { filename: "core/uncategorised/331/input.js" end: Object { column: 5 - index: 12 line: 3 } start: Object { column: 0 - index: 7 line: 3 } } @@ -123,12 +111,10 @@ JSRoot { filename: "core/uncategorised/331/input.js" end: Object { column: 5 - index: 12 line: 3 } start: Object { column: 0 - index: 7 line: 3 } } @@ -137,12 +123,10 @@ JSRoot { filename: "core/uncategorised/331/input.js" end: Object { column: 4 - index: 11 line: 3 } start: Object { column: 1 - index: 8 line: 3 } } @@ -153,12 +137,10 @@ JSRoot { filename: "core/uncategorised/331/input.js" end: Object { column: 2 - index: 9 line: 3 } start: Object { column: 1 - index: 8 line: 3 } } @@ -169,12 +151,10 @@ JSRoot { filename: "core/uncategorised/331/input.js" end: Object { column: 3 - index: 10 line: 3 } start: Object { column: 2 - index: 9 line: 3 } } @@ -185,12 +165,10 @@ JSRoot { filename: "core/uncategorised/331/input.js" end: Object { column: 4 - index: 11 line: 3 } start: Object { column: 3 - index: 10 line: 3 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/332/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/332/input.test.md index 5ca5f8e2b71..01b0a703b42 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/332/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/332/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/332/input.js" end: Object { column: 6 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/332/input.js" end: Object { column: 6 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "core/uncategorised/332/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "core/uncategorised/332/input.js" end: Object { column: 5 - index: 9 line: 2 } start: Object { column: 0 - index: 4 line: 2 } } @@ -90,12 +82,10 @@ JSRoot { filename: "core/uncategorised/332/input.js" end: Object { column: 5 - index: 9 line: 2 } start: Object { column: 0 - index: 4 line: 2 } } @@ -104,12 +94,10 @@ JSRoot { filename: "core/uncategorised/332/input.js" end: Object { column: 4 - index: 8 line: 2 } start: Object { column: 1 - index: 5 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "core/uncategorised/332/input.js" end: Object { column: 2 - index: 6 line: 2 } start: Object { column: 1 - index: 5 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "core/uncategorised/332/input.js" end: Object { column: 3 - index: 7 line: 2 } start: Object { column: 2 - index: 6 line: 2 } } @@ -152,12 +136,10 @@ JSRoot { filename: "core/uncategorised/332/input.js" end: Object { column: 4 - index: 8 line: 2 } start: Object { column: 3 - index: 7 line: 2 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/333/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/333/input.test.md index 15542bf897f..a13e5d3de74 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/333/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/333/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/333/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/333/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/333/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "core/uncategorised/333/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -88,12 +80,10 @@ JSRoot { filename: "core/uncategorised/333/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "core/uncategorised/333/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "core/uncategorised/333/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "core/uncategorised/333/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -150,12 +134,10 @@ JSRoot { filename: "core/uncategorised/333/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/334/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/334/input.test.md index d9e2321cd1a..056bb93366b 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/334/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/334/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/334/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/334/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/334/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "core/uncategorised/334/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "core/uncategorised/334/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/335/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/335/input.test.md index 327109083a7..bbf6f1d24df 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/335/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/335/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/335/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/335/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/335/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "core/uncategorised/335/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/335/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "core/uncategorised/335/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { filename: "core/uncategorised/335/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "core/uncategorised/335/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -162,12 +144,10 @@ JSRoot { filename: "core/uncategorised/335/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -179,12 +159,10 @@ JSRoot { filename: "core/uncategorised/335/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -195,12 +173,10 @@ JSRoot { filename: "core/uncategorised/335/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/336/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/336/input.test.md index 335361f3b09..1257b83be72 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/336/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/336/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/336/input.js" end: Object { column: 5 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/336/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/336/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "core/uncategorised/336/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/336/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { filename: "core/uncategorised/336/input.js" end: Object { column: 5 - index: 11 line: 2 } start: Object { column: 0 - index: 6 line: 2 } } @@ -124,12 +112,10 @@ JSRoot { filename: "core/uncategorised/336/input.js" end: Object { column: 5 - index: 11 line: 2 } start: Object { column: 0 - index: 6 line: 2 } } @@ -138,12 +124,10 @@ JSRoot { filename: "core/uncategorised/336/input.js" end: Object { column: 4 - index: 10 line: 2 } start: Object { column: 1 - index: 7 line: 2 } } @@ -154,12 +138,10 @@ JSRoot { filename: "core/uncategorised/336/input.js" end: Object { column: 2 - index: 8 line: 2 } start: Object { column: 1 - index: 7 line: 2 } } @@ -170,12 +152,10 @@ JSRoot { filename: "core/uncategorised/336/input.js" end: Object { column: 3 - index: 9 line: 2 } start: Object { column: 2 - index: 8 line: 2 } } @@ -186,12 +166,10 @@ JSRoot { filename: "core/uncategorised/336/input.js" end: Object { column: 4 - index: 10 line: 2 } start: Object { column: 3 - index: 9 line: 2 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/337/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/337/input.test.md index 439847bbbc7..5ef571cd525 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/337/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/337/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/337/input.js" end: Object { column: 7 - index: 30 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/337/input.js" end: Object { column: 7 - index: 30 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "a" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "core/uncategorised/337/input.js" end: Object { column: 5 - index: 28 line: 2 } start: Object { column: 12 - index: 12 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "core/uncategorised/337/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "core/uncategorised/337/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "core/uncategorised/337/input.js" end: Object { column: 5 - index: 28 line: 2 } start: Object { column: 0 - index: 23 line: 2 } } @@ -138,12 +124,10 @@ JSRoot { filename: "core/uncategorised/337/input.js" end: Object { column: 5 - index: 28 line: 2 } start: Object { column: 0 - index: 23 line: 2 } } @@ -152,12 +136,10 @@ JSRoot { filename: "core/uncategorised/337/input.js" end: Object { column: 4 - index: 27 line: 2 } start: Object { column: 1 - index: 24 line: 2 } } @@ -168,12 +150,10 @@ JSRoot { filename: "core/uncategorised/337/input.js" end: Object { column: 2 - index: 25 line: 2 } start: Object { column: 1 - index: 24 line: 2 } } @@ -184,12 +164,10 @@ JSRoot { filename: "core/uncategorised/337/input.js" end: Object { column: 3 - index: 26 line: 2 } start: Object { column: 2 - index: 25 line: 2 } } @@ -200,12 +178,10 @@ JSRoot { filename: "core/uncategorised/337/input.js" end: Object { column: 4 - index: 27 line: 2 } start: Object { column: 3 - index: 26 line: 2 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/338/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/338/input.test.md index 160b19cd42d..3625b62225e 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/338/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/338/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/338/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/338/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "core/uncategorised/338/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "core/uncategorised/338/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/338/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "core/uncategorised/338/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "core/uncategorised/338/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { filename: "core/uncategorised/338/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "core/uncategorised/338/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/339/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/339/input.test.md index d73a5c39e28..a6de1121e58 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/339/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/339/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/339/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/339/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/339/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "core/uncategorised/339/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "core/uncategorised/339/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "core/uncategorised/339/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "x" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/34/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/34/input.test.md index dc18385cc7c..960bd67dadd 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/34/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/34/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/34/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/34/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/34/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "core/uncategorised/34/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "null" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "core/uncategorised/34/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "core/uncategorised/34/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "core/uncategorised/34/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -170,12 +152,10 @@ JSRoot { filename: "core/uncategorised/34/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/340/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/340/input.test.md index 20d30132beb..e9688e393ad 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/340/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/340/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/340/input.js" end: Object { column: 5 - index: 15 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/340/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "core/uncategorised/340/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "foo" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "in" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "in" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "core/uncategorised/340/input.js" end: Object { column: 2 - index: 9 line: 2 } start: Object { column: 0 - index: 7 line: 2 } } @@ -134,12 +120,10 @@ JSRoot { filename: "core/uncategorised/340/input.js" end: Object { column: 5 - index: 15 line: 3 } start: Object { column: 0 - index: 10 line: 3 } } @@ -154,12 +138,10 @@ JSRoot { filename: "core/uncategorised/340/input.js" end: Object { column: 5 - index: 15 line: 3 } start: Object { column: 0 - index: 10 line: 3 } } @@ -168,12 +150,10 @@ JSRoot { filename: "core/uncategorised/340/input.js" end: Object { column: 4 - index: 14 line: 3 } start: Object { column: 1 - index: 11 line: 3 } } @@ -184,12 +164,10 @@ JSRoot { filename: "core/uncategorised/340/input.js" end: Object { column: 2 - index: 12 line: 3 } start: Object { column: 1 - index: 11 line: 3 } } @@ -200,12 +178,10 @@ JSRoot { filename: "core/uncategorised/340/input.js" end: Object { column: 3 - index: 13 line: 3 } start: Object { column: 2 - index: 12 line: 3 } } @@ -216,12 +192,10 @@ JSRoot { filename: "core/uncategorised/340/input.js" end: Object { column: 4 - index: 14 line: 3 } start: Object { column: 3 - index: 13 line: 3 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/341/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/341/input.test.md index 7d23c44181e..145797f336e 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/341/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/341/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/341/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "core/uncategorised/341/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "core/uncategorised/341/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -74,12 +68,10 @@ JSRoot { filename: "core/uncategorised/341/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -88,12 +80,10 @@ JSRoot { filename: "core/uncategorised/341/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { filename: "core/uncategorised/341/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/342/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/342/input.test.md index 73d08bfad8d..e49698af941 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/342/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/342/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/342/input.js" end: Object { column: 4 - index: 16 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/342/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "core/uncategorised/342/input.js" end: Object { column: 4 - index: 16 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "core/uncategorised/342/input.js" end: Object { column: 4 - index: 16 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "foo" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { identifierName: "baz" end: Object { column: 4 - index: 16 line: 2 } start: Object { column: 1 - index: 13 line: 2 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/343/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/343/input.test.md index 0d00358def8..d686ec93386 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/343/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/343/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/343/input.js" end: Object { column: 12 - index: 24 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/343/input.js" end: Object { column: 12 - index: 24 line: 2 } start: Object { column: 1 - index: 13 line: 2 } } @@ -56,12 +52,10 @@ JSRoot { filename: "core/uncategorised/343/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "core/uncategorised/343/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "core/uncategorised/343/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "core/uncategorised/343/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "core/uncategorised/343/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/344/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/344/input.test.md index 0270d5d015b..db4c64508f5 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/344/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/344/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/344/input.js" end: Object { column: 16 - index: 30 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/344/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "core/uncategorised/344/input.js" end: Object { column: 16 - index: 30 line: 2 } start: Object { column: 0 - index: 14 line: 2 } } @@ -69,12 +63,10 @@ JSRoot { filename: "core/uncategorised/344/input.js" end: Object { column: 15 - index: 29 line: 2 } start: Object { column: 0 - index: 14 line: 2 } } @@ -83,12 +75,10 @@ JSRoot { filename: "core/uncategorised/344/input.js" end: Object { column: 13 - index: 27 line: 2 } start: Object { column: 0 - index: 14 line: 2 } } @@ -99,12 +89,10 @@ JSRoot { identifierName: "object" end: Object { column: 6 - index: 20 line: 2 } start: Object { column: 0 - index: 14 line: 2 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "static" end: Object { column: 13 - index: 27 line: 2 } start: Object { column: 7 - index: 21 line: 2 } } @@ -132,12 +118,10 @@ JSRoot { identifierName: "static" end: Object { column: 13 - index: 27 line: 2 } start: Object { column: 7 - index: 21 line: 2 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/345/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/345/input.test.md index 836615cf690..fb290c4c824 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/345/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/345/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/345/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/345/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -58,12 +54,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +85,10 @@ JSRoot { filename: "core/uncategorised/345/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/346/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/346/input.test.md index 601d6288d15..2b228f3ae45 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/346/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/346/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/346/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "core/uncategorised/346/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "core/uncategorised/346/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/347/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/347/input.test.md index 43f440a872e..ec4fbce1837 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/347/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/347/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/347/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/uncategorised/347/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "core/uncategorised/347/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "core/uncategorised/347/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/348/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/348/input.test.md index cc48818f3ed..bf7231206aa 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/348/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/348/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/348/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/uncategorised/348/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "core/uncategorised/348/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "core/uncategorised/348/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "core/uncategorised/348/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/349/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/349/input.test.md index ec36b1d3eea..67d21957c3a 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/349/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/349/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/349/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/uncategorised/349/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "core/uncategorised/349/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/35/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/35/input.test.md index 3c1c746b957..9815d39b057 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/35/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/35/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/35/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/35/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/35/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "core/uncategorised/35/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "core/uncategorised/35/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "core/uncategorised/35/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -130,12 +116,10 @@ JSRoot { filename: "core/uncategorised/35/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -146,12 +130,10 @@ JSRoot { filename: "core/uncategorised/35/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -169,12 +151,10 @@ JSRoot { filename: "core/uncategorised/35/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/350/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/350/input.test.md index ccc8ed36ef7..8c7190bbe54 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/350/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/350/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/350/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/uncategorised/350/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "core/uncategorised/350/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/351/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/351/input.test.md index 3ffc25a477b..6584880eb5b 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/351/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/351/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/351/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/uncategorised/351/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "core/uncategorised/351/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/352/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/352/input.test.md index 6b0618d77c8..807d4c64e54 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/352/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/352/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/352/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/uncategorised/352/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "core/uncategorised/352/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "core/uncategorised/352/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { identifierName: "x" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/353/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/353/input.test.md index da3c6c0b846..9d97048e338 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/353/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/353/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/353/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/uncategorised/353/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "core/uncategorised/353/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "core/uncategorised/353/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { identifierName: "x0" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/354/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/354/input.test.md index acf8c9b723d..2807e09b94b 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/354/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/354/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/354/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "core/uncategorised/354/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { filename: "core/uncategorised/354/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/355/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/355/input.test.md index 87dd64edf5d..52d5faf47b1 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/355/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/355/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/355/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/355/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/355/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/356/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/356/input.test.md index 94e94840396..23ac381a6c4 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/356/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/356/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/356/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/356/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/356/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/357/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/357/input.test.md index 47de29f926c..ff54b0c5e1a 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/357/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/357/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/357/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/uncategorised/357/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "core/uncategorised/357/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "core/uncategorised/357/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/358/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/358/input.test.md index fe458b74cc6..e361eb18e8c 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/358/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/358/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/358/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/uncategorised/358/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "core/uncategorised/358/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "core/uncategorised/358/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "core/uncategorised/358/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/359/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/359/input.test.md index ff06d9a3ba2..3f3c97843e7 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/359/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/359/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/359/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/uncategorised/359/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "core/uncategorised/359/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "core/uncategorised/359/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "core/uncategorised/359/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/36/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/36/input.test.md index 4ebef9bbba7..2c8586a5d7b 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/36/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/36/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/36/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/36/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/36/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "core/uncategorised/36/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "core/uncategorised/36/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "core/uncategorised/36/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "core/uncategorised/36/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "core/uncategorised/36/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -170,12 +152,10 @@ JSRoot { filename: "core/uncategorised/36/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/360/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/360/input.test.md index fc39a5cbae4..e957b216756 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/360/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/360/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/360/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/360/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { sourceText: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/361/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/361/input.test.md index e581d847300..5ff6336d2ee 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/361/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/361/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/361/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/uncategorised/361/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "x\0" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/362/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/362/input.test.md index 6985a7908f8..b984b0d677e 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/362/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/362/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/362/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/uncategorised/362/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "x\\" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/363/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/363/input.test.md index ae8f4261b8a..8ba4409ecad 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/363/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/363/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/363/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/uncategorised/363/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "x*" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/364/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/364/input.test.md index 4d00cf80d8c..0bec6c758de 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/364/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/364/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/364/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/uncategorised/364/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "core/uncategorised/364/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "core/uncategorised/364/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/365/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/365/input.test.md index 407d69e9555..feb19a81a04 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/365/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/365/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/365/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/uncategorised/365/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "core/uncategorised/365/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -95,12 +87,10 @@ JSRoot { filename: "core/uncategorised/365/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { filename: "core/uncategorised/365/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "core/uncategorised/365/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { filename: "core/uncategorised/365/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "core/uncategorised/365/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/366/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/366/input.test.md index a40e427eb11..eb1c8e92435 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/366/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/366/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/366/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/uncategorised/366/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "core/uncategorised/366/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "core/uncategorised/366/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { filename: "core/uncategorised/366/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { filename: "core/uncategorised/366/input.js" end: Object { column: 13 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { filename: "core/uncategorised/366/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { filename: "core/uncategorised/366/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -188,12 +168,10 @@ JSRoot { filename: "core/uncategorised/366/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -204,12 +182,10 @@ JSRoot { filename: "core/uncategorised/366/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/367/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/367/input.test.md index c4f7a809717..c3f72db5585 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/367/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/367/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/367/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "core/uncategorised/367/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "core/uncategorised/367/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "core/uncategorised/367/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "core/uncategorised/367/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/368/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/368/input.test.md index 441276c6a26..f8d47db42a0 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/368/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/368/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/368/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "core/uncategorised/368/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "core/uncategorised/368/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "core/uncategorised/368/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "core/uncategorised/368/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/369/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/369/input.test.md index 7741a503bfd..2a50f215a54 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/369/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/369/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/369/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "core/uncategorised/369/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "core/uncategorised/369/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "core/uncategorised/369/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "core/uncategorised/369/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/37/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/37/input.test.md index 5cb444e30a8..fb81b5efdff 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/37/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/37/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/37/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/37/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/37/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "core/uncategorised/37/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "width" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "core/uncategorised/37/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "core/uncategorised/37/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { filename: "core/uncategorised/37/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -169,12 +151,10 @@ JSRoot { identifierName: "w" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -185,12 +165,10 @@ JSRoot { filename: "core/uncategorised/37/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -204,12 +182,10 @@ JSRoot { filename: "core/uncategorised/37/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -219,12 +195,10 @@ JSRoot { filename: "core/uncategorised/37/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -234,12 +208,10 @@ JSRoot { filename: "core/uncategorised/37/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -250,12 +222,10 @@ JSRoot { identifierName: "m_width" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -267,12 +237,10 @@ JSRoot { identifierName: "w" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/370/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/370/input.test.md index 08b48f516f0..7518a60d9ef 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/370/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/370/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/370/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/370/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/370/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "core/uncategorised/370/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/371/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/371/input.test.md index a384ce4fc9f..8b05b43713c 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/371/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/371/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/371/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/371/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/371/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "core/uncategorised/371/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/372/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/372/input.test.md index e147cc59852..90431b82c53 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/372/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/372/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/372/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/372/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/372/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "core/uncategorised/372/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/373/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/373/input.test.md index 6c9c033ba62..3db684d4808 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/373/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/373/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/373/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/373/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/373/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "core/uncategorised/373/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/374/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/374/input.test.md index 2bfd894c52c..48b2fb5d226 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/374/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/374/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/374/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "core/uncategorised/374/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "core/uncategorised/374/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { identifierName: "list" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "core/uncategorised/374/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "core/uncategorised/374/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { identifierName: "process" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -161,12 +145,10 @@ JSRoot { identifierName: "x" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/375/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/375/input.test.md index 8ac77304488..db7be39c1ca 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/375/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/375/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/375/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "core/uncategorised/375/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "core/uncategorised/375/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "core/uncategorised/375/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/376/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/376/input.test.md index ee1d5a2880b..545d8f96ed6 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/376/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/376/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/376/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "core/uncategorised/376/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "core/uncategorised/376/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -95,12 +87,10 @@ JSRoot { filename: "core/uncategorised/376/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { filename: "core/uncategorised/376/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/377/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/377/input.test.md index f82714e5ba3..82069e7ed7a 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/377/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/377/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/377/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { sourceText: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -72,12 +68,10 @@ JSRoot { filename: "core/uncategorised/377/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -92,12 +86,10 @@ JSRoot { filename: "core/uncategorised/377/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -107,12 +99,10 @@ JSRoot { filename: "core/uncategorised/377/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -122,12 +112,10 @@ JSRoot { filename: "core/uncategorised/377/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -139,12 +127,10 @@ JSRoot { filename: "core/uncategorised/377/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/378/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/378/input.test.md index 56a1a7319fd..023fc9358a1 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/378/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/378/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/378/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { sourceText: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -72,12 +68,10 @@ JSRoot { filename: "core/uncategorised/378/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 10 line: 2 } } @@ -92,12 +86,10 @@ JSRoot { filename: "core/uncategorised/378/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -107,12 +99,10 @@ JSRoot { filename: "core/uncategorised/378/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -123,12 +113,10 @@ JSRoot { filename: "core/uncategorised/378/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -138,12 +126,10 @@ JSRoot { filename: "core/uncategorised/378/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -157,12 +143,10 @@ JSRoot { identifierName: "t" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -171,12 +155,10 @@ JSRoot { filename: "core/uncategorised/378/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -188,12 +170,10 @@ JSRoot { identifierName: "t" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -202,12 +182,10 @@ JSRoot { filename: "core/uncategorised/378/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/379/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/379/input.test.md index 61e8a4c315b..28cab3c0137 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/379/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/379/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/379/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/uncategorised/379/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "core/uncategorised/379/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "core/uncategorised/379/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "core/uncategorised/379/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -126,12 +114,10 @@ JSRoot { identifierName: "t" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -140,12 +126,10 @@ JSRoot { filename: "core/uncategorised/379/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { identifierName: "t" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -171,12 +153,10 @@ JSRoot { filename: "core/uncategorised/379/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -190,12 +170,10 @@ JSRoot { identifierName: "" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -204,12 +182,10 @@ JSRoot { filename: "core/uncategorised/379/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -221,12 +197,10 @@ JSRoot { identifierName: "" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -235,12 +209,10 @@ JSRoot { filename: "core/uncategorised/379/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/38/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/38/input.test.md index 7d9d2c9c450..a7093f22291 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/38/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/38/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/38/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/38/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/38/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "core/uncategorised/38/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "if" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "core/uncategorised/38/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "core/uncategorised/38/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { filename: "core/uncategorised/38/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -169,12 +151,10 @@ JSRoot { identifierName: "w" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -185,12 +165,10 @@ JSRoot { filename: "core/uncategorised/38/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -204,12 +182,10 @@ JSRoot { filename: "core/uncategorised/38/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -219,12 +195,10 @@ JSRoot { filename: "core/uncategorised/38/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -234,12 +208,10 @@ JSRoot { filename: "core/uncategorised/38/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -250,12 +222,10 @@ JSRoot { identifierName: "m_if" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -267,12 +237,10 @@ JSRoot { identifierName: "w" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/380/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/380/input.test.md index 676a1d65eef..08ac26218d9 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/380/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/380/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/380/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/uncategorised/380/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "core/uncategorised/380/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "core/uncategorised/380/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "core/uncategorised/380/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "core/uncategorised/380/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "core/uncategorised/380/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -174,12 +156,10 @@ JSRoot { filename: "core/uncategorised/380/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/381/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/381/input.test.md index 46517463e6a..2a9438b2eea 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/381/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/381/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/381/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/uncategorised/381/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "core/uncategorised/381/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "core/uncategorised/381/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "core/uncategorised/381/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/382/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/382/input.test.md index 45cb4466c9d..14fa652e8ab 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/382/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/382/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/382/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "core/uncategorised/382/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "core/uncategorised/382/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { identifierName: "if" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "core/uncategorised/382/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "core/uncategorised/382/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/383/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/383/input.test.md index b6e42fbf7d6..8eb9ece2256 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/383/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/383/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/383/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "core/uncategorised/383/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "core/uncategorised/383/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "core/uncategorised/383/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "core/uncategorised/383/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/384/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/384/input.test.md index 065251619af..01c878566af 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/384/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/384/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/384/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "core/uncategorised/384/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "core/uncategorised/384/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "core/uncategorised/384/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "core/uncategorised/384/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/385/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/385/input.test.md index 4c4e4ec8971..21c7c2cdc67 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/385/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/385/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/385/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "core/uncategorised/385/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "core/uncategorised/385/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "core/uncategorised/385/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "core/uncategorised/385/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/386/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/386/input.test.md index 051893a1d4b..b7f6a771a7c 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/386/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/386/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/386/input.js" end: Object { column: 1 - index: 4 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/386/input.js" end: Object { column: 1 - index: 4 line: 4 } start: Object { column: 0 - index: 3 line: 4 } } @@ -58,12 +54,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 3 line: 4 } start: Object { column: 0 - index: 3 line: 4 } } @@ -91,12 +85,10 @@ JSRoot { filename: "core/uncategorised/386/input.js" end: Object { column: 1 - index: 4 line: 4 } start: Object { column: 1 - index: 4 line: 4 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/387/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/387/input.test.md index 8b359fe69f5..83c9371f0a2 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/387/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/387/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "core/uncategorised/387/input.js" end: Object { column: 1 - index: 31 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/387/input.js" end: Object { column: 10 - index: 29 line: 3 } start: Object { column: 0 - index: 1 line: 2 } } @@ -67,12 +63,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 30 line: 4 } } @@ -85,12 +79,10 @@ JSRoot { filename: "core/uncategorised/387/input.js" end: Object { column: 1 - index: 31 line: 4 } start: Object { column: 0 - index: 30 line: 4 } } @@ -101,12 +93,10 @@ JSRoot { filename: "core/uncategorised/387/input.js" end: Object { column: 1 - index: 31 line: 4 } start: Object { column: 0 - index: 30 line: 4 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/388/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/388/input.test.md index 2245dce4763..89820e0219b 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/388/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/388/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/388/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { filename: "core/uncategorised/388/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "core/uncategorised/388/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { identifierName: "set" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "core/uncategorised/388/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { filename: "core/uncategorised/388/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/389/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/389/input.test.md index db74f5f5785..e38cb43650a 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/389/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/389/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/389/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { filename: "core/uncategorised/389/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "core/uncategorised/389/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { identifierName: "get" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "core/uncategorised/389/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { filename: "core/uncategorised/389/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/39/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/39/input.test.md index f0988b52aa4..347d2861bcb 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/39/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/39/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/39/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/39/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/39/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "core/uncategorised/39/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "true" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "core/uncategorised/39/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "core/uncategorised/39/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { filename: "core/uncategorised/39/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -169,12 +151,10 @@ JSRoot { identifierName: "w" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -185,12 +165,10 @@ JSRoot { filename: "core/uncategorised/39/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -204,12 +182,10 @@ JSRoot { filename: "core/uncategorised/39/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -219,12 +195,10 @@ JSRoot { filename: "core/uncategorised/39/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -234,12 +208,10 @@ JSRoot { filename: "core/uncategorised/39/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -250,12 +222,10 @@ JSRoot { identifierName: "m_true" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -267,12 +237,10 @@ JSRoot { identifierName: "w" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/390/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/390/input.test.md index b3f916b167a..a2b89141ca2 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/390/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/390/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/390/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "core/uncategorised/390/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "core/uncategorised/390/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { identifierName: "set" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "core/uncategorised/390/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { filename: "core/uncategorised/390/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { identifierName: "s" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -161,12 +145,10 @@ JSRoot { filename: "core/uncategorised/390/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -177,12 +159,10 @@ JSRoot { filename: "core/uncategorised/390/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -197,12 +177,10 @@ JSRoot { filename: "core/uncategorised/390/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -212,12 +190,10 @@ JSRoot { filename: "core/uncategorised/390/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -227,12 +203,10 @@ JSRoot { filename: "core/uncategorised/390/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -243,12 +217,10 @@ JSRoot { filename: "core/uncategorised/390/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -258,12 +230,10 @@ JSRoot { filename: "core/uncategorised/390/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/391/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/391/input.test.md index 33715714f2d..114be7b3c63 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/391/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/391/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/391/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/uncategorised/391/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "core/uncategorised/391/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -95,12 +87,10 @@ JSRoot { identifierName: "s" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "core/uncategorised/391/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "core/uncategorised/391/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -139,12 +125,10 @@ JSRoot { filename: "core/uncategorised/391/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -161,12 +145,10 @@ JSRoot { filename: "core/uncategorised/391/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -178,12 +160,10 @@ JSRoot { identifierName: "" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -194,12 +174,10 @@ JSRoot { filename: "core/uncategorised/391/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/392/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/392/input.test.md index 53a24974c52..588ce04343d 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/392/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/392/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/392/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "core/uncategorised/392/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "core/uncategorised/392/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { identifierName: "set" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "core/uncategorised/392/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "core/uncategorised/392/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -145,12 +131,10 @@ JSRoot { identifierName: "s" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -160,12 +144,10 @@ JSRoot { filename: "core/uncategorised/392/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -180,12 +162,10 @@ JSRoot { filename: "core/uncategorised/392/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -195,12 +175,10 @@ JSRoot { filename: "core/uncategorised/392/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -210,12 +188,10 @@ JSRoot { filename: "core/uncategorised/392/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -226,12 +202,10 @@ JSRoot { filename: "core/uncategorised/392/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -241,12 +215,10 @@ JSRoot { filename: "core/uncategorised/392/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/393/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/393/input.test.md index 1dcbee18828..365084c2608 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/393/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/393/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/393/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "core/uncategorised/393/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "core/uncategorised/393/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { identifierName: "set" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "core/uncategorised/393/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { filename: "core/uncategorised/393/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { identifierName: "s" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -162,12 +146,10 @@ JSRoot { identifierName: "a" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -179,12 +161,10 @@ JSRoot { identifierName: "b" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -195,12 +175,10 @@ JSRoot { filename: "core/uncategorised/393/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -215,12 +193,10 @@ JSRoot { filename: "core/uncategorised/393/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -230,12 +206,10 @@ JSRoot { filename: "core/uncategorised/393/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -245,12 +219,10 @@ JSRoot { filename: "core/uncategorised/393/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -261,12 +233,10 @@ JSRoot { filename: "core/uncategorised/393/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -276,12 +246,10 @@ JSRoot { filename: "core/uncategorised/393/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/394/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/394/input.test.md index 1d9638a8534..49c662dc542 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/394/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/394/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/394/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "core/uncategorised/394/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "core/uncategorised/394/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { identifierName: "get" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "core/uncategorised/394/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { filename: "core/uncategorised/394/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { identifierName: "g" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -162,12 +146,10 @@ JSRoot { identifierName: "d" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -178,12 +160,10 @@ JSRoot { filename: "core/uncategorised/394/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -198,12 +178,10 @@ JSRoot { filename: "core/uncategorised/394/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -213,12 +191,10 @@ JSRoot { filename: "core/uncategorised/394/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -228,12 +204,10 @@ JSRoot { filename: "core/uncategorised/394/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -244,12 +218,10 @@ JSRoot { filename: "core/uncategorised/394/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -259,12 +231,10 @@ JSRoot { filename: "core/uncategorised/394/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/395/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/395/input.test.md index ca0bc86387d..695027e63e1 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/395/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/395/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/395/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "t" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "core/uncategorised/395/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "core/uncategorised/395/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "core/uncategorised/395/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -132,12 +120,10 @@ JSRoot { identifierName: "" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -148,12 +134,10 @@ JSRoot { filename: "core/uncategorised/395/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/396/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/396/input.test.md index 5cc4dc7ca57..3047f62b513 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/396/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/396/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/396/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "t" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "core/uncategorised/396/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "core/uncategorised/396/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -115,12 +105,10 @@ JSRoot { filename: "core/uncategorised/396/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { identifierName: "rest" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -147,12 +133,10 @@ JSRoot { filename: "core/uncategorised/396/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -166,12 +150,10 @@ JSRoot { identifierName: "b" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -182,12 +164,10 @@ JSRoot { filename: "core/uncategorised/396/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/397/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/397/input.test.md index 6ad6d4d50d6..bf02bddb24d 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/397/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/397/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/397/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "t" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "core/uncategorised/397/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { filename: "core/uncategorised/397/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -121,12 +111,10 @@ JSRoot { filename: "core/uncategorised/397/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -138,12 +126,10 @@ JSRoot { identifierName: "if" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -154,12 +140,10 @@ JSRoot { filename: "core/uncategorised/397/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/398/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/398/input.test.md index 936945e8bb7..73293638aa6 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/398/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/398/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/398/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "t" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "core/uncategorised/398/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { filename: "core/uncategorised/398/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -121,12 +111,10 @@ JSRoot { filename: "core/uncategorised/398/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -138,12 +126,10 @@ JSRoot { identifierName: "true" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -154,12 +140,10 @@ JSRoot { filename: "core/uncategorised/398/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/399/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/399/input.test.md index 449dd1ba083..45487819cb8 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/399/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/399/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/399/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "t" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "core/uncategorised/399/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { filename: "core/uncategorised/399/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -121,12 +111,10 @@ JSRoot { filename: "core/uncategorised/399/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -138,12 +126,10 @@ JSRoot { identifierName: "false" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -154,12 +140,10 @@ JSRoot { filename: "core/uncategorised/399/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/4/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/4/input.test.md index afe58e2e551..afb422d1301 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/4/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/4/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/4/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/4/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -57,12 +53,10 @@ JSRoot { filename: "core/uncategorised/4/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "core/uncategorised/4/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "core/uncategorised/4/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "core/uncategorised/4/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "core/uncategorised/4/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -135,12 +121,10 @@ JSRoot { filename: "core/uncategorised/4/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -151,12 +135,10 @@ JSRoot { filename: "core/uncategorised/4/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -167,12 +149,10 @@ JSRoot { filename: "core/uncategorised/4/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/40/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/40/input.test.md index 68dc18a60b6..34506b2a3bb 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/40/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/40/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/40/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/40/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/40/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "core/uncategorised/40/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "false" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "core/uncategorised/40/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "core/uncategorised/40/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { filename: "core/uncategorised/40/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -169,12 +151,10 @@ JSRoot { identifierName: "w" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -185,12 +165,10 @@ JSRoot { filename: "core/uncategorised/40/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -204,12 +182,10 @@ JSRoot { filename: "core/uncategorised/40/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -219,12 +195,10 @@ JSRoot { filename: "core/uncategorised/40/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -234,12 +208,10 @@ JSRoot { filename: "core/uncategorised/40/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -250,12 +222,10 @@ JSRoot { identifierName: "m_false" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -267,12 +237,10 @@ JSRoot { identifierName: "w" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/400/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/400/input.test.md index 71289c477ac..403a4037208 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/400/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/400/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/400/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "t" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "core/uncategorised/400/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { filename: "core/uncategorised/400/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -121,12 +111,10 @@ JSRoot { filename: "core/uncategorised/400/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -138,12 +126,10 @@ JSRoot { identifierName: "null" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -154,12 +140,10 @@ JSRoot { filename: "core/uncategorised/400/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/401/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/401/input.test.md index 9bc0a4aaaa7..4a9d7413d3e 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/401/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/401/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/401/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "null" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "core/uncategorised/401/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { filename: "core/uncategorised/401/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -122,12 +112,10 @@ JSRoot { filename: "core/uncategorised/401/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/402/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/402/input.test.md index ef5ea9ba590..1b868444b29 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/402/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/402/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/402/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "true" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "core/uncategorised/402/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { filename: "core/uncategorised/402/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -122,12 +112,10 @@ JSRoot { filename: "core/uncategorised/402/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/403/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/403/input.test.md index 4e7967b75f6..51f01d33a4b 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/403/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/403/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/403/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "false" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "core/uncategorised/403/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { filename: "core/uncategorised/403/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -122,12 +112,10 @@ JSRoot { filename: "core/uncategorised/403/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/404/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/404/input.test.md index 14b3ccd13b9..59bb316ef3c 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/404/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/404/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/404/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "if" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "core/uncategorised/404/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { filename: "core/uncategorised/404/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -122,12 +112,10 @@ JSRoot { filename: "core/uncategorised/404/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/405/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/405/input.test.md index ac024003680..07992577e0b 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/405/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/405/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/405/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/uncategorised/405/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "a" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "core/uncategorised/405/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { identifierName: "b" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/406/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/406/input.test.md index 822d1ab8b3f..b820831b424 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/406/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/406/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/406/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -67,12 +63,10 @@ JSRoot { filename: "core/uncategorised/406/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { filename: "core/uncategorised/406/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { filename: "core/uncategorised/406/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { identifierName: "a" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/407/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/407/input.test.md index 64d2dce7410..77d16ba0445 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/407/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/407/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/407/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/uncategorised/407/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "a" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "core/uncategorised/407/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "core/uncategorised/407/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { filename: "core/uncategorised/407/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -139,12 +125,10 @@ JSRoot { filename: "core/uncategorised/407/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/408/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/408/input.test.md index 9716b158199..6301f372e05 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/408/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/408/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/408/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/uncategorised/408/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "a" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -95,12 +87,10 @@ JSRoot { filename: "core/uncategorised/408/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "core/uncategorised/408/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { filename: "core/uncategorised/408/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/409/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/409/input.test.md index 5b1ef383b97..0da7c63e78f 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/409/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/409/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/409/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/409/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/41/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/41/input.test.md index 797d63b1591..51d2a7ae9d1 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/41/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/41/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/41/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/41/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/41/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "core/uncategorised/41/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "null" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "core/uncategorised/41/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "core/uncategorised/41/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { filename: "core/uncategorised/41/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -169,12 +151,10 @@ JSRoot { identifierName: "w" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -185,12 +165,10 @@ JSRoot { filename: "core/uncategorised/41/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -204,12 +182,10 @@ JSRoot { filename: "core/uncategorised/41/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -219,12 +195,10 @@ JSRoot { filename: "core/uncategorised/41/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -234,12 +208,10 @@ JSRoot { filename: "core/uncategorised/41/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -250,12 +222,10 @@ JSRoot { identifierName: "m_null" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -267,12 +237,10 @@ JSRoot { identifierName: "w" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/410/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/410/input.test.md index bee9bcce0b7..252ffcb77c5 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/410/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/410/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/410/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { filename: "core/uncategorised/410/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "core/uncategorised/410/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "core/uncategorised/410/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/411/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/411/input.test.md index d30c0eb268f..a39cae4dce0 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/411/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/411/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/411/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/411/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/412/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/412/input.test.md index 005a0861c23..0b23ec05f87 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/412/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/412/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/412/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { filename: "core/uncategorised/412/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "core/uncategorised/412/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "core/uncategorised/412/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/413/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/413/input.test.md index 83252aafb44..f6d2fdaa195 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/413/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/413/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/413/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "core/uncategorised/413/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "core/uncategorised/413/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/414/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/414/input.test.md index aff26eb076b..0022a4cc704 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/414/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/414/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/414/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "core/uncategorised/414/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "core/uncategorised/414/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/415/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/415/input.test.md index b01a8899362..aab67a89c0a 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/415/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/415/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/415/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "core/uncategorised/415/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "core/uncategorised/415/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "core/uncategorised/415/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "core/uncategorised/415/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { filename: "core/uncategorised/415/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -146,12 +132,10 @@ JSRoot { identifierName: "i" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -161,12 +145,10 @@ JSRoot { filename: "core/uncategorised/415/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -179,12 +161,10 @@ JSRoot { identifierName: "i2" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -194,12 +174,10 @@ JSRoot { filename: "core/uncategorised/415/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/416/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/416/input.test.md index 1e4689be980..36fde265b1c 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/416/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/416/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/416/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "core/uncategorised/416/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "core/uncategorised/416/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { filename: "core/uncategorised/416/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "core/uncategorised/416/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "core/uncategorised/416/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { filename: "core/uncategorised/416/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "core/uncategorised/416/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -176,12 +158,10 @@ JSRoot { identifierName: "i" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/417/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/417/input.test.md index 5d78347cb81..53feda2a99d 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/417/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/417/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/417/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "core/uncategorised/417/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "core/uncategorised/417/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "core/uncategorised/417/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "core/uncategorised/417/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/418/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/418/input.test.md index 26cab4db8b5..55be6153761 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/418/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/418/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/418/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "core/uncategorised/418/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "core/uncategorised/418/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "core/uncategorised/418/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "core/uncategorised/418/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/419/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/419/input.test.md index 9708ae7567a..393e715741d 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/419/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/419/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/419/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -67,12 +63,10 @@ JSRoot { filename: "core/uncategorised/419/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { filename: "core/uncategorised/419/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { filename: "core/uncategorised/419/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "core/uncategorised/419/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/42/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/42/input.test.md index 45762abfd6d..24d7428691a 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/42/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/42/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/42/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/42/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/42/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "core/uncategorised/42/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "core/uncategorised/42/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "core/uncategorised/42/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -130,12 +116,10 @@ JSRoot { filename: "core/uncategorised/42/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -151,12 +135,10 @@ JSRoot { filename: "core/uncategorised/42/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -168,12 +150,10 @@ JSRoot { identifierName: "w" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -184,12 +164,10 @@ JSRoot { filename: "core/uncategorised/42/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -203,12 +181,10 @@ JSRoot { filename: "core/uncategorised/42/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -218,12 +194,10 @@ JSRoot { filename: "core/uncategorised/42/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -233,12 +207,10 @@ JSRoot { filename: "core/uncategorised/42/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -249,12 +221,10 @@ JSRoot { identifierName: "m_null" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -266,12 +236,10 @@ JSRoot { identifierName: "w" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/420/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/420/input.test.md index b32e8d0e6b9..f1ecd66fec8 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/420/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/420/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/420/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "core/uncategorised/420/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "core/uncategorised/420/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "core/uncategorised/420/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { filename: "core/uncategorised/420/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "core/uncategorised/420/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { filename: "core/uncategorised/420/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { identifierName: "doThis" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/421/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/421/input.test.md index e67e85214e9..1c1fd0abc20 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/421/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/421/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/421/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "core/uncategorised/421/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "core/uncategorised/421/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "core/uncategorised/421/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { filename: "core/uncategorised/421/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/422/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/422/input.test.md index bde8dc2019a..ba008e44d0f 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/422/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/422/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/422/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "core/uncategorised/422/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "core/uncategorised/422/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "core/uncategorised/422/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { filename: "core/uncategorised/422/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/423/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/423/input.test.md index 34e4d5b64b9..22a9b015016 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/423/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/423/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/423/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { filename: "core/uncategorised/423/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "core/uncategorised/423/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "core/uncategorised/423/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/424/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/424/input.test.md index 7250696c2aa..24b44259c4a 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/424/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/424/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/424/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "core/uncategorised/424/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { identifierName: "x" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { filename: "core/uncategorised/424/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "core/uncategorised/424/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/425/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/425/input.test.md index 7f587f79b4e..0992ff07aaa 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/425/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/425/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/425/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -63,12 +59,10 @@ JSRoot { filename: "core/uncategorised/425/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -79,12 +73,10 @@ JSRoot { filename: "core/uncategorised/425/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/426/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/426/input.test.md index 800d2baaca4..a9b2f4db226 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/426/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/426/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/426/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -50,12 +48,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +63,10 @@ JSRoot { filename: "core/uncategorised/426/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { filename: "core/uncategorised/426/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "core/uncategorised/426/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "core/uncategorised/426/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/427/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/427/input.test.md index 27383bd1e9f..5e812714954 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/427/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/427/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/427/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/uncategorised/427/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "c" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -95,12 +87,10 @@ JSRoot { filename: "core/uncategorised/427/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "core/uncategorised/427/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/428/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/428/input.test.md index 625ab0c0f93..6833815b7a4 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/428/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/428/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/428/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/uncategorised/428/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "core/uncategorised/428/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { identifierName: "" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { filename: "core/uncategorised/428/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -141,12 +127,10 @@ JSRoot { identifierName: "X" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/429/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/429/input.test.md index 0e50b016edd..c41477e2d9b 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/429/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/429/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/429/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -45,12 +43,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/43/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/43/input.test.md index ccd9c31bfc2..6340936fb23 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/43/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/43/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/43/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/43/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/43/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "core/uncategorised/43/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "core/uncategorised/43/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "core/uncategorised/43/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "core/uncategorised/43/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { filename: "core/uncategorised/43/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -169,12 +151,10 @@ JSRoot { identifierName: "w" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -185,12 +165,10 @@ JSRoot { filename: "core/uncategorised/43/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -204,12 +182,10 @@ JSRoot { filename: "core/uncategorised/43/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -219,12 +195,10 @@ JSRoot { filename: "core/uncategorised/43/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -234,12 +208,10 @@ JSRoot { filename: "core/uncategorised/43/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -250,12 +222,10 @@ JSRoot { identifierName: "m_null" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -267,12 +237,10 @@ JSRoot { identifierName: "w" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/430/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/430/input.test.md index 3f727bd9b54..5f8e1c62962 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/430/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/430/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/430/input.js" end: Object { column: 0 - index: 5 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -45,12 +43,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/431/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/431/input.test.md index 5653dba2416..9b4371255b1 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/431/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/431/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/431/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/uncategorised/431/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "core/uncategorised/431/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/432/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/432/input.test.md index 2f27ca86afc..a51d244008f 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/432/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/432/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/432/input.js" end: Object { column: 1 - index: 5 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/uncategorised/432/input.js" end: Object { column: 1 - index: 5 line: 3 } start: Object { column: 0 - index: 4 line: 3 } } @@ -76,12 +70,10 @@ JSRoot { filename: "core/uncategorised/432/input.js" end: Object { column: 1 - index: 5 line: 3 } start: Object { column: 0 - index: 4 line: 3 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/433/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/433/input.test.md index f9b05b5a777..67149899bf8 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/433/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/433/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/433/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/uncategorised/433/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "hello" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/434/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/434/input.test.md index 313595dbb97..70dde6beae8 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/434/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/434/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/434/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/uncategorised/434/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "core/uncategorised/434/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "core/uncategorised/434/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { identifierName: "hello" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/435/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/435/input.test.md index 0a9b7fe277e..8c8ba54d53c 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/435/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/435/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/435/input.js" end: Object { column: 1 - index: 2 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 1 line: 2 } } @@ -66,12 +62,10 @@ JSRoot { filename: "core/uncategorised/435/input.js" end: Object { column: 1 - index: 2 line: 2 } start: Object { column: 0 - index: 1 line: 2 } } @@ -81,12 +75,10 @@ JSRoot { filename: "core/uncategorised/435/input.js" end: Object { column: 1 - index: 2 line: 2 } start: Object { column: 0 - index: 1 line: 2 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/436/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/436/input.test.md index 17aa0ea9ee7..dcba8ab01b5 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/436/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/436/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/436/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "core/uncategorised/436/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "core/uncategorised/436/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/437/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/437/input.test.md index 02967e20ecc..5d88b0485a0 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/437/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/437/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/437/input.js" end: Object { column: 1 - index: 2 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 1 line: 2 } } @@ -66,12 +62,10 @@ JSRoot { filename: "core/uncategorised/437/input.js" end: Object { column: 1 - index: 2 line: 2 } start: Object { column: 0 - index: 1 line: 2 } } @@ -81,12 +75,10 @@ JSRoot { filename: "core/uncategorised/437/input.js" end: Object { column: 1 - index: 2 line: 2 } start: Object { column: 0 - index: 1 line: 2 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/438/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/438/input.test.md index 812ff7bc6f8..400c8b6791e 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/438/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/438/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/438/input.js" end: Object { column: 1 - index: 2 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 1 line: 2 } } @@ -66,12 +62,10 @@ JSRoot { filename: "core/uncategorised/438/input.js" end: Object { column: 1 - index: 2 line: 2 } start: Object { column: 0 - index: 1 line: 2 } } @@ -81,12 +75,10 @@ JSRoot { filename: "core/uncategorised/438/input.js" end: Object { column: 1 - index: 2 line: 2 } start: Object { column: 0 - index: 1 line: 2 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/439/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/439/input.test.md index fce369c650d..b9aea35e0ae 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/439/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/439/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "core/uncategorised/439/input.js" end: Object { column: 1 - index: 4 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/439/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +63,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 3 line: 2 } } @@ -85,12 +79,10 @@ JSRoot { filename: "core/uncategorised/439/input.js" end: Object { column: 1 - index: 4 line: 2 } start: Object { column: 0 - index: 3 line: 2 } } @@ -101,12 +93,10 @@ JSRoot { filename: "core/uncategorised/439/input.js" end: Object { column: 1 - index: 4 line: 2 } start: Object { column: 0 - index: 3 line: 2 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/44/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/44/input.test.md index fb44f1a41cd..3aaf41df946 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/44/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/44/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/44/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/44/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/44/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "core/uncategorised/44/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "get" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "core/uncategorised/44/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "core/uncategorised/44/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "core/uncategorised/44/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/440/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/440/input.test.md index 598ce3d1be1..7d253dae0ff 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/440/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/440/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "core/uncategorised/440/input.js" end: Object { column: 1 - index: 4 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/440/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +63,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 3 line: 2 } } @@ -85,12 +79,10 @@ JSRoot { filename: "core/uncategorised/440/input.js" end: Object { column: 1 - index: 4 line: 2 } start: Object { column: 0 - index: 3 line: 2 } } @@ -101,12 +93,10 @@ JSRoot { filename: "core/uncategorised/440/input.js" end: Object { column: 1 - index: 4 line: 2 } start: Object { column: 0 - index: 3 line: 2 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/441/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/441/input.test.md index e943af9b60f..3bf1dfe2e01 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/441/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/441/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/441/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/uncategorised/441/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "core/uncategorised/441/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "core/uncategorised/441/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "core/uncategorised/441/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -126,12 +114,10 @@ JSRoot { filename: "core/uncategorised/441/input.js" end: Object { column: 2 - index: 3 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { filename: "core/uncategorised/441/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { filename: "core/uncategorised/441/input.js" end: Object { column: 3 - index: 4 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/442/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/442/input.test.md index 027417fa5e8..ae20f6a55d1 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/442/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/442/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "core/uncategorised/442/input.js" end: Object { column: 1 - index: 5 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/442/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +63,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 4 line: 2 } } @@ -85,12 +79,10 @@ JSRoot { filename: "core/uncategorised/442/input.js" end: Object { column: 1 - index: 5 line: 2 } start: Object { column: 0 - index: 4 line: 2 } } @@ -101,12 +93,10 @@ JSRoot { filename: "core/uncategorised/442/input.js" end: Object { column: 1 - index: 5 line: 2 } start: Object { column: 0 - index: 4 line: 2 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/443/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/443/input.test.md index cda1e3e7d89..820c52d56f5 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/443/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/443/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "core/uncategorised/443/input.js" end: Object { column: 3 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/443/input.js" end: Object { column: 2 - index: 5 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +63,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 2 - index: 5 line: 2 } } @@ -85,12 +79,10 @@ JSRoot { filename: "core/uncategorised/443/input.js" end: Object { column: 3 - index: 6 line: 2 } start: Object { column: 2 - index: 5 line: 2 } } @@ -101,12 +93,10 @@ JSRoot { filename: "core/uncategorised/443/input.js" end: Object { column: 3 - index: 6 line: 2 } start: Object { column: 2 - index: 5 line: 2 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/444/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/444/input.test.md index 0d00158acf2..8e00a11460b 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/444/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/444/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "core/uncategorised/444/input.js" end: Object { column: 3 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/444/input.js" end: Object { column: 2 - index: 5 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +63,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 2 - index: 5 line: 2 } } @@ -85,12 +79,10 @@ JSRoot { filename: "core/uncategorised/444/input.js" end: Object { column: 3 - index: 6 line: 2 } start: Object { column: 2 - index: 5 line: 2 } } @@ -101,12 +93,10 @@ JSRoot { filename: "core/uncategorised/444/input.js" end: Object { column: 3 - index: 6 line: 2 } start: Object { column: 2 - index: 5 line: 2 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/445/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/445/input.test.md index 03b41cf5d12..969cf4386a1 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/445/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/445/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "core/uncategorised/445/input.js" end: Object { column: 3 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/445/input.js" end: Object { column: 2 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +63,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 2 - index: 6 line: 2 } } @@ -85,12 +79,10 @@ JSRoot { filename: "core/uncategorised/445/input.js" end: Object { column: 3 - index: 7 line: 2 } start: Object { column: 2 - index: 6 line: 2 } } @@ -101,12 +93,10 @@ JSRoot { filename: "core/uncategorised/445/input.js" end: Object { column: 3 - index: 7 line: 2 } start: Object { column: 2 - index: 6 line: 2 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/446/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/446/input.test.md index 5e50b574180..b2ac0e15436 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/446/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/446/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/446/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/uncategorised/446/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "\0" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/447/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/447/input.test.md index bab7d5b67e5..a6498b12b5c 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/447/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/447/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/447/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/uncategorised/447/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "\\" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/448/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/448/input.test.md index 31285048b63..e67517200b6 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/448/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/448/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/448/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/uncategorised/448/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "\0" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/449/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/449/input.test.md index c069cf3b906..d5bd6ad6917 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/449/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/449/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/449/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/uncategorised/449/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "\0" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/45/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/45/input.test.md index 7f857b04222..a96de4ebb27 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/45/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/45/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/45/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/45/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/45/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "core/uncategorised/45/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "set" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "core/uncategorised/45/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "core/uncategorised/45/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "core/uncategorised/45/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/450/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/450/input.test.md index 6f0ad7dac9f..af343e51ac4 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/450/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/450/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/450/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -50,12 +48,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +63,10 @@ JSRoot { filename: "core/uncategorised/450/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "core/uncategorised/450/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "core/uncategorised/450/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "core/uncategorised/450/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "core/uncategorised/450/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/451/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/451/input.test.md index d83efb1ca4e..732fb764b6e 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/451/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/451/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/451/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -50,12 +48,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +63,10 @@ JSRoot { filename: "core/uncategorised/451/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "core/uncategorised/451/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "core/uncategorised/451/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "core/uncategorised/451/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "core/uncategorised/451/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/452/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/452/input.test.md index c975c456e06..1662785266c 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/452/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/452/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/452/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/452/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/453/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/453/input.test.md index df476fac627..faa392f5e1c 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/453/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/453/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/453/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/453/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/454/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/454/input.test.md index 77b3c6bf465..2ab61105fa2 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/454/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/454/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/454/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/454/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/455/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/455/input.test.md index f8fb93b0111..fe641c0d589 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/455/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/455/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/455/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/455/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/456/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/456/input.test.md index 6822a0a612f..4bb624a73d3 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/456/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/456/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/456/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/456/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/457/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/457/input.test.md index b5ed245a606..35d9b551868 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/457/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/457/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/457/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/uncategorised/457/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "x" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "core/uncategorised/457/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -110,12 +100,10 @@ JSRoot { filename: "core/uncategorised/457/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/458/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/458/input.test.md index b8352b29b20..69d1171e948 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/458/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/458/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/458/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "core/uncategorised/458/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "core/uncategorised/458/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { filename: "core/uncategorised/458/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "core/uncategorised/458/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { identifierName: "x" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/459/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/459/input.test.md index 6152349adc1..6fe78418cae 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/459/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/459/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/459/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -50,12 +48,10 @@ JSRoot { sourceText: undefined end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -67,12 +63,10 @@ JSRoot { filename: "core/uncategorised/459/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { filename: "core/uncategorised/459/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "core/uncategorised/459/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "core/uncategorised/459/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { identifierName: "x" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/46/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/46/input.test.md index f81e38a9bff..a2a85396737 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/46/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/46/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/46/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/46/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { filename: "core/uncategorised/46/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -73,12 +67,10 @@ JSRoot { filename: "core/uncategorised/46/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/460/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/460/input.test.md index 3263f3ba8ea..ea33fb48c7d 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/460/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/460/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/460/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -50,12 +48,10 @@ JSRoot { sourceText: undefined end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -67,12 +63,10 @@ JSRoot { filename: "core/uncategorised/460/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { filename: "core/uncategorised/460/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "core/uncategorised/460/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "core/uncategorised/460/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { identifierName: "x" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/461/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/461/input.test.md index 8990d4d22b5..58fdaa400eb 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/461/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/461/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/461/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -50,12 +48,10 @@ JSRoot { sourceText: undefined end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -67,12 +63,10 @@ JSRoot { filename: "core/uncategorised/461/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "core/uncategorised/461/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "core/uncategorised/461/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "core/uncategorised/461/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { filename: "core/uncategorised/461/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "core/uncategorised/461/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -181,12 +163,10 @@ JSRoot { filename: "core/uncategorised/461/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -197,12 +177,10 @@ JSRoot { filename: "core/uncategorised/461/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -212,12 +190,10 @@ JSRoot { filename: "core/uncategorised/461/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -228,12 +204,10 @@ JSRoot { identifierName: "x" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 39 - index: 39 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/462/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/462/input.test.md index 06ed73310b7..70f7493bbc2 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/462/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/462/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/462/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -50,12 +48,10 @@ JSRoot { sourceText: undefined end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -67,12 +63,10 @@ JSRoot { filename: "core/uncategorised/462/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "core/uncategorised/462/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "core/uncategorised/462/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "core/uncategorised/462/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { filename: "core/uncategorised/462/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "core/uncategorised/462/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -181,12 +163,10 @@ JSRoot { filename: "core/uncategorised/462/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -197,12 +177,10 @@ JSRoot { filename: "core/uncategorised/462/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -212,12 +190,10 @@ JSRoot { filename: "core/uncategorised/462/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -228,12 +204,10 @@ JSRoot { identifierName: "x" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/463/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/463/input.test.md index d1c70f1e550..066e429c2cb 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/463/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/463/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/463/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/uncategorised/463/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "core/uncategorised/463/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "core/uncategorised/463/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "core/uncategorised/463/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "core/uncategorised/463/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -153,12 +137,10 @@ JSRoot { filename: "core/uncategorised/463/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -175,12 +157,10 @@ JSRoot { filename: "core/uncategorised/463/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -191,12 +171,10 @@ JSRoot { filename: "core/uncategorised/463/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -207,12 +185,10 @@ JSRoot { filename: "core/uncategorised/463/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/464/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/464/input.test.md index d6df283f61f..29d5b23d2d9 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/464/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/464/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/464/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/uncategorised/464/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "core/uncategorised/464/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "core/uncategorised/464/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "core/uncategorised/464/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "core/uncategorised/464/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -153,12 +137,10 @@ JSRoot { filename: "core/uncategorised/464/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -175,12 +157,10 @@ JSRoot { filename: "core/uncategorised/464/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -191,12 +171,10 @@ JSRoot { filename: "core/uncategorised/464/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -207,12 +185,10 @@ JSRoot { filename: "core/uncategorised/464/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/465/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/465/input.test.md index 90b981f54cb..ac9df25ba44 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/465/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/465/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/465/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { sourceText: undefined end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -68,12 +64,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -88,12 +82,10 @@ JSRoot { filename: "core/uncategorised/465/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -104,12 +96,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -119,12 +109,10 @@ JSRoot { filename: "core/uncategorised/465/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -134,12 +122,10 @@ JSRoot { filename: "core/uncategorised/465/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -150,12 +136,10 @@ JSRoot { filename: "core/uncategorised/465/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -165,12 +149,10 @@ JSRoot { filename: "core/uncategorised/465/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -181,12 +163,10 @@ JSRoot { identifierName: "x" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -196,12 +176,10 @@ JSRoot { filename: "core/uncategorised/465/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -211,12 +189,10 @@ JSRoot { filename: "core/uncategorised/465/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -228,12 +204,10 @@ JSRoot { filename: "core/uncategorised/465/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/466/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/466/input.test.md index 21d3f1a8f15..7138c1c7fa0 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/466/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/466/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/466/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/uncategorised/466/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "core/uncategorised/466/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "core/uncategorised/466/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "core/uncategorised/466/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { filename: "core/uncategorised/466/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { filename: "core/uncategorised/466/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -161,12 +145,10 @@ JSRoot { filename: "core/uncategorised/466/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -177,12 +159,10 @@ JSRoot { filename: "core/uncategorised/466/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -193,12 +173,10 @@ JSRoot { identifierName: "i" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/467/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/467/input.test.md index a49a1383855..8027ff81bdc 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/467/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/467/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/467/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/uncategorised/467/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "core/uncategorised/467/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "core/uncategorised/467/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "core/uncategorised/467/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { filename: "core/uncategorised/467/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { filename: "core/uncategorised/467/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -161,12 +145,10 @@ JSRoot { filename: "core/uncategorised/467/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -175,12 +157,10 @@ JSRoot { filename: "core/uncategorised/467/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -192,12 +172,10 @@ JSRoot { identifierName: "i" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/468/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/468/input.test.md index bea8254ee6c..16ae0d15901 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/468/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/468/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/468/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "core/uncategorised/468/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "core/uncategorised/468/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "core/uncategorised/468/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "core/uncategorised/468/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "core/uncategorised/468/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -168,12 +152,10 @@ JSRoot { filename: "core/uncategorised/468/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -186,12 +168,10 @@ JSRoot { identifierName: "eval" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -200,12 +180,10 @@ JSRoot { filename: "core/uncategorised/468/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -216,12 +194,10 @@ JSRoot { filename: "core/uncategorised/468/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 43 - index: 43 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/469/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/469/input.test.md index d08c0f63305..19d3bcfe290 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/469/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/469/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/469/input.js" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "core/uncategorised/469/input.js" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "core/uncategorised/469/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "core/uncategorised/469/input.js" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "core/uncategorised/469/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "core/uncategorised/469/input.js" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -168,12 +152,10 @@ JSRoot { filename: "core/uncategorised/469/input.js" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -186,12 +168,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -200,12 +180,10 @@ JSRoot { filename: "core/uncategorised/469/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -216,12 +194,10 @@ JSRoot { filename: "core/uncategorised/469/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 48 - index: 48 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/47/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/47/input.test.md index 4fe9e5f33f1..2eb08df0a84 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/47/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/47/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/47/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/47/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "core/uncategorised/47/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "core/uncategorised/47/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "core/uncategorised/47/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/470/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/470/input.test.md index ec4f5952100..fc83fd178fe 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/470/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/470/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/470/input.js" end: Object { column: 58 - index: 58 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "core/uncategorised/470/input.js" end: Object { column: 58 - index: 58 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "core/uncategorised/470/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "core/uncategorised/470/input.js" end: Object { column: 58 - index: 58 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "core/uncategorised/470/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -154,12 +140,10 @@ JSRoot { filename: "core/uncategorised/470/input.js" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -170,12 +154,10 @@ JSRoot { filename: "core/uncategorised/470/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -185,12 +167,10 @@ JSRoot { filename: "core/uncategorised/470/input.js" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -201,12 +181,10 @@ JSRoot { filename: "core/uncategorised/470/input.js" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 53 - index: 53 line: 1 } } @@ -218,12 +196,10 @@ JSRoot { identifierName: "eval" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/471/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/471/input.test.md index fd45b2287e1..3dde3f53a74 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/471/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/471/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/471/input.js" end: Object { column: 63 - index: 63 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "core/uncategorised/471/input.js" end: Object { column: 63 - index: 63 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "core/uncategorised/471/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "core/uncategorised/471/input.js" end: Object { column: 63 - index: 63 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "core/uncategorised/471/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -154,12 +140,10 @@ JSRoot { filename: "core/uncategorised/471/input.js" end: Object { column: 61 - index: 61 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -170,12 +154,10 @@ JSRoot { filename: "core/uncategorised/471/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -185,12 +167,10 @@ JSRoot { filename: "core/uncategorised/471/input.js" end: Object { column: 61 - index: 61 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -201,12 +181,10 @@ JSRoot { filename: "core/uncategorised/471/input.js" end: Object { column: 61 - index: 61 line: 1 } start: Object { column: 58 - index: 58 line: 1 } } @@ -218,12 +196,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/472/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/472/input.test.md index 28a374d3a04..0cd7d614578 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/472/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/472/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/472/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "core/uncategorised/472/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "core/uncategorised/472/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "core/uncategorised/472/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "core/uncategorised/472/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "core/uncategorised/472/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -168,12 +152,10 @@ JSRoot { filename: "core/uncategorised/472/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -184,12 +166,10 @@ JSRoot { identifierName: "eval" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -201,12 +181,10 @@ JSRoot { filename: "core/uncategorised/472/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 39 - index: 39 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/473/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/473/input.test.md index ec973ce0624..167056fad7b 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/473/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/473/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/473/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "core/uncategorised/473/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "core/uncategorised/473/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "core/uncategorised/473/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "core/uncategorised/473/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "core/uncategorised/473/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -168,12 +152,10 @@ JSRoot { filename: "core/uncategorised/473/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -184,12 +166,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -201,12 +181,10 @@ JSRoot { filename: "core/uncategorised/473/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 44 - index: 44 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/474/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/474/input.test.md index c991ba2111d..b44cf01fb8c 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/474/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/474/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/474/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "core/uncategorised/474/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "core/uncategorised/474/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "core/uncategorised/474/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "core/uncategorised/474/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "core/uncategorised/474/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -169,12 +153,10 @@ JSRoot { filename: "core/uncategorised/474/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -185,12 +167,10 @@ JSRoot { identifierName: "eval" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/475/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/475/input.test.md index 078a87e799c..58219803333 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/475/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/475/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/475/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "core/uncategorised/475/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "core/uncategorised/475/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "core/uncategorised/475/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "core/uncategorised/475/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "core/uncategorised/475/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -169,12 +153,10 @@ JSRoot { filename: "core/uncategorised/475/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -185,12 +167,10 @@ JSRoot { identifierName: "eval" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/476/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/476/input.test.md index bba52cc0743..33982ba9217 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/476/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/476/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/476/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "core/uncategorised/476/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "core/uncategorised/476/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "core/uncategorised/476/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "core/uncategorised/476/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "core/uncategorised/476/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -169,12 +153,10 @@ JSRoot { filename: "core/uncategorised/476/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -185,12 +167,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/477/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/477/input.test.md index 8d2169ac712..9a7389adc91 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/477/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/477/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/477/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "core/uncategorised/477/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "core/uncategorised/477/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "core/uncategorised/477/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "core/uncategorised/477/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "core/uncategorised/477/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -169,12 +153,10 @@ JSRoot { filename: "core/uncategorised/477/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -185,12 +167,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/478/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/478/input.test.md index 634a40065d2..8fb94df8f83 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/478/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/478/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/478/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "core/uncategorised/478/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "core/uncategorised/478/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "core/uncategorised/478/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "core/uncategorised/478/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "core/uncategorised/478/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -169,12 +153,10 @@ JSRoot { filename: "core/uncategorised/478/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -185,12 +167,10 @@ JSRoot { identifierName: "eval" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/479/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/479/input.test.md index 9b6c5ec7490..02066822a59 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/479/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/479/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/479/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "core/uncategorised/479/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "core/uncategorised/479/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "core/uncategorised/479/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "core/uncategorised/479/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "core/uncategorised/479/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -169,12 +153,10 @@ JSRoot { filename: "core/uncategorised/479/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -185,12 +167,10 @@ JSRoot { identifierName: "eval" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/48/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/48/input.test.md index 7d28a70d647..c4dfe998450 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/48/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/48/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/48/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/48/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "core/uncategorised/48/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "core/uncategorised/48/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "core/uncategorised/48/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/480/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/480/input.test.md index b6d60abc1cb..e91093c3a6b 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/480/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/480/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/480/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "core/uncategorised/480/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "core/uncategorised/480/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "core/uncategorised/480/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "core/uncategorised/480/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "core/uncategorised/480/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -169,12 +153,10 @@ JSRoot { filename: "core/uncategorised/480/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -185,12 +167,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/481/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/481/input.test.md index 54c777cb59d..f6e67f82bda 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/481/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/481/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/481/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "core/uncategorised/481/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "core/uncategorised/481/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "core/uncategorised/481/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "core/uncategorised/481/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "core/uncategorised/481/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -169,12 +153,10 @@ JSRoot { filename: "core/uncategorised/481/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -185,12 +167,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/482/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/482/input.test.md index 693a950594a..21829bcc9c1 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/482/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/482/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/482/input.js" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "core/uncategorised/482/input.js" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "core/uncategorised/482/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "core/uncategorised/482/input.js" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "core/uncategorised/482/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -156,12 +142,10 @@ JSRoot { identifierName: "eval" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } @@ -170,12 +154,10 @@ JSRoot { filename: "core/uncategorised/482/input.js" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -186,12 +168,10 @@ JSRoot { filename: "core/uncategorised/482/input.js" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 48 - index: 48 line: 1 } } @@ -209,12 +189,10 @@ JSRoot { filename: "core/uncategorised/482/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 45 - index: 45 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/483/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/483/input.test.md index 8687dc5ec81..d272b4668ef 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/483/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/483/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/483/input.js" end: Object { column: 58 - index: 58 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "core/uncategorised/483/input.js" end: Object { column: 58 - index: 58 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "core/uncategorised/483/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "core/uncategorised/483/input.js" end: Object { column: 58 - index: 58 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "core/uncategorised/483/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -156,12 +142,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } @@ -170,12 +154,10 @@ JSRoot { filename: "core/uncategorised/483/input.js" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -186,12 +168,10 @@ JSRoot { filename: "core/uncategorised/483/input.js" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 53 - index: 53 line: 1 } } @@ -209,12 +189,10 @@ JSRoot { filename: "core/uncategorised/483/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 50 - index: 50 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/484/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/484/input.test.md index 3b4edcdca84..ef42f68dc0c 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/484/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/484/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/484/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "eval" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "core/uncategorised/484/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "core/uncategorised/484/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -121,12 +111,10 @@ JSRoot { filename: "core/uncategorised/484/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -137,12 +125,10 @@ JSRoot { filename: "core/uncategorised/484/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/485/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/485/input.test.md index e682291fbde..49e31951b89 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/485/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/485/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/485/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "core/uncategorised/485/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "core/uncategorised/485/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -121,12 +111,10 @@ JSRoot { filename: "core/uncategorised/485/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -137,12 +125,10 @@ JSRoot { filename: "core/uncategorised/485/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/486/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/486/input.test.md index fe279a462dd..a259c2144b8 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/486/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/486/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/486/input.js" end: Object { column: 57 - index: 57 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "core/uncategorised/486/input.js" end: Object { column: 57 - index: 57 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "core/uncategorised/486/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "core/uncategorised/486/input.js" end: Object { column: 57 - index: 57 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "core/uncategorised/486/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "core/uncategorised/486/input.js" end: Object { column: 55 - index: 55 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -168,12 +152,10 @@ JSRoot { filename: "core/uncategorised/486/input.js" end: Object { column: 54 - index: 54 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -185,12 +167,10 @@ JSRoot { identifierName: "eval" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -199,12 +179,10 @@ JSRoot { filename: "core/uncategorised/486/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -215,12 +193,10 @@ JSRoot { filename: "core/uncategorised/486/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 49 - index: 49 line: 1 } } @@ -238,12 +214,10 @@ JSRoot { filename: "core/uncategorised/486/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 46 - index: 46 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/487/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/487/input.test.md index 08538ea83d6..d4c79df040e 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/487/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/487/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/487/input.js" end: Object { column: 62 - index: 62 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "core/uncategorised/487/input.js" end: Object { column: 62 - index: 62 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "core/uncategorised/487/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "core/uncategorised/487/input.js" end: Object { column: 62 - index: 62 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "core/uncategorised/487/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "core/uncategorised/487/input.js" end: Object { column: 60 - index: 60 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -168,12 +152,10 @@ JSRoot { filename: "core/uncategorised/487/input.js" end: Object { column: 59 - index: 59 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -185,12 +167,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -199,12 +179,10 @@ JSRoot { filename: "core/uncategorised/487/input.js" end: Object { column: 57 - index: 57 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -215,12 +193,10 @@ JSRoot { filename: "core/uncategorised/487/input.js" end: Object { column: 57 - index: 57 line: 1 } start: Object { column: 54 - index: 54 line: 1 } } @@ -238,12 +214,10 @@ JSRoot { filename: "core/uncategorised/487/input.js" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 51 - index: 51 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/488/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/488/input.test.md index f343aaea2a9..da6edfa07e2 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/488/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/488/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/488/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "core/uncategorised/488/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "core/uncategorised/488/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { identifierName: "eval" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "core/uncategorised/488/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -134,12 +122,10 @@ JSRoot { filename: "core/uncategorised/488/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -150,12 +136,10 @@ JSRoot { filename: "core/uncategorised/488/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -166,12 +150,10 @@ JSRoot { filename: "core/uncategorised/488/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/489/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/489/input.test.md index 6d74701dcb1..4b8dba5abb2 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/489/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/489/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/489/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "core/uncategorised/489/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "core/uncategorised/489/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "core/uncategorised/489/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -134,12 +122,10 @@ JSRoot { filename: "core/uncategorised/489/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -150,12 +136,10 @@ JSRoot { filename: "core/uncategorised/489/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -166,12 +150,10 @@ JSRoot { filename: "core/uncategorised/489/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/49/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/49/input.test.md index b42a7105382..a63cda27e27 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/49/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/49/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/49/input.js" end: Object { column: 13 - index: 44 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/49/input.js" end: Object { column: 10 - index: 41 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { filename: "core/uncategorised/49/input.js" end: Object { column: 13 - index: 44 line: 5 } start: Object { column: 11 - index: 42 line: 5 } } @@ -73,12 +67,10 @@ JSRoot { filename: "core/uncategorised/49/input.js" end: Object { column: 13 - index: 44 line: 5 } start: Object { column: 11 - index: 42 line: 5 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/490/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/490/input.test.md index 72284ff4381..93cd060dbce 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/490/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/490/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/490/input.js" end: Object { column: 63 - index: 63 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "core/uncategorised/490/input.js" end: Object { column: 63 - index: 63 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "core/uncategorised/490/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "core/uncategorised/490/input.js" end: Object { column: 63 - index: 63 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "core/uncategorised/490/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "core/uncategorised/490/input.js" end: Object { column: 61 - index: 61 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -167,12 +151,10 @@ JSRoot { filename: "core/uncategorised/490/input.js" end: Object { column: 59 - index: 59 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -186,12 +168,10 @@ JSRoot { identifierName: "s" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -200,12 +180,10 @@ JSRoot { filename: "core/uncategorised/490/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -218,12 +196,10 @@ JSRoot { identifierName: "eval" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -232,12 +208,10 @@ JSRoot { filename: "core/uncategorised/490/input.js" end: Object { column: 57 - index: 57 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } @@ -248,12 +222,10 @@ JSRoot { filename: "core/uncategorised/490/input.js" end: Object { column: 57 - index: 57 line: 1 } start: Object { column: 54 - index: 54 line: 1 } } @@ -271,12 +243,10 @@ JSRoot { filename: "core/uncategorised/490/input.js" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 51 - index: 51 line: 1 } } @@ -286,12 +256,10 @@ JSRoot { filename: "core/uncategorised/490/input.js" end: Object { column: 57 - index: 57 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/491/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/491/input.test.md index 9b10758ee43..d326f369bfc 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/491/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/491/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/491/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "core/uncategorised/491/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "core/uncategorised/491/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { identifierName: "package" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "core/uncategorised/491/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -134,12 +122,10 @@ JSRoot { filename: "core/uncategorised/491/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -150,12 +136,10 @@ JSRoot { filename: "core/uncategorised/491/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -166,12 +150,10 @@ JSRoot { filename: "core/uncategorised/491/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/492/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/492/input.test.md index 5101cd7964a..b67aed3b3f8 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/492/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/492/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/492/input.js" end: Object { column: 63 - index: 63 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 48 - index: 48 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "core/uncategorised/492/input.js" end: Object { column: 63 - index: 63 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "core/uncategorised/492/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "core/uncategorised/492/input.js" end: Object { column: 63 - index: 63 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "core/uncategorised/492/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "core/uncategorised/492/input.js" end: Object { column: 61 - index: 61 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -167,12 +151,10 @@ JSRoot { filename: "core/uncategorised/492/input.js" end: Object { column: 59 - index: 59 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -186,12 +168,10 @@ JSRoot { identifierName: "i" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -200,12 +180,10 @@ JSRoot { filename: "core/uncategorised/492/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -217,12 +195,10 @@ JSRoot { filename: "core/uncategorised/492/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } @@ -231,12 +207,10 @@ JSRoot { filename: "core/uncategorised/492/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -251,12 +225,10 @@ JSRoot { identifierName: "s" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 46 - index: 46 line: 1 } } @@ -265,12 +237,10 @@ JSRoot { filename: "core/uncategorised/492/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 46 - index: 46 line: 1 } } @@ -279,12 +249,10 @@ JSRoot { filename: "core/uncategorised/492/input.js" end: Object { column: 57 - index: 57 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -295,12 +263,10 @@ JSRoot { filename: "core/uncategorised/492/input.js" end: Object { column: 57 - index: 57 line: 1 } start: Object { column: 54 - index: 54 line: 1 } } @@ -317,12 +283,10 @@ JSRoot { filename: "core/uncategorised/492/input.js" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -334,12 +298,10 @@ JSRoot { identifierName: "eval" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 48 - index: 48 line: 1 } } @@ -350,12 +312,10 @@ JSRoot { filename: "core/uncategorised/492/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 48 - index: 48 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/493/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/493/input.test.md index 17217a8284a..d7864ba039e 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/493/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/493/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/493/input.js" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "core/uncategorised/493/input.js" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "core/uncategorised/493/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "core/uncategorised/493/input.js" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "core/uncategorised/493/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "core/uncategorised/493/input.js" end: Object { column: 54 - index: 54 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -167,12 +151,10 @@ JSRoot { filename: "core/uncategorised/493/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -187,12 +169,10 @@ JSRoot { identifierName: "s" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 39 - index: 39 line: 1 } } @@ -201,12 +181,10 @@ JSRoot { filename: "core/uncategorised/493/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 39 - index: 39 line: 1 } } @@ -215,12 +193,10 @@ JSRoot { filename: "core/uncategorised/493/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -231,12 +207,10 @@ JSRoot { filename: "core/uncategorised/493/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -253,12 +227,10 @@ JSRoot { filename: "core/uncategorised/493/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -270,12 +242,10 @@ JSRoot { identifierName: "eval" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } @@ -286,12 +256,10 @@ JSRoot { filename: "core/uncategorised/493/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/494/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/494/input.test.md index 24d2415dcca..d480ef3527e 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/494/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/494/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/494/input.js" end: Object { column: 64 - index: 64 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 49 - index: 49 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "core/uncategorised/494/input.js" end: Object { column: 64 - index: 64 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "core/uncategorised/494/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "core/uncategorised/494/input.js" end: Object { column: 64 - index: 64 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "core/uncategorised/494/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "core/uncategorised/494/input.js" end: Object { column: 62 - index: 62 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -167,12 +151,10 @@ JSRoot { filename: "core/uncategorised/494/input.js" end: Object { column: 60 - index: 60 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -186,12 +168,10 @@ JSRoot { identifierName: "s" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -200,12 +180,10 @@ JSRoot { filename: "core/uncategorised/494/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -218,12 +196,10 @@ JSRoot { identifierName: "s" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -232,12 +208,10 @@ JSRoot { filename: "core/uncategorised/494/input.js" end: Object { column: 58 - index: 58 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } @@ -248,12 +222,10 @@ JSRoot { filename: "core/uncategorised/494/input.js" end: Object { column: 58 - index: 58 line: 1 } start: Object { column: 55 - index: 55 line: 1 } } @@ -270,12 +242,10 @@ JSRoot { filename: "core/uncategorised/494/input.js" end: Object { column: 54 - index: 54 line: 1 } start: Object { column: 48 - index: 48 line: 1 } } @@ -287,12 +257,10 @@ JSRoot { identifierName: "eval" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 49 - index: 49 line: 1 } } @@ -303,12 +271,10 @@ JSRoot { filename: "core/uncategorised/494/input.js" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 49 - index: 49 line: 1 } } @@ -321,12 +287,10 @@ JSRoot { filename: "core/uncategorised/494/input.js" end: Object { column: 58 - index: 58 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/495/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/495/input.test.md index d576ce66343..b68d7e85375 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/495/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/495/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/495/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "core/uncategorised/495/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "core/uncategorised/495/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "core/uncategorised/495/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -138,12 +126,10 @@ JSRoot { filename: "core/uncategorised/495/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -155,12 +141,10 @@ JSRoot { identifierName: "eval" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -171,12 +155,10 @@ JSRoot { filename: "core/uncategorised/495/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/496/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/496/input.test.md index 84f92aac7b3..af89afac7e3 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/496/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/496/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/496/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "core/uncategorised/496/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "core/uncategorised/496/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "core/uncategorised/496/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -138,12 +126,10 @@ JSRoot { filename: "core/uncategorised/496/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -155,12 +141,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -171,12 +155,10 @@ JSRoot { filename: "core/uncategorised/496/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/497/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/497/input.test.md index 95141aed7a0..02762298a82 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/497/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/497/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/497/input.js" end: Object { column: 58 - index: 58 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 48 - index: 48 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "core/uncategorised/497/input.js" end: Object { column: 58 - index: 58 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "core/uncategorised/497/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "core/uncategorised/497/input.js" end: Object { column: 58 - index: 58 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "core/uncategorised/497/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -156,12 +142,10 @@ JSRoot { identifierName: "inner" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -170,12 +154,10 @@ JSRoot { filename: "core/uncategorised/497/input.js" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -186,12 +168,10 @@ JSRoot { filename: "core/uncategorised/497/input.js" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 54 - index: 54 line: 1 } } @@ -208,12 +188,10 @@ JSRoot { filename: "core/uncategorised/497/input.js" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -225,12 +203,10 @@ JSRoot { identifierName: "eval" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 48 - index: 48 line: 1 } } @@ -241,12 +217,10 @@ JSRoot { filename: "core/uncategorised/497/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 48 - index: 48 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/498/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/498/input.test.md index 4fe9f729c90..f761873e617 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/498/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/498/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/498/input.js" end: Object { column: 63 - index: 63 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 57 - index: 57 line: 1 } start: Object { column: 48 - index: 48 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "core/uncategorised/498/input.js" end: Object { column: 63 - index: 63 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "core/uncategorised/498/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "core/uncategorised/498/input.js" end: Object { column: 63 - index: 63 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "core/uncategorised/498/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -156,12 +142,10 @@ JSRoot { identifierName: "inner" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -170,12 +154,10 @@ JSRoot { filename: "core/uncategorised/498/input.js" end: Object { column: 61 - index: 61 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -186,12 +168,10 @@ JSRoot { filename: "core/uncategorised/498/input.js" end: Object { column: 61 - index: 61 line: 1 } start: Object { column: 59 - index: 59 line: 1 } } @@ -208,12 +188,10 @@ JSRoot { filename: "core/uncategorised/498/input.js" end: Object { column: 58 - index: 58 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -225,12 +203,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 57 - index: 57 line: 1 } start: Object { column: 48 - index: 48 line: 1 } } @@ -241,12 +217,10 @@ JSRoot { filename: "core/uncategorised/498/input.js" end: Object { column: 57 - index: 57 line: 1 } start: Object { column: 48 - index: 48 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/499/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/499/input.test.md index d4e19462597..d7aaad3292e 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/499/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/499/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/499/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "core/uncategorised/499/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "core/uncategorised/499/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "core/uncategorised/499/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -132,12 +120,10 @@ JSRoot { filename: "core/uncategorised/499/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -148,12 +134,10 @@ JSRoot { filename: "core/uncategorised/499/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/5/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/5/input.test.md index 76312b9b9a6..66fd6894293 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/5/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/5/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/5/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/5/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -57,12 +53,10 @@ JSRoot { filename: "core/uncategorised/5/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "core/uncategorised/5/input.js" end: Object { column: 5 - index: 6 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "core/uncategorised/5/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "core/uncategorised/5/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "core/uncategorised/5/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "core/uncategorised/5/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/50/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/50/input.test.md index 71e7144fe3b..316005e1531 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/50/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/50/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/50/input.js" end: Object { column: 6 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/50/input.js" end: Object { column: 3 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { filename: "core/uncategorised/50/input.js" end: Object { column: 6 - index: 10 line: 2 } start: Object { column: 4 - index: 8 line: 2 } } @@ -73,12 +67,10 @@ JSRoot { filename: "core/uncategorised/50/input.js" end: Object { column: 6 - index: 10 line: 2 } start: Object { column: 4 - index: 8 line: 2 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/500/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/500/input.test.md index 996611d6acf..ca58e281d84 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/500/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/500/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/500/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "core/uncategorised/500/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "core/uncategorised/500/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -115,12 +105,10 @@ JSRoot { filename: "core/uncategorised/500/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "core/uncategorised/500/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -148,12 +134,10 @@ JSRoot { filename: "core/uncategorised/500/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -164,12 +148,10 @@ JSRoot { filename: "core/uncategorised/500/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/501/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/501/input.test.md index 04f0525617a..3a79dc5a66a 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/501/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/501/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/501/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "core/uncategorised/501/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "core/uncategorised/501/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -115,12 +105,10 @@ JSRoot { filename: "core/uncategorised/501/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "core/uncategorised/501/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -148,12 +134,10 @@ JSRoot { filename: "core/uncategorised/501/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -162,12 +146,10 @@ JSRoot { filename: "core/uncategorised/501/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -180,12 +162,10 @@ JSRoot { filename: "core/uncategorised/501/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -194,12 +174,10 @@ JSRoot { filename: "core/uncategorised/501/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -211,12 +189,10 @@ JSRoot { filename: "core/uncategorised/501/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -225,12 +201,10 @@ JSRoot { filename: "core/uncategorised/501/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/502/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/502/input.test.md index 49267df0874..735bab0dc5f 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/502/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/502/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/502/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 39 - index: 39 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "core/uncategorised/502/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "core/uncategorised/502/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -115,12 +105,10 @@ JSRoot { filename: "core/uncategorised/502/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "core/uncategorised/502/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -148,12 +134,10 @@ JSRoot { filename: "core/uncategorised/502/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -162,12 +146,10 @@ JSRoot { filename: "core/uncategorised/502/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -181,12 +163,10 @@ JSRoot { filename: "core/uncategorised/502/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -195,12 +175,10 @@ JSRoot { filename: "core/uncategorised/502/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -212,12 +190,10 @@ JSRoot { filename: "core/uncategorised/502/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } @@ -226,12 +202,10 @@ JSRoot { filename: "core/uncategorised/502/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/503/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/503/input.test.md index 6522ec96ba3..6192c3fa0fc 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/503/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/503/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/503/input.js" end: Object { column: 76 - index: 76 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 69 - index: 69 line: 1 } start: Object { column: 69 - index: 69 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "core/uncategorised/503/input.js" end: Object { column: 76 - index: 76 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "core/uncategorised/503/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -115,12 +105,10 @@ JSRoot { filename: "core/uncategorised/503/input.js" end: Object { column: 76 - index: 76 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "core/uncategorised/503/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -151,12 +137,10 @@ JSRoot { identifierName: "inner" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -165,12 +149,10 @@ JSRoot { filename: "core/uncategorised/503/input.js" end: Object { column: 74 - index: 74 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -187,12 +169,10 @@ JSRoot { filename: "core/uncategorised/503/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -203,12 +183,10 @@ JSRoot { filename: "core/uncategorised/503/input.js" end: Object { column: 74 - index: 74 line: 1 } start: Object { column: 50 - index: 50 line: 1 } } @@ -219,12 +197,10 @@ JSRoot { filename: "core/uncategorised/503/input.js" end: Object { column: 72 - index: 72 line: 1 } start: Object { column: 52 - index: 52 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/504/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/504/input.test.md index d588400020f..17cd05128f1 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/504/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/504/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/504/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "core/uncategorised/504/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "core/uncategorised/504/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "core/uncategorised/504/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "core/uncategorised/504/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "core/uncategorised/504/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -168,12 +152,10 @@ JSRoot { filename: "core/uncategorised/504/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -186,12 +168,10 @@ JSRoot { identifierName: "implements" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -201,12 +181,10 @@ JSRoot { filename: "core/uncategorised/504/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/505/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/505/input.test.md index e484b456d33..5412e2c52d1 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/505/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/505/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/505/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "core/uncategorised/505/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "core/uncategorised/505/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "core/uncategorised/505/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "core/uncategorised/505/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "core/uncategorised/505/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -168,12 +152,10 @@ JSRoot { filename: "core/uncategorised/505/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -186,12 +168,10 @@ JSRoot { identifierName: "interface" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -201,12 +181,10 @@ JSRoot { filename: "core/uncategorised/505/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/506/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/506/input.test.md index 05637dfacd1..06fa4e103bd 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/506/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/506/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/506/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "core/uncategorised/506/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "core/uncategorised/506/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "core/uncategorised/506/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "core/uncategorised/506/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "core/uncategorised/506/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -168,12 +152,10 @@ JSRoot { filename: "core/uncategorised/506/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -186,12 +168,10 @@ JSRoot { identifierName: "package" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -201,12 +181,10 @@ JSRoot { filename: "core/uncategorised/506/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/507/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/507/input.test.md index 1b9102b1c82..1ea1f68b45d 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/507/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/507/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/507/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "core/uncategorised/507/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "core/uncategorised/507/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "core/uncategorised/507/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "core/uncategorised/507/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "core/uncategorised/507/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -168,12 +152,10 @@ JSRoot { filename: "core/uncategorised/507/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -186,12 +168,10 @@ JSRoot { identifierName: "private" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -201,12 +181,10 @@ JSRoot { filename: "core/uncategorised/507/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/508/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/508/input.test.md index 9766658b24b..4152da5ea1f 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/508/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/508/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/508/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "core/uncategorised/508/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "core/uncategorised/508/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "core/uncategorised/508/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "core/uncategorised/508/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "core/uncategorised/508/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -168,12 +152,10 @@ JSRoot { filename: "core/uncategorised/508/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -186,12 +168,10 @@ JSRoot { identifierName: "protected" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -201,12 +181,10 @@ JSRoot { filename: "core/uncategorised/508/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/509/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/509/input.test.md index d156d7090b7..71a2acd8aff 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/509/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/509/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/509/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "core/uncategorised/509/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "core/uncategorised/509/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "core/uncategorised/509/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "core/uncategorised/509/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "core/uncategorised/509/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -168,12 +152,10 @@ JSRoot { filename: "core/uncategorised/509/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -186,12 +168,10 @@ JSRoot { identifierName: "public" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -201,12 +181,10 @@ JSRoot { filename: "core/uncategorised/509/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/51/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/51/input.test.md index 7ed65093825..aeeb12abdc7 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/51/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/51/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/51/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/51/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { filename: "core/uncategorised/51/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -73,12 +67,10 @@ JSRoot { filename: "core/uncategorised/51/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/510/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/510/input.test.md index 9496ab0f9a6..3230f4208c5 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/510/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/510/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/510/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "core/uncategorised/510/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "core/uncategorised/510/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "core/uncategorised/510/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "core/uncategorised/510/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "core/uncategorised/510/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -168,12 +152,10 @@ JSRoot { filename: "core/uncategorised/510/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -186,12 +168,10 @@ JSRoot { identifierName: "static" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -201,12 +181,10 @@ JSRoot { filename: "core/uncategorised/510/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/511/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/511/input.test.md index 7bf903ac045..be4cc6f788e 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/511/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/511/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/511/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "core/uncategorised/511/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "core/uncategorised/511/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "core/uncategorised/511/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -138,12 +126,10 @@ JSRoot { filename: "core/uncategorised/511/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -155,12 +141,10 @@ JSRoot { identifierName: "static" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -171,12 +155,10 @@ JSRoot { filename: "core/uncategorised/511/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/512/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/512/input.test.md index 9b730352b2d..787b4eedd53 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/512/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/512/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/512/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "static" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "core/uncategorised/512/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "core/uncategorised/512/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -121,12 +111,10 @@ JSRoot { filename: "core/uncategorised/512/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -137,12 +125,10 @@ JSRoot { filename: "core/uncategorised/512/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/513/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/513/input.test.md index 66d181ef947..0957fa16876 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/513/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/513/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "core/uncategorised/513/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "core/uncategorised/513/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { sourceText: undefined end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -86,12 +80,10 @@ JSRoot { identifierName: "static" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "core/uncategorised/513/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "core/uncategorised/513/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -139,12 +127,10 @@ JSRoot { filename: "core/uncategorised/513/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/514/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/514/input.test.md index d724a25c023..f0ae352914c 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/514/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/514/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/514/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { sourceText: undefined end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -68,12 +64,10 @@ JSRoot { identifierName: "t" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -91,12 +85,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "core/uncategorised/514/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "core/uncategorised/514/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "core/uncategorised/514/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -160,12 +146,10 @@ JSRoot { filename: "core/uncategorised/514/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -177,12 +161,10 @@ JSRoot { identifierName: "t" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -193,12 +175,10 @@ JSRoot { filename: "core/uncategorised/514/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -211,12 +191,10 @@ JSRoot { identifierName: "t" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -227,12 +205,10 @@ JSRoot { filename: "core/uncategorised/514/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/515/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/515/input.test.md index 9283c2d8019..d784bb5d4d7 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/515/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/515/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/515/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "core/uncategorised/515/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "core/uncategorised/515/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "core/uncategorised/515/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -138,12 +126,10 @@ JSRoot { filename: "core/uncategorised/515/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -155,12 +141,10 @@ JSRoot { identifierName: "eval" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -171,12 +155,10 @@ JSRoot { filename: "core/uncategorised/515/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/516/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/516/input.test.md index aeaffe3e5bc..1f3a10e4774 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/516/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/516/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/516/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "core/uncategorised/516/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "core/uncategorised/516/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "core/uncategorised/516/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -138,12 +126,10 @@ JSRoot { filename: "core/uncategorised/516/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -155,12 +141,10 @@ JSRoot { identifierName: "package" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -171,12 +155,10 @@ JSRoot { filename: "core/uncategorised/516/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/517/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/517/input.test.md index 1ec16e054e8..e9960a67891 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/517/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/517/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/517/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { sourceText: undefined end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 43 - index: 43 line: 1 } } @@ -68,12 +64,10 @@ JSRoot { identifierName: "t" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 43 - index: 43 line: 1 } } @@ -91,12 +85,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "core/uncategorised/517/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -127,12 +117,10 @@ JSRoot { filename: "core/uncategorised/517/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -142,12 +130,10 @@ JSRoot { filename: "core/uncategorised/517/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -158,12 +144,10 @@ JSRoot { filename: "core/uncategorised/517/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -178,12 +162,10 @@ JSRoot { identifierName: "b" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } @@ -192,12 +174,10 @@ JSRoot { filename: "core/uncategorised/517/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -208,12 +188,10 @@ JSRoot { filename: "core/uncategorised/517/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 46 - index: 46 line: 1 } } @@ -230,12 +208,10 @@ JSRoot { filename: "core/uncategorised/517/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 39 - index: 39 line: 1 } } @@ -247,12 +223,10 @@ JSRoot { identifierName: "t" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -263,12 +237,10 @@ JSRoot { filename: "core/uncategorised/517/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -281,12 +253,10 @@ JSRoot { identifierName: "t" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 43 - index: 43 line: 1 } } @@ -297,12 +267,10 @@ JSRoot { filename: "core/uncategorised/517/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 43 - index: 43 line: 1 } } @@ -316,12 +284,10 @@ JSRoot { filename: "core/uncategorised/517/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 49 - index: 49 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/518/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/518/input.test.md index 598479ad6ec..cd3ac24e2ee 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/518/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/518/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/518/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { sourceText: undefined end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -68,12 +64,10 @@ JSRoot { identifierName: "t" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -88,12 +82,10 @@ JSRoot { filename: "core/uncategorised/518/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { identifierName: "a" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -119,12 +109,10 @@ JSRoot { filename: "core/uncategorised/518/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -134,12 +122,10 @@ JSRoot { filename: "core/uncategorised/518/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -150,12 +136,10 @@ JSRoot { filename: "core/uncategorised/518/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -174,12 +158,10 @@ JSRoot { filename: "core/uncategorised/518/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -191,12 +173,10 @@ JSRoot { identifierName: "t" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -207,12 +187,10 @@ JSRoot { filename: "core/uncategorised/518/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -225,12 +203,10 @@ JSRoot { identifierName: "t" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -241,12 +217,10 @@ JSRoot { filename: "core/uncategorised/518/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/519/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/519/input.test.md index 9c2dbf076da..8f3106d4327 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/519/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/519/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/519/input.js" end: Object { column: 54 - index: 54 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { sourceText: undefined end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 44 - index: 44 line: 1 } } @@ -68,12 +64,10 @@ JSRoot { identifierName: "t" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 44 - index: 44 line: 1 } } @@ -91,12 +85,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "core/uncategorised/519/input.js" end: Object { column: 54 - index: 54 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -127,12 +117,10 @@ JSRoot { filename: "core/uncategorised/519/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -142,12 +130,10 @@ JSRoot { filename: "core/uncategorised/519/input.js" end: Object { column: 54 - index: 54 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -158,12 +144,10 @@ JSRoot { filename: "core/uncategorised/519/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -175,12 +159,10 @@ JSRoot { filename: "core/uncategorised/519/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -192,12 +174,10 @@ JSRoot { identifierName: "b" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 39 - index: 39 line: 1 } } @@ -206,12 +186,10 @@ JSRoot { filename: "core/uncategorised/519/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -222,12 +200,10 @@ JSRoot { filename: "core/uncategorised/519/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -244,12 +220,10 @@ JSRoot { filename: "core/uncategorised/519/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -261,12 +235,10 @@ JSRoot { identifierName: "t" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } @@ -277,12 +249,10 @@ JSRoot { filename: "core/uncategorised/519/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } @@ -295,12 +265,10 @@ JSRoot { identifierName: "t" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 44 - index: 44 line: 1 } } @@ -311,12 +279,10 @@ JSRoot { filename: "core/uncategorised/519/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 44 - index: 44 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/52/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/52/input.test.md index 96cef749a83..a3e69db0f76 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/52/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/52/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/52/input.js" end: Object { column: 6 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/52/input.js" end: Object { column: 3 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { filename: "core/uncategorised/52/input.js" end: Object { column: 6 - index: 10 line: 2 } start: Object { column: 4 - index: 8 line: 2 } } @@ -73,12 +67,10 @@ JSRoot { filename: "core/uncategorised/52/input.js" end: Object { column: 6 - index: 10 line: 2 } start: Object { column: 4 - index: 8 line: 2 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/520/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/520/input.test.md index f50796bcf48..5111487303f 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/520/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/520/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/520/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "core/uncategorised/520/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { identifierName: "a" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { filename: "core/uncategorised/520/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "core/uncategorised/520/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { filename: "core/uncategorised/520/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -152,12 +138,10 @@ JSRoot { filename: "core/uncategorised/520/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -169,12 +153,10 @@ JSRoot { identifierName: "eval" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -185,12 +167,10 @@ JSRoot { filename: "core/uncategorised/520/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/521/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/521/input.test.md index 513d30b1c27..d8e46ad1467 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/521/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/521/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/521/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "core/uncategorised/521/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { identifierName: "a" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { filename: "core/uncategorised/521/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "core/uncategorised/521/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { filename: "core/uncategorised/521/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -152,12 +138,10 @@ JSRoot { filename: "core/uncategorised/521/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -169,12 +153,10 @@ JSRoot { identifierName: "package" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -185,12 +167,10 @@ JSRoot { filename: "core/uncategorised/521/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/522/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/522/input.test.md index 1cb6efc1542..c726190ac1d 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/522/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/522/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "core/uncategorised/522/input.js" end: Object { column: 69 - index: 69 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "core/uncategorised/522/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { sourceText: undefined end: Object { column: 68 - index: 68 line: 1 } start: Object { column: 68 - index: 68 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { identifierName: "foo" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -95,12 +87,10 @@ JSRoot { filename: "core/uncategorised/522/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -117,12 +107,10 @@ JSRoot { filename: "core/uncategorised/522/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -133,12 +121,10 @@ JSRoot { filename: "core/uncategorised/522/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -149,12 +135,10 @@ JSRoot { filename: "core/uncategorised/522/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -170,12 +154,10 @@ JSRoot { identifierName: "bar" end: Object { column: 54 - index: 54 line: 1 } start: Object { column: 51 - index: 51 line: 1 } } @@ -184,12 +166,10 @@ JSRoot { filename: "core/uncategorised/522/input.js" end: Object { column: 69 - index: 69 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -206,12 +186,10 @@ JSRoot { filename: "core/uncategorised/522/input.js" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 54 - index: 54 line: 1 } } @@ -222,12 +200,10 @@ JSRoot { filename: "core/uncategorised/522/input.js" end: Object { column: 69 - index: 69 line: 1 } start: Object { column: 56 - index: 56 line: 1 } } @@ -237,12 +213,10 @@ JSRoot { filename: "core/uncategorised/522/input.js" end: Object { column: 68 - index: 68 line: 1 } start: Object { column: 57 - index: 57 line: 1 } } @@ -252,12 +226,10 @@ JSRoot { filename: "core/uncategorised/522/input.js" end: Object { column: 68 - index: 68 line: 1 } start: Object { column: 57 - index: 57 line: 1 } } @@ -270,12 +242,10 @@ JSRoot { identifierName: "v" end: Object { column: 62 - index: 62 line: 1 } start: Object { column: 61 - index: 61 line: 1 } } @@ -284,12 +254,10 @@ JSRoot { filename: "core/uncategorised/522/input.js" end: Object { column: 68 - index: 68 line: 1 } start: Object { column: 61 - index: 61 line: 1 } } @@ -300,12 +268,10 @@ JSRoot { filename: "core/uncategorised/522/input.js" end: Object { column: 68 - index: 68 line: 1 } start: Object { column: 65 - index: 65 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/523/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/523/input.test.md index 68756417eef..8b927c32f9f 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/523/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/523/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/523/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "core/uncategorised/523/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "core/uncategorised/523/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { identifierName: "this" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "core/uncategorised/523/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "core/uncategorised/523/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/524/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/524/input.test.md index da2e6d7235a..40c4743d625 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/524/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/524/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/524/input.js" end: Object { column: 3 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/uncategorised/524/input.js" end: Object { column: 3 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "core/uncategorised/524/input.js" end: Object { column: 2 - index: 8 line: 2 } start: Object { column: 0 - index: 6 line: 2 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/525/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/525/input.test.md index 310e199d337..5530024667a 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/525/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/525/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/525/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/525/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/525/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "core/uncategorised/525/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/526/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/526/input.test.md index 8233f75efed..51df5a3f595 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/526/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/526/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/526/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/526/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/526/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "core/uncategorised/526/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "y" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "core/uncategorised/526/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/527/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/527/input.test.md index 9066f885fb8..2e8d0e99b03 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/527/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/527/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/527/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/527/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/527/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/527/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "core/uncategorised/527/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/528/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/528/input.test.md index 6d815dacbab..6f7ff8fb848 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/528/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/528/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/528/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/528/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/528/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "eval" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/528/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "core/uncategorised/528/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "core/uncategorised/528/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "core/uncategorised/528/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/529/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/529/input.test.md index 9e274eaf30b..05a877bcbb6 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/529/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/529/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/529/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/529/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/529/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/529/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "core/uncategorised/529/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { identifierName: "y" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "core/uncategorised/529/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "core/uncategorised/529/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -168,12 +150,10 @@ JSRoot { identifierName: "z" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -182,12 +162,10 @@ JSRoot { filename: "core/uncategorised/529/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -198,12 +176,10 @@ JSRoot { filename: "core/uncategorised/529/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/53/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/53/input.test.md index 0cfa09d8714..4971ad0696a 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/53/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/53/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/53/input.js" end: Object { column: 6 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/53/input.js" end: Object { column: 3 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { filename: "core/uncategorised/53/input.js" end: Object { column: 6 - index: 10 line: 2 } start: Object { column: 4 - index: 8 line: 2 } } @@ -73,12 +67,10 @@ JSRoot { filename: "core/uncategorised/53/input.js" end: Object { column: 6 - index: 10 line: 2 } start: Object { column: 4 - index: 8 line: 2 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/530/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/530/input.test.md index 93cec5e8714..3286f306aa4 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/530/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/530/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/530/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "core/uncategorised/530/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/530/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "core/uncategorised/530/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "x" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "core/uncategorised/530/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "core/uncategorised/530/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/531/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/531/input.test.md index 0e659483bb6..6c97b0b7252 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/531/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/531/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/531/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "core/uncategorised/531/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/531/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "core/uncategorised/531/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "x" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "core/uncategorised/531/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "core/uncategorised/531/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { identifierName: "y" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -150,12 +134,10 @@ JSRoot { filename: "core/uncategorised/531/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -166,12 +148,10 @@ JSRoot { filename: "core/uncategorised/531/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/532/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/532/input.test.md index 950a7bffcce..842e2a9ec6b 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/532/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/532/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/532/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/532/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "list" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "core/uncategorised/532/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "x" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "core/uncategorised/532/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "core/uncategorised/532/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "core/uncategorised/532/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { identifierName: "process" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -167,12 +149,10 @@ JSRoot { identifierName: "x" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/533/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/533/input.test.md index 79486d244e7..699a0257876 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/533/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/533/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/533/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/533/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/533/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/533/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "core/uncategorised/533/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/534/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/534/input.test.md index 26ce52cfa2d..d19b645aafc 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/534/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/534/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/534/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/534/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/534/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "eval" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/534/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "core/uncategorised/534/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "core/uncategorised/534/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "core/uncategorised/534/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/535/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/535/input.test.md index 3069ccc9f25..6fdeaf9a85d 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/535/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/535/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/535/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/535/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/535/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/535/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "core/uncategorised/535/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { identifierName: "y" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "core/uncategorised/535/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "core/uncategorised/535/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -168,12 +150,10 @@ JSRoot { identifierName: "z" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -182,12 +162,10 @@ JSRoot { filename: "core/uncategorised/535/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -198,12 +176,10 @@ JSRoot { filename: "core/uncategorised/535/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/536/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/536/input.test.md index 820104602c8..775b276f9e7 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/536/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/536/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/536/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/uncategorised/536/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "core/uncategorised/536/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "a" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "core/uncategorised/536/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/537/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/537/input.test.md index 0b1492372a8..a45a4874a8e 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/537/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/537/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/537/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "core/uncategorised/537/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/537/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "core/uncategorised/537/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "core/uncategorised/537/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "core/uncategorised/537/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/538/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/538/input.test.md index efcfaa7ca32..f0f4a11eb0a 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/538/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/538/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/538/input.js" end: Object { column: 1 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/538/input.js" end: Object { column: 1 - index: 6 line: 2 } start: Object { column: 0 - index: 5 line: 2 } } @@ -56,12 +52,10 @@ JSRoot { filename: "core/uncategorised/538/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/539/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/539/input.test.md index a8998830b18..428c773561a 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/539/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/539/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/539/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "f" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "core/uncategorised/539/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "core/uncategorised/539/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "core/uncategorised/539/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "core/uncategorised/539/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -126,12 +114,10 @@ JSRoot { identifierName: "f" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { filename: "core/uncategorised/539/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/54/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/54/input.test.md index 980930299c3..4c49fd66b18 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/54/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/54/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/54/input.js" end: Object { column: 2 - index: 18 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/54/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { filename: "core/uncategorised/54/input.js" end: Object { column: 2 - index: 18 line: 2 } start: Object { column: 0 - index: 16 line: 2 } } @@ -73,12 +67,10 @@ JSRoot { filename: "core/uncategorised/54/input.js" end: Object { column: 2 - index: 18 line: 2 } start: Object { column: 0 - index: 16 line: 2 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/540/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/540/input.test.md index 451e76a7f8b..cc9cee402d1 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/540/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/540/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/540/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/540/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/540/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "core/uncategorised/540/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/540/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "core/uncategorised/540/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "core/uncategorised/540/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/541/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/541/input.test.md index 38c29088e7e..f23bcd75f8d 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/541/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/541/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/541/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "f" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "core/uncategorised/541/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "core/uncategorised/541/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "core/uncategorised/541/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "core/uncategorised/541/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "core/uncategorised/541/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { filename: "core/uncategorised/541/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "core/uncategorised/541/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -175,12 +157,10 @@ JSRoot { filename: "core/uncategorised/541/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -191,12 +171,10 @@ JSRoot { filename: "core/uncategorised/541/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/542/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/542/input.test.md index 957fdf72f15..6194d1ff29a 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/542/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/542/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/542/input.js" end: Object { column: 0 - index: 18 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/542/input.js" end: Object { column: 11 - index: 17 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "core/uncategorised/542/input.js" end: Object { column: 11 - index: 17 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "core/uncategorised/542/input.js" end: Object { column: 10 - index: 16 line: 2 } start: Object { column: 7 - index: 13 line: 2 } } @@ -83,12 +75,10 @@ JSRoot { filename: "core/uncategorised/542/input.js" end: Object { column: 6 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "core/uncategorised/542/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { identifierName: "split" end: Object { column: 6 - index: 12 line: 2 } start: Object { column: 1 - index: 7 line: 2 } } @@ -131,12 +117,10 @@ JSRoot { identifierName: "split" end: Object { column: 6 - index: 12 line: 2 } start: Object { column: 1 - index: 7 line: 2 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/543/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/543/input.test.md index 356b9519b15..923313302c7 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/543/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/543/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/543/input.js" end: Object { column: 0 - index: 65 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/543/input.js" end: Object { column: 2 - index: 57 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/543/input.js" end: Object { column: 2 - index: 57 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "fn" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/543/input.js" end: Object { column: 1 - index: 56 line: 4 } start: Object { column: 4 - index: 4 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "core/uncategorised/543/input.js" end: Object { column: 1 - index: 56 line: 4 } start: Object { column: 9 - index: 9 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { filename: "core/uncategorised/543/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "core/uncategorised/543/input.js" end: Object { column: 1 - index: 56 line: 4 } start: Object { column: 21 - index: 21 line: 1 } } @@ -153,12 +137,10 @@ JSRoot { filename: "core/uncategorised/543/input.js" end: Object { column: 15 - index: 38 line: 2 } start: Object { column: 2 - index: 25 line: 2 } } @@ -169,12 +151,10 @@ JSRoot { filename: "core/uncategorised/543/input.js" end: Object { column: 15 - index: 54 line: 3 } start: Object { column: 2 - index: 41 line: 3 } } @@ -191,12 +171,10 @@ JSRoot { filename: "core/uncategorised/543/input.js" end: Object { column: 5 - index: 64 line: 6 } start: Object { column: 0 - index: 59 line: 6 } } @@ -207,12 +185,10 @@ JSRoot { filename: "core/uncategorised/543/input.js" end: Object { column: 4 - index: 63 line: 6 } start: Object { column: 0 - index: 59 line: 6 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/544/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/544/input.test.md index 93d27c7a360..4a03ad9d6a9 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/544/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/544/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "core/uncategorised/544/input.js" end: Object { column: 0 - index: 40 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "core/uncategorised/544/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { sourceText: undefined end: Object { column: 14 - index: 28 line: 2 } start: Object { column: 8 - index: 22 line: 2 } } @@ -83,12 +77,10 @@ JSRoot { filename: "core/uncategorised/544/input.js" end: Object { column: 25 - index: 39 line: 2 } start: Object { column: 0 - index: 14 line: 2 } } @@ -98,12 +90,10 @@ JSRoot { filename: "core/uncategorised/544/input.js" end: Object { column: 25 - index: 39 line: 2 } start: Object { column: 0 - index: 14 line: 2 } } @@ -115,12 +105,10 @@ JSRoot { filename: "core/uncategorised/544/input.js" end: Object { column: 16 - index: 30 line: 2 } start: Object { column: 6 - index: 20 line: 2 } } @@ -134,12 +122,10 @@ JSRoot { identifierName: "public" end: Object { column: 14 - index: 28 line: 2 } start: Object { column: 8 - index: 22 line: 2 } } @@ -148,12 +134,10 @@ JSRoot { filename: "core/uncategorised/544/input.js" end: Object { column: 14 - index: 28 line: 2 } start: Object { column: 8 - index: 22 line: 2 } } @@ -165,12 +149,10 @@ JSRoot { identifierName: "public" end: Object { column: 14 - index: 28 line: 2 } start: Object { column: 8 - index: 22 line: 2 } } @@ -179,12 +161,10 @@ JSRoot { filename: "core/uncategorised/544/input.js" end: Object { column: 14 - index: 28 line: 2 } start: Object { column: 8 - index: 22 line: 2 } } @@ -195,12 +175,10 @@ JSRoot { filename: "core/uncategorised/544/input.js" end: Object { column: 24 - index: 38 line: 2 } start: Object { column: 6 - index: 20 line: 2 } } @@ -210,12 +188,10 @@ JSRoot { filename: "core/uncategorised/544/input.js" end: Object { column: 24 - index: 38 line: 2 } start: Object { column: 19 - index: 33 line: 2 } } @@ -226,12 +202,10 @@ JSRoot { identifierName: "foo" end: Object { column: 22 - index: 36 line: 2 } start: Object { column: 19 - index: 33 line: 2 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/545/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/545/input.test.md index 3f459294e32..47fdc6c9fb4 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/545/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/545/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/545/input.js" end: Object { column: 0 - index: 26 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "core/uncategorised/545/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "core/uncategorised/545/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "core/uncategorised/545/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -117,12 +107,10 @@ JSRoot { identifierName: "public" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "core/uncategorised/545/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -148,12 +134,10 @@ JSRoot { identifierName: "public" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -162,12 +146,10 @@ JSRoot { filename: "core/uncategorised/545/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -178,12 +160,10 @@ JSRoot { filename: "core/uncategorised/545/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -193,12 +173,10 @@ JSRoot { filename: "core/uncategorised/545/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -209,12 +187,10 @@ JSRoot { identifierName: "foo" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/546/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/546/input.test.md index d8b7df7f3ed..8203d9c2f28 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/546/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/546/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/546/input.js" end: Object { column: 0 - index: 26 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/546/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/546/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "core/uncategorised/546/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -88,12 +80,10 @@ JSRoot { identifierName: "public" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "core/uncategorised/546/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { identifierName: "public" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "core/uncategorised/546/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "core/uncategorised/546/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -164,12 +146,10 @@ JSRoot { filename: "core/uncategorised/546/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -180,12 +160,10 @@ JSRoot { identifierName: "foo" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/547/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/547/input.test.md index 65f0c743c7c..731ea1691c0 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/547/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/547/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "core/uncategorised/547/input.js" end: Object { column: 0 - index: 43 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "core/uncategorised/547/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { sourceText: undefined end: Object { column: 17 - index: 31 line: 2 } start: Object { column: 8 - index: 22 line: 2 } } @@ -83,12 +77,10 @@ JSRoot { filename: "core/uncategorised/547/input.js" end: Object { column: 28 - index: 42 line: 2 } start: Object { column: 0 - index: 14 line: 2 } } @@ -98,12 +90,10 @@ JSRoot { filename: "core/uncategorised/547/input.js" end: Object { column: 28 - index: 42 line: 2 } start: Object { column: 0 - index: 14 line: 2 } } @@ -115,12 +105,10 @@ JSRoot { filename: "core/uncategorised/547/input.js" end: Object { column: 19 - index: 33 line: 2 } start: Object { column: 6 - index: 20 line: 2 } } @@ -134,12 +122,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 17 - index: 31 line: 2 } start: Object { column: 8 - index: 22 line: 2 } } @@ -148,12 +134,10 @@ JSRoot { filename: "core/uncategorised/547/input.js" end: Object { column: 17 - index: 31 line: 2 } start: Object { column: 8 - index: 22 line: 2 } } @@ -165,12 +149,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 17 - index: 31 line: 2 } start: Object { column: 8 - index: 22 line: 2 } } @@ -179,12 +161,10 @@ JSRoot { filename: "core/uncategorised/547/input.js" end: Object { column: 17 - index: 31 line: 2 } start: Object { column: 8 - index: 22 line: 2 } } @@ -195,12 +175,10 @@ JSRoot { filename: "core/uncategorised/547/input.js" end: Object { column: 27 - index: 41 line: 2 } start: Object { column: 6 - index: 20 line: 2 } } @@ -210,12 +188,10 @@ JSRoot { filename: "core/uncategorised/547/input.js" end: Object { column: 27 - index: 41 line: 2 } start: Object { column: 22 - index: 36 line: 2 } } @@ -226,12 +202,10 @@ JSRoot { identifierName: "foo" end: Object { column: 25 - index: 39 line: 2 } start: Object { column: 22 - index: 36 line: 2 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/548/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/548/input.test.md index 81bda2126b2..f4cf6dc4554 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/548/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/548/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/548/input.js" end: Object { column: 0 - index: 29 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "core/uncategorised/548/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "core/uncategorised/548/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "core/uncategorised/548/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -117,12 +107,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "core/uncategorised/548/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -148,12 +134,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -162,12 +146,10 @@ JSRoot { filename: "core/uncategorised/548/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -178,12 +160,10 @@ JSRoot { filename: "core/uncategorised/548/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -193,12 +173,10 @@ JSRoot { filename: "core/uncategorised/548/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -209,12 +187,10 @@ JSRoot { identifierName: "foo" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/549/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/549/input.test.md index bdc9d0e0304..26de7ae3593 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/549/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/549/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/549/input.js" end: Object { column: 0 - index: 29 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/549/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/549/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "core/uncategorised/549/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -88,12 +80,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "core/uncategorised/549/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "core/uncategorised/549/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "core/uncategorised/549/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -164,12 +146,10 @@ JSRoot { filename: "core/uncategorised/549/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -180,12 +160,10 @@ JSRoot { identifierName: "foo" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/55/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/55/input.test.md index 110ee3d7657..13a83a90535 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/55/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/55/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/55/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/55/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { filename: "core/uncategorised/55/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -73,12 +67,10 @@ JSRoot { filename: "core/uncategorised/55/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/550/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/550/input.test.md index a36a5f9a147..b73e817ca99 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/550/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/550/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "core/uncategorised/550/input.js" end: Object { column: 0 - index: 28 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "core/uncategorised/550/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { sourceText: undefined end: Object { column: 12 - index: 26 line: 2 } start: Object { column: 12 - index: 26 line: 2 } } @@ -78,12 +72,10 @@ JSRoot { filename: "core/uncategorised/550/input.js" end: Object { column: 13 - index: 27 line: 2 } start: Object { column: 0 - index: 14 line: 2 } } @@ -93,12 +85,10 @@ JSRoot { filename: "core/uncategorised/550/input.js" end: Object { column: 13 - index: 27 line: 2 } start: Object { column: 0 - index: 14 line: 2 } } @@ -111,12 +101,10 @@ JSRoot { identifierName: "a" end: Object { column: 7 - index: 21 line: 2 } start: Object { column: 6 - index: 20 line: 2 } } @@ -125,12 +113,10 @@ JSRoot { filename: "core/uncategorised/550/input.js" end: Object { column: 12 - index: 26 line: 2 } start: Object { column: 6 - index: 20 line: 2 } } @@ -141,12 +127,10 @@ JSRoot { filename: "core/uncategorised/550/input.js" end: Object { column: 12 - index: 26 line: 2 } start: Object { column: 10 - index: 24 line: 2 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/551/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/551/input.test.md index 3d78010bb5f..5117e532f3c 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/551/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/551/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/551/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/551/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/551/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/552/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/552/input.test.md index 355a9481ae2..870b4b74b7e 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/552/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/552/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "core/uncategorised/552/input.js" end: Object { column: 0 - index: 28 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "core/uncategorised/552/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { sourceText: undefined end: Object { column: 12 - index: 26 line: 2 } start: Object { column: 12 - index: 26 line: 2 } } @@ -78,12 +72,10 @@ JSRoot { filename: "core/uncategorised/552/input.js" end: Object { column: 13 - index: 27 line: 2 } start: Object { column: 0 - index: 14 line: 2 } } @@ -93,12 +85,10 @@ JSRoot { filename: "core/uncategorised/552/input.js" end: Object { column: 13 - index: 27 line: 2 } start: Object { column: 0 - index: 14 line: 2 } } @@ -111,12 +101,10 @@ JSRoot { identifierName: "a" end: Object { column: 7 - index: 21 line: 2 } start: Object { column: 6 - index: 20 line: 2 } } @@ -125,12 +113,10 @@ JSRoot { filename: "core/uncategorised/552/input.js" end: Object { column: 12 - index: 26 line: 2 } start: Object { column: 6 - index: 20 line: 2 } } @@ -141,12 +127,10 @@ JSRoot { filename: "core/uncategorised/552/input.js" end: Object { column: 12 - index: 26 line: 2 } start: Object { column: 10 - index: 24 line: 2 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/553/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/553/input.test.md index 050e90c56ac..aa65026e260 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/553/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/553/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/553/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/553/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/553/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/554/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/554/input.test.md index af340835d39..7392f541eed 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/554/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/554/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/554/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "core/uncategorised/554/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "core/uncategorised/554/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "a" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "core/uncategorised/554/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "core/uncategorised/554/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "core/uncategorised/554/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -156,12 +140,10 @@ JSRoot { identifierName: "" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -171,12 +153,10 @@ JSRoot { identifierName: "" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/555/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/555/input.test.md index e766b0ee9c3..47769939965 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/555/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/555/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/555/input.js" end: Object { column: 0 - index: 60 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 13 - index: 40 line: 3 } start: Object { column: 13 - index: 40 line: 3 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "foo" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "core/uncategorised/555/input.js" end: Object { column: 1 - index: 58 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "core/uncategorised/555/input.js" end: Object { column: 1 - index: 58 line: 6 } start: Object { column: 2 - index: 55 line: 5 } } @@ -115,12 +105,10 @@ JSRoot { filename: "core/uncategorised/555/input.js" end: Object { column: 1 - index: 54 line: 5 } start: Object { column: 13 - index: 13 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { identifierName: "second" end: Object { column: 13 - index: 40 line: 3 } start: Object { column: 7 - index: 34 line: 3 } } @@ -147,12 +133,10 @@ JSRoot { filename: "core/uncategorised/555/input.js" end: Object { column: 13 - index: 40 line: 3 } start: Object { column: 7 - index: 34 line: 3 } } @@ -166,12 +150,10 @@ JSRoot { identifierName: "first" end: Object { column: 9 - index: 25 line: 2 } start: Object { column: 4 - index: 20 line: 2 } } @@ -182,12 +164,10 @@ JSRoot { filename: "core/uncategorised/555/input.js" end: Object { column: 9 - index: 25 line: 2 } start: Object { column: 4 - index: 20 line: 2 } } @@ -200,12 +180,10 @@ JSRoot { identifierName: "third" end: Object { column: 9 - index: 51 line: 4 } start: Object { column: 4 - index: 46 line: 4 } } @@ -216,12 +194,10 @@ JSRoot { filename: "core/uncategorised/555/input.js" end: Object { column: 9 - index: 51 line: 4 } start: Object { column: 4 - index: 46 line: 4 } } @@ -235,12 +211,10 @@ JSRoot { filename: "core/uncategorised/555/input.js" end: Object { column: 2 - index: 59 line: 6 } start: Object { column: 1 - index: 58 line: 6 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/56/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/56/input.test.md index ad4cd37c6a3..8d4ee763230 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/56/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/56/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/56/input.js" end: Object { column: 2 - index: 19 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/56/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { filename: "core/uncategorised/56/input.js" end: Object { column: 2 - index: 19 line: 2 } start: Object { column: 0 - index: 17 line: 2 } } @@ -73,12 +67,10 @@ JSRoot { filename: "core/uncategorised/56/input.js" end: Object { column: 2 - index: 19 line: 2 } start: Object { column: 0 - index: 17 line: 2 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/57/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/57/input.test.md index 3752d8915c7..403ff1b6781 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/57/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/57/input.test.md @@ -24,12 +24,10 @@ JSRoot { filename: "core/uncategorised/57/input.js" end: Object { column: 0 - index: 17 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -41,12 +39,10 @@ JSRoot { filename: "core/uncategorised/57/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/58/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/58/input.test.md index e43c0ea09cb..6622f352f3d 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/58/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/58/input.test.md @@ -24,12 +24,10 @@ JSRoot { filename: "core/uncategorised/58/input.js" end: Object { column: 0 - index: 17 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -41,12 +39,10 @@ JSRoot { filename: "core/uncategorised/58/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/59/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/59/input.test.md index 7ee78bb182a..6da7a344f11 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/59/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/59/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/59/input.js" end: Object { column: 2 - index: 5 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/59/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { filename: "core/uncategorised/59/input.js" end: Object { column: 2 - index: 5 line: 2 } start: Object { column: 0 - index: 3 line: 2 } } @@ -73,12 +67,10 @@ JSRoot { filename: "core/uncategorised/59/input.js" end: Object { column: 2 - index: 5 line: 2 } start: Object { column: 0 - index: 3 line: 2 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/6/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/6/input.test.md index 79cb47536af..aedd1f2d193 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/6/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/6/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/6/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/6/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/6/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "core/uncategorised/6/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "core/uncategorised/6/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "core/uncategorised/6/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "core/uncategorised/6/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/60/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/60/input.test.md index 12b98c3b658..9215e4d358b 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/60/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/60/input.test.md @@ -24,12 +24,10 @@ JSRoot { filename: "core/uncategorised/60/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -41,12 +39,10 @@ JSRoot { filename: "core/uncategorised/60/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/61/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/61/input.test.md index 77ac8b91a3c..129dd3b9b57 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/61/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/61/input.test.md @@ -24,12 +24,10 @@ JSRoot { filename: "core/uncategorised/61/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -41,12 +39,10 @@ JSRoot { filename: "core/uncategorised/61/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/62/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/62/input.test.md index b925333fd3f..83873a0fb68 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/62/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/62/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/62/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/62/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { filename: "core/uncategorised/62/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -73,12 +67,10 @@ JSRoot { filename: "core/uncategorised/62/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/63/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/63/input.test.md index 932b340014c..888275ba6de 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/63/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/63/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/63/input.js" end: Object { column: 2 - index: 39 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/63/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "core/uncategorised/63/input.js" end: Object { column: 18 - index: 36 line: 3 } start: Object { column: 0 - index: 18 line: 3 } } @@ -76,12 +70,10 @@ JSRoot { filename: "core/uncategorised/63/input.js" end: Object { column: 2 - index: 39 line: 4 } start: Object { column: 0 - index: 37 line: 4 } } @@ -93,12 +85,10 @@ JSRoot { filename: "core/uncategorised/63/input.js" end: Object { column: 2 - index: 39 line: 4 } start: Object { column: 0 - index: 37 line: 4 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/64/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/64/input.test.md index a4e116e389e..b406722723d 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/64/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/64/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/64/input.js" end: Object { column: 11 - index: 36 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/64/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { filename: "core/uncategorised/64/input.js" end: Object { column: 11 - index: 36 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -88,12 +80,10 @@ JSRoot { filename: "core/uncategorised/64/input.js" end: Object { column: 11 - index: 36 line: 2 } start: Object { column: 7 - index: 7 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { filename: "core/uncategorised/64/input.js" end: Object { column: 9 - index: 34 line: 2 } start: Object { column: 0 - index: 25 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "core/uncategorised/64/input.js" end: Object { column: 8 - index: 33 line: 2 } start: Object { column: 0 - index: 25 line: 2 } } @@ -137,12 +123,10 @@ JSRoot { identifierName: "doThat" end: Object { column: 6 - index: 31 line: 2 } start: Object { column: 0 - index: 25 line: 2 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/65/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/65/input.test.md index bffec2f3aba..b3cf08bb2d0 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/65/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/65/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "core/uncategorised/65/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/65/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "core/uncategorised/65/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { identifierName: "answer" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "core/uncategorised/65/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "core/uncategorised/65/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "core/uncategorised/65/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "core/uncategorised/65/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } @@ -153,12 +137,10 @@ JSRoot { identifierName: "bingo" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/66/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/66/input.test.md index 3b086fe74fa..9440ff6fa04 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/66/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/66/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/66/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/66/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/66/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/67/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/67/input.test.md index 84eef38068f..70543ea8210 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/67/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/67/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/67/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/67/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/67/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/68/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/68/input.test.md index b310b3e7e88..42115cfe61e 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/68/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/68/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/68/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/68/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/68/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/69/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/69/input.test.md index 3a6c92808ca..456632d8297 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/69/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/69/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/69/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/69/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/69/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/7/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/7/input.test.md index c77d59b367a..8177d31ed77 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/7/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/7/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/7/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/7/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/7/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "core/uncategorised/7/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/70/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/70/input.test.md index 09e84d53d4d..15e3e5fa19a 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/70/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/70/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/70/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/70/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/70/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/71/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/71/input.test.md index c9aad687aab..f4044739739 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/71/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/71/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/71/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/71/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/71/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/72/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/72/input.test.md index 77d94a0458d..3b5fd4d5df8 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/72/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/72/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/72/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/72/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/72/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/73/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/73/input.test.md index 6b4d9576edd..138edaf86c0 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/73/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/73/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/73/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/73/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/73/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/74/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/74/input.test.md index 992954e25d3..343af9c3780 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/74/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/74/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/74/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/74/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/74/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/75/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/75/input.test.md index 4910c1f0ca8..2f4c40104ce 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/75/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/75/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/75/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/75/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/75/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/76/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/76/input.test.md index 12fefdc17c1..01940cb403b 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/76/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/76/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/76/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/76/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/76/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/77/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/77/input.test.md index 9eca3df24aa..47855943658 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/77/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/77/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/77/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/77/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/77/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/78/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/78/input.test.md index 52588aac91b..64d7f0abad0 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/78/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/78/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/78/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/78/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/78/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/79/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/79/input.test.md index 00e4f413ec7..1fd21e7bbfa 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/79/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/79/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/79/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/79/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/79/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/8/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/8/input.test.md index 7ab0c7f512f..c1652382da0 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/8/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/8/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/8/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/8/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/8/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "core/uncategorised/8/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/80/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/80/input.test.md index c0b5731550f..b7e204db05a 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/80/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/80/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/80/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/80/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/80/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/81/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/81/input.test.md index c3e71186ea5..3967f346b0b 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/81/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/81/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/81/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/81/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/81/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/82/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/82/input.test.md index 05454290db4..f2ff9e84138 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/82/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/82/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/82/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/82/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/82/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/83/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/83/input.test.md index c183e68c411..d0acbcddb58 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/83/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/83/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/83/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/83/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/83/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/84/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/84/input.test.md index 652ed0db428..e7898c01a00 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/84/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/84/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/84/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/84/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "core/uncategorised/84/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/85/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/85/input.test.md index c4d5eedc4c1..5ca0111283e 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/85/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/85/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/85/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/85/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/86/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/86/input.test.md index 00d75d60dc5..958b7cf44bf 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/86/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/86/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/86/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/86/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/87/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/87/input.test.md index 7e0d2f27267..824d30cc931 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/87/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/87/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/87/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/87/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/88/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/88/input.test.md index 30fa4d274dd..1b976d97f6e 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/88/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/88/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/88/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/88/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/89/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/89/input.test.md index 1b2e5b1cfe1..e3e4cfca290 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/89/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/89/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/89/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/89/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/9/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/9/input.test.md index 7994448fe4d..c8f7e34c173 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/9/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/9/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/9/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "core/uncategorised/9/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "core/uncategorised/9/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "core/uncategorised/9/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "core/uncategorised/9/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/90/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/90/input.test.md index b851e85c58d..e697bd75c02 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/90/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/90/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/90/input.js" end: Object { column: 6 - index: 14 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/90/input.js" end: Object { column: 6 - index: 14 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/91/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/91/input.test.md index d25f055b691..dc5310a39a5 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/91/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/91/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/91/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/91/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/92/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/92/input.test.md index 7b5ab800996..c07aaa6fbb2 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/92/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/92/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/92/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/92/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/93/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/93/input.test.md index b72a3f33f3b..1c90ca4ee50 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/93/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/93/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/93/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/93/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/94/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/94/input.test.md index d1766368536..4909a0917c3 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/94/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/94/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/94/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/94/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/95/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/95/input.test.md index f9da73c754d..11588ca7b56 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/95/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/95/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/95/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/95/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/96/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/96/input.test.md index fb24ebefc26..36dc1db2f46 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/96/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/96/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/96/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/96/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/97/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/97/input.test.md index 957965ec60b..974673de275 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/97/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/97/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/97/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/97/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/98/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/98/input.test.md index acf6733f75e..00ac67fb33a 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/98/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/98/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/98/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/98/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/core/uncategorised/99/input.test.md b/internal/js-parser/test-fixtures/core/uncategorised/99/input.test.md index 7f3d64d249e..43f7c4ed92b 100644 --- a/internal/js-parser/test-fixtures/core/uncategorised/99/input.test.md +++ b/internal/js-parser/test-fixtures/core/uncategorised/99/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "core/uncategorised/99/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "core/uncategorised/99/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/array-rest-spread/comma-after-rest/input.test.md b/internal/js-parser/test-fixtures/es2015/array-rest-spread/comma-after-rest/input.test.md index 42d8baf004b..3cfc6bb7d15 100644 --- a/internal/js-parser/test-fixtures/es2015/array-rest-spread/comma-after-rest/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/array-rest-spread/comma-after-rest/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/array-rest-spread/comma-after-rest/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/array-rest-spread/comma-after-rest/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/array-rest-spread/comma-after-rest/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "es2015/array-rest-spread/comma-after-rest/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "es2015/array-rest-spread/comma-after-rest/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { identifierName: "a" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/array-rest-spread/comma-after-spread-for-in/input.test.md b/internal/js-parser/test-fixtures/es2015/array-rest-spread/comma-after-spread-for-in/input.test.md index e1ec52f390c..26a65c2db5b 100644 --- a/internal/js-parser/test-fixtures/es2015/array-rest-spread/comma-after-spread-for-in/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/array-rest-spread/comma-after-spread-for-in/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/array-rest-spread/comma-after-spread-for-in/input.js" end: Object { column: 0 - index: 21 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/array-rest-spread/comma-after-spread-for-in/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/array-rest-spread/comma-after-spread-for-in/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "es2015/array-rest-spread/comma-after-spread-for-in/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "es2015/array-rest-spread/comma-after-spread-for-in/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/array-rest-spread/comma-after-spread-nested/input.test.md b/internal/js-parser/test-fixtures/es2015/array-rest-spread/comma-after-spread-nested/input.test.md index 8da865f2b51..265bc5f34d3 100644 --- a/internal/js-parser/test-fixtures/es2015/array-rest-spread/comma-after-spread-nested/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/array-rest-spread/comma-after-spread-nested/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/array-rest-spread/comma-after-spread-nested/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/array-rest-spread/comma-after-spread-nested/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/array-rest-spread/comma-after-spread-nested/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "es2015/array-rest-spread/comma-after-spread-nested/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "es2015/array-rest-spread/comma-after-spread-nested/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "es2015/array-rest-spread/comma-after-spread-nested/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { identifierName: "a" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/array-rest-spread/comma-after-spread/input.test.md b/internal/js-parser/test-fixtures/es2015/array-rest-spread/comma-after-spread/input.test.md index 840d0220f50..2a1369b9e33 100644 --- a/internal/js-parser/test-fixtures/es2015/array-rest-spread/comma-after-spread/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/array-rest-spread/comma-after-spread/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/array-rest-spread/comma-after-spread/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/array-rest-spread/comma-after-spread/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/array-rest-spread/comma-after-spread/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +60,10 @@ JSRoot { filename: "es2015/array-rest-spread/comma-after-spread/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -82,12 +74,10 @@ JSRoot { identifierName: "a" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/array-rest-spread/invalid-location/input.test.md b/internal/js-parser/test-fixtures/es2015/array-rest-spread/invalid-location/input.test.md index 2893ab3a703..fa5fa4bfb6b 100644 --- a/internal/js-parser/test-fixtures/es2015/array-rest-spread/invalid-location/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/array-rest-spread/invalid-location/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/array-rest-spread/invalid-location/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/array-rest-spread/invalid-location/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2015/array-rest-spread/invalid-location/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "c" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "es2015/array-rest-spread/invalid-location/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { filename: "es2015/array-rest-spread/invalid-location/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -141,12 +127,10 @@ JSRoot { identifierName: "b" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/array-rest-spread/with-object/input.test.md b/internal/js-parser/test-fixtures/es2015/array-rest-spread/with-object/input.test.md index eb04530dd84..69c08225dab 100644 --- a/internal/js-parser/test-fixtures/es2015/array-rest-spread/with-object/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/array-rest-spread/with-object/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/array-rest-spread/with-object/input.js" end: Object { column: 0 - index: 32 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/array-rest-spread/with-object/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/array-rest-spread/with-object/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "es2015/array-rest-spread/with-object/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2015/array-rest-spread/with-object/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "es2015/array-rest-spread/with-object/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { identifierName: "length" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "es2015/array-rest-spread/with-object/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -151,12 +135,10 @@ JSRoot { identifierName: "length" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -165,12 +147,10 @@ JSRoot { filename: "es2015/array-rest-spread/with-object/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -182,12 +162,10 @@ JSRoot { filename: "es2015/array-rest-spread/with-object/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -196,12 +174,10 @@ JSRoot { filename: "es2015/array-rest-spread/with-object/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -213,12 +189,10 @@ JSRoot { filename: "es2015/array-rest-spread/with-object/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -230,12 +204,10 @@ JSRoot { filename: "es2015/array-rest-spread/with-object/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -247,12 +219,10 @@ JSRoot { filename: "es2015/array-rest-spread/with-object/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/arrow-functions/comma-after-rest-param/input.test.md b/internal/js-parser/test-fixtures/es2015/arrow-functions/comma-after-rest-param/input.test.md index e24a02d9654..0020ed23a96 100644 --- a/internal/js-parser/test-fixtures/es2015/arrow-functions/comma-after-rest-param/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/arrow-functions/comma-after-rest-param/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/arrow-functions/comma-after-rest-param/input.js" end: Object { column: 0 - index: 17 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/arrow-functions/comma-after-rest-param/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "es2015/arrow-functions/comma-after-rest-param/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "es2015/arrow-functions/comma-after-rest-param/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { filename: "es2015/arrow-functions/comma-after-rest-param/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { identifierName: "rest" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/arrow-functions/create-parenthesized-expressions/input.test.md b/internal/js-parser/test-fixtures/es2015/arrow-functions/create-parenthesized-expressions/input.test.md index 4b25366679d..adfec09a9a1 100644 --- a/internal/js-parser/test-fixtures/es2015/arrow-functions/create-parenthesized-expressions/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/arrow-functions/create-parenthesized-expressions/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/arrow-functions/create-parenthesized-expressions/input.js" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/arrow-functions/create-parenthesized-expressions/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/arrow-functions/create-parenthesized-expressions/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "es2015/arrow-functions/create-parenthesized-expressions/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "es2015/arrow-functions/create-parenthesized-expressions/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { identifierName: "foo" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/arrow-functions/in-logic-expression/input.test.md b/internal/js-parser/test-fixtures/es2015/arrow-functions/in-logic-expression/input.test.md index fc4ee86a037..96daf59093b 100644 --- a/internal/js-parser/test-fixtures/es2015/arrow-functions/in-logic-expression/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/arrow-functions/in-logic-expression/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/arrow-functions/in-logic-expression/input.js" end: Object { column: 19 - index: 39 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/arrow-functions/in-logic-expression/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/arrow-functions/in-logic-expression/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "es2015/arrow-functions/in-logic-expression/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -82,12 +74,10 @@ JSRoot { filename: "es2015/arrow-functions/in-logic-expression/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "es2015/arrow-functions/in-logic-expression/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "es2015/arrow-functions/in-logic-expression/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "es2015/arrow-functions/in-logic-expression/input.js" end: Object { column: 19 - index: 39 line: 2 } start: Object { column: 0 - index: 20 line: 2 } } @@ -151,12 +135,10 @@ JSRoot { filename: "es2015/arrow-functions/in-logic-expression/input.js" end: Object { column: 18 - index: 38 line: 2 } start: Object { column: 0 - index: 20 line: 2 } } @@ -167,12 +149,10 @@ JSRoot { identifierName: "b" end: Object { column: 18 - index: 38 line: 2 } start: Object { column: 17 - index: 37 line: 2 } } @@ -184,12 +164,10 @@ JSRoot { identifierName: "a" end: Object { column: 14 - index: 34 line: 2 } start: Object { column: 13 - index: 33 line: 2 } } @@ -199,12 +177,10 @@ JSRoot { filename: "es2015/arrow-functions/in-logic-expression/input.js" end: Object { column: 9 - index: 29 line: 2 } start: Object { column: 1 - index: 21 line: 2 } } @@ -215,12 +191,10 @@ JSRoot { filename: "es2015/arrow-functions/in-logic-expression/input.js" end: Object { column: 9 - index: 29 line: 2 } start: Object { column: 7 - index: 27 line: 2 } } @@ -236,12 +210,10 @@ JSRoot { filename: "es2015/arrow-functions/in-logic-expression/input.js" end: Object { column: 6 - index: 26 line: 2 } start: Object { column: 1 - index: 21 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/arrow-functions/inner-parens/input.test.md b/internal/js-parser/test-fixtures/es2015/arrow-functions/inner-parens/input.test.md index 69fb382be95..899328b8e96 100644 --- a/internal/js-parser/test-fixtures/es2015/arrow-functions/inner-parens/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/arrow-functions/inner-parens/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/arrow-functions/inner-parens/input.js" end: Object { column: 0 - index: 25 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/arrow-functions/inner-parens/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2015/arrow-functions/inner-parens/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "foo" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "es2015/arrow-functions/inner-parens/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "es2015/arrow-functions/inner-parens/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "es2015/arrow-functions/inner-parens/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { filename: "es2015/arrow-functions/inner-parens/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -175,12 +157,10 @@ JSRoot { identifierName: "foo" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/arrow-functions/invalid-rest-in-params/input.test.md b/internal/js-parser/test-fixtures/es2015/arrow-functions/invalid-rest-in-params/input.test.md index 67d75174b95..6a955757bdc 100644 --- a/internal/js-parser/test-fixtures/es2015/arrow-functions/invalid-rest-in-params/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/arrow-functions/invalid-rest-in-params/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/arrow-functions/invalid-rest-in-params/input.js" end: Object { column: 0 - index: 47 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 13 - index: 26 line: 3 } start: Object { column: 4 - index: 17 line: 3 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/arrow-functions/invalid-rest-in-params/input.js" end: Object { column: 8 - index: 46 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "es2015/arrow-functions/invalid-rest-in-params/input.js" end: Object { column: 7 - index: 45 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "es2015/arrow-functions/invalid-rest-in-params/input.js" end: Object { column: 7 - index: 45 line: 5 } start: Object { column: 5 - index: 43 line: 5 } } @@ -111,12 +101,10 @@ JSRoot { filename: "es2015/arrow-functions/invalid-rest-in-params/input.js" end: Object { column: 4 - index: 42 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { identifierName: "first" end: Object { column: 9 - index: 11 line: 2 } start: Object { column: 4 - index: 6 line: 2 } } @@ -144,12 +130,10 @@ JSRoot { filename: "es2015/arrow-functions/invalid-rest-in-params/input.js" end: Object { column: 4 - index: 42 line: 5 } start: Object { column: 5 - index: 43 line: 5 } } @@ -161,12 +145,10 @@ JSRoot { identifierName: "third" end: Object { column: 9 - index: 37 line: 4 } start: Object { column: 4 - index: 32 line: 4 } } diff --git a/internal/js-parser/test-fixtures/es2015/arrow-functions/no-binary-left/input.test.md b/internal/js-parser/test-fixtures/es2015/arrow-functions/no-binary-left/input.test.md index 6fbbece70f1..f63b445e634 100644 --- a/internal/js-parser/test-fixtures/es2015/arrow-functions/no-binary-left/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/arrow-functions/no-binary-left/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/arrow-functions/no-binary-left/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/arrow-functions/no-binary-left/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "es2015/arrow-functions/no-binary-left/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "es2015/arrow-functions/no-binary-left/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "es2015/arrow-functions/no-binary-left/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "es2015/arrow-functions/no-binary-left/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { filename: "es2015/arrow-functions/no-binary-left/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -160,12 +144,10 @@ JSRoot { filename: "es2015/arrow-functions/no-binary-left/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -175,12 +157,10 @@ JSRoot { filename: "es2015/arrow-functions/no-binary-left/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/arrow-functions/no-callee/input.test.md b/internal/js-parser/test-fixtures/es2015/arrow-functions/no-callee/input.test.md index e6999f5598d..74bad278003 100644 --- a/internal/js-parser/test-fixtures/es2015/arrow-functions/no-callee/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/arrow-functions/no-callee/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/arrow-functions/no-callee/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/arrow-functions/no-callee/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "es2015/arrow-functions/no-callee/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "es2015/arrow-functions/no-callee/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "es2015/arrow-functions/no-callee/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "es2015/arrow-functions/no-callee/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { filename: "es2015/arrow-functions/no-callee/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/arrow-functions/no-ternary-test/input.test.md b/internal/js-parser/test-fixtures/es2015/arrow-functions/no-ternary-test/input.test.md index b5964152779..e28fd0b55da 100644 --- a/internal/js-parser/test-fixtures/es2015/arrow-functions/no-ternary-test/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/arrow-functions/no-ternary-test/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/arrow-functions/no-ternary-test/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/arrow-functions/no-ternary-test/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "es2015/arrow-functions/no-ternary-test/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "es2015/arrow-functions/no-ternary-test/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "es2015/arrow-functions/no-ternary-test/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "es2015/arrow-functions/no-ternary-test/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { filename: "es2015/arrow-functions/no-ternary-test/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -160,12 +144,10 @@ JSRoot { filename: "es2015/arrow-functions/no-ternary-test/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -176,12 +158,10 @@ JSRoot { filename: "es2015/arrow-functions/no-ternary-test/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -192,12 +172,10 @@ JSRoot { filename: "es2015/arrow-functions/no-ternary-test/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -207,12 +185,10 @@ JSRoot { filename: "es2015/arrow-functions/no-ternary-test/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -223,12 +199,10 @@ JSRoot { filename: "es2015/arrow-functions/no-ternary-test/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -239,12 +213,10 @@ JSRoot { filename: "es2015/arrow-functions/no-ternary-test/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/arrow-functions/object-rest-spread/input.test.md b/internal/js-parser/test-fixtures/es2015/arrow-functions/object-rest-spread/input.test.md index b7b3e34215c..00e2ffaae23 100644 --- a/internal/js-parser/test-fixtures/es2015/arrow-functions/object-rest-spread/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/arrow-functions/object-rest-spread/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/arrow-functions/object-rest-spread/input.js" end: Object { column: 0 - index: 45 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/arrow-functions/object-rest-spread/input.js" end: Object { column: 2 - index: 44 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/arrow-functions/object-rest-spread/input.js" end: Object { column: 2 - index: 44 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "foo" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2015/arrow-functions/object-rest-spread/input.js" end: Object { column: 1 - index: 43 line: 3 } start: Object { column: 4 - index: 4 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "es2015/arrow-functions/object-rest-spread/input.js" end: Object { column: 1 - index: 43 line: 3 } start: Object { column: 10 - index: 10 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { filename: "es2015/arrow-functions/object-rest-spread/input.js" end: Object { column: 1 - index: 43 line: 3 } start: Object { column: 37 - index: 37 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "es2015/arrow-functions/object-rest-spread/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "es2015/arrow-functions/object-rest-spread/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -165,12 +147,10 @@ JSRoot { identifierName: "other" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -185,12 +165,10 @@ JSRoot { identifierName: "title" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -199,12 +177,10 @@ JSRoot { filename: "es2015/arrow-functions/object-rest-spread/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -216,12 +192,10 @@ JSRoot { identifierName: "title" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -230,12 +204,10 @@ JSRoot { filename: "es2015/arrow-functions/object-rest-spread/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/class-methods/direct-super-in-object-method/input.test.md b/internal/js-parser/test-fixtures/es2015/class-methods/direct-super-in-object-method/input.test.md index 060460e39da..45af8ab04d8 100644 --- a/internal/js-parser/test-fixtures/es2015/class-methods/direct-super-in-object-method/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/class-methods/direct-super-in-object-method/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/class-methods/direct-super-in-object-method/input.js" end: Object { column: 0 - index: 88 line: 8 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 12 - index: 62 line: 4 } start: Object { column: 13 - index: 63 line: 4 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/class-methods/direct-super-in-object-method/input.js" end: Object { column: 3 - index: 87 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "es2015/class-methods/direct-super-in-object-method/input.js" end: Object { column: 2 - index: 86 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -89,12 +81,10 @@ JSRoot { filename: "es2015/class-methods/direct-super-in-object-method/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { identifierName: "Object" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { identifierName: "create" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { identifierName: "create" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -156,12 +140,10 @@ JSRoot { filename: "es2015/class-methods/direct-super-in-object-method/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -171,12 +153,10 @@ JSRoot { filename: "es2015/class-methods/direct-super-in-object-method/input.js" end: Object { column: 1 - index: 85 line: 7 } start: Object { column: 18 - index: 18 line: 1 } } @@ -190,12 +170,10 @@ JSRoot { identifierName: "foo" end: Object { column: 5 - index: 25 line: 2 } start: Object { column: 2 - index: 22 line: 2 } } @@ -204,12 +182,10 @@ JSRoot { filename: "es2015/class-methods/direct-super-in-object-method/input.js" end: Object { column: 5 - index: 25 line: 2 } start: Object { column: 2 - index: 22 line: 2 } } @@ -219,12 +195,10 @@ JSRoot { filename: "es2015/class-methods/direct-super-in-object-method/input.js" end: Object { column: 3 - index: 83 line: 6 } start: Object { column: 7 - index: 27 line: 2 } } @@ -238,12 +212,10 @@ JSRoot { identifierName: "get" end: Object { column: 7 - index: 36 line: 3 } start: Object { column: 4 - index: 33 line: 3 } } @@ -252,12 +224,10 @@ JSRoot { filename: "es2015/class-methods/direct-super-in-object-method/input.js" end: Object { column: 7 - index: 36 line: 3 } start: Object { column: 4 - index: 33 line: 3 } } @@ -268,12 +238,10 @@ JSRoot { filename: "es2015/class-methods/direct-super-in-object-method/input.js" end: Object { column: 5 - index: 79 line: 5 } start: Object { column: 9 - index: 38 line: 3 } } @@ -290,12 +258,10 @@ JSRoot { filename: "es2015/class-methods/direct-super-in-object-method/input.js" end: Object { column: 19 - index: 48 line: 3 } start: Object { column: 17 - index: 46 line: 3 } } @@ -306,12 +272,10 @@ JSRoot { filename: "es2015/class-methods/direct-super-in-object-method/input.js" end: Object { column: 5 - index: 79 line: 5 } start: Object { column: 19 - index: 48 line: 3 } } @@ -321,12 +285,10 @@ JSRoot { filename: "es2015/class-methods/direct-super-in-object-method/input.js" end: Object { column: 23 - index: 73 line: 4 } start: Object { column: 6 - index: 56 line: 4 } } @@ -335,12 +297,10 @@ JSRoot { filename: "es2015/class-methods/direct-super-in-object-method/input.js" end: Object { column: 22 - index: 72 line: 4 } start: Object { column: 13 - index: 63 line: 4 } } @@ -349,12 +309,10 @@ JSRoot { filename: "es2015/class-methods/direct-super-in-object-method/input.js" end: Object { column: 18 - index: 68 line: 4 } start: Object { column: 13 - index: 63 line: 4 } } @@ -367,12 +325,10 @@ JSRoot { identifierName: "foo" end: Object { column: 22 - index: 72 line: 4 } start: Object { column: 19 - index: 69 line: 4 } } @@ -382,12 +338,10 @@ JSRoot { identifierName: "foo" end: Object { column: 22 - index: 72 line: 4 } start: Object { column: 19 - index: 69 line: 4 } } @@ -401,12 +355,10 @@ JSRoot { filename: "es2015/class-methods/direct-super-in-object-method/input.js" end: Object { column: 5 - index: 79 line: 5 } start: Object { column: 4 - index: 33 line: 3 } } @@ -417,12 +369,10 @@ JSRoot { filename: "es2015/class-methods/direct-super-in-object-method/input.js" end: Object { column: 3 - index: 83 line: 6 } start: Object { column: 2 - index: 22 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/class-methods/direct-super-outside-constructor/input.test.md b/internal/js-parser/test-fixtures/es2015/class-methods/direct-super-outside-constructor/input.test.md index 9040346e0d1..3e354590577 100644 --- a/internal/js-parser/test-fixtures/es2015/class-methods/direct-super-outside-constructor/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/class-methods/direct-super-outside-constructor/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/class-methods/direct-super-outside-constructor/input.js" end: Object { column: 1 - index: 28 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 8 - index: 18 line: 2 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "es2015/class-methods/direct-super-outside-constructor/input.js" end: Object { column: 1 - index: 28 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -101,12 +93,10 @@ JSRoot { filename: "es2015/class-methods/direct-super-outside-constructor/input.js" end: Object { column: 1 - index: 28 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -121,12 +111,10 @@ JSRoot { identifierName: "x" end: Object { column: 3 - index: 13 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -135,12 +123,10 @@ JSRoot { filename: "es2015/class-methods/direct-super-outside-constructor/input.js" end: Object { column: 3 - index: 13 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -149,12 +135,10 @@ JSRoot { filename: "es2015/class-methods/direct-super-outside-constructor/input.js" end: Object { column: 16 - index: 26 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -171,12 +155,10 @@ JSRoot { filename: "es2015/class-methods/direct-super-outside-constructor/input.js" end: Object { column: 6 - index: 16 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -190,19 +172,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "es2015/class-methods/direct-super-outside-constructor/input.js" end: Object { column: 3 - index: 13 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -213,12 +192,10 @@ JSRoot { filename: "es2015/class-methods/direct-super-outside-constructor/input.js" end: Object { column: 16 - index: 26 line: 2 } start: Object { column: 7 - index: 17 line: 2 } } @@ -228,12 +205,10 @@ JSRoot { filename: "es2015/class-methods/direct-super-outside-constructor/input.js" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 8 - index: 18 line: 2 } } @@ -243,12 +218,10 @@ JSRoot { filename: "es2015/class-methods/direct-super-outside-constructor/input.js" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 8 - index: 18 line: 2 } } @@ -257,12 +230,10 @@ JSRoot { filename: "es2015/class-methods/direct-super-outside-constructor/input.js" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 8 - index: 18 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/class-methods/disallow-computed-async/input.test.md b/internal/js-parser/test-fixtures/es2015/class-methods/disallow-computed-async/input.test.md index d8c16368bb8..6ca9beac2a6 100644 --- a/internal/js-parser/test-fixtures/es2015/class-methods/disallow-computed-async/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/class-methods/disallow-computed-async/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/class-methods/disallow-computed-async/input.js" end: Object { column: 0 - index: 31 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 12 - index: 22 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2015/class-methods/disallow-computed-async/input.js" end: Object { column: 1 - index: 30 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "es2015/class-methods/disallow-computed-async/input.js" end: Object { column: 1 - index: 30 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "a" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 12 - index: 22 line: 2 } } @@ -130,12 +118,10 @@ JSRoot { filename: "es2015/class-methods/disallow-computed-async/input.js" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 12 - index: 22 line: 2 } } @@ -144,12 +130,10 @@ JSRoot { filename: "es2015/class-methods/disallow-computed-async/input.js" end: Object { column: 18 - index: 28 line: 2 } start: Object { column: 12 - index: 22 line: 2 } } @@ -160,12 +144,10 @@ JSRoot { filename: "es2015/class-methods/disallow-computed-async/input.js" end: Object { column: 18 - index: 28 line: 2 } start: Object { column: 16 - index: 26 line: 2 } } @@ -183,12 +165,10 @@ JSRoot { filename: "es2015/class-methods/disallow-computed-async/input.js" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 13 - index: 23 line: 2 } } @@ -202,19 +182,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 12 - index: 22 line: 2 } loc: Object { filename: "es2015/class-methods/disallow-computed-async/input.js" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 12 - index: 22 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/class-methods/disallow-computed-get/input.test.md b/internal/js-parser/test-fixtures/es2015/class-methods/disallow-computed-get/input.test.md index c4940573445..ee6ce6d8c9c 100644 --- a/internal/js-parser/test-fixtures/es2015/class-methods/disallow-computed-get/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/class-methods/disallow-computed-get/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/class-methods/disallow-computed-get/input.js" end: Object { column: 0 - index: 29 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 9 - index: 19 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2015/class-methods/disallow-computed-get/input.js" end: Object { column: 1 - index: 28 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "es2015/class-methods/disallow-computed-get/input.js" end: Object { column: 1 - index: 28 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "a" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -130,12 +118,10 @@ JSRoot { filename: "es2015/class-methods/disallow-computed-get/input.js" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -144,12 +130,10 @@ JSRoot { filename: "es2015/class-methods/disallow-computed-get/input.js" end: Object { column: 16 - index: 26 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -160,12 +144,10 @@ JSRoot { filename: "es2015/class-methods/disallow-computed-get/input.js" end: Object { column: 16 - index: 26 line: 2 } start: Object { column: 14 - index: 24 line: 2 } } @@ -183,12 +165,10 @@ JSRoot { filename: "es2015/class-methods/disallow-computed-get/input.js" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 11 - index: 21 line: 2 } } @@ -202,19 +182,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 10 - index: 20 line: 2 } loc: Object { filename: "es2015/class-methods/disallow-computed-get/input.js" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/class-methods/disallow-duplicate-method-params/input.test.md b/internal/js-parser/test-fixtures/es2015/class-methods/disallow-duplicate-method-params/input.test.md index dad57604465..c85dfce6e77 100644 --- a/internal/js-parser/test-fixtures/es2015/class-methods/disallow-duplicate-method-params/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/class-methods/disallow-duplicate-method-params/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/class-methods/disallow-duplicate-method-params/input.js" end: Object { column: 0 - index: 31 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { sourceText: undefined end: Object { column: 12 - index: 24 line: 2 } start: Object { column: 11 - index: 23 line: 2 } } @@ -68,12 +64,10 @@ JSRoot { identifierName: "a" end: Object { column: 12 - index: 24 line: 2 } start: Object { column: 11 - index: 23 line: 2 } } @@ -91,12 +85,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "es2015/class-methods/disallow-duplicate-method-params/input.js" end: Object { column: 1 - index: 30 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -123,12 +113,10 @@ JSRoot { filename: "es2015/class-methods/disallow-duplicate-method-params/input.js" end: Object { column: 1 - index: 30 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -143,12 +131,10 @@ JSRoot { identifierName: "bar" end: Object { column: 7 - index: 19 line: 2 } start: Object { column: 4 - index: 16 line: 2 } } @@ -157,12 +143,10 @@ JSRoot { filename: "es2015/class-methods/disallow-duplicate-method-params/input.js" end: Object { column: 7 - index: 19 line: 2 } start: Object { column: 4 - index: 16 line: 2 } } @@ -171,12 +155,10 @@ JSRoot { filename: "es2015/class-methods/disallow-duplicate-method-params/input.js" end: Object { column: 16 - index: 28 line: 2 } start: Object { column: 4 - index: 16 line: 2 } } @@ -187,12 +169,10 @@ JSRoot { filename: "es2015/class-methods/disallow-duplicate-method-params/input.js" end: Object { column: 16 - index: 28 line: 2 } start: Object { column: 14 - index: 26 line: 2 } } @@ -206,19 +186,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 16 line: 2 } loc: Object { filename: "es2015/class-methods/disallow-duplicate-method-params/input.js" end: Object { column: 7 - index: 19 line: 2 } start: Object { column: 4 - index: 16 line: 2 } } @@ -235,12 +212,10 @@ JSRoot { filename: "es2015/class-methods/disallow-duplicate-method-params/input.js" end: Object { column: 13 - index: 25 line: 2 } start: Object { column: 7 - index: 19 line: 2 } } @@ -252,12 +227,10 @@ JSRoot { identifierName: "a" end: Object { column: 9 - index: 21 line: 2 } start: Object { column: 8 - index: 20 line: 2 } } @@ -268,12 +241,10 @@ JSRoot { filename: "es2015/class-methods/disallow-duplicate-method-params/input.js" end: Object { column: 9 - index: 21 line: 2 } start: Object { column: 8 - index: 20 line: 2 } } @@ -286,12 +257,10 @@ JSRoot { identifierName: "a" end: Object { column: 12 - index: 24 line: 2 } start: Object { column: 11 - index: 23 line: 2 } } @@ -302,12 +271,10 @@ JSRoot { filename: "es2015/class-methods/disallow-duplicate-method-params/input.js" end: Object { column: 12 - index: 24 line: 2 } start: Object { column: 11 - index: 23 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/class-methods/disallow-literal-async/input.test.md b/internal/js-parser/test-fixtures/es2015/class-methods/disallow-literal-async/input.test.md index 1984d164e3c..d0ec4b9120c 100644 --- a/internal/js-parser/test-fixtures/es2015/class-methods/disallow-literal-async/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/class-methods/disallow-literal-async/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/class-methods/disallow-literal-async/input.js" end: Object { column: 0 - index: 29 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 9 - index: 19 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2015/class-methods/disallow-literal-async/input.js" end: Object { column: 1 - index: 28 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "es2015/class-methods/disallow-literal-async/input.js" end: Object { column: 1 - index: 28 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "a" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -130,12 +118,10 @@ JSRoot { filename: "es2015/class-methods/disallow-literal-async/input.js" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -144,12 +130,10 @@ JSRoot { filename: "es2015/class-methods/disallow-literal-async/input.js" end: Object { column: 16 - index: 26 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -160,12 +144,10 @@ JSRoot { filename: "es2015/class-methods/disallow-literal-async/input.js" end: Object { column: 16 - index: 26 line: 2 } start: Object { column: 14 - index: 24 line: 2 } } @@ -183,12 +165,10 @@ JSRoot { filename: "es2015/class-methods/disallow-literal-async/input.js" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 11 - index: 21 line: 2 } } @@ -202,19 +182,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 10 - index: 20 line: 2 } loc: Object { filename: "es2015/class-methods/disallow-literal-async/input.js" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/class-methods/disallow-literal-get/input.test.md b/internal/js-parser/test-fixtures/es2015/class-methods/disallow-literal-get/input.test.md index 3bb6638b2b0..373b66b51a6 100644 --- a/internal/js-parser/test-fixtures/es2015/class-methods/disallow-literal-get/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/class-methods/disallow-literal-get/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/class-methods/disallow-literal-get/input.js" end: Object { column: 0 - index: 27 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 7 - index: 17 line: 2 } start: Object { column: 8 - index: 18 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2015/class-methods/disallow-literal-get/input.js" end: Object { column: 1 - index: 26 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "es2015/class-methods/disallow-literal-get/input.js" end: Object { column: 1 - index: 26 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "a" end: Object { column: 9 - index: 19 line: 2 } start: Object { column: 8 - index: 18 line: 2 } } @@ -130,12 +118,10 @@ JSRoot { filename: "es2015/class-methods/disallow-literal-get/input.js" end: Object { column: 9 - index: 19 line: 2 } start: Object { column: 8 - index: 18 line: 2 } } @@ -144,12 +130,10 @@ JSRoot { filename: "es2015/class-methods/disallow-literal-get/input.js" end: Object { column: 14 - index: 24 line: 2 } start: Object { column: 8 - index: 18 line: 2 } } @@ -160,12 +144,10 @@ JSRoot { filename: "es2015/class-methods/disallow-literal-get/input.js" end: Object { column: 14 - index: 24 line: 2 } start: Object { column: 12 - index: 22 line: 2 } } @@ -183,12 +165,10 @@ JSRoot { filename: "es2015/class-methods/disallow-literal-get/input.js" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 9 - index: 19 line: 2 } } @@ -202,19 +182,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 8 - index: 18 line: 2 } loc: Object { filename: "es2015/class-methods/disallow-literal-get/input.js" end: Object { column: 9 - index: 19 line: 2 } start: Object { column: 8 - index: 18 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/class-methods/disallow-static-generator-prototype/input.test.md b/internal/js-parser/test-fixtures/es2015/class-methods/disallow-static-generator-prototype/input.test.md index 7972c29b23a..37aae61333e 100644 --- a/internal/js-parser/test-fixtures/es2015/class-methods/disallow-static-generator-prototype/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/class-methods/disallow-static-generator-prototype/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/class-methods/disallow-static-generator-prototype/input.js" end: Object { column: 1 - index: 36 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 19 - index: 29 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2015/class-methods/disallow-static-generator-prototype/input.js" end: Object { column: 1 - index: 36 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "es2015/class-methods/disallow-static-generator-prototype/input.js" end: Object { column: 1 - index: 36 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "prototype" end: Object { column: 19 - index: 29 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -130,12 +118,10 @@ JSRoot { filename: "es2015/class-methods/disallow-static-generator-prototype/input.js" end: Object { column: 19 - index: 29 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -144,12 +130,10 @@ JSRoot { filename: "es2015/class-methods/disallow-static-generator-prototype/input.js" end: Object { column: 24 - index: 34 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -160,12 +144,10 @@ JSRoot { filename: "es2015/class-methods/disallow-static-generator-prototype/input.js" end: Object { column: 24 - index: 34 line: 2 } start: Object { column: 22 - index: 32 line: 2 } } @@ -183,12 +165,10 @@ JSRoot { filename: "es2015/class-methods/disallow-static-generator-prototype/input.js" end: Object { column: 21 - index: 31 line: 2 } start: Object { column: 19 - index: 29 line: 2 } } @@ -202,19 +182,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "es2015/class-methods/disallow-static-generator-prototype/input.js" end: Object { column: 19 - index: 29 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/class-methods/disallow-static-prototype/input.test.md b/internal/js-parser/test-fixtures/es2015/class-methods/disallow-static-prototype/input.test.md index ad15d4020f4..d48dcb46041 100644 --- a/internal/js-parser/test-fixtures/es2015/class-methods/disallow-static-prototype/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/class-methods/disallow-static-prototype/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/class-methods/disallow-static-prototype/input.js" end: Object { column: 1 - index: 35 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 18 - index: 28 line: 2 } start: Object { column: 9 - index: 19 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2015/class-methods/disallow-static-prototype/input.js" end: Object { column: 1 - index: 35 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "es2015/class-methods/disallow-static-prototype/input.js" end: Object { column: 1 - index: 35 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "prototype" end: Object { column: 18 - index: 28 line: 2 } start: Object { column: 9 - index: 19 line: 2 } } @@ -130,12 +118,10 @@ JSRoot { filename: "es2015/class-methods/disallow-static-prototype/input.js" end: Object { column: 18 - index: 28 line: 2 } start: Object { column: 9 - index: 19 line: 2 } } @@ -144,12 +130,10 @@ JSRoot { filename: "es2015/class-methods/disallow-static-prototype/input.js" end: Object { column: 23 - index: 33 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -160,12 +144,10 @@ JSRoot { filename: "es2015/class-methods/disallow-static-prototype/input.js" end: Object { column: 23 - index: 33 line: 2 } start: Object { column: 21 - index: 31 line: 2 } } @@ -183,12 +165,10 @@ JSRoot { filename: "es2015/class-methods/disallow-static-prototype/input.js" end: Object { column: 20 - index: 30 line: 2 } start: Object { column: 18 - index: 28 line: 2 } } @@ -202,19 +182,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "es2015/class-methods/disallow-static-prototype/input.js" end: Object { column: 18 - index: 28 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/class-methods/getter-signature/input.test.md b/internal/js-parser/test-fixtures/es2015/class-methods/getter-signature/input.test.md index e3ac6274c93..7ac9da0f484 100644 --- a/internal/js-parser/test-fixtures/es2015/class-methods/getter-signature/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/class-methods/getter-signature/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/class-methods/getter-signature/input.js" end: Object { column: 1 - index: 31 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 19 - index: 29 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2015/class-methods/getter-signature/input.js" end: Object { column: 1 - index: 31 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "es2015/class-methods/getter-signature/input.js" end: Object { column: 1 - index: 31 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "prop" end: Object { column: 10 - index: 20 line: 2 } start: Object { column: 6 - index: 16 line: 2 } } @@ -130,12 +118,10 @@ JSRoot { filename: "es2015/class-methods/getter-signature/input.js" end: Object { column: 10 - index: 20 line: 2 } start: Object { column: 6 - index: 16 line: 2 } } @@ -144,12 +130,10 @@ JSRoot { filename: "es2015/class-methods/getter-signature/input.js" end: Object { column: 19 - index: 29 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -160,12 +144,10 @@ JSRoot { filename: "es2015/class-methods/getter-signature/input.js" end: Object { column: 19 - index: 29 line: 2 } start: Object { column: 17 - index: 27 line: 2 } } @@ -179,19 +161,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "es2015/class-methods/getter-signature/input.js" end: Object { column: 10 - index: 20 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -208,12 +187,10 @@ JSRoot { filename: "es2015/class-methods/getter-signature/input.js" end: Object { column: 16 - index: 26 line: 2 } start: Object { column: 11 - index: 21 line: 2 } } @@ -225,12 +202,10 @@ JSRoot { identifierName: "arg" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 12 - index: 22 line: 2 } } @@ -241,12 +216,10 @@ JSRoot { filename: "es2015/class-methods/getter-signature/input.js" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 12 - index: 22 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/class-methods/linebreaks/input.test.md b/internal/js-parser/test-fixtures/es2015/class-methods/linebreaks/input.test.md index b54fb2302fa..78c7702b9d9 100644 --- a/internal/js-parser/test-fixtures/es2015/class-methods/linebreaks/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/class-methods/linebreaks/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 1 - index: 239 line: 42 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 1 - index: 239 line: 42 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 1 - index: 239 line: 42 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 19 line: 3 } start: Object { column: 2 - index: 18 line: 3 } } @@ -106,12 +96,10 @@ JSRoot { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 3 - index: 19 line: 3 } start: Object { column: 2 - index: 18 line: 3 } } @@ -120,12 +108,10 @@ JSRoot { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 7 - index: 27 line: 4 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 7 - index: 27 line: 4 } start: Object { column: 5 - index: 25 line: 4 } } @@ -159,12 +143,10 @@ JSRoot { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 4 - index: 24 line: 4 } start: Object { column: 2 - index: 22 line: 4 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 3 - index: 19 line: 3 } start: Object { column: 2 - index: 12 line: 2 } } @@ -206,12 +185,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 38 line: 7 } start: Object { column: 2 - index: 37 line: 7 } } @@ -220,12 +197,10 @@ JSRoot { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 3 - index: 38 line: 7 } start: Object { column: 2 - index: 37 line: 7 } } @@ -234,12 +209,10 @@ JSRoot { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 8 - index: 47 line: 8 } start: Object { column: 2 - index: 31 line: 6 } } @@ -250,12 +223,10 @@ JSRoot { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 8 - index: 47 line: 8 } start: Object { column: 6 - index: 45 line: 8 } } @@ -269,19 +240,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 31 line: 6 } loc: Object { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 3 - index: 38 line: 7 } start: Object { column: 2 - index: 31 line: 6 } } @@ -298,12 +266,10 @@ JSRoot { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 5 - index: 44 line: 8 } start: Object { column: 2 - index: 41 line: 8 } } @@ -315,12 +281,10 @@ JSRoot { identifierName: "a" end: Object { column: 4 - index: 43 line: 8 } start: Object { column: 3 - index: 42 line: 8 } } @@ -331,12 +295,10 @@ JSRoot { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 4 - index: 43 line: 8 } start: Object { column: 3 - index: 42 line: 8 } } @@ -355,12 +317,10 @@ JSRoot { identifierName: "constructor" end: Object { column: 13 - index: 62 line: 10 } start: Object { column: 2 - index: 51 line: 10 } } @@ -369,12 +329,10 @@ JSRoot { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 13 - index: 62 line: 10 } start: Object { column: 2 - index: 51 line: 10 } } @@ -383,12 +341,10 @@ JSRoot { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 7 - index: 70 line: 11 } start: Object { column: 2 - index: 51 line: 10 } } @@ -399,12 +355,10 @@ JSRoot { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 7 - index: 70 line: 11 } start: Object { column: 5 - index: 68 line: 11 } } @@ -422,12 +376,10 @@ JSRoot { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 4 - index: 67 line: 11 } start: Object { column: 2 - index: 65 line: 11 } } @@ -441,19 +393,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 51 line: 10 } loc: Object { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 13 - index: 62 line: 10 } start: Object { column: 2 - index: 51 line: 10 } } @@ -469,12 +418,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 75 line: 13 } start: Object { column: 2 - index: 74 line: 13 } } @@ -483,12 +430,10 @@ JSRoot { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 3 - index: 75 line: 13 } start: Object { column: 2 - index: 74 line: 13 } } @@ -497,12 +442,10 @@ JSRoot { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 7 - index: 83 line: 14 } start: Object { column: 2 - index: 74 line: 13 } } @@ -513,12 +456,10 @@ JSRoot { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 7 - index: 83 line: 14 } start: Object { column: 5 - index: 81 line: 14 } } @@ -536,12 +477,10 @@ JSRoot { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 4 - index: 80 line: 14 } start: Object { column: 2 - index: 78 line: 14 } } @@ -555,19 +494,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 74 line: 13 } loc: Object { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 3 - index: 75 line: 13 } start: Object { column: 2 - index: 74 line: 13 } } @@ -583,12 +519,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 92 line: 17 } start: Object { column: 2 - index: 91 line: 17 } } @@ -597,12 +531,10 @@ JSRoot { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 3 - index: 92 line: 17 } start: Object { column: 2 - index: 91 line: 17 } } @@ -611,12 +543,10 @@ JSRoot { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 7 - index: 100 line: 18 } start: Object { column: 2 - index: 87 line: 16 } } @@ -627,12 +557,10 @@ JSRoot { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 7 - index: 100 line: 18 } start: Object { column: 5 - index: 98 line: 18 } } @@ -650,12 +578,10 @@ JSRoot { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 4 - index: 97 line: 18 } start: Object { column: 2 - index: 95 line: 18 } } @@ -669,19 +595,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 87 line: 16 } loc: Object { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 3 - index: 92 line: 17 } start: Object { column: 2 - index: 87 line: 16 } } @@ -697,12 +620,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 120 line: 22 } start: Object { column: 2 - index: 119 line: 22 } } @@ -711,12 +632,10 @@ JSRoot { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 3 - index: 120 line: 22 } start: Object { column: 2 - index: 119 line: 22 } } @@ -725,12 +644,10 @@ JSRoot { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 7 - index: 128 line: 23 } start: Object { column: 2 - index: 104 line: 20 } } @@ -741,12 +658,10 @@ JSRoot { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 7 - index: 128 line: 23 } start: Object { column: 5 - index: 126 line: 23 } } @@ -764,12 +679,10 @@ JSRoot { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 4 - index: 125 line: 23 } start: Object { column: 2 - index: 123 line: 23 } } @@ -783,19 +696,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 104 line: 20 } loc: Object { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 3 - index: 120 line: 22 } start: Object { column: 2 - index: 104 line: 20 } } @@ -811,12 +721,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 148 line: 27 } start: Object { column: 2 - index: 147 line: 27 } } @@ -825,12 +733,10 @@ JSRoot { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 3 - index: 148 line: 27 } start: Object { column: 2 - index: 147 line: 27 } } @@ -839,12 +745,10 @@ JSRoot { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 8 - index: 157 line: 28 } start: Object { column: 2 - index: 132 line: 25 } } @@ -855,12 +759,10 @@ JSRoot { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 8 - index: 157 line: 28 } start: Object { column: 6 - index: 155 line: 28 } } @@ -874,19 +776,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 132 line: 25 } loc: Object { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 3 - index: 148 line: 27 } start: Object { column: 2 - index: 132 line: 25 } } @@ -903,12 +802,10 @@ JSRoot { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 5 - index: 154 line: 28 } start: Object { column: 2 - index: 151 line: 28 } } @@ -920,12 +817,10 @@ JSRoot { identifierName: "a" end: Object { column: 4 - index: 153 line: 28 } start: Object { column: 3 - index: 152 line: 28 } } @@ -936,12 +831,10 @@ JSRoot { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 4 - index: 153 line: 28 } start: Object { column: 3 - index: 152 line: 28 } } @@ -960,12 +853,10 @@ JSRoot { identifierName: "constructor" end: Object { column: 13 - index: 181 line: 31 } start: Object { column: 2 - index: 170 line: 31 } } @@ -974,12 +865,10 @@ JSRoot { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 13 - index: 181 line: 31 } start: Object { column: 2 - index: 170 line: 31 } } @@ -988,12 +877,10 @@ JSRoot { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 7 - index: 189 line: 32 } start: Object { column: 2 - index: 161 line: 30 } } @@ -1004,12 +891,10 @@ JSRoot { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 7 - index: 189 line: 32 } start: Object { column: 5 - index: 187 line: 32 } } @@ -1027,12 +912,10 @@ JSRoot { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 4 - index: 186 line: 32 } start: Object { column: 2 - index: 184 line: 32 } } @@ -1046,19 +929,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 161 line: 30 } loc: Object { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 13 - index: 181 line: 31 } start: Object { column: 2 - index: 161 line: 30 } } @@ -1074,12 +954,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 203 line: 35 } start: Object { column: 2 - index: 202 line: 35 } } @@ -1088,12 +966,10 @@ JSRoot { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 3 - index: 203 line: 35 } start: Object { column: 2 - index: 202 line: 35 } } @@ -1102,12 +978,10 @@ JSRoot { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 7 - index: 211 line: 36 } start: Object { column: 2 - index: 193 line: 34 } } @@ -1118,12 +992,10 @@ JSRoot { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 7 - index: 211 line: 36 } start: Object { column: 5 - index: 209 line: 36 } } @@ -1141,12 +1013,10 @@ JSRoot { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 4 - index: 208 line: 36 } start: Object { column: 2 - index: 206 line: 36 } } @@ -1160,19 +1030,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 193 line: 34 } loc: Object { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 3 - index: 203 line: 35 } start: Object { column: 2 - index: 193 line: 34 } } @@ -1188,12 +1055,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 229 line: 40 } start: Object { column: 2 - index: 228 line: 40 } } @@ -1202,12 +1067,10 @@ JSRoot { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 3 - index: 229 line: 40 } start: Object { column: 2 - index: 228 line: 40 } } @@ -1216,12 +1079,10 @@ JSRoot { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 7 - index: 237 line: 41 } start: Object { column: 2 - index: 215 line: 38 } } @@ -1232,12 +1093,10 @@ JSRoot { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 7 - index: 237 line: 41 } start: Object { column: 5 - index: 235 line: 41 } } @@ -1255,12 +1114,10 @@ JSRoot { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 4 - index: 234 line: 41 } start: Object { column: 2 - index: 232 line: 41 } } @@ -1274,19 +1131,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 215 line: 38 } loc: Object { filename: "es2015/class-methods/linebreaks/input.js" end: Object { column: 3 - index: 229 line: 40 } start: Object { column: 2 - index: 215 line: 38 } } diff --git a/internal/js-parser/test-fixtures/es2015/class-methods/malformed-super-expression/input.test.md b/internal/js-parser/test-fixtures/es2015/class-methods/malformed-super-expression/input.test.md index 2783a0e8aea..e028d5abc05 100644 --- a/internal/js-parser/test-fixtures/es2015/class-methods/malformed-super-expression/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/class-methods/malformed-super-expression/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/class-methods/malformed-super-expression/input.js" end: Object { column: 1 - index: 39 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 9 - index: 28 line: 3 } start: Object { column: 10 - index: 29 line: 3 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2015/class-methods/malformed-super-expression/input.js" end: Object { column: 1 - index: 39 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "es2015/class-methods/malformed-super-expression/input.js" end: Object { column: 1 - index: 39 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "x" end: Object { column: 3 - index: 13 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -130,12 +118,10 @@ JSRoot { filename: "es2015/class-methods/malformed-super-expression/input.js" end: Object { column: 3 - index: 13 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -144,12 +130,10 @@ JSRoot { filename: "es2015/class-methods/malformed-super-expression/input.js" end: Object { column: 3 - index: 37 line: 4 } start: Object { column: 2 - index: 12 line: 2 } } @@ -166,12 +150,10 @@ JSRoot { filename: "es2015/class-methods/malformed-super-expression/input.js" end: Object { column: 6 - index: 16 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -185,19 +167,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "es2015/class-methods/malformed-super-expression/input.js" end: Object { column: 3 - index: 13 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -208,12 +187,10 @@ JSRoot { filename: "es2015/class-methods/malformed-super-expression/input.js" end: Object { column: 3 - index: 37 line: 4 } start: Object { column: 7 - index: 17 line: 2 } } @@ -223,12 +200,10 @@ JSRoot { filename: "es2015/class-methods/malformed-super-expression/input.js" end: Object { column: 14 - index: 33 line: 3 } start: Object { column: 4 - index: 23 line: 3 } } @@ -238,12 +213,10 @@ JSRoot { filename: "es2015/class-methods/malformed-super-expression/input.js" end: Object { column: 13 - index: 32 line: 3 } start: Object { column: 4 - index: 23 line: 3 } } @@ -252,12 +225,10 @@ JSRoot { filename: "es2015/class-methods/malformed-super-expression/input.js" end: Object { column: 9 - index: 28 line: 3 } start: Object { column: 4 - index: 23 line: 3 } } @@ -269,12 +240,10 @@ JSRoot { filename: "es2015/class-methods/malformed-super-expression/input.js" end: Object { column: 13 - index: 32 line: 3 } start: Object { column: 12 - index: 31 line: 3 } } diff --git a/internal/js-parser/test-fixtures/es2015/class-methods/tricky-names/input.test.md b/internal/js-parser/test-fixtures/es2015/class-methods/tricky-names/input.test.md index 637587c6bae..bc01f09b2ef 100644 --- a/internal/js-parser/test-fixtures/es2015/class-methods/tricky-names/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/class-methods/tricky-names/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 0 - index: 312 line: 56 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 1 - index: 311 line: 55 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 1 - index: 311 line: 55 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "get" end: Object { column: 5 - index: 15 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 5 - index: 15 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 7 - index: 23 line: 3 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 7 - index: 23 line: 3 } start: Object { column: 5 - index: 21 line: 3 } } @@ -159,12 +143,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 4 - index: 20 line: 3 } start: Object { column: 2 - index: 18 line: 3 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 5 - index: 15 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -206,12 +185,10 @@ JSRoot { identifierName: "set" end: Object { column: 5 - index: 30 line: 5 } start: Object { column: 2 - index: 27 line: 5 } } @@ -220,12 +197,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 5 - index: 30 line: 5 } start: Object { column: 2 - index: 27 line: 5 } } @@ -234,12 +209,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 7 - index: 38 line: 6 } start: Object { column: 2 - index: 27 line: 5 } } @@ -250,12 +223,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 7 - index: 38 line: 6 } start: Object { column: 5 - index: 36 line: 6 } } @@ -273,12 +244,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 4 - index: 35 line: 6 } start: Object { column: 2 - index: 33 line: 6 } } @@ -292,19 +261,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 27 line: 5 } loc: Object { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 5 - index: 30 line: 5 } start: Object { column: 2 - index: 27 line: 5 } } @@ -320,12 +286,10 @@ JSRoot { identifierName: "static" end: Object { column: 8 - index: 48 line: 8 } start: Object { column: 2 - index: 42 line: 8 } } @@ -335,12 +299,10 @@ JSRoot { identifierName: "static" end: Object { column: 8 - index: 48 line: 8 } start: Object { column: 2 - index: 42 line: 8 } } @@ -349,12 +311,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 7 - index: 56 line: 9 } start: Object { column: 2 - index: 42 line: 8 } } @@ -365,12 +325,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 7 - index: 56 line: 9 } start: Object { column: 5 - index: 54 line: 9 } } @@ -386,12 +344,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 8 - index: 48 line: 8 } start: Object { column: 2 - index: 42 line: 8 } } @@ -409,12 +365,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 4 - index: 53 line: 9 } start: Object { column: 2 - index: 51 line: 9 } } @@ -430,12 +384,10 @@ JSRoot { identifierName: "async" end: Object { column: 7 - index: 65 line: 11 } start: Object { column: 2 - index: 60 line: 11 } } @@ -444,12 +396,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 7 - index: 65 line: 11 } start: Object { column: 2 - index: 60 line: 11 } } @@ -458,12 +408,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 7 - index: 73 line: 12 } start: Object { column: 2 - index: 60 line: 11 } } @@ -474,12 +422,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 7 - index: 73 line: 12 } start: Object { column: 5 - index: 71 line: 12 } } @@ -497,12 +443,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 4 - index: 70 line: 12 } start: Object { column: 2 - index: 68 line: 12 } } @@ -516,19 +460,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 60 line: 11 } loc: Object { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 7 - index: 65 line: 11 } start: Object { column: 2 - index: 60 line: 11 } } @@ -543,12 +484,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 7 - index: 83 line: 15 } start: Object { column: 2 - index: 78 line: 15 } } @@ -557,12 +496,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 7 - index: 83 line: 15 } start: Object { column: 2 - index: 78 line: 15 } } @@ -571,12 +508,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 7 - index: 91 line: 16 } start: Object { column: 2 - index: 78 line: 15 } } @@ -587,12 +522,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 7 - index: 91 line: 16 } start: Object { column: 5 - index: 89 line: 16 } } @@ -610,12 +543,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 4 - index: 88 line: 16 } start: Object { column: 2 - index: 86 line: 16 } } @@ -629,19 +560,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 78 line: 15 } loc: Object { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 7 - index: 83 line: 15 } start: Object { column: 2 - index: 78 line: 15 } } @@ -656,12 +584,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 7 - index: 100 line: 18 } start: Object { column: 2 - index: 95 line: 18 } } @@ -670,12 +596,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 7 - index: 100 line: 18 } start: Object { column: 2 - index: 95 line: 18 } } @@ -684,12 +608,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 7 - index: 108 line: 19 } start: Object { column: 2 - index: 95 line: 18 } } @@ -700,12 +622,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 7 - index: 108 line: 19 } start: Object { column: 5 - index: 106 line: 19 } } @@ -723,12 +643,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 4 - index: 105 line: 19 } start: Object { column: 2 - index: 103 line: 19 } } @@ -742,19 +660,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 95 line: 18 } loc: Object { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 7 - index: 100 line: 18 } start: Object { column: 2 - index: 95 line: 18 } } @@ -769,12 +684,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 9 - index: 119 line: 21 } start: Object { column: 2 - index: 112 line: 21 } } @@ -783,12 +696,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 9 - index: 119 line: 21 } start: Object { column: 2 - index: 112 line: 21 } } @@ -797,12 +708,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 7 - index: 127 line: 22 } start: Object { column: 2 - index: 112 line: 21 } } @@ -813,12 +722,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 7 - index: 127 line: 22 } start: Object { column: 5 - index: 125 line: 22 } } @@ -836,12 +743,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 4 - index: 124 line: 22 } start: Object { column: 2 - index: 122 line: 22 } } @@ -855,19 +760,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 112 line: 21 } loc: Object { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 9 - index: 119 line: 21 } start: Object { column: 2 - index: 112 line: 21 } } @@ -883,12 +785,10 @@ JSRoot { identifierName: "get" end: Object { column: 5 - index: 144 line: 26 } start: Object { column: 2 - index: 141 line: 26 } } @@ -897,12 +797,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 5 - index: 144 line: 26 } start: Object { column: 2 - index: 141 line: 26 } } @@ -911,12 +809,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 7 - index: 152 line: 27 } start: Object { column: 2 - index: 132 line: 25 } } @@ -927,12 +823,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 7 - index: 152 line: 27 } start: Object { column: 5 - index: 150 line: 27 } } @@ -950,12 +844,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 4 - index: 149 line: 27 } start: Object { column: 2 - index: 147 line: 27 } } @@ -969,19 +861,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 132 line: 25 } loc: Object { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 5 - index: 144 line: 26 } start: Object { column: 2 - index: 132 line: 25 } } @@ -997,12 +886,10 @@ JSRoot { identifierName: "set" end: Object { column: 5 - index: 168 line: 30 } start: Object { column: 2 - index: 165 line: 30 } } @@ -1011,12 +898,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 5 - index: 168 line: 30 } start: Object { column: 2 - index: 165 line: 30 } } @@ -1025,12 +910,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 7 - index: 176 line: 31 } start: Object { column: 2 - index: 156 line: 29 } } @@ -1041,12 +924,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 7 - index: 176 line: 31 } start: Object { column: 5 - index: 174 line: 31 } } @@ -1064,12 +945,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 4 - index: 173 line: 31 } start: Object { column: 2 - index: 171 line: 31 } } @@ -1083,19 +962,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 156 line: 29 } loc: Object { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 5 - index: 168 line: 30 } start: Object { column: 2 - index: 156 line: 29 } } @@ -1111,12 +987,10 @@ JSRoot { identifierName: "static" end: Object { column: 8 - index: 195 line: 34 } start: Object { column: 2 - index: 189 line: 34 } } @@ -1125,12 +999,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 8 - index: 195 line: 34 } start: Object { column: 2 - index: 189 line: 34 } } @@ -1139,12 +1011,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 7 - index: 203 line: 35 } start: Object { column: 2 - index: 180 line: 33 } } @@ -1155,12 +1025,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 7 - index: 203 line: 35 } start: Object { column: 5 - index: 201 line: 35 } } @@ -1178,12 +1046,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 4 - index: 200 line: 35 } start: Object { column: 2 - index: 198 line: 35 } } @@ -1197,19 +1063,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 180 line: 33 } loc: Object { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 8 - index: 195 line: 34 } start: Object { column: 2 - index: 180 line: 33 } } @@ -1225,12 +1088,10 @@ JSRoot { identifierName: "async" end: Object { column: 7 - index: 221 line: 38 } start: Object { column: 2 - index: 216 line: 38 } } @@ -1239,12 +1100,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 7 - index: 221 line: 38 } start: Object { column: 2 - index: 216 line: 38 } } @@ -1253,12 +1112,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 7 - index: 229 line: 39 } start: Object { column: 2 - index: 207 line: 37 } } @@ -1269,12 +1126,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 7 - index: 229 line: 39 } start: Object { column: 5 - index: 227 line: 39 } } @@ -1292,12 +1147,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 4 - index: 226 line: 39 } start: Object { column: 2 - index: 224 line: 39 } } @@ -1311,19 +1164,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 207 line: 37 } loc: Object { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 7 - index: 221 line: 38 } start: Object { column: 2 - index: 207 line: 37 } } @@ -1339,12 +1189,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 243 line: 42 } start: Object { column: 2 - index: 242 line: 42 } } @@ -1353,12 +1201,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 3 - index: 243 line: 42 } start: Object { column: 2 - index: 242 line: 42 } } @@ -1367,12 +1213,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 7 - index: 251 line: 43 } start: Object { column: 2 - index: 233 line: 41 } } @@ -1383,12 +1227,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 7 - index: 251 line: 43 } start: Object { column: 5 - index: 249 line: 43 } } @@ -1406,12 +1248,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 4 - index: 248 line: 43 } start: Object { column: 2 - index: 246 line: 43 } } @@ -1425,19 +1265,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 233 line: 41 } loc: Object { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 3 - index: 243 line: 42 } start: Object { column: 2 - index: 233 line: 41 } } @@ -1453,12 +1290,10 @@ JSRoot { identifierName: "async" end: Object { column: 7 - index: 267 line: 47 } start: Object { column: 2 - index: 262 line: 47 } } @@ -1467,12 +1302,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 7 - index: 267 line: 47 } start: Object { column: 2 - index: 262 line: 47 } } @@ -1481,12 +1314,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 7 - index: 275 line: 48 } start: Object { column: 2 - index: 256 line: 46 } } @@ -1497,12 +1328,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 7 - index: 275 line: 48 } start: Object { column: 5 - index: 273 line: 48 } } @@ -1520,12 +1349,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 4 - index: 272 line: 48 } start: Object { column: 2 - index: 270 line: 48 } } @@ -1539,19 +1366,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 256 line: 46 } loc: Object { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 7 - index: 267 line: 47 } start: Object { column: 2 - index: 256 line: 46 } } @@ -1567,12 +1391,10 @@ JSRoot { identifierName: "static" end: Object { column: 8 - index: 301 line: 53 } start: Object { column: 2 - index: 295 line: 53 } } @@ -1581,12 +1403,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 8 - index: 301 line: 53 } start: Object { column: 2 - index: 295 line: 53 } } @@ -1595,12 +1415,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 7 - index: 309 line: 54 } start: Object { column: 2 - index: 280 line: 51 } } @@ -1611,12 +1429,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 7 - index: 309 line: 54 } start: Object { column: 5 - index: 307 line: 54 } } @@ -1634,12 +1450,10 @@ JSRoot { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 4 - index: 306 line: 54 } start: Object { column: 2 - index: 304 line: 54 } } @@ -1653,19 +1467,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 280 line: 51 } loc: Object { filename: "es2015/class-methods/tricky-names/input.js" end: Object { column: 8 - index: 301 line: 53 } start: Object { column: 2 - index: 280 line: 51 } } diff --git a/internal/js-parser/test-fixtures/es2015/class/division/input.test.md b/internal/js-parser/test-fixtures/es2015/class/division/input.test.md index 767741f6e64..1179ac0ec9b 100644 --- a/internal/js-parser/test-fixtures/es2015/class/division/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/class/division/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/class/division/input.js" end: Object { column: 0 - index: 87 line: 10 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/class/division/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/class/division/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2015/class/division/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "foo" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "es2015/class/division/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -135,12 +121,10 @@ JSRoot { filename: "es2015/class/division/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -154,12 +138,10 @@ JSRoot { filename: "es2015/class/division/input.js" end: Object { column: 10 - index: 86 line: 9 } start: Object { column: 0 - index: 19 line: 3 } } @@ -169,12 +151,10 @@ JSRoot { filename: "es2015/class/division/input.js" end: Object { column: 10 - index: 86 line: 9 } start: Object { column: 0 - index: 19 line: 3 } } @@ -185,12 +165,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 20 line: 3 } start: Object { column: 0 - index: 19 line: 3 } } @@ -201,12 +179,10 @@ JSRoot { filename: "es2015/class/division/input.js" end: Object { column: 10 - index: 86 line: 9 } start: Object { column: 4 - index: 23 line: 3 } } @@ -216,12 +192,10 @@ JSRoot { filename: "es2015/class/division/input.js" end: Object { column: 5 - index: 36 line: 4 } start: Object { column: 4 - index: 23 line: 3 } } @@ -232,12 +206,10 @@ JSRoot { identifierName: "foo" end: Object { column: 5 - index: 36 line: 4 } start: Object { column: 2 - index: 33 line: 4 } } @@ -248,12 +220,10 @@ JSRoot { filename: "es2015/class/division/input.js" end: Object { column: 11 - index: 30 line: 3 } start: Object { column: 4 - index: 23 line: 3 } } @@ -267,12 +237,10 @@ JSRoot { filename: "es2015/class/division/input.js" end: Object { column: 11 - index: 30 line: 3 } start: Object { column: 4 - index: 23 line: 3 } } @@ -284,12 +252,10 @@ JSRoot { filename: "es2015/class/division/input.js" end: Object { column: 10 - index: 86 line: 9 } start: Object { column: 8 - index: 39 line: 4 } } @@ -298,12 +264,10 @@ JSRoot { filename: "es2015/class/division/input.js" end: Object { column: 19 - index: 61 line: 6 } start: Object { column: 8 - index: 39 line: 4 } } @@ -314,12 +278,10 @@ JSRoot { identifierName: "g" end: Object { column: 9 - index: 40 line: 4 } start: Object { column: 8 - index: 39 line: 4 } } @@ -331,12 +293,10 @@ JSRoot { filename: "es2015/class/division/input.js" end: Object { column: 18 - index: 60 line: 6 } start: Object { column: 1 - index: 43 line: 6 } } @@ -347,12 +307,10 @@ JSRoot { identifierName: "x" end: Object { column: 2 - index: 44 line: 6 } start: Object { column: 1 - index: 43 line: 6 } } @@ -363,12 +321,10 @@ JSRoot { filename: "es2015/class/division/input.js" end: Object { column: 18 - index: 60 line: 6 } start: Object { column: 5 - index: 47 line: 6 } } @@ -379,12 +335,10 @@ JSRoot { identifierName: "foo" end: Object { column: 18 - index: 60 line: 6 } start: Object { column: 15 - index: 57 line: 6 } } @@ -395,12 +349,10 @@ JSRoot { filename: "es2015/class/division/input.js" end: Object { column: 12 - index: 54 line: 6 } start: Object { column: 5 - index: 47 line: 6 } } @@ -414,12 +366,10 @@ JSRoot { filename: "es2015/class/division/input.js" end: Object { column: 12 - index: 54 line: 6 } start: Object { column: 5 - index: 47 line: 6 } } @@ -436,12 +386,10 @@ JSRoot { filename: "es2015/class/division/input.js" end: Object { column: 9 - index: 85 line: 9 } start: Object { column: 1 - index: 64 line: 8 } } @@ -452,12 +400,10 @@ JSRoot { identifierName: "x" end: Object { column: 2 - index: 65 line: 8 } start: Object { column: 1 - index: 64 line: 8 } } @@ -468,12 +414,10 @@ JSRoot { filename: "es2015/class/division/input.js" end: Object { column: 9 - index: 85 line: 9 } start: Object { column: 5 - index: 68 line: 8 } } @@ -484,12 +428,10 @@ JSRoot { identifierName: "g" end: Object { column: 9 - index: 85 line: 9 } start: Object { column: 8 - index: 84 line: 9 } } @@ -500,12 +442,10 @@ JSRoot { filename: "es2015/class/division/input.js" end: Object { column: 5 - index: 81 line: 9 } start: Object { column: 5 - index: 68 line: 8 } } @@ -516,12 +456,10 @@ JSRoot { identifierName: "foo" end: Object { column: 5 - index: 81 line: 9 } start: Object { column: 2 - index: 78 line: 9 } } @@ -532,12 +470,10 @@ JSRoot { filename: "es2015/class/division/input.js" end: Object { column: 12 - index: 75 line: 8 } start: Object { column: 5 - index: 68 line: 8 } } @@ -551,12 +487,10 @@ JSRoot { filename: "es2015/class/division/input.js" end: Object { column: 12 - index: 75 line: 8 } start: Object { column: 5 - index: 68 line: 8 } } diff --git a/internal/js-parser/test-fixtures/es2015/class/extends-strict/input.test.md b/internal/js-parser/test-fixtures/es2015/class/extends-strict/input.test.md index e1c99ad44e6..b3d93ee6d8e 100644 --- a/internal/js-parser/test-fixtures/es2015/class/extends-strict/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/class/extends-strict/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/class/extends-strict/input.js" end: Object { column: 0 - index: 65 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 12 - index: 44 line: 2 } start: Object { column: 2 - index: 34 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "C" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2015/class/extends-strict/input.js" end: Object { column: 7 - index: 64 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "es2015/class/extends-strict/input.js" end: Object { column: 7 - index: 64 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { filename: "es2015/class/extends-strict/input.js" end: Object { column: 3 - index: 60 line: 4 } start: Object { column: 17 - index: 17 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { identifierName: "B" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { filename: "es2015/class/extends-strict/input.js" end: Object { column: 1 - index: 58 line: 4 } start: Object { column: 17 - index: 17 line: 1 } } @@ -164,12 +148,10 @@ JSRoot { filename: "es2015/class/extends-strict/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -180,12 +162,10 @@ JSRoot { filename: "es2015/class/extends-strict/input.js" end: Object { column: 1 - index: 58 line: 4 } start: Object { column: 30 - index: 30 line: 1 } } @@ -195,12 +175,10 @@ JSRoot { filename: "es2015/class/extends-strict/input.js" end: Object { column: 12 - index: 44 line: 2 } start: Object { column: 2 - index: 34 line: 2 } } @@ -209,12 +187,10 @@ JSRoot { filename: "es2015/class/extends-strict/input.js" end: Object { column: 12 - index: 44 line: 2 } start: Object { column: 11 - index: 43 line: 2 } } @@ -225,12 +201,10 @@ JSRoot { filename: "es2015/class/extends-strict/input.js" end: Object { column: 10 - index: 42 line: 2 } start: Object { column: 8 - index: 40 line: 2 } } @@ -241,12 +215,10 @@ JSRoot { filename: "es2015/class/extends-strict/input.js" end: Object { column: 11 - index: 56 line: 3 } start: Object { column: 2 - index: 47 line: 3 } } @@ -257,12 +229,10 @@ JSRoot { identifierName: "B" end: Object { column: 10 - index: 55 line: 3 } start: Object { column: 9 - index: 54 line: 3 } } diff --git a/internal/js-parser/test-fixtures/es2015/class/invalid-escape-get/input.test.md b/internal/js-parser/test-fixtures/es2015/class/invalid-escape-get/input.test.md index 120c122e132..93ea23c4b8f 100644 --- a/internal/js-parser/test-fixtures/es2015/class/invalid-escape-get/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/class/invalid-escape-get/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/class/invalid-escape-get/input.js" end: Object { column: 0 - index: 28 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "X" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "es2015/class/invalid-escape-get/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -101,12 +93,10 @@ JSRoot { filename: "es2015/class/invalid-escape-get/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -121,12 +111,10 @@ JSRoot { identifierName: "x" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -135,12 +123,10 @@ JSRoot { filename: "es2015/class/invalid-escape-get/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -149,12 +135,10 @@ JSRoot { filename: "es2015/class/invalid-escape-get/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -165,12 +149,10 @@ JSRoot { filename: "es2015/class/invalid-escape-get/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -188,12 +170,10 @@ JSRoot { filename: "es2015/class/invalid-escape-get/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -207,19 +187,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 10 - index: 10 line: 1 } loc: Object { filename: "es2015/class/invalid-escape-get/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/class/invalid-escape-set/input.test.md b/internal/js-parser/test-fixtures/es2015/class/invalid-escape-set/input.test.md index e7a4bfe8db2..6b29fd057b4 100644 --- a/internal/js-parser/test-fixtures/es2015/class/invalid-escape-set/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/class/invalid-escape-set/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/class/invalid-escape-set/input.js" end: Object { column: 0 - index: 33 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "X" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "es2015/class/invalid-escape-set/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -101,12 +93,10 @@ JSRoot { filename: "es2015/class/invalid-escape-set/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -121,12 +111,10 @@ JSRoot { identifierName: "x" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -135,12 +123,10 @@ JSRoot { filename: "es2015/class/invalid-escape-set/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -149,12 +135,10 @@ JSRoot { filename: "es2015/class/invalid-escape-set/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -165,12 +149,10 @@ JSRoot { filename: "es2015/class/invalid-escape-set/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -184,19 +166,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 10 - index: 10 line: 1 } loc: Object { filename: "es2015/class/invalid-escape-set/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -213,12 +192,10 @@ JSRoot { filename: "es2015/class/invalid-escape-set/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -230,12 +207,10 @@ JSRoot { identifierName: "value" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -246,12 +221,10 @@ JSRoot { filename: "es2015/class/invalid-escape-set/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/class/invalid-escape-static/input.test.md b/internal/js-parser/test-fixtures/es2015/class/invalid-escape-static/input.test.md index c215e146393..5ff7cdfe104 100644 --- a/internal/js-parser/test-fixtures/es2015/class/invalid-escape-static/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/class/invalid-escape-static/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/class/invalid-escape-static/input.js" end: Object { column: 0 - index: 31 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "X" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "es2015/class/invalid-escape-static/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -101,12 +93,10 @@ JSRoot { filename: "es2015/class/invalid-escape-static/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -121,12 +111,10 @@ JSRoot { identifierName: "y" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -135,12 +123,10 @@ JSRoot { filename: "es2015/class/invalid-escape-static/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -149,12 +135,10 @@ JSRoot { filename: "es2015/class/invalid-escape-static/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -165,12 +149,10 @@ JSRoot { filename: "es2015/class/invalid-escape-static/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -188,12 +170,10 @@ JSRoot { filename: "es2015/class/invalid-escape-static/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -207,19 +187,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 10 - index: 10 line: 1 } loc: Object { filename: "es2015/class/invalid-escape-static/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/computed-properties/call-expression/input.test.md b/internal/js-parser/test-fixtures/es2015/computed-properties/call-expression/input.test.md index e91342f6f5e..67563c31fde 100644 --- a/internal/js-parser/test-fixtures/es2015/computed-properties/call-expression/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/computed-properties/call-expression/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/computed-properties/call-expression/input.js" end: Object { column: 0 - index: 29 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/computed-properties/call-expression/input.js" end: Object { column: 2 - index: 28 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/computed-properties/call-expression/input.js" end: Object { column: 2 - index: 28 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "foo" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2015/computed-properties/call-expression/input.js" end: Object { column: 1 - index: 27 line: 3 } start: Object { column: 4 - index: 4 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "es2015/computed-properties/call-expression/input.js" end: Object { column: 1 - index: 27 line: 3 } start: Object { column: 10 - index: 10 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "es2015/computed-properties/call-expression/input.js" end: Object { column: 8 - index: 20 line: 2 } start: Object { column: 3 - index: 15 line: 2 } } @@ -132,12 +118,10 @@ JSRoot { identifierName: "bar" end: Object { column: 6 - index: 18 line: 2 } start: Object { column: 3 - index: 15 line: 2 } } @@ -147,12 +131,10 @@ JSRoot { filename: "es2015/computed-properties/call-expression/input.js" end: Object { column: 9 - index: 21 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -163,12 +145,10 @@ JSRoot { filename: "es2015/computed-properties/call-expression/input.js" end: Object { column: 13 - index: 25 line: 2 } start: Object { column: 11 - index: 23 line: 2 } } @@ -177,12 +157,10 @@ JSRoot { filename: "es2015/computed-properties/call-expression/input.js" end: Object { column: 13 - index: 25 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/destructuring/binding-this/input.test.md b/internal/js-parser/test-fixtures/es2015/destructuring/binding-this/input.test.md index bb381937940..b1c870c58de 100644 --- a/internal/js-parser/test-fixtures/es2015/destructuring/binding-this/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/destructuring/binding-this/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/destructuring/binding-this/input.js" end: Object { column: 0 - index: 19 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2015/destructuring/binding-this/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "es2015/destructuring/binding-this/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "es2015/destructuring/binding-this/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -117,12 +107,10 @@ JSRoot { identifierName: "this" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "es2015/destructuring/binding-this/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -148,12 +134,10 @@ JSRoot { identifierName: "this" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -162,12 +146,10 @@ JSRoot { filename: "es2015/destructuring/binding-this/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -178,12 +160,10 @@ JSRoot { filename: "es2015/destructuring/binding-this/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -193,12 +173,10 @@ JSRoot { filename: "es2015/destructuring/binding-this/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/destructuring/duplicate-proto-1/input.test.md b/internal/js-parser/test-fixtures/es2015/destructuring/duplicate-proto-1/input.test.md index 4ce22e2a3d7..9d9c51641da 100644 --- a/internal/js-parser/test-fixtures/es2015/destructuring/duplicate-proto-1/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/destructuring/duplicate-proto-1/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/destructuring/duplicate-proto-1/input.js" end: Object { column: 0 - index: 39 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/destructuring/duplicate-proto-1/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2015/destructuring/duplicate-proto-1/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "es2015/destructuring/duplicate-proto-1/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "es2015/destructuring/duplicate-proto-1/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -126,12 +114,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -140,12 +126,10 @@ JSRoot { filename: "es2015/destructuring/duplicate-proto-1/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -171,12 +153,10 @@ JSRoot { filename: "es2015/destructuring/duplicate-proto-1/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -190,12 +170,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -204,12 +182,10 @@ JSRoot { filename: "es2015/destructuring/duplicate-proto-1/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -221,12 +197,10 @@ JSRoot { identifierName: "y" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -235,12 +209,10 @@ JSRoot { filename: "es2015/destructuring/duplicate-proto-1/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/destructuring/duplicate-proto-2/input.test.md b/internal/js-parser/test-fixtures/es2015/destructuring/duplicate-proto-2/input.test.md index 607e8a8b0dc..8684481d646 100644 --- a/internal/js-parser/test-fixtures/es2015/destructuring/duplicate-proto-2/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/destructuring/duplicate-proto-2/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/destructuring/duplicate-proto-2/input.js" end: Object { column: 0 - index: 43 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/destructuring/duplicate-proto-2/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2015/destructuring/duplicate-proto-2/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -90,12 +82,10 @@ JSRoot { filename: "es2015/destructuring/duplicate-proto-2/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "es2015/destructuring/duplicate-proto-2/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { filename: "es2015/destructuring/duplicate-proto-2/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -140,12 +126,10 @@ JSRoot { filename: "es2015/destructuring/duplicate-proto-2/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { filename: "es2015/destructuring/duplicate-proto-2/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -190,12 +170,10 @@ JSRoot { identifierName: "x" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -204,12 +182,10 @@ JSRoot { filename: "es2015/destructuring/duplicate-proto-2/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -223,12 +199,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -237,12 +211,10 @@ JSRoot { filename: "es2015/destructuring/duplicate-proto-2/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -254,12 +226,10 @@ JSRoot { identifierName: "y" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -268,12 +238,10 @@ JSRoot { filename: "es2015/destructuring/duplicate-proto-2/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/destructuring/duplicate-proto-3/input.test.md b/internal/js-parser/test-fixtures/es2015/destructuring/duplicate-proto-3/input.test.md index 3dfea55259f..682fe62d339 100644 --- a/internal/js-parser/test-fixtures/es2015/destructuring/duplicate-proto-3/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/destructuring/duplicate-proto-3/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/destructuring/duplicate-proto-3/input.js" end: Object { column: 0 - index: 40 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/destructuring/duplicate-proto-3/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "es2015/destructuring/duplicate-proto-3/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "es2015/destructuring/duplicate-proto-3/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { filename: "es2015/destructuring/duplicate-proto-3/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "es2015/destructuring/duplicate-proto-3/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -146,12 +132,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -160,12 +144,10 @@ JSRoot { filename: "es2015/destructuring/duplicate-proto-3/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -177,12 +159,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -191,12 +171,10 @@ JSRoot { filename: "es2015/destructuring/duplicate-proto-3/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -210,12 +188,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -224,12 +200,10 @@ JSRoot { filename: "es2015/destructuring/duplicate-proto-3/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -241,12 +215,10 @@ JSRoot { identifierName: "y" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -255,12 +227,10 @@ JSRoot { filename: "es2015/destructuring/duplicate-proto-3/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/destructuring/duplicate-proto-4/input.test.md b/internal/js-parser/test-fixtures/es2015/destructuring/duplicate-proto-4/input.test.md index 71442839f74..561a8d52e5f 100644 --- a/internal/js-parser/test-fixtures/es2015/destructuring/duplicate-proto-4/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/destructuring/duplicate-proto-4/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/destructuring/duplicate-proto-4/input.js" end: Object { column: 0 - index: 54 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/destructuring/duplicate-proto-4/input.js" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "es2015/destructuring/duplicate-proto-4/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "es2015/destructuring/duplicate-proto-4/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 50 - index: 50 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { filename: "es2015/destructuring/duplicate-proto-4/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "es2015/destructuring/duplicate-proto-4/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -146,12 +132,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -160,12 +144,10 @@ JSRoot { filename: "es2015/destructuring/duplicate-proto-4/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -177,12 +159,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -191,12 +171,10 @@ JSRoot { filename: "es2015/destructuring/duplicate-proto-4/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -210,12 +188,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -224,12 +200,10 @@ JSRoot { filename: "es2015/destructuring/duplicate-proto-4/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -241,12 +215,10 @@ JSRoot { identifierName: "y" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -255,12 +227,10 @@ JSRoot { filename: "es2015/destructuring/duplicate-proto-4/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -274,12 +244,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -288,12 +256,10 @@ JSRoot { filename: "es2015/destructuring/duplicate-proto-4/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -305,12 +271,10 @@ JSRoot { identifierName: "z" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -319,12 +283,10 @@ JSRoot { filename: "es2015/destructuring/duplicate-proto-4/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/destructuring/error-operator-for-default/input.test.md b/internal/js-parser/test-fixtures/es2015/destructuring/error-operator-for-default/input.test.md index 85c1e39360b..8b5988a4e80 100644 --- a/internal/js-parser/test-fixtures/es2015/destructuring/error-operator-for-default/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/destructuring/error-operator-for-default/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/destructuring/error-operator-for-default/input.js" end: Object { column: 0 - index: 15 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/destructuring/error-operator-for-default/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2015/destructuring/error-operator-for-default/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "a" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "es2015/destructuring/error-operator-for-default/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { filename: "es2015/destructuring/error-operator-for-default/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -140,12 +126,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { identifierName: "a" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/destructuring/parenthesized-lhs-array/input.test.md b/internal/js-parser/test-fixtures/es2015/destructuring/parenthesized-lhs-array/input.test.md index 7917ba63b8e..72afeec8809 100644 --- a/internal/js-parser/test-fixtures/es2015/destructuring/parenthesized-lhs-array/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/destructuring/parenthesized-lhs-array/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/destructuring/parenthesized-lhs-array/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/destructuring/parenthesized-lhs-array/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2015/destructuring/parenthesized-lhs-array/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2015/destructuring/parenthesized-lhs-array/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "es2015/destructuring/parenthesized-lhs-array/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/destructuring/parenthesized-lhs-object/input.test.md b/internal/js-parser/test-fixtures/es2015/destructuring/parenthesized-lhs-object/input.test.md index a039e14bba1..5ce4a133700 100644 --- a/internal/js-parser/test-fixtures/es2015/destructuring/parenthesized-lhs-object/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/destructuring/parenthesized-lhs-object/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/destructuring/parenthesized-lhs-object/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/destructuring/parenthesized-lhs-object/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2015/destructuring/parenthesized-lhs-object/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2015/destructuring/parenthesized-lhs-object/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "es2015/destructuring/parenthesized-lhs-object/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -141,12 +127,10 @@ JSRoot { filename: "es2015/destructuring/parenthesized-lhs-object/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -172,12 +154,10 @@ JSRoot { filename: "es2015/destructuring/parenthesized-lhs-object/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/duplicate-proto/in-new-expression/input.test.md b/internal/js-parser/test-fixtures/es2015/duplicate-proto/in-new-expression/input.test.md index ab0c9504e29..80687b99143 100644 --- a/internal/js-parser/test-fixtures/es2015/duplicate-proto/in-new-expression/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/duplicate-proto/in-new-expression/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/duplicate-proto/in-new-expression/input.js" end: Object { column: 0 - index: 54 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/duplicate-proto/in-new-expression/input.js" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2015/duplicate-proto/in-new-expression/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2015/duplicate-proto/in-new-expression/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 43 - index: 43 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 43 - index: 43 line: 1 } } @@ -139,12 +125,10 @@ JSRoot { filename: "es2015/duplicate-proto/in-new-expression/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -172,12 +154,10 @@ JSRoot { filename: "es2015/duplicate-proto/in-new-expression/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -189,12 +169,10 @@ JSRoot { identifierName: "Number" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -203,12 +181,10 @@ JSRoot { filename: "es2015/duplicate-proto/in-new-expression/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -222,12 +198,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -236,12 +210,10 @@ JSRoot { filename: "es2015/duplicate-proto/in-new-expression/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -253,12 +225,10 @@ JSRoot { identifierName: "Number" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -267,12 +237,10 @@ JSRoot { filename: "es2015/duplicate-proto/in-new-expression/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/for-in/bare-initializer/input.test.md b/internal/js-parser/test-fixtures/es2015/for-in/bare-initializer/input.test.md index 75a8f202d95..810647d8be9 100644 --- a/internal/js-parser/test-fixtures/es2015/for-in/bare-initializer/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/for-in/bare-initializer/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/for-in/bare-initializer/input.js" end: Object { column: 0 - index: 26 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 17 line: 2 } start: Object { column: 5 - index: 12 line: 2 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/for-in/bare-initializer/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2015/for-in/bare-initializer/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "a" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "es2015/for-in/bare-initializer/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "es2015/for-in/bare-initializer/input.js" end: Object { column: 18 - index: 25 line: 2 } start: Object { column: 0 - index: 7 line: 2 } } @@ -141,12 +127,10 @@ JSRoot { filename: "es2015/for-in/bare-initializer/input.js" end: Object { column: 18 - index: 25 line: 2 } start: Object { column: 17 - index: 24 line: 2 } } @@ -157,12 +141,10 @@ JSRoot { filename: "es2015/for-in/bare-initializer/input.js" end: Object { column: 10 - index: 17 line: 2 } start: Object { column: 5 - index: 12 line: 2 } } @@ -173,12 +155,10 @@ JSRoot { filename: "es2015/for-in/bare-initializer/input.js" end: Object { column: 16 - index: 23 line: 2 } start: Object { column: 14 - index: 21 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/for-in/const-initializer/input.test.md b/internal/js-parser/test-fixtures/es2015/for-in/const-initializer/input.test.md index 8f7811aa9bf..db511f34f65 100644 --- a/internal/js-parser/test-fixtures/es2015/for-in/const-initializer/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/for-in/const-initializer/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/for-in/const-initializer/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/for-in/const-initializer/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "es2015/for-in/const-initializer/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "es2015/for-in/const-initializer/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "es2015/for-in/const-initializer/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { identifierName: "a" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -139,12 +125,10 @@ JSRoot { filename: "es2015/for-in/const-initializer/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -155,12 +139,10 @@ JSRoot { filename: "es2015/for-in/const-initializer/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/for-in/let-initializer/input.test.md b/internal/js-parser/test-fixtures/es2015/for-in/let-initializer/input.test.md index 4f1247a54fc..19af60ac6b8 100644 --- a/internal/js-parser/test-fixtures/es2015/for-in/let-initializer/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/for-in/let-initializer/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/for-in/let-initializer/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/for-in/let-initializer/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "es2015/for-in/let-initializer/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "es2015/for-in/let-initializer/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "es2015/for-in/let-initializer/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -139,12 +125,10 @@ JSRoot { filename: "es2015/for-in/let-initializer/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -155,12 +139,10 @@ JSRoot { filename: "es2015/for-in/let-initializer/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/for-in/nonstrict-initializer/input.test.md b/internal/js-parser/test-fixtures/es2015/for-in/nonstrict-initializer/input.test.md index 9ed8b21a44f..e0ad30b4749 100644 --- a/internal/js-parser/test-fixtures/es2015/for-in/nonstrict-initializer/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/for-in/nonstrict-initializer/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/for-in/nonstrict-initializer/input.js" end: Object { column: 0 - index: 145 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/for-in/nonstrict-initializer/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/for-in/nonstrict-initializer/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "effects" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2015/for-in/nonstrict-initializer/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "es2015/for-in/nonstrict-initializer/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "es2015/for-in/nonstrict-initializer/input.js" end: Object { column: 21 - index: 40 line: 2 } start: Object { column: 2 - index: 21 line: 2 } } @@ -134,12 +120,10 @@ JSRoot { filename: "es2015/for-in/nonstrict-initializer/input.js" end: Object { column: 21 - index: 40 line: 2 } start: Object { column: 2 - index: 21 line: 2 } } @@ -152,12 +136,10 @@ JSRoot { identifierName: "iterations" end: Object { column: 16 - index: 35 line: 2 } start: Object { column: 6 - index: 25 line: 2 } } @@ -166,12 +148,10 @@ JSRoot { filename: "es2015/for-in/nonstrict-initializer/input.js" end: Object { column: 20 - index: 39 line: 2 } start: Object { column: 6 - index: 25 line: 2 } } @@ -182,12 +162,10 @@ JSRoot { filename: "es2015/for-in/nonstrict-initializer/input.js" end: Object { column: 20 - index: 39 line: 2 } start: Object { column: 19 - index: 38 line: 2 } } @@ -201,12 +179,10 @@ JSRoot { filename: "es2015/for-in/nonstrict-initializer/input.js" end: Object { column: 13 - index: 54 line: 3 } start: Object { column: 2 - index: 43 line: 3 } } @@ -216,12 +192,10 @@ JSRoot { filename: "es2015/for-in/nonstrict-initializer/input.js" end: Object { column: 13 - index: 54 line: 3 } start: Object { column: 2 - index: 43 line: 3 } } @@ -234,12 +208,10 @@ JSRoot { identifierName: "stored" end: Object { column: 12 - index: 53 line: 3 } start: Object { column: 6 - index: 47 line: 3 } } @@ -249,12 +221,10 @@ JSRoot { filename: "es2015/for-in/nonstrict-initializer/input.js" end: Object { column: 12 - index: 53 line: 3 } start: Object { column: 6 - index: 47 line: 3 } } @@ -267,12 +237,10 @@ JSRoot { filename: "es2015/for-in/nonstrict-initializer/input.js" end: Object { column: 3 - index: 144 line: 6 } start: Object { column: 2 - index: 57 line: 4 } } @@ -282,12 +250,10 @@ JSRoot { filename: "es2015/for-in/nonstrict-initializer/input.js" end: Object { column: 3 - index: 144 line: 6 } start: Object { column: 66 - index: 121 line: 4 } } @@ -297,12 +263,10 @@ JSRoot { filename: "es2015/for-in/nonstrict-initializer/input.js" end: Object { column: 17 - index: 140 line: 5 } start: Object { column: 4 - index: 127 line: 5 } } @@ -313,12 +277,10 @@ JSRoot { filename: "es2015/for-in/nonstrict-initializer/input.js" end: Object { column: 16 - index: 139 line: 5 } start: Object { column: 4 - index: 127 line: 5 } } @@ -329,12 +291,10 @@ JSRoot { identifierName: "iterations" end: Object { column: 16 - index: 139 line: 5 } start: Object { column: 6 - index: 129 line: 5 } } @@ -349,12 +309,10 @@ JSRoot { filename: "es2015/for-in/nonstrict-initializer/input.js" end: Object { column: 30 - index: 85 line: 4 } start: Object { column: 7 - index: 62 line: 4 } } @@ -367,12 +325,10 @@ JSRoot { identifierName: "a" end: Object { column: 12 - index: 67 line: 4 } start: Object { column: 11 - index: 66 line: 4 } } @@ -381,12 +337,10 @@ JSRoot { filename: "es2015/for-in/nonstrict-initializer/input.js" end: Object { column: 30 - index: 85 line: 4 } start: Object { column: 11 - index: 66 line: 4 } } @@ -395,12 +349,10 @@ JSRoot { filename: "es2015/for-in/nonstrict-initializer/input.js" end: Object { column: 29 - index: 84 line: 4 } start: Object { column: 16 - index: 71 line: 4 } } @@ -412,12 +364,10 @@ JSRoot { filename: "es2015/for-in/nonstrict-initializer/input.js" end: Object { column: 25 - index: 80 line: 4 } start: Object { column: 16 - index: 71 line: 4 } } @@ -428,12 +378,10 @@ JSRoot { identifierName: "effects" end: Object { column: 25 - index: 80 line: 4 } start: Object { column: 18 - index: 73 line: 4 } } @@ -446,12 +394,10 @@ JSRoot { filename: "es2015/for-in/nonstrict-initializer/input.js" end: Object { column: 29 - index: 84 line: 4 } start: Object { column: 27 - index: 82 line: 4 } } @@ -462,12 +408,10 @@ JSRoot { filename: "es2015/for-in/nonstrict-initializer/input.js" end: Object { column: 29 - index: 84 line: 4 } start: Object { column: 28 - index: 83 line: 4 } } @@ -483,12 +427,10 @@ JSRoot { filename: "es2015/for-in/nonstrict-initializer/input.js" end: Object { column: 64 - index: 119 line: 4 } start: Object { column: 34 - index: 89 line: 4 } } @@ -499,12 +441,10 @@ JSRoot { filename: "es2015/for-in/nonstrict-initializer/input.js" end: Object { column: 44 - index: 99 line: 4 } start: Object { column: 34 - index: 89 line: 4 } } @@ -515,12 +455,10 @@ JSRoot { identifierName: "stored" end: Object { column: 40 - index: 95 line: 4 } start: Object { column: 34 - index: 89 line: 4 } } @@ -532,12 +470,10 @@ JSRoot { identifierName: "a" end: Object { column: 44 - index: 99 line: 4 } start: Object { column: 43 - index: 98 line: 4 } } @@ -548,12 +484,10 @@ JSRoot { filename: "es2015/for-in/nonstrict-initializer/input.js" end: Object { column: 64 - index: 119 line: 4 } start: Object { column: 46 - index: 101 line: 4 } } @@ -567,12 +501,10 @@ JSRoot { identifierName: "a" end: Object { column: 48 - index: 103 line: 4 } start: Object { column: 47 - index: 102 line: 4 } } @@ -581,12 +513,10 @@ JSRoot { filename: "es2015/for-in/nonstrict-initializer/input.js" end: Object { column: 48 - index: 103 line: 4 } start: Object { column: 47 - index: 102 line: 4 } } @@ -598,12 +528,10 @@ JSRoot { filename: "es2015/for-in/nonstrict-initializer/input.js" end: Object { column: 51 - index: 106 line: 4 } start: Object { column: 50 - index: 105 line: 4 } } @@ -612,12 +540,10 @@ JSRoot { filename: "es2015/for-in/nonstrict-initializer/input.js" end: Object { column: 51 - index: 106 line: 4 } start: Object { column: 47 - index: 102 line: 4 } } @@ -631,12 +557,10 @@ JSRoot { identifierName: "b" end: Object { column: 54 - index: 109 line: 4 } start: Object { column: 53 - index: 108 line: 4 } } @@ -645,12 +569,10 @@ JSRoot { filename: "es2015/for-in/nonstrict-initializer/input.js" end: Object { column: 54 - index: 109 line: 4 } start: Object { column: 53 - index: 108 line: 4 } } @@ -662,12 +584,10 @@ JSRoot { filename: "es2015/for-in/nonstrict-initializer/input.js" end: Object { column: 57 - index: 112 line: 4 } start: Object { column: 56 - index: 111 line: 4 } } @@ -676,12 +596,10 @@ JSRoot { filename: "es2015/for-in/nonstrict-initializer/input.js" end: Object { column: 57 - index: 112 line: 4 } start: Object { column: 53 - index: 108 line: 4 } } @@ -695,12 +613,10 @@ JSRoot { identifierName: "c" end: Object { column: 60 - index: 115 line: 4 } start: Object { column: 59 - index: 114 line: 4 } } @@ -709,12 +625,10 @@ JSRoot { filename: "es2015/for-in/nonstrict-initializer/input.js" end: Object { column: 60 - index: 115 line: 4 } start: Object { column: 59 - index: 114 line: 4 } } @@ -726,12 +640,10 @@ JSRoot { filename: "es2015/for-in/nonstrict-initializer/input.js" end: Object { column: 63 - index: 118 line: 4 } start: Object { column: 62 - index: 117 line: 4 } } @@ -740,12 +652,10 @@ JSRoot { filename: "es2015/for-in/nonstrict-initializer/input.js" end: Object { column: 63 - index: 118 line: 4 } start: Object { column: 59 - index: 114 line: 4 } } diff --git a/internal/js-parser/test-fixtures/es2015/for-in/strict-initializer/input.test.md b/internal/js-parser/test-fixtures/es2015/for-in/strict-initializer/input.test.md index 19329430eee..a40a641f4cd 100644 --- a/internal/js-parser/test-fixtures/es2015/for-in/strict-initializer/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/for-in/strict-initializer/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "es2015/for-in/strict-initializer/input.js" end: Object { column: 22 - index: 36 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "es2015/for-in/strict-initializer/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { sourceText: undefined end: Object { column: 14 - index: 28 line: 2 } start: Object { column: 5 - index: 19 line: 2 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2015/for-in/strict-initializer/input.js" end: Object { column: 22 - index: 36 line: 2 } start: Object { column: 0 - index: 14 line: 2 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2015/for-in/strict-initializer/input.js" end: Object { column: 22 - index: 36 line: 2 } start: Object { column: 21 - index: 35 line: 2 } } @@ -108,12 +98,10 @@ JSRoot { filename: "es2015/for-in/strict-initializer/input.js" end: Object { column: 20 - index: 34 line: 2 } start: Object { column: 18 - index: 32 line: 2 } } @@ -124,12 +112,10 @@ JSRoot { filename: "es2015/for-in/strict-initializer/input.js" end: Object { column: 14 - index: 28 line: 2 } start: Object { column: 5 - index: 19 line: 2 } } @@ -142,12 +128,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 24 line: 2 } start: Object { column: 9 - index: 23 line: 2 } } @@ -156,12 +140,10 @@ JSRoot { filename: "es2015/for-in/strict-initializer/input.js" end: Object { column: 14 - index: 28 line: 2 } start: Object { column: 9 - index: 23 line: 2 } } @@ -172,12 +154,10 @@ JSRoot { filename: "es2015/for-in/strict-initializer/input.js" end: Object { column: 14 - index: 28 line: 2 } start: Object { column: 13 - index: 27 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/for-in/var-arraybindingpattern-initializer/input.test.md b/internal/js-parser/test-fixtures/es2015/for-in/var-arraybindingpattern-initializer/input.test.md index c6af39f8fc8..b14b354e0ef 100644 --- a/internal/js-parser/test-fixtures/es2015/for-in/var-arraybindingpattern-initializer/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/for-in/var-arraybindingpattern-initializer/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/for-in/var-arraybindingpattern-initializer/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/for-in/var-arraybindingpattern-initializer/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "es2015/for-in/var-arraybindingpattern-initializer/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "es2015/for-in/var-arraybindingpattern-initializer/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "es2015/for-in/var-arraybindingpattern-initializer/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { filename: "es2015/for-in/var-arraybindingpattern-initializer/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -141,12 +127,10 @@ JSRoot { identifierName: "a" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { filename: "es2015/for-in/var-arraybindingpattern-initializer/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -174,12 +156,10 @@ JSRoot { filename: "es2015/for-in/var-arraybindingpattern-initializer/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -190,12 +170,10 @@ JSRoot { filename: "es2015/for-in/var-arraybindingpattern-initializer/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/for-in/var-objectbindingpattern-initializer/input.test.md b/internal/js-parser/test-fixtures/es2015/for-in/var-objectbindingpattern-initializer/input.test.md index 1536d9c3830..369ac566e3d 100644 --- a/internal/js-parser/test-fixtures/es2015/for-in/var-objectbindingpattern-initializer/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/for-in/var-objectbindingpattern-initializer/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/for-in/var-objectbindingpattern-initializer/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/for-in/var-objectbindingpattern-initializer/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "es2015/for-in/var-objectbindingpattern-initializer/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "es2015/for-in/var-objectbindingpattern-initializer/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "es2015/for-in/var-objectbindingpattern-initializer/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { filename: "es2015/for-in/var-objectbindingpattern-initializer/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { identifierName: "a" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { filename: "es2015/for-in/var-objectbindingpattern-initializer/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -174,12 +156,10 @@ JSRoot { identifierName: "a" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -188,12 +168,10 @@ JSRoot { filename: "es2015/for-in/var-objectbindingpattern-initializer/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -204,12 +182,10 @@ JSRoot { filename: "es2015/for-in/var-objectbindingpattern-initializer/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -220,12 +196,10 @@ JSRoot { filename: "es2015/for-in/var-objectbindingpattern-initializer/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/for-of/bare-initializer/input.test.md b/internal/js-parser/test-fixtures/es2015/for-of/bare-initializer/input.test.md index 7af98e834e0..2d6f5d6c520 100644 --- a/internal/js-parser/test-fixtures/es2015/for-of/bare-initializer/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/for-of/bare-initializer/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/for-of/bare-initializer/input.js" end: Object { column: 0 - index: 26 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 17 line: 2 } start: Object { column: 5 - index: 12 line: 2 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/for-of/bare-initializer/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2015/for-of/bare-initializer/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "a" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "es2015/for-of/bare-initializer/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { filename: "es2015/for-of/bare-initializer/input.js" end: Object { column: 18 - index: 25 line: 2 } start: Object { column: 0 - index: 7 line: 2 } } @@ -142,12 +128,10 @@ JSRoot { filename: "es2015/for-of/bare-initializer/input.js" end: Object { column: 18 - index: 25 line: 2 } start: Object { column: 17 - index: 24 line: 2 } } @@ -158,12 +142,10 @@ JSRoot { filename: "es2015/for-of/bare-initializer/input.js" end: Object { column: 10 - index: 17 line: 2 } start: Object { column: 5 - index: 12 line: 2 } } @@ -174,12 +156,10 @@ JSRoot { filename: "es2015/for-of/bare-initializer/input.js" end: Object { column: 16 - index: 23 line: 2 } start: Object { column: 14 - index: 21 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/for-of/brackets-const/input.test.md b/internal/js-parser/test-fixtures/es2015/for-of/brackets-const/input.test.md index 554dfe96c85..f90a6a93c74 100644 --- a/internal/js-parser/test-fixtures/es2015/for-of/brackets-const/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/for-of/brackets-const/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/for-of/brackets-const/input.js" end: Object { column: 0 - index: 26 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "es2015/for-of/brackets-const/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/for-of/brackets-const/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "es2015/for-of/brackets-const/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -89,12 +81,10 @@ JSRoot { filename: "es2015/for-of/brackets-const/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { filename: "es2015/for-of/brackets-const/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { filename: "es2015/for-of/brackets-const/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -141,12 +127,10 @@ JSRoot { filename: "es2015/for-of/brackets-const/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -160,12 +144,10 @@ JSRoot { identifierName: "a" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -174,12 +156,10 @@ JSRoot { filename: "es2015/for-of/brackets-const/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -191,12 +171,10 @@ JSRoot { identifierName: "a" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -205,12 +183,10 @@ JSRoot { filename: "es2015/for-of/brackets-const/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -222,12 +198,10 @@ JSRoot { filename: "es2015/for-of/brackets-const/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/for-of/brackets-let/input.test.md b/internal/js-parser/test-fixtures/es2015/for-of/brackets-let/input.test.md index 5e9cb4ee1d1..c35dc18b14f 100644 --- a/internal/js-parser/test-fixtures/es2015/for-of/brackets-let/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/for-of/brackets-let/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/for-of/brackets-let/input.js" end: Object { column: 0 - index: 24 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "es2015/for-of/brackets-let/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/for-of/brackets-let/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "es2015/for-of/brackets-let/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -89,12 +81,10 @@ JSRoot { filename: "es2015/for-of/brackets-let/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { filename: "es2015/for-of/brackets-let/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { filename: "es2015/for-of/brackets-let/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -141,12 +127,10 @@ JSRoot { filename: "es2015/for-of/brackets-let/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -160,12 +144,10 @@ JSRoot { identifierName: "a" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -174,12 +156,10 @@ JSRoot { filename: "es2015/for-of/brackets-let/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -191,12 +171,10 @@ JSRoot { identifierName: "a" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -205,12 +183,10 @@ JSRoot { filename: "es2015/for-of/brackets-let/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -222,12 +198,10 @@ JSRoot { filename: "es2015/for-of/brackets-let/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/for-of/brackets-var/input.test.md b/internal/js-parser/test-fixtures/es2015/for-of/brackets-var/input.test.md index 1b084a9c62b..c807ced93f8 100644 --- a/internal/js-parser/test-fixtures/es2015/for-of/brackets-var/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/for-of/brackets-var/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/for-of/brackets-var/input.js" end: Object { column: 0 - index: 24 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "es2015/for-of/brackets-var/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/for-of/brackets-var/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "es2015/for-of/brackets-var/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -89,12 +81,10 @@ JSRoot { filename: "es2015/for-of/brackets-var/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { filename: "es2015/for-of/brackets-var/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { filename: "es2015/for-of/brackets-var/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -141,12 +127,10 @@ JSRoot { filename: "es2015/for-of/brackets-var/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -160,12 +144,10 @@ JSRoot { identifierName: "a" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -174,12 +156,10 @@ JSRoot { filename: "es2015/for-of/brackets-var/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -191,12 +171,10 @@ JSRoot { identifierName: "a" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -205,12 +183,10 @@ JSRoot { filename: "es2015/for-of/brackets-var/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -222,12 +198,10 @@ JSRoot { filename: "es2015/for-of/brackets-var/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/for-of/invalid-escape-of/input.test.md b/internal/js-parser/test-fixtures/es2015/for-of/invalid-escape-of/input.test.md index 6ce5d8febb4..605bea44377 100644 --- a/internal/js-parser/test-fixtures/es2015/for-of/invalid-escape-of/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/for-of/invalid-escape-of/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/for-of/invalid-escape-of/input.js" end: Object { column: 0 - index: 21 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2015/for-of/invalid-escape-of/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { filename: "es2015/for-of/invalid-escape-of/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { identifierName: "x" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "of" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -133,12 +121,10 @@ JSRoot { identifierName: "y" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/for-of/invalid-expr/input.test.md b/internal/js-parser/test-fixtures/es2015/for-of/invalid-expr/input.test.md index 0bb5872ed72..c4f33dfd1bd 100644 --- a/internal/js-parser/test-fixtures/es2015/for-of/invalid-expr/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/for-of/invalid-expr/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/for-of/invalid-expr/input.js" end: Object { column: 0 - index: 23 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { sourceText: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -72,12 +68,10 @@ JSRoot { filename: "es2015/for-of/invalid-expr/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -93,12 +87,10 @@ JSRoot { filename: "es2015/for-of/invalid-expr/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -109,12 +101,10 @@ JSRoot { identifierName: "y" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -124,12 +114,10 @@ JSRoot { filename: "es2015/for-of/invalid-expr/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -139,12 +127,10 @@ JSRoot { filename: "es2015/for-of/invalid-expr/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -156,12 +142,10 @@ JSRoot { filename: "es2015/for-of/invalid-expr/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -174,12 +158,10 @@ JSRoot { identifierName: "x" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -189,12 +171,10 @@ JSRoot { filename: "es2015/for-of/invalid-expr/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -207,12 +187,10 @@ JSRoot { filename: "es2015/for-of/invalid-expr/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -223,12 +201,10 @@ JSRoot { identifierName: "z" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -239,12 +215,10 @@ JSRoot { filename: "es2015/for-of/invalid-expr/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -254,12 +228,10 @@ JSRoot { filename: "es2015/for-of/invalid-expr/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -272,12 +244,10 @@ JSRoot { filename: "es2015/for-of/invalid-expr/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/for-of/right-regex/input.test.md b/internal/js-parser/test-fixtures/es2015/for-of/right-regex/input.test.md index 5f227ebb95d..990cfe9c320 100644 --- a/internal/js-parser/test-fixtures/es2015/for-of/right-regex/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/for-of/right-regex/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/for-of/right-regex/input.js" end: Object { column: 26 - index: 50 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "es2015/for-of/right-regex/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/for-of/right-regex/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2015/for-of/right-regex/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "x" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "es2015/for-of/right-regex/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { filename: "es2015/for-of/right-regex/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "es2015/for-of/right-regex/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -154,12 +138,10 @@ JSRoot { filename: "es2015/for-of/right-regex/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -170,12 +152,10 @@ JSRoot { filename: "es2015/for-of/right-regex/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -186,12 +166,10 @@ JSRoot { filename: "es2015/for-of/right-regex/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -207,12 +185,10 @@ JSRoot { filename: "es2015/for-of/right-regex/input.js" end: Object { column: 26 - index: 50 line: 3 } start: Object { column: 0 - index: 24 line: 3 } } @@ -221,12 +197,10 @@ JSRoot { filename: "es2015/for-of/right-regex/input.js" end: Object { column: 26 - index: 50 line: 3 } start: Object { column: 25 - index: 49 line: 3 } } @@ -237,12 +211,10 @@ JSRoot { filename: "es2015/for-of/right-regex/input.js" end: Object { column: 22 - index: 46 line: 3 } start: Object { column: 5 - index: 29 line: 3 } } @@ -255,12 +227,10 @@ JSRoot { identifierName: "x" end: Object { column: 10 - index: 34 line: 3 } start: Object { column: 9 - index: 33 line: 3 } } @@ -269,12 +239,10 @@ JSRoot { filename: "es2015/for-of/right-regex/input.js" end: Object { column: 22 - index: 46 line: 3 } start: Object { column: 9 - index: 33 line: 3 } } @@ -284,12 +252,10 @@ JSRoot { filename: "es2015/for-of/right-regex/input.js" end: Object { column: 22 - index: 46 line: 3 } start: Object { column: 13 - index: 37 line: 3 } } @@ -300,12 +266,10 @@ JSRoot { identifierName: "g" end: Object { column: 22 - index: 46 line: 3 } start: Object { column: 21 - index: 45 line: 3 } } @@ -316,12 +280,10 @@ JSRoot { filename: "es2015/for-of/right-regex/input.js" end: Object { column: 20 - index: 44 line: 3 } start: Object { column: 13 - index: 37 line: 3 } } @@ -332,12 +294,10 @@ JSRoot { identifierName: "of" end: Object { column: 15 - index: 39 line: 3 } start: Object { column: 13 - index: 37 line: 3 } } @@ -349,12 +309,10 @@ JSRoot { identifierName: "foo" end: Object { column: 20 - index: 44 line: 3 } start: Object { column: 17 - index: 41 line: 3 } } diff --git a/internal/js-parser/test-fixtures/es2015/generators/invalid-escape-yield/input.test.md b/internal/js-parser/test-fixtures/es2015/generators/invalid-escape-yield/input.test.md index 194fbffadfa..e5c172f6270 100644 --- a/internal/js-parser/test-fixtures/es2015/generators/invalid-escape-yield/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/generators/invalid-escape-yield/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/generators/invalid-escape-yield/input.js" end: Object { column: 0 - index: 31 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/generators/invalid-escape-yield/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2015/generators/invalid-escape-yield/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "es2015/generators/invalid-escape-yield/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "es2015/generators/invalid-escape-yield/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "es2015/generators/invalid-escape-yield/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -145,12 +131,10 @@ JSRoot { identifierName: "yield" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/generators/invalid-hanging/input.test.md b/internal/js-parser/test-fixtures/es2015/generators/invalid-hanging/input.test.md index c67a308297f..77b801f128b 100644 --- a/internal/js-parser/test-fixtures/es2015/generators/invalid-hanging/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/generators/invalid-hanging/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/generators/invalid-hanging/input.js" end: Object { column: 0 - index: 26 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { filename: "es2015/generators/invalid-hanging/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2015/generators/invalid-hanging/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { identifierName: "foo" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -110,12 +100,10 @@ JSRoot { filename: "es2015/generators/invalid-hanging/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -126,12 +114,10 @@ JSRoot { filename: "es2015/generators/invalid-hanging/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -149,12 +135,10 @@ JSRoot { filename: "es2015/generators/invalid-hanging/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/generators/yield-regex/input.test.md b/internal/js-parser/test-fixtures/es2015/generators/yield-regex/input.test.md index a0b674c7104..412cf22557a 100644 --- a/internal/js-parser/test-fixtures/es2015/generators/yield-regex/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/generators/yield-regex/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/generators/yield-regex/input.js" end: Object { column: 0 - index: 29 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/generators/yield-regex/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2015/generators/yield-regex/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2015/generators/yield-regex/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "es2015/generators/yield-regex/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "es2015/generators/yield-regex/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { filename: "es2015/generators/yield-regex/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -156,12 +140,10 @@ JSRoot { filename: "es2015/generators/yield-regex/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -172,12 +154,10 @@ JSRoot { filename: "es2015/generators/yield-regex/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/identifiers/invalid-escape-seq-const/input.test.md b/internal/js-parser/test-fixtures/es2015/identifiers/invalid-escape-seq-const/input.test.md index 6cf6744c6be..3bcf2c4e9a7 100644 --- a/internal/js-parser/test-fixtures/es2015/identifiers/invalid-escape-seq-const/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/identifiers/invalid-escape-seq-const/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/identifiers/invalid-escape-seq-const/input.js" end: Object { column: 0 - index: 41 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2015/identifiers/invalid-escape-seq-const/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "es2015/identifiers/invalid-escape-seq-const/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { identifierName: "const" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "es2015/identifiers/invalid-escape-seq-const/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "es2015/identifiers/invalid-escape-seq-const/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -148,12 +134,10 @@ JSRoot { filename: "es2015/identifiers/invalid-escape-seq-const/input.js" end: Object { column: 17 - index: 40 line: 3 } start: Object { column: 0 - index: 23 line: 3 } } @@ -163,12 +147,10 @@ JSRoot { filename: "es2015/identifiers/invalid-escape-seq-const/input.js" end: Object { column: 17 - index: 40 line: 3 } start: Object { column: 0 - index: 23 line: 3 } } @@ -181,12 +163,10 @@ JSRoot { identifierName: "x" end: Object { column: 12 - index: 35 line: 3 } start: Object { column: 11 - index: 34 line: 3 } } @@ -195,12 +175,10 @@ JSRoot { filename: "es2015/identifiers/invalid-escape-seq-const/input.js" end: Object { column: 16 - index: 39 line: 3 } start: Object { column: 11 - index: 34 line: 3 } } @@ -211,12 +189,10 @@ JSRoot { filename: "es2015/identifiers/invalid-escape-seq-const/input.js" end: Object { column: 16 - index: 39 line: 3 } start: Object { column: 15 - index: 38 line: 3 } } diff --git a/internal/js-parser/test-fixtures/es2015/identifiers/invalid-escape-seq-export/input.test.md b/internal/js-parser/test-fixtures/es2015/identifiers/invalid-escape-seq-export/input.test.md index e28a518daf1..e45c02f7134 100644 --- a/internal/js-parser/test-fixtures/es2015/identifiers/invalid-escape-seq-export/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/identifiers/invalid-escape-seq-export/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/identifiers/invalid-escape-seq-export/input.js" end: Object { column: 0 - index: 50 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2015/identifiers/invalid-escape-seq-export/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "es2015/identifiers/invalid-escape-seq-export/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { identifierName: "export" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "es2015/identifiers/invalid-escape-seq-export/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "es2015/identifiers/invalid-escape-seq-export/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -148,12 +134,10 @@ JSRoot { filename: "es2015/identifiers/invalid-escape-seq-export/input.js" end: Object { column: 6 - index: 30 line: 3 } start: Object { column: 0 - index: 24 line: 3 } } @@ -163,12 +147,10 @@ JSRoot { filename: "es2015/identifiers/invalid-escape-seq-export/input.js" end: Object { column: 6 - index: 30 line: 3 } start: Object { column: 0 - index: 24 line: 3 } } @@ -181,12 +163,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 29 line: 3 } start: Object { column: 4 - index: 28 line: 3 } } @@ -196,12 +176,10 @@ JSRoot { filename: "es2015/identifiers/invalid-escape-seq-export/input.js" end: Object { column: 5 - index: 29 line: 3 } start: Object { column: 4 - index: 28 line: 3 } } @@ -216,12 +194,10 @@ JSRoot { filename: "es2015/identifiers/invalid-escape-seq-export/input.js" end: Object { column: 18 - index: 49 line: 4 } start: Object { column: 0 - index: 31 line: 4 } } @@ -231,12 +207,10 @@ JSRoot { filename: "es2015/identifiers/invalid-escape-seq-export/input.js" end: Object { column: 15 - index: 46 line: 4 } start: Object { column: 14 - index: 45 line: 4 } } @@ -247,12 +221,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 46 line: 4 } start: Object { column: 14 - index: 45 line: 4 } } @@ -264,12 +236,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 46 line: 4 } start: Object { column: 14 - index: 45 line: 4 } } diff --git a/internal/js-parser/test-fixtures/es2015/identifiers/invalid-escape-seq-if/input.test.md b/internal/js-parser/test-fixtures/es2015/identifiers/invalid-escape-seq-if/input.test.md index 1b0b6cb0f12..e1cffd4016b 100644 --- a/internal/js-parser/test-fixtures/es2015/identifiers/invalid-escape-seq-if/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/identifiers/invalid-escape-seq-if/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/identifiers/invalid-escape-seq-if/input.js" end: Object { column: 0 - index: 23 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -67,12 +63,10 @@ JSRoot { filename: "es2015/identifiers/invalid-escape-seq-if/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { filename: "es2015/identifiers/invalid-escape-seq-if/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { filename: "es2015/identifiers/invalid-escape-seq-if/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/identifiers/invalid-escape-seq-import/input.test.md b/internal/js-parser/test-fixtures/es2015/identifiers/invalid-escape-seq-import/input.test.md index ba84a4006ca..07c6a64efbe 100644 --- a/internal/js-parser/test-fixtures/es2015/identifiers/invalid-escape-seq-import/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/identifiers/invalid-escape-seq-import/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/identifiers/invalid-escape-seq-import/input.js" end: Object { column: 0 - index: 91 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2015/identifiers/invalid-escape-seq-import/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "es2015/identifiers/invalid-escape-seq-import/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { identifierName: "import" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "es2015/identifiers/invalid-escape-seq-import/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "es2015/identifiers/invalid-escape-seq-import/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 43 - index: 43 line: 1 } } @@ -152,12 +138,10 @@ JSRoot { filename: "es2015/identifiers/invalid-escape-seq-import/input.js" end: Object { column: 41 - index: 90 line: 3 } start: Object { column: 0 - index: 49 line: 3 } } @@ -167,12 +151,10 @@ JSRoot { filename: "es2015/identifiers/invalid-escape-seq-import/input.js" end: Object { column: 40 - index: 89 line: 3 } start: Object { column: 37 - index: 86 line: 3 } } diff --git a/internal/js-parser/test-fixtures/es2015/identifiers/invalid-escape-seq-null/input.test.md b/internal/js-parser/test-fixtures/es2015/identifiers/invalid-escape-seq-null/input.test.md index 9566564f1b3..7c761653d01 100644 --- a/internal/js-parser/test-fixtures/es2015/identifiers/invalid-escape-seq-null/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/identifiers/invalid-escape-seq-null/input.test.md @@ -21,57 +21,23 @@ JSRoot { filename: "es2015/identifiers/invalid-escape-seq-null/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } - diagnostics: Array [ - Object { - origins: Array [Object {category: "parse/js"}] - description: Object { - advice: Array [] - category: "parse/js" - message: MARKUP { - parts: Array [ - RAW_MARKUP {value: "Escape sequence in keyword "} - "null" - ] - } - } - location: Object { - filename: "es2015/identifiers/invalid-escape-seq-null/input.js" - mtime: undefined - sourceText: undefined - end: Object { - column: 3 - index: 3 - line: 1 - } - start: Object { - column: 3 - index: 3 - line: 1 - } - } - } - ] body: Array [ JSExpressionStatement { loc: Object { filename: "es2015/identifiers/invalid-escape-seq-null/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,18 +46,44 @@ JSRoot { filename: "es2015/identifiers/invalid-escape-seq-null/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } } } ] + diagnostics: Array [ + Object { + origins: Array [Object {category: "parse/js"}] + description: Object { + advice: Array [] + category: "parse/js" + message: MARKUP { + parts: Array [ + RAW_MARKUP {value: "Escape sequence in keyword "} + "null" + ] + } + } + location: Object { + filename: "es2015/identifiers/invalid-escape-seq-null/input.js" + mtime: undefined + sourceText: undefined + end: Object { + column: 3 + line: 1 + } + start: Object { + column: 3 + line: 1 + } + } + } + ] } ``` diff --git a/internal/js-parser/test-fixtures/es2015/identifiers/invalid-escape-seq-true/input.test.md b/internal/js-parser/test-fixtures/es2015/identifiers/invalid-escape-seq-true/input.test.md index 46daf8303e6..50ffd1358af 100644 --- a/internal/js-parser/test-fixtures/es2015/identifiers/invalid-escape-seq-true/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/identifiers/invalid-escape-seq-true/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/identifiers/invalid-escape-seq-true/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2015/identifiers/invalid-escape-seq-true/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "es2015/identifiers/invalid-escape-seq-true/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/let/invalid-escape/input.test.md b/internal/js-parser/test-fixtures/es2015/let/invalid-escape/input.test.md index 1049a499b33..bb35bad8b83 100644 --- a/internal/js-parser/test-fixtures/es2015/let/invalid-escape/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/let/invalid-escape/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/let/invalid-escape/input.js" end: Object { column: 0 - index: 15 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/let/invalid-escape/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "let" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "es2015/let/invalid-escape/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "es2015/let/invalid-escape/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { identifierName: "x" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -141,12 +127,10 @@ JSRoot { filename: "es2015/let/invalid-escape/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/let/let-as-identifier-1/input.test.md b/internal/js-parser/test-fixtures/es2015/let/let-as-identifier-1/input.test.md index 5fe7905d84b..e23270bc35d 100644 --- a/internal/js-parser/test-fixtures/es2015/let/let-as-identifier-1/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/let/let-as-identifier-1/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/let/let-as-identifier-1/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/let/let-as-identifier-1/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/let/let-as-identifier-1/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "let" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "es2015/let/let-as-identifier-1/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/let/let-as-identifier-2/input.test.md b/internal/js-parser/test-fixtures/es2015/let/let-as-identifier-2/input.test.md index 1d281481412..01f12fdfbe9 100644 --- a/internal/js-parser/test-fixtures/es2015/let/let-as-identifier-2/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/let/let-as-identifier-2/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/let/let-as-identifier-2/input.js" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/let/let-as-identifier-2/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/let/let-as-identifier-2/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "let" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2015/let/let-as-identifier-2/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "es2015/let/let-as-identifier-2/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/let/let-as-identifier-3/input.test.md b/internal/js-parser/test-fixtures/es2015/let/let-as-identifier-3/input.test.md index c8bbf013a26..f7b1de04c40 100644 --- a/internal/js-parser/test-fixtures/es2015/let/let-as-identifier-3/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/let/let-as-identifier-3/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/let/let-as-identifier-3/input.js" end: Object { column: 0 - index: 19 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/let/let-as-identifier-3/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/let/let-as-identifier-3/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "let" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/let/let-as-identifier-4/input.test.md b/internal/js-parser/test-fixtures/es2015/let/let-as-identifier-4/input.test.md index 012178c53ee..7f88f994b97 100644 --- a/internal/js-parser/test-fixtures/es2015/let/let-as-identifier-4/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/let/let-as-identifier-4/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/let/let-as-identifier-4/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/let/let-as-identifier-4/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/let/let-as-identifier-4/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "es2015/let/let-as-identifier-4/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { identifierName: "let" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/let/let-as-identifier-5/input.test.md b/internal/js-parser/test-fixtures/es2015/let/let-as-identifier-5/input.test.md index b0bd0066ae0..29049c88669 100644 --- a/internal/js-parser/test-fixtures/es2015/let/let-as-identifier-5/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/let/let-as-identifier-5/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/let/let-as-identifier-5/input.js" end: Object { column: 0 - index: 14 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "es2015/let/let-as-identifier-5/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/let/let-as-identifier-5/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "es2015/let/let-as-identifier-5/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "let" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { filename: "es2015/let/let-as-identifier-5/input.js" end: Object { column: 2 - index: 13 line: 2 } start: Object { column: 0 - index: 11 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/let/let-as-identifier-6/input.test.md b/internal/js-parser/test-fixtures/es2015/let/let-as-identifier-6/input.test.md index a7f7e20dc5e..3c72484f3a7 100644 --- a/internal/js-parser/test-fixtures/es2015/let/let-as-identifier-6/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/let/let-as-identifier-6/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/let/let-as-identifier-6/input.js" end: Object { column: 0 - index: 18 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/let/let-as-identifier-6/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "es2015/let/let-as-identifier-6/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2015/let/let-as-identifier-6/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { identifierName: "let" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "es2015/let/let-as-identifier-6/input.js" end: Object { column: 3 - index: 17 line: 2 } start: Object { column: 0 - index: 14 line: 2 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "foo" end: Object { column: 3 - index: 17 line: 2 } start: Object { column: 0 - index: 14 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/let/let-as-identifier-7/input.test.md b/internal/js-parser/test-fixtures/es2015/let/let-as-identifier-7/input.test.md index 37b4155a81d..41b91e7325d 100644 --- a/internal/js-parser/test-fixtures/es2015/let/let-as-identifier-7/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/let/let-as-identifier-7/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/let/let-as-identifier-7/input.js" end: Object { column: 0 - index: 29 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/let/let-as-identifier-7/input.js" end: Object { column: 14 - index: 28 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "es2015/let/let-as-identifier-7/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2015/let/let-as-identifier-7/input.js" end: Object { column: 14 - index: 28 line: 2 } start: Object { column: 10 - index: 10 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "es2015/let/let-as-identifier-7/input.js" end: Object { column: 14 - index: 28 line: 2 } start: Object { column: 10 - index: 10 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { identifierName: "let" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 14 - index: 28 line: 2 } start: Object { column: 11 - index: 25 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/let/let-as-identifier-strict-fail/input.test.md b/internal/js-parser/test-fixtures/es2015/let/let-as-identifier-strict-fail/input.test.md index ef298707577..3e6ff7d5c6e 100644 --- a/internal/js-parser/test-fixtures/es2015/let/let-as-identifier-strict-fail/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/let/let-as-identifier-strict-fail/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "es2015/let/let-as-identifier-strict-fail/input.js" end: Object { column: 0 - index: 22 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "es2015/let/let-as-identifier-strict-fail/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 17 line: 2 } start: Object { column: 0 - index: 14 line: 2 } } @@ -83,12 +77,10 @@ JSRoot { filename: "es2015/let/let-as-identifier-strict-fail/input.js" end: Object { column: 7 - index: 21 line: 2 } start: Object { column: 0 - index: 14 line: 2 } } @@ -98,12 +90,10 @@ JSRoot { filename: "es2015/let/let-as-identifier-strict-fail/input.js" end: Object { column: 7 - index: 21 line: 2 } start: Object { column: 0 - index: 14 line: 2 } } @@ -114,12 +104,10 @@ JSRoot { identifierName: "let" end: Object { column: 3 - index: 17 line: 2 } start: Object { column: 0 - index: 14 line: 2 } } @@ -131,12 +119,10 @@ JSRoot { filename: "es2015/let/let-as-identifier-strict-fail/input.js" end: Object { column: 7 - index: 21 line: 2 } start: Object { column: 6 - index: 20 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/let/let-at-binding-list-fail-1/input.test.md b/internal/js-parser/test-fixtures/es2015/let/let-at-binding-list-fail-1/input.test.md index e8030f4bb24..f03448337af 100644 --- a/internal/js-parser/test-fixtures/es2015/let/let-at-binding-list-fail-1/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/let/let-at-binding-list-fail-1/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/let/let-at-binding-list-fail-1/input.js" end: Object { column: 0 - index: 18 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/let/let-at-binding-list-fail-1/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/let/let-at-binding-list-fail-1/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "es2015/let/let-at-binding-list-fail-1/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -88,12 +80,10 @@ JSRoot { identifierName: "let" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "es2015/let/let-at-binding-list-fail-1/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { identifierName: "let" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "es2015/let/let-at-binding-list-fail-1/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "es2015/let/let-at-binding-list-fail-1/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -164,12 +146,10 @@ JSRoot { filename: "es2015/let/let-at-binding-list-fail-1/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/let/let-at-binding-list-fail-2/input.test.md b/internal/js-parser/test-fixtures/es2015/let/let-at-binding-list-fail-2/input.test.md index f9f40c34c73..facdaae9a5a 100644 --- a/internal/js-parser/test-fixtures/es2015/let/let-at-binding-list-fail-2/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/let/let-at-binding-list-fail-2/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/let/let-at-binding-list-fail-2/input.js" end: Object { column: 0 - index: 20 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/let/let-at-binding-list-fail-2/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/let/let-at-binding-list-fail-2/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "es2015/let/let-at-binding-list-fail-2/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -88,12 +80,10 @@ JSRoot { identifierName: "let" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "es2015/let/let-at-binding-list-fail-2/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { identifierName: "let" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "es2015/let/let-at-binding-list-fail-2/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "es2015/let/let-at-binding-list-fail-2/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -164,12 +146,10 @@ JSRoot { filename: "es2015/let/let-at-binding-list-fail-2/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/let/let-at-binding-list-fail-3/input.test.md b/internal/js-parser/test-fixtures/es2015/let/let-at-binding-list-fail-3/input.test.md index 90c8f0f91f2..4a375db4e19 100644 --- a/internal/js-parser/test-fixtures/es2015/let/let-at-binding-list-fail-3/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/let/let-at-binding-list-fail-3/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/let/let-at-binding-list-fail-3/input.js" end: Object { column: 0 - index: 16 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/let/let-at-binding-list-fail-3/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/let/let-at-binding-list-fail-3/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "es2015/let/let-at-binding-list-fail-3/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "let" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "es2015/let/let-at-binding-list-fail-3/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "es2015/let/let-at-binding-list-fail-3/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "es2015/let/let-at-binding-list-fail-3/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/let/let-at-binding-list-fail-4/input.test.md b/internal/js-parser/test-fixtures/es2015/let/let-at-binding-list-fail-4/input.test.md index 68dd713e80b..64e63d308c5 100644 --- a/internal/js-parser/test-fixtures/es2015/let/let-at-binding-list-fail-4/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/let/let-at-binding-list-fail-4/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/let/let-at-binding-list-fail-4/input.js" end: Object { column: 0 - index: 18 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/let/let-at-binding-list-fail-4/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/let/let-at-binding-list-fail-4/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "es2015/let/let-at-binding-list-fail-4/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "let" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "es2015/let/let-at-binding-list-fail-4/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "es2015/let/let-at-binding-list-fail-4/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "es2015/let/let-at-binding-list-fail-4/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/let/let-at-binding-list-fail-5/input.test.md b/internal/js-parser/test-fixtures/es2015/let/let-at-binding-list-fail-5/input.test.md index 3f0204da4fd..309b69dd249 100644 --- a/internal/js-parser/test-fixtures/es2015/let/let-at-binding-list-fail-5/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/let/let-at-binding-list-fail-5/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/let/let-at-binding-list-fail-5/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/let/let-at-binding-list-fail-5/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/let/let-at-binding-list-fail-5/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "let" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "es2015/let/let-at-binding-list-fail-5/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/let/let-at-binding-list-fail-6/input.test.md b/internal/js-parser/test-fixtures/es2015/let/let-at-binding-list-fail-6/input.test.md index 8c80c23a9fb..c4505f32962 100644 --- a/internal/js-parser/test-fixtures/es2015/let/let-at-binding-list-fail-6/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/let/let-at-binding-list-fail-6/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/let/let-at-binding-list-fail-6/input.js" end: Object { column: 0 - index: 15 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/let/let-at-binding-list-fail-6/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/let/let-at-binding-list-fail-6/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "let" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2015/let/let-at-binding-list-fail-6/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "es2015/let/let-at-binding-list-fail-6/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/let/let-at-catch-block/input.test.md b/internal/js-parser/test-fixtures/es2015/let/let-at-catch-block/input.test.md index 1d0df6bcf75..e6c4346c6e9 100644 --- a/internal/js-parser/test-fixtures/es2015/let/let-at-catch-block/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/let/let-at-catch-block/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/let/let-at-catch-block/input.js" end: Object { column: 1 - index: 33 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "es2015/let/let-at-catch-block/input.js" end: Object { column: 1 - index: 33 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/let/let-at-catch-block/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "es2015/let/let-at-catch-block/input.js" end: Object { column: 1 - index: 33 line: 3 } start: Object { column: 7 - index: 7 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "err" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "es2015/let/let-at-catch-block/input.js" end: Object { column: 1 - index: 33 line: 3 } start: Object { column: 19 - index: 19 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "es2015/let/let-at-catch-block/input.js" end: Object { column: 10 - index: 31 line: 2 } start: Object { column: 2 - index: 23 line: 2 } } @@ -131,12 +117,10 @@ JSRoot { filename: "es2015/let/let-at-catch-block/input.js" end: Object { column: 10 - index: 31 line: 2 } start: Object { column: 2 - index: 23 line: 2 } } @@ -149,12 +133,10 @@ JSRoot { identifierName: "let" end: Object { column: 9 - index: 30 line: 2 } start: Object { column: 6 - index: 27 line: 2 } } @@ -164,12 +146,10 @@ JSRoot { filename: "es2015/let/let-at-catch-block/input.js" end: Object { column: 9 - index: 30 line: 2 } start: Object { column: 6 - index: 27 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/let/let-block-with-newline/input.test.md b/internal/js-parser/test-fixtures/es2015/let/let-block-with-newline/input.test.md index 0d0b1625db3..a0b130848bf 100644 --- a/internal/js-parser/test-fixtures/es2015/let/let-block-with-newline/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/let/let-block-with-newline/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/let/let-block-with-newline/input.js" end: Object { column: 0 - index: 40 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "es2015/let/let-block-with-newline/input.js" end: Object { column: 17 - index: 30 line: 2 } start: Object { column: 11 - index: 24 line: 2 } } @@ -56,12 +52,10 @@ JSRoot { filename: "es2015/let/let-block-with-newline/input.js" end: Object { column: 1 - index: 39 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "es2015/let/let-block-with-newline/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "es2015/let/let-block-with-newline/input.js" end: Object { column: 1 - index: 39 line: 4 } start: Object { column: 11 - index: 11 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "es2015/let/let-block-with-newline/input.js" end: Object { column: 10 - index: 23 line: 2 } start: Object { column: 4 - index: 17 line: 2 } } @@ -119,12 +107,10 @@ JSRoot { identifierName: "L" end: Object { column: 5 - index: 18 line: 2 } start: Object { column: 4 - index: 17 line: 2 } } @@ -135,12 +121,10 @@ JSRoot { filename: "es2015/let/let-block-with-newline/input.js" end: Object { column: 10 - index: 23 line: 2 } start: Object { column: 7 - index: 20 line: 2 } } @@ -152,12 +136,10 @@ JSRoot { identifierName: "let" end: Object { column: 10 - index: 23 line: 2 } start: Object { column: 7 - index: 20 line: 2 } } @@ -172,12 +154,10 @@ JSRoot { filename: "es2015/let/let-block-with-newline/input.js" end: Object { column: 6 - index: 37 line: 3 } start: Object { column: 4 - index: 35 line: 3 } } diff --git a/internal/js-parser/test-fixtures/es2015/let/let-with-linebreak-arr-dstrk/input.test.md b/internal/js-parser/test-fixtures/es2015/let/let-with-linebreak-arr-dstrk/input.test.md index ec03974cb52..05b4a5bc3d7 100644 --- a/internal/js-parser/test-fixtures/es2015/let/let-with-linebreak-arr-dstrk/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/let/let-with-linebreak-arr-dstrk/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/let/let-with-linebreak-arr-dstrk/input.js" end: Object { column: 0 - index: 19 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/let/let-with-linebreak-arr-dstrk/input.js" end: Object { column: 14 - index: 18 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/let/let-with-linebreak-arr-dstrk/input.js" end: Object { column: 14 - index: 18 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "es2015/let/let-with-linebreak-arr-dstrk/input.js" end: Object { column: 7 - index: 11 line: 2 } start: Object { column: 4 - index: 8 line: 2 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "a" end: Object { column: 6 - index: 10 line: 2 } start: Object { column: 5 - index: 9 line: 2 } } @@ -102,12 +92,10 @@ JSRoot { filename: "es2015/let/let-with-linebreak-arr-dstrk/input.js" end: Object { column: 6 - index: 10 line: 2 } start: Object { column: 5 - index: 9 line: 2 } } @@ -119,12 +107,10 @@ JSRoot { filename: "es2015/let/let-with-linebreak-arr-dstrk/input.js" end: Object { column: 13 - index: 17 line: 2 } start: Object { column: 4 - index: 8 line: 2 } } @@ -133,12 +119,10 @@ JSRoot { filename: "es2015/let/let-with-linebreak-arr-dstrk/input.js" end: Object { column: 13 - index: 17 line: 2 } start: Object { column: 10 - index: 14 line: 2 } } @@ -150,12 +134,10 @@ JSRoot { filename: "es2015/let/let-with-linebreak-arr-dstrk/input.js" end: Object { column: 12 - index: 16 line: 2 } start: Object { column: 11 - index: 15 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/let/let-with-linebreak-obj-dstrk/input.test.md b/internal/js-parser/test-fixtures/es2015/let/let-with-linebreak-obj-dstrk/input.test.md index 29cf0e840a8..1de4f17f371 100644 --- a/internal/js-parser/test-fixtures/es2015/let/let-with-linebreak-obj-dstrk/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/let/let-with-linebreak-obj-dstrk/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/let/let-with-linebreak-obj-dstrk/input.js" end: Object { column: 0 - index: 26 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/let/let-with-linebreak-obj-dstrk/input.js" end: Object { column: 21 - index: 25 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/let/let-with-linebreak-obj-dstrk/input.js" end: Object { column: 21 - index: 25 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "es2015/let/let-with-linebreak-obj-dstrk/input.js" end: Object { column: 9 - index: 13 line: 2 } start: Object { column: 4 - index: 8 line: 2 } } @@ -88,12 +80,10 @@ JSRoot { identifierName: "a" end: Object { column: 7 - index: 11 line: 2 } start: Object { column: 6 - index: 10 line: 2 } } @@ -102,12 +92,10 @@ JSRoot { filename: "es2015/let/let-with-linebreak-obj-dstrk/input.js" end: Object { column: 7 - index: 11 line: 2 } start: Object { column: 6 - index: 10 line: 2 } } @@ -119,12 +107,10 @@ JSRoot { identifierName: "a" end: Object { column: 7 - index: 11 line: 2 } start: Object { column: 6 - index: 10 line: 2 } } @@ -133,12 +119,10 @@ JSRoot { filename: "es2015/let/let-with-linebreak-obj-dstrk/input.js" end: Object { column: 7 - index: 11 line: 2 } start: Object { column: 6 - index: 10 line: 2 } } @@ -149,12 +133,10 @@ JSRoot { filename: "es2015/let/let-with-linebreak-obj-dstrk/input.js" end: Object { column: 20 - index: 24 line: 2 } start: Object { column: 4 - index: 8 line: 2 } } @@ -163,12 +145,10 @@ JSRoot { filename: "es2015/let/let-with-linebreak-obj-dstrk/input.js" end: Object { column: 20 - index: 24 line: 2 } start: Object { column: 12 - index: 16 line: 2 } } @@ -182,12 +162,10 @@ JSRoot { identifierName: "a" end: Object { column: 15 - index: 19 line: 2 } start: Object { column: 14 - index: 18 line: 2 } } @@ -196,12 +174,10 @@ JSRoot { filename: "es2015/let/let-with-linebreak-obj-dstrk/input.js" end: Object { column: 15 - index: 19 line: 2 } start: Object { column: 14 - index: 18 line: 2 } } @@ -213,12 +189,10 @@ JSRoot { filename: "es2015/let/let-with-linebreak-obj-dstrk/input.js" end: Object { column: 18 - index: 22 line: 2 } start: Object { column: 17 - index: 21 line: 2 } } @@ -227,12 +201,10 @@ JSRoot { filename: "es2015/let/let-with-linebreak-obj-dstrk/input.js" end: Object { column: 18 - index: 22 line: 2 } start: Object { column: 14 - index: 18 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/let/let-with-linebreak/input.test.md b/internal/js-parser/test-fixtures/es2015/let/let-with-linebreak/input.test.md index 2ad44956889..3bc947989a8 100644 --- a/internal/js-parser/test-fixtures/es2015/let/let-with-linebreak/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/let/let-with-linebreak/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/let/let-with-linebreak/input.js" end: Object { column: 0 - index: 11 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/let/let-with-linebreak/input.js" end: Object { column: 6 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/let/let-with-linebreak/input.js" end: Object { column: 6 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "a" end: Object { column: 5 - index: 9 line: 2 } start: Object { column: 4 - index: 8 line: 2 } } @@ -85,12 +77,10 @@ JSRoot { filename: "es2015/let/let-with-linebreak/input.js" end: Object { column: 5 - index: 9 line: 2 } start: Object { column: 4 - index: 8 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/let/try-catch-let/input.test.md b/internal/js-parser/test-fixtures/es2015/let/try-catch-let/input.test.md index 7b6334158b7..7eeabd820f0 100644 --- a/internal/js-parser/test-fixtures/es2015/let/try-catch-let/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/let/try-catch-let/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/let/try-catch-let/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "es2015/let/try-catch-let/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/let/try-catch-let/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "es2015/let/try-catch-let/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "es2015/let/try-catch-let/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "let" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/meta-properties/expression/input.test.md b/internal/js-parser/test-fixtures/es2015/meta-properties/expression/input.test.md index 19b6aee11d5..4ae0fb3b9fa 100644 --- a/internal/js-parser/test-fixtures/es2015/meta-properties/expression/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/meta-properties/expression/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/meta-properties/expression/input.js" end: Object { column: 0 - index: 40 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/meta-properties/expression/input.js" end: Object { column: 2 - index: 39 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/meta-properties/expression/input.js" end: Object { column: 2 - index: 39 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2015/meta-properties/expression/input.js" end: Object { column: 1 - index: 38 line: 3 } start: Object { column: 6 - index: 6 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "es2015/meta-properties/expression/input.js" end: Object { column: 1 - index: 38 line: 3 } start: Object { column: 10 - index: 10 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { filename: "es2015/meta-properties/expression/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "es2015/meta-properties/expression/input.js" end: Object { column: 1 - index: 38 line: 3 } start: Object { column: 21 - index: 21 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { filename: "es2015/meta-properties/expression/input.js" end: Object { column: 13 - index: 36 line: 2 } start: Object { column: 2 - index: 25 line: 2 } } @@ -166,12 +148,10 @@ JSRoot { filename: "es2015/meta-properties/expression/input.js" end: Object { column: 12 - index: 35 line: 2 } start: Object { column: 2 - index: 25 line: 2 } } @@ -182,12 +162,10 @@ JSRoot { identifierName: "new" end: Object { column: 5 - index: 28 line: 2 } start: Object { column: 2 - index: 25 line: 2 } } @@ -199,12 +177,10 @@ JSRoot { identifierName: "target" end: Object { column: 12 - index: 35 line: 2 } start: Object { column: 6 - index: 29 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/meta-properties/invalid-arrow-function/input.test.md b/internal/js-parser/test-fixtures/es2015/meta-properties/invalid-arrow-function/input.test.md index 91337266d32..609ca4104bf 100644 --- a/internal/js-parser/test-fixtures/es2015/meta-properties/invalid-arrow-function/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/meta-properties/invalid-arrow-function/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/meta-properties/invalid-arrow-function/input.js" end: Object { column: 0 - index: 34 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 12 - index: 30 line: 2 } start: Object { column: 2 - index: 20 line: 2 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/meta-properties/invalid-arrow-function/input.js" end: Object { column: 1 - index: 33 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2015/meta-properties/invalid-arrow-function/input.js" end: Object { column: 1 - index: 33 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "es2015/meta-properties/invalid-arrow-function/input.js" end: Object { column: 1 - index: 33 line: 3 } start: Object { column: 6 - index: 6 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "es2015/meta-properties/invalid-arrow-function/input.js" end: Object { column: 1 - index: 33 line: 3 } start: Object { column: 10 - index: 10 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { filename: "es2015/meta-properties/invalid-arrow-function/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { filename: "es2015/meta-properties/invalid-arrow-function/input.js" end: Object { column: 1 - index: 33 line: 3 } start: Object { column: 16 - index: 16 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { filename: "es2015/meta-properties/invalid-arrow-function/input.js" end: Object { column: 13 - index: 31 line: 2 } start: Object { column: 2 - index: 20 line: 2 } } @@ -187,12 +167,10 @@ JSRoot { filename: "es2015/meta-properties/invalid-arrow-function/input.js" end: Object { column: 12 - index: 30 line: 2 } start: Object { column: 2 - index: 20 line: 2 } } @@ -203,12 +181,10 @@ JSRoot { identifierName: "new" end: Object { column: 5 - index: 23 line: 2 } start: Object { column: 2 - index: 20 line: 2 } } @@ -220,12 +196,10 @@ JSRoot { identifierName: "target" end: Object { column: 12 - index: 30 line: 2 } start: Object { column: 6 - index: 24 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/meta-properties/nested-arrow-function/input.test.md b/internal/js-parser/test-fixtures/es2015/meta-properties/nested-arrow-function/input.test.md index 8fe8b05a507..34966104377 100644 --- a/internal/js-parser/test-fixtures/es2015/meta-properties/nested-arrow-function/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/meta-properties/nested-arrow-function/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/meta-properties/nested-arrow-function/input.js" end: Object { column: 0 - index: 41 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/meta-properties/nested-arrow-function/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2015/meta-properties/nested-arrow-function/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2015/meta-properties/nested-arrow-function/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "es2015/meta-properties/nested-arrow-function/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { filename: "es2015/meta-properties/nested-arrow-function/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -141,12 +127,10 @@ JSRoot { filename: "es2015/meta-properties/nested-arrow-function/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -156,12 +140,10 @@ JSRoot { filename: "es2015/meta-properties/nested-arrow-function/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -172,12 +154,10 @@ JSRoot { identifierName: "new" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -189,12 +169,10 @@ JSRoot { identifierName: "target" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/meta-properties/new-invalid-prop/input.test.md b/internal/js-parser/test-fixtures/es2015/meta-properties/new-invalid-prop/input.test.md index 2a51e06f2c5..0b92679694b 100644 --- a/internal/js-parser/test-fixtures/es2015/meta-properties/new-invalid-prop/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/meta-properties/new-invalid-prop/input.test.md @@ -21,18 +21,29 @@ JSRoot { filename: "es2015/meta-properties/new-invalid-prop/input.js" end: Object { column: 1 - index: 27 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } diagnostics: Array [ Object { origins: Array [Object {category: "parse/js"}] + location: Object { + filename: "es2015/meta-properties/new-invalid-prop/input.js" + mtime: undefined + sourceText: undefined + end: Object { + column: 10 + line: 2 + } + start: Object { + column: 6 + line: 2 + } + } description: Object { advice: Array [] category: "parse/js" @@ -47,21 +58,6 @@ JSRoot { ] } } - location: Object { - filename: "es2015/meta-properties/new-invalid-prop/input.js" - mtime: undefined - sourceText: undefined - end: Object { - column: 10 - index: 25 - line: 2 - } - start: Object { - column: 6 - index: 21 - line: 2 - } - } } ] body: Array [ @@ -73,12 +69,10 @@ JSRoot { identifierName: "f" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -87,12 +81,10 @@ JSRoot { filename: "es2015/meta-properties/new-invalid-prop/input.js" end: Object { column: 1 - index: 27 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -109,12 +101,10 @@ JSRoot { filename: "es2015/meta-properties/new-invalid-prop/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -125,12 +115,10 @@ JSRoot { filename: "es2015/meta-properties/new-invalid-prop/input.js" end: Object { column: 1 - index: 27 line: 3 } start: Object { column: 13 - index: 13 line: 1 } } @@ -140,12 +128,10 @@ JSRoot { filename: "es2015/meta-properties/new-invalid-prop/input.js" end: Object { column: 10 - index: 25 line: 2 } start: Object { column: 2 - index: 17 line: 2 } } @@ -154,12 +140,10 @@ JSRoot { filename: "es2015/meta-properties/new-invalid-prop/input.js" end: Object { column: 10 - index: 25 line: 2 } start: Object { column: 2 - index: 17 line: 2 } } @@ -170,12 +154,10 @@ JSRoot { identifierName: "new" end: Object { column: 5 - index: 20 line: 2 } start: Object { column: 2 - index: 17 line: 2 } } @@ -187,12 +169,10 @@ JSRoot { identifierName: "prop" end: Object { column: 10 - index: 25 line: 2 } start: Object { column: 6 - index: 21 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/meta-properties/new-target-inside-params/input.test.md b/internal/js-parser/test-fixtures/es2015/meta-properties/new-target-inside-params/input.test.md index a957f6ac2a1..b6934169bff 100644 --- a/internal/js-parser/test-fixtures/es2015/meta-properties/new-target-inside-params/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/meta-properties/new-target-inside-params/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/meta-properties/new-target-inside-params/input.js" end: Object { column: 0 - index: 74 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/meta-properties/new-target-inside-params/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2015/meta-properties/new-target-inside-params/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2015/meta-properties/new-target-inside-params/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "es2015/meta-properties/new-target-inside-params/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { identifierName: "x" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -139,12 +125,10 @@ JSRoot { filename: "es2015/meta-properties/new-target-inside-params/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -155,12 +139,10 @@ JSRoot { filename: "es2015/meta-properties/new-target-inside-params/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -171,12 +153,10 @@ JSRoot { identifierName: "new" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -188,12 +168,10 @@ JSRoot { identifierName: "target" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -211,12 +189,10 @@ JSRoot { identifierName: "Bar" end: Object { column: 12 - index: 44 line: 2 } start: Object { column: 9 - index: 41 line: 2 } } @@ -225,12 +201,10 @@ JSRoot { filename: "es2015/meta-properties/new-target-inside-params/input.js" end: Object { column: 41 - index: 73 line: 2 } start: Object { column: 0 - index: 32 line: 2 } } @@ -247,12 +221,10 @@ JSRoot { filename: "es2015/meta-properties/new-target-inside-params/input.js" end: Object { column: 14 - index: 46 line: 2 } start: Object { column: 12 - index: 44 line: 2 } } @@ -263,12 +235,10 @@ JSRoot { filename: "es2015/meta-properties/new-target-inside-params/input.js" end: Object { column: 41 - index: 73 line: 2 } start: Object { column: 15 - index: 47 line: 2 } } @@ -278,12 +248,10 @@ JSRoot { filename: "es2015/meta-properties/new-target-inside-params/input.js" end: Object { column: 39 - index: 71 line: 2 } start: Object { column: 17 - index: 49 line: 2 } } @@ -292,12 +260,10 @@ JSRoot { filename: "es2015/meta-properties/new-target-inside-params/input.js" end: Object { column: 39 - index: 71 line: 2 } start: Object { column: 17 - index: 49 line: 2 } } @@ -308,12 +274,10 @@ JSRoot { filename: "es2015/meta-properties/new-target-inside-params/input.js" end: Object { column: 39 - index: 71 line: 2 } start: Object { column: 37 - index: 69 line: 2 } } @@ -328,12 +292,10 @@ JSRoot { filename: "es2015/meta-properties/new-target-inside-params/input.js" end: Object { column: 36 - index: 68 line: 2 } start: Object { column: 17 - index: 49 line: 2 } } @@ -344,12 +306,10 @@ JSRoot { filename: "es2015/meta-properties/new-target-inside-params/input.js" end: Object { column: 32 - index: 64 line: 2 } start: Object { column: 18 - index: 50 line: 2 } } @@ -360,12 +320,10 @@ JSRoot { identifierName: "x" end: Object { column: 19 - index: 51 line: 2 } start: Object { column: 18 - index: 50 line: 2 } } @@ -375,12 +333,10 @@ JSRoot { filename: "es2015/meta-properties/new-target-inside-params/input.js" end: Object { column: 32 - index: 64 line: 2 } start: Object { column: 22 - index: 54 line: 2 } } @@ -391,12 +347,10 @@ JSRoot { identifierName: "new" end: Object { column: 25 - index: 57 line: 2 } start: Object { column: 22 - index: 54 line: 2 } } @@ -408,12 +362,10 @@ JSRoot { identifierName: "target" end: Object { column: 32 - index: 64 line: 2 } start: Object { column: 26 - index: 58 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/meta-properties/new-target-invalid-escaped-new/input.test.md b/internal/js-parser/test-fixtures/es2015/meta-properties/new-target-invalid-escaped-new/input.test.md index c1f859721e9..020b8af6f3f 100644 --- a/internal/js-parser/test-fixtures/es2015/meta-properties/new-target-invalid-escaped-new/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/meta-properties/new-target-invalid-escaped-new/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/meta-properties/new-target-invalid-escaped-new/input.js" end: Object { column: 0 - index: 34 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "f" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "es2015/meta-properties/new-target-invalid-escaped-new/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "es2015/meta-properties/new-target-invalid-escaped-new/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -121,12 +111,10 @@ JSRoot { filename: "es2015/meta-properties/new-target-invalid-escaped-new/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "es2015/meta-properties/new-target-invalid-escaped-new/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -150,12 +136,10 @@ JSRoot { filename: "es2015/meta-properties/new-target-invalid-escaped-new/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -166,12 +150,10 @@ JSRoot { identifierName: "new" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -183,12 +165,10 @@ JSRoot { identifierName: "target" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/meta-properties/new-target-invalid-escaped-target/input.test.md b/internal/js-parser/test-fixtures/es2015/meta-properties/new-target-invalid-escaped-target/input.test.md index 92251139d98..a67b9f347f4 100644 --- a/internal/js-parser/test-fixtures/es2015/meta-properties/new-target-invalid-escaped-target/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/meta-properties/new-target-invalid-escaped-target/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/meta-properties/new-target-invalid-escaped-target/input.js" end: Object { column: 0 - index: 34 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "f" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "es2015/meta-properties/new-target-invalid-escaped-target/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "es2015/meta-properties/new-target-invalid-escaped-target/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -121,12 +111,10 @@ JSRoot { filename: "es2015/meta-properties/new-target-invalid-escaped-target/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "es2015/meta-properties/new-target-invalid-escaped-target/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -150,12 +136,10 @@ JSRoot { filename: "es2015/meta-properties/new-target-invalid-escaped-target/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -166,12 +150,10 @@ JSRoot { identifierName: "new" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -183,12 +165,10 @@ JSRoot { identifierName: "target" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/meta-properties/new-target-invalid/input.test.md b/internal/js-parser/test-fixtures/es2015/meta-properties/new-target-invalid/input.test.md index 3f91948761f..e38921541ce 100644 --- a/internal/js-parser/test-fixtures/es2015/meta-properties/new-target-invalid/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/meta-properties/new-target-invalid/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/meta-properties/new-target-invalid/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/meta-properties/new-target-invalid/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "es2015/meta-properties/new-target-invalid/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "new" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { identifierName: "target" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/meta-properties/new-target/input.test.md b/internal/js-parser/test-fixtures/es2015/meta-properties/new-target/input.test.md index 00f3e1ee187..bba789b44e4 100644 --- a/internal/js-parser/test-fixtures/es2015/meta-properties/new-target/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/meta-properties/new-target/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/meta-properties/new-target/input.js" end: Object { column: 0 - index: 30 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "foo" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/meta-properties/new-target/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2015/meta-properties/new-target/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2015/meta-properties/new-target/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "es2015/meta-properties/new-target/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { filename: "es2015/meta-properties/new-target/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { identifierName: "new" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -154,12 +138,10 @@ JSRoot { identifierName: "target" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/meta-properties/statement/input.test.md b/internal/js-parser/test-fixtures/es2015/meta-properties/statement/input.test.md index f79f9c9abff..5bd113b88f3 100644 --- a/internal/js-parser/test-fixtures/es2015/meta-properties/statement/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/meta-properties/statement/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/meta-properties/statement/input.js" end: Object { column: 0 - index: 31 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/meta-properties/statement/input.js" end: Object { column: 1 - index: 30 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2015/meta-properties/statement/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2015/meta-properties/statement/input.js" end: Object { column: 1 - index: 30 line: 3 } start: Object { column: 13 - index: 13 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "es2015/meta-properties/statement/input.js" end: Object { column: 13 - index: 28 line: 2 } start: Object { column: 2 - index: 17 line: 2 } } @@ -121,12 +109,10 @@ JSRoot { filename: "es2015/meta-properties/statement/input.js" end: Object { column: 12 - index: 27 line: 2 } start: Object { column: 2 - index: 17 line: 2 } } @@ -137,12 +123,10 @@ JSRoot { identifierName: "new" end: Object { column: 5 - index: 20 line: 2 } start: Object { column: 2 - index: 17 line: 2 } } @@ -154,12 +138,10 @@ JSRoot { identifierName: "target" end: Object { column: 12 - index: 27 line: 2 } start: Object { column: 6 - index: 21 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/modules/duplicate-export-default-and-export-as-default/input.test.md b/internal/js-parser/test-fixtures/es2015/modules/duplicate-export-default-and-export-as-default/input.test.md index 56a3f9521eb..fc7c1df784f 100644 --- a/internal/js-parser/test-fixtures/es2015/modules/duplicate-export-default-and-export-as-default/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/modules/duplicate-export-default-and-export-as-default/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/modules/duplicate-export-default-and-export-as-default/input.js" end: Object { column: 0 - index: 57 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { sourceText: undefined end: Object { column: 23 - index: 53 line: 2 } start: Object { column: 9 - index: 39 line: 2 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/modules/duplicate-export-default-and-export-as-default/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "es2015/modules/duplicate-export-default-and-export-as-default/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { filename: "es2015/modules/duplicate-export-default-and-export-as-default/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { filename: "es2015/modules/duplicate-export-default-and-export-as-default/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "es2015/modules/duplicate-export-default-and-export-as-default/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -150,12 +136,10 @@ JSRoot { filename: "es2015/modules/duplicate-export-default-and-export-as-default/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -167,12 +151,10 @@ JSRoot { filename: "es2015/modules/duplicate-export-default-and-export-as-default/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -184,12 +166,10 @@ JSRoot { filename: "es2015/modules/duplicate-export-default-and-export-as-default/input.js" end: Object { column: 26 - index: 56 line: 2 } start: Object { column: 0 - index: 30 line: 2 } } @@ -199,12 +179,10 @@ JSRoot { filename: "es2015/modules/duplicate-export-default-and-export-as-default/input.js" end: Object { column: 23 - index: 53 line: 2 } start: Object { column: 9 - index: 39 line: 2 } } @@ -215,12 +193,10 @@ JSRoot { identifierName: "default" end: Object { column: 23 - index: 53 line: 2 } start: Object { column: 16 - index: 46 line: 2 } } @@ -232,12 +208,10 @@ JSRoot { identifierName: "foo" end: Object { column: 12 - index: 42 line: 2 } start: Object { column: 9 - index: 39 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/modules/duplicate-export-default/input.test.md b/internal/js-parser/test-fixtures/es2015/modules/duplicate-export-default/input.test.md index 482f76eb44e..b16e9b31917 100644 --- a/internal/js-parser/test-fixtures/es2015/modules/duplicate-export-default/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/modules/duplicate-export-default/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/modules/duplicate-export-default/input.js" end: Object { column: 0 - index: 49 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { sourceText: undefined end: Object { column: 28 - index: 47 line: 2 } start: Object { column: 15 - index: 34 line: 2 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/modules/duplicate-export-default/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "es2015/modules/duplicate-export-default/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "es2015/modules/duplicate-export-default/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "es2015/modules/duplicate-export-default/input.js" end: Object { column: 28 - index: 47 line: 2 } start: Object { column: 0 - index: 19 line: 2 } } @@ -128,12 +116,10 @@ JSRoot { filename: "es2015/modules/duplicate-export-default/input.js" end: Object { column: 28 - index: 47 line: 2 } start: Object { column: 15 - index: 34 line: 2 } } @@ -142,12 +128,10 @@ JSRoot { filename: "es2015/modules/duplicate-export-default/input.js" end: Object { column: 28 - index: 47 line: 2 } start: Object { column: 15 - index: 34 line: 2 } } @@ -158,12 +142,10 @@ JSRoot { filename: "es2015/modules/duplicate-export-default/input.js" end: Object { column: 28 - index: 47 line: 2 } start: Object { column: 26 - index: 45 line: 2 } } @@ -181,12 +163,10 @@ JSRoot { filename: "es2015/modules/duplicate-export-default/input.js" end: Object { column: 25 - index: 44 line: 2 } start: Object { column: 23 - index: 42 line: 2 } } @@ -198,12 +178,10 @@ JSRoot { filename: "es2015/modules/duplicate-export-default/input.js" end: Object { column: 29 - index: 48 line: 2 } start: Object { column: 28 - index: 47 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-builtin/input.test.md b/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-builtin/input.test.md index 34a93a5f36b..8d1fe6ca22b 100644 --- a/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-builtin/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-builtin/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-builtin/input.js" end: Object { column: 0 - index: 42 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-builtin/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-builtin/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "toString" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-builtin/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-builtin/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-builtin/input.js" end: Object { column: 20 - index: 41 line: 3 } start: Object { column: 0 - index: 21 line: 3 } } @@ -136,12 +122,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-builtin/input.js" end: Object { column: 17 - index: 38 line: 3 } start: Object { column: 9 - index: 30 line: 3 } } @@ -152,12 +136,10 @@ JSRoot { identifierName: "toString" end: Object { column: 17 - index: 38 line: 3 } start: Object { column: 9 - index: 30 line: 3 } } @@ -169,12 +151,10 @@ JSRoot { identifierName: "toString" end: Object { column: 17 - index: 38 line: 3 } start: Object { column: 9 - index: 30 line: 3 } } diff --git a/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-class-declaration/input.test.md b/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-class-declaration/input.test.md index a7acd88a930..107c34dada1 100644 --- a/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-class-declaration/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-class-declaration/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-class-declaration/input.js" end: Object { column: 0 - index: 37 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { sourceText: undefined end: Object { column: 19 - index: 35 line: 2 } start: Object { column: 7 - index: 23 line: 2 } } @@ -67,12 +63,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-class-declaration/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -89,12 +83,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-class-declaration/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -104,12 +96,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-class-declaration/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -137,12 +125,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -157,12 +143,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-class-declaration/input.js" end: Object { column: 19 - index: 35 line: 2 } start: Object { column: 0 - index: 16 line: 2 } } @@ -174,12 +158,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 16 - index: 32 line: 2 } start: Object { column: 13 - index: 29 line: 2 } } @@ -188,12 +170,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-class-declaration/input.js" end: Object { column: 19 - index: 35 line: 2 } start: Object { column: 7 - index: 23 line: 2 } } @@ -207,12 +187,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-class-declaration/input.js" end: Object { column: 19 - index: 35 line: 2 } start: Object { column: 7 - index: 23 line: 2 } } @@ -224,12 +202,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-class-declaration/input.js" end: Object { column: 20 - index: 36 line: 2 } start: Object { column: 19 - index: 35 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring-assignment/input.test.md b/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring-assignment/input.test.md index 2c78e92371f..ff2c531342a 100644 --- a/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring-assignment/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring-assignment/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring-assignment/input.js" end: Object { column: 0 - index: 48 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring-assignment/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring-assignment/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "foo" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "foo" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring-assignment/input.js" end: Object { column: 31 - index: 47 line: 2 } start: Object { column: 0 - index: 16 line: 2 } } @@ -121,12 +109,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring-assignment/input.js" end: Object { column: 31 - index: 47 line: 2 } start: Object { column: 7 - index: 23 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring-assignment/input.js" end: Object { column: 31 - index: 47 line: 2 } start: Object { column: 7 - index: 23 line: 2 } } @@ -153,12 +137,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring-assignment/input.js" end: Object { column: 24 - index: 40 line: 2 } start: Object { column: 13 - index: 29 line: 2 } } @@ -172,12 +154,10 @@ JSRoot { identifierName: "foo" end: Object { column: 18 - index: 34 line: 2 } start: Object { column: 15 - index: 31 line: 2 } } @@ -186,12 +166,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring-assignment/input.js" end: Object { column: 18 - index: 34 line: 2 } start: Object { column: 15 - index: 31 line: 2 } } @@ -201,12 +179,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring-assignment/input.js" end: Object { column: 22 - index: 38 line: 2 } start: Object { column: 15 - index: 31 line: 2 } } @@ -217,12 +193,10 @@ JSRoot { identifierName: "foo" end: Object { column: 18 - index: 34 line: 2 } start: Object { column: 15 - index: 31 line: 2 } } @@ -234,12 +208,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring-assignment/input.js" end: Object { column: 22 - index: 38 line: 2 } start: Object { column: 21 - index: 37 line: 2 } } @@ -249,12 +221,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring-assignment/input.js" end: Object { column: 22 - index: 38 line: 2 } start: Object { column: 15 - index: 31 line: 2 } } @@ -265,12 +235,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring-assignment/input.js" end: Object { column: 30 - index: 46 line: 2 } start: Object { column: 13 - index: 29 line: 2 } } @@ -281,12 +249,10 @@ JSRoot { identifierName: "bar" end: Object { column: 30 - index: 46 line: 2 } start: Object { column: 27 - index: 43 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring/input.test.md b/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring/input.test.md index e56cf7b3854..be7ad32064d 100644 --- a/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 0 - index: 523 line: 13 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { identifierName: "foo" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -135,12 +121,10 @@ JSRoot { identifierName: "foo" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -165,12 +147,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -181,12 +161,10 @@ JSRoot { identifierName: "bar" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -203,12 +181,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 33 - index: 61 line: 2 } start: Object { column: 0 - index: 28 line: 2 } } @@ -217,12 +193,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 33 - index: 61 line: 2 } start: Object { column: 7 - index: 35 line: 2 } } @@ -232,12 +206,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 33 - index: 61 line: 2 } start: Object { column: 7 - index: 35 line: 2 } } @@ -249,12 +221,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 26 - index: 54 line: 2 } start: Object { column: 13 - index: 41 line: 2 } } @@ -268,12 +238,10 @@ JSRoot { identifierName: "foo" end: Object { column: 18 - index: 46 line: 2 } start: Object { column: 15 - index: 43 line: 2 } } @@ -282,12 +250,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 18 - index: 46 line: 2 } start: Object { column: 15 - index: 43 line: 2 } } @@ -299,12 +265,10 @@ JSRoot { identifierName: "foo2" end: Object { column: 24 - index: 52 line: 2 } start: Object { column: 20 - index: 48 line: 2 } } @@ -313,12 +277,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 24 - index: 52 line: 2 } start: Object { column: 15 - index: 43 line: 2 } } @@ -329,12 +291,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 32 - index: 60 line: 2 } start: Object { column: 13 - index: 41 line: 2 } } @@ -345,12 +305,10 @@ JSRoot { identifierName: "bar" end: Object { column: 32 - index: 60 line: 2 } start: Object { column: 29 - index: 57 line: 2 } } @@ -367,12 +325,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 36 - index: 98 line: 3 } start: Object { column: 0 - index: 62 line: 3 } } @@ -381,12 +337,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 36 - index: 98 line: 3 } start: Object { column: 7 - index: 69 line: 3 } } @@ -396,12 +350,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 36 - index: 98 line: 3 } start: Object { column: 7 - index: 69 line: 3 } } @@ -413,12 +365,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 29 - index: 91 line: 3 } start: Object { column: 13 - index: 75 line: 3 } } @@ -432,12 +382,10 @@ JSRoot { identifierName: "foo" end: Object { column: 18 - index: 80 line: 3 } start: Object { column: 15 - index: 77 line: 3 } } @@ -446,12 +394,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 18 - index: 80 line: 3 } start: Object { column: 15 - index: 77 line: 3 } } @@ -462,12 +408,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 27 - index: 89 line: 3 } start: Object { column: 20 - index: 82 line: 3 } } @@ -481,12 +425,10 @@ JSRoot { identifierName: "baz" end: Object { column: 25 - index: 87 line: 3 } start: Object { column: 22 - index: 84 line: 3 } } @@ -495,12 +437,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 25 - index: 87 line: 3 } start: Object { column: 22 - index: 84 line: 3 } } @@ -512,12 +452,10 @@ JSRoot { identifierName: "baz" end: Object { column: 25 - index: 87 line: 3 } start: Object { column: 22 - index: 84 line: 3 } } @@ -526,12 +464,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 25 - index: 87 line: 3 } start: Object { column: 22 - index: 84 line: 3 } } @@ -542,12 +478,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 27 - index: 89 line: 3 } start: Object { column: 15 - index: 77 line: 3 } } @@ -558,12 +492,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 35 - index: 97 line: 3 } start: Object { column: 13 - index: 75 line: 3 } } @@ -574,12 +506,10 @@ JSRoot { identifierName: "bar" end: Object { column: 35 - index: 97 line: 3 } start: Object { column: 32 - index: 94 line: 3 } } @@ -596,12 +526,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 46 - index: 145 line: 4 } start: Object { column: 0 - index: 99 line: 4 } } @@ -610,12 +538,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 46 - index: 145 line: 4 } start: Object { column: 7 - index: 106 line: 4 } } @@ -625,12 +551,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 46 - index: 145 line: 4 } start: Object { column: 7 - index: 106 line: 4 } } @@ -642,12 +566,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 39 - index: 138 line: 4 } start: Object { column: 13 - index: 112 line: 4 } } @@ -661,12 +583,10 @@ JSRoot { identifierName: "foo" end: Object { column: 18 - index: 117 line: 4 } start: Object { column: 15 - index: 114 line: 4 } } @@ -675,12 +595,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 18 - index: 117 line: 4 } start: Object { column: 15 - index: 114 line: 4 } } @@ -691,12 +609,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 37 - index: 136 line: 4 } start: Object { column: 20 - index: 119 line: 4 } } @@ -710,12 +626,10 @@ JSRoot { identifierName: "baz" end: Object { column: 25 - index: 124 line: 4 } start: Object { column: 22 - index: 121 line: 4 } } @@ -724,12 +638,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 25 - index: 124 line: 4 } start: Object { column: 22 - index: 121 line: 4 } } @@ -740,12 +652,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 35 - index: 134 line: 4 } start: Object { column: 28 - index: 127 line: 4 } } @@ -759,12 +669,10 @@ JSRoot { identifierName: "qux" end: Object { column: 33 - index: 132 line: 4 } start: Object { column: 30 - index: 129 line: 4 } } @@ -773,12 +681,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 33 - index: 132 line: 4 } start: Object { column: 30 - index: 129 line: 4 } } @@ -790,12 +696,10 @@ JSRoot { identifierName: "qux" end: Object { column: 33 - index: 132 line: 4 } start: Object { column: 30 - index: 129 line: 4 } } @@ -804,12 +708,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 33 - index: 132 line: 4 } start: Object { column: 30 - index: 129 line: 4 } } @@ -820,12 +722,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 35 - index: 134 line: 4 } start: Object { column: 22 - index: 121 line: 4 } } @@ -836,12 +736,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 37 - index: 136 line: 4 } start: Object { column: 15 - index: 114 line: 4 } } @@ -852,12 +750,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 45 - index: 144 line: 4 } start: Object { column: 13 - index: 112 line: 4 } } @@ -868,12 +764,10 @@ JSRoot { identifierName: "bar" end: Object { column: 45 - index: 144 line: 4 } start: Object { column: 42 - index: 141 line: 4 } } @@ -890,12 +784,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 53 - index: 199 line: 5 } start: Object { column: 0 - index: 146 line: 5 } } @@ -904,12 +796,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 53 - index: 199 line: 5 } start: Object { column: 7 - index: 153 line: 5 } } @@ -919,12 +809,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 53 - index: 199 line: 5 } start: Object { column: 7 - index: 153 line: 5 } } @@ -936,12 +824,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 46 - index: 192 line: 5 } start: Object { column: 13 - index: 159 line: 5 } } @@ -955,12 +841,10 @@ JSRoot { identifierName: "foo" end: Object { column: 18 - index: 164 line: 5 } start: Object { column: 15 - index: 161 line: 5 } } @@ -969,12 +853,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 18 - index: 164 line: 5 } start: Object { column: 15 - index: 161 line: 5 } } @@ -985,12 +867,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 38 - index: 184 line: 5 } start: Object { column: 20 - index: 166 line: 5 } } @@ -1004,12 +884,10 @@ JSRoot { identifierName: "baz" end: Object { column: 25 - index: 171 line: 5 } start: Object { column: 22 - index: 168 line: 5 } } @@ -1018,12 +896,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 25 - index: 171 line: 5 } start: Object { column: 22 - index: 168 line: 5 } } @@ -1034,12 +910,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 36 - index: 182 line: 5 } start: Object { column: 28 - index: 174 line: 5 } } @@ -1053,12 +927,10 @@ JSRoot { identifierName: "qux2" end: Object { column: 34 - index: 180 line: 5 } start: Object { column: 30 - index: 176 line: 5 } } @@ -1067,12 +939,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 34 - index: 180 line: 5 } start: Object { column: 30 - index: 176 line: 5 } } @@ -1084,12 +954,10 @@ JSRoot { identifierName: "qux2" end: Object { column: 34 - index: 180 line: 5 } start: Object { column: 30 - index: 176 line: 5 } } @@ -1098,12 +966,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 34 - index: 180 line: 5 } start: Object { column: 30 - index: 176 line: 5 } } @@ -1114,12 +980,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 36 - index: 182 line: 5 } start: Object { column: 22 - index: 168 line: 5 } } @@ -1130,12 +994,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 38 - index: 184 line: 5 } start: Object { column: 15 - index: 161 line: 5 } } @@ -1149,12 +1011,10 @@ JSRoot { identifierName: "foo3" end: Object { column: 44 - index: 190 line: 5 } start: Object { column: 40 - index: 186 line: 5 } } @@ -1163,12 +1023,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 44 - index: 190 line: 5 } start: Object { column: 40 - index: 186 line: 5 } } @@ -1180,12 +1038,10 @@ JSRoot { identifierName: "foo3" end: Object { column: 44 - index: 190 line: 5 } start: Object { column: 40 - index: 186 line: 5 } } @@ -1194,12 +1050,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 44 - index: 190 line: 5 } start: Object { column: 40 - index: 186 line: 5 } } @@ -1210,12 +1064,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 52 - index: 198 line: 5 } start: Object { column: 13 - index: 159 line: 5 } } @@ -1226,12 +1078,10 @@ JSRoot { identifierName: "bar" end: Object { column: 52 - index: 198 line: 5 } start: Object { column: 49 - index: 195 line: 5 } } @@ -1248,12 +1098,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 26 - index: 226 line: 6 } start: Object { column: 0 - index: 200 line: 6 } } @@ -1262,12 +1110,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 26 - index: 226 line: 6 } start: Object { column: 7 - index: 207 line: 6 } } @@ -1277,12 +1123,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 26 - index: 226 line: 6 } start: Object { column: 7 - index: 207 line: 6 } } @@ -1294,12 +1138,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 19 - index: 219 line: 6 } start: Object { column: 13 - index: 213 line: 6 } } @@ -1311,12 +1153,10 @@ JSRoot { identifierName: "foo4" end: Object { column: 18 - index: 218 line: 6 } start: Object { column: 14 - index: 214 line: 6 } } @@ -1327,12 +1167,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 18 - index: 218 line: 6 } start: Object { column: 14 - index: 214 line: 6 } } @@ -1344,12 +1182,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 25 - index: 225 line: 6 } start: Object { column: 13 - index: 213 line: 6 } } @@ -1360,12 +1196,10 @@ JSRoot { identifierName: "bar" end: Object { column: 25 - index: 225 line: 6 } start: Object { column: 22 - index: 222 line: 6 } } @@ -1382,12 +1216,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 28 - index: 255 line: 7 } start: Object { column: 0 - index: 227 line: 7 } } @@ -1396,12 +1228,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 28 - index: 255 line: 7 } start: Object { column: 7 - index: 234 line: 7 } } @@ -1411,12 +1241,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 28 - index: 255 line: 7 } start: Object { column: 7 - index: 234 line: 7 } } @@ -1428,12 +1256,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 21 - index: 248 line: 7 } start: Object { column: 13 - index: 240 line: 7 } } @@ -1444,12 +1270,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 20 - index: 247 line: 7 } start: Object { column: 14 - index: 241 line: 7 } } @@ -1460,12 +1284,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 20 - index: 247 line: 7 } start: Object { column: 14 - index: 241 line: 7 } } @@ -1478,12 +1300,10 @@ JSRoot { identifierName: "baz2" end: Object { column: 19 - index: 246 line: 7 } start: Object { column: 15 - index: 242 line: 7 } } @@ -1494,12 +1314,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 19 - index: 246 line: 7 } start: Object { column: 15 - index: 242 line: 7 } } @@ -1513,12 +1331,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 27 - index: 254 line: 7 } start: Object { column: 13 - index: 240 line: 7 } } @@ -1529,12 +1345,10 @@ JSRoot { identifierName: "bar" end: Object { column: 27 - index: 254 line: 7 } start: Object { column: 24 - index: 251 line: 7 } } @@ -1551,12 +1365,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 55 - index: 311 line: 8 } start: Object { column: 0 - index: 256 line: 8 } } @@ -1565,12 +1377,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 55 - index: 311 line: 8 } start: Object { column: 7 - index: 263 line: 8 } } @@ -1580,12 +1390,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 55 - index: 311 line: 8 } start: Object { column: 7 - index: 263 line: 8 } } @@ -1597,12 +1405,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 48 - index: 304 line: 8 } start: Object { column: 13 - index: 269 line: 8 } } @@ -1613,12 +1419,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 29 - index: 285 line: 8 } start: Object { column: 14 - index: 270 line: 8 } } @@ -1629,12 +1433,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 29 - index: 285 line: 8 } start: Object { column: 14 - index: 270 line: 8 } } @@ -1649,12 +1451,10 @@ JSRoot { identifierName: "foo" end: Object { column: 19 - index: 275 line: 8 } start: Object { column: 16 - index: 272 line: 8 } } @@ -1663,12 +1463,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 19 - index: 275 line: 8 } start: Object { column: 16 - index: 272 line: 8 } } @@ -1679,12 +1477,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 27 - index: 283 line: 8 } start: Object { column: 21 - index: 277 line: 8 } } @@ -1696,12 +1492,10 @@ JSRoot { identifierName: "baz3" end: Object { column: 26 - index: 282 line: 8 } start: Object { column: 22 - index: 278 line: 8 } } @@ -1712,12 +1506,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 26 - index: 282 line: 8 } start: Object { column: 22 - index: 278 line: 8 } } @@ -1729,12 +1521,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 27 - index: 283 line: 8 } start: Object { column: 16 - index: 272 line: 8 } } @@ -1747,12 +1537,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 47 - index: 303 line: 8 } start: Object { column: 31 - index: 287 line: 8 } } @@ -1763,12 +1551,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 47 - index: 303 line: 8 } start: Object { column: 31 - index: 287 line: 8 } } @@ -1783,12 +1569,10 @@ JSRoot { identifierName: "foo2" end: Object { column: 37 - index: 293 line: 8 } start: Object { column: 33 - index: 289 line: 8 } } @@ -1797,12 +1581,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 37 - index: 293 line: 8 } start: Object { column: 33 - index: 289 line: 8 } } @@ -1813,12 +1595,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 45 - index: 301 line: 8 } start: Object { column: 39 - index: 295 line: 8 } } @@ -1830,12 +1610,10 @@ JSRoot { identifierName: "baz4" end: Object { column: 44 - index: 300 line: 8 } start: Object { column: 40 - index: 296 line: 8 } } @@ -1846,12 +1624,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 44 - index: 300 line: 8 } start: Object { column: 40 - index: 296 line: 8 } } @@ -1863,12 +1639,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 45 - index: 301 line: 8 } start: Object { column: 33 - index: 289 line: 8 } } @@ -1881,12 +1655,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 54 - index: 310 line: 8 } start: Object { column: 13 - index: 269 line: 8 } } @@ -1897,12 +1669,10 @@ JSRoot { identifierName: "bar" end: Object { column: 54 - index: 310 line: 8 } start: Object { column: 51 - index: 307 line: 8 } } @@ -1919,12 +1689,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 69 - index: 381 line: 9 } start: Object { column: 0 - index: 312 line: 9 } } @@ -1933,12 +1701,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 69 - index: 381 line: 9 } start: Object { column: 7 - index: 319 line: 9 } } @@ -1948,12 +1714,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 69 - index: 381 line: 9 } start: Object { column: 7 - index: 319 line: 9 } } @@ -1965,12 +1729,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 62 - index: 374 line: 9 } start: Object { column: 13 - index: 325 line: 9 } } @@ -1984,12 +1746,10 @@ JSRoot { identifierName: "foo" end: Object { column: 18 - index: 330 line: 9 } start: Object { column: 15 - index: 327 line: 9 } } @@ -1998,12 +1758,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 18 - index: 330 line: 9 } start: Object { column: 15 - index: 327 line: 9 } } @@ -2014,12 +1772,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 37 - index: 349 line: 9 } start: Object { column: 20 - index: 332 line: 9 } } @@ -2033,12 +1789,10 @@ JSRoot { identifierName: "baz" end: Object { column: 25 - index: 337 line: 9 } start: Object { column: 22 - index: 334 line: 9 } } @@ -2047,12 +1801,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 25 - index: 337 line: 9 } start: Object { column: 22 - index: 334 line: 9 } } @@ -2063,12 +1815,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 35 - index: 347 line: 9 } start: Object { column: 27 - index: 339 line: 9 } } @@ -2082,12 +1832,10 @@ JSRoot { identifierName: "qux3" end: Object { column: 33 - index: 345 line: 9 } start: Object { column: 29 - index: 341 line: 9 } } @@ -2096,12 +1844,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 33 - index: 345 line: 9 } start: Object { column: 29 - index: 341 line: 9 } } @@ -2113,12 +1859,10 @@ JSRoot { identifierName: "qux3" end: Object { column: 33 - index: 345 line: 9 } start: Object { column: 29 - index: 341 line: 9 } } @@ -2127,12 +1871,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 33 - index: 345 line: 9 } start: Object { column: 29 - index: 341 line: 9 } } @@ -2143,12 +1885,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 35 - index: 347 line: 9 } start: Object { column: 22 - index: 334 line: 9 } } @@ -2159,12 +1899,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 37 - index: 349 line: 9 } start: Object { column: 15 - index: 327 line: 9 } } @@ -2178,12 +1916,10 @@ JSRoot { identifierName: "foo2" end: Object { column: 43 - index: 355 line: 9 } start: Object { column: 39 - index: 351 line: 9 } } @@ -2192,12 +1928,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 43 - index: 355 line: 9 } start: Object { column: 39 - index: 351 line: 9 } } @@ -2208,12 +1942,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 60 - index: 372 line: 9 } start: Object { column: 45 - index: 357 line: 9 } } @@ -2227,12 +1959,10 @@ JSRoot { identifierName: "baz2" end: Object { column: 51 - index: 363 line: 9 } start: Object { column: 47 - index: 359 line: 9 } } @@ -2241,12 +1971,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 51 - index: 363 line: 9 } start: Object { column: 47 - index: 359 line: 9 } } @@ -2257,12 +1985,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 59 - index: 371 line: 9 } start: Object { column: 53 - index: 365 line: 9 } } @@ -2274,12 +2000,10 @@ JSRoot { identifierName: "qux4" end: Object { column: 58 - index: 370 line: 9 } start: Object { column: 54 - index: 366 line: 9 } } @@ -2290,12 +2014,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 58 - index: 370 line: 9 } start: Object { column: 54 - index: 366 line: 9 } } @@ -2307,12 +2029,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 59 - index: 371 line: 9 } start: Object { column: 47 - index: 359 line: 9 } } @@ -2323,12 +2043,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 60 - index: 372 line: 9 } start: Object { column: 39 - index: 351 line: 9 } } @@ -2339,12 +2057,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 68 - index: 380 line: 9 } start: Object { column: 13 - index: 325 line: 9 } } @@ -2355,12 +2071,10 @@ JSRoot { identifierName: "bar" end: Object { column: 68 - index: 380 line: 9 } start: Object { column: 65 - index: 377 line: 9 } } @@ -2377,12 +2091,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 71 - index: 453 line: 10 } start: Object { column: 0 - index: 382 line: 10 } } @@ -2391,12 +2103,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 71 - index: 453 line: 10 } start: Object { column: 7 - index: 389 line: 10 } } @@ -2406,12 +2116,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 71 - index: 453 line: 10 } start: Object { column: 7 - index: 389 line: 10 } } @@ -2423,12 +2131,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 64 - index: 446 line: 10 } start: Object { column: 13 - index: 395 line: 10 } } @@ -2442,12 +2148,10 @@ JSRoot { identifierName: "foo" end: Object { column: 18 - index: 400 line: 10 } start: Object { column: 15 - index: 397 line: 10 } } @@ -2456,12 +2160,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 18 - index: 400 line: 10 } start: Object { column: 15 - index: 397 line: 10 } } @@ -2472,12 +2174,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 37 - index: 419 line: 10 } start: Object { column: 20 - index: 402 line: 10 } } @@ -2491,12 +2191,10 @@ JSRoot { identifierName: "baz" end: Object { column: 25 - index: 407 line: 10 } start: Object { column: 22 - index: 404 line: 10 } } @@ -2505,12 +2203,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 25 - index: 407 line: 10 } start: Object { column: 22 - index: 404 line: 10 } } @@ -2521,12 +2217,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 35 - index: 417 line: 10 } start: Object { column: 27 - index: 409 line: 10 } } @@ -2540,12 +2234,10 @@ JSRoot { identifierName: "qux5" end: Object { column: 33 - index: 415 line: 10 } start: Object { column: 29 - index: 411 line: 10 } } @@ -2554,12 +2246,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 33 - index: 415 line: 10 } start: Object { column: 29 - index: 411 line: 10 } } @@ -2571,12 +2261,10 @@ JSRoot { identifierName: "qux5" end: Object { column: 33 - index: 415 line: 10 } start: Object { column: 29 - index: 411 line: 10 } } @@ -2585,12 +2273,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 33 - index: 415 line: 10 } start: Object { column: 29 - index: 411 line: 10 } } @@ -2601,12 +2287,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 35 - index: 417 line: 10 } start: Object { column: 22 - index: 404 line: 10 } } @@ -2617,12 +2301,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 37 - index: 419 line: 10 } start: Object { column: 15 - index: 397 line: 10 } } @@ -2636,12 +2318,10 @@ JSRoot { identifierName: "foo2" end: Object { column: 43 - index: 425 line: 10 } start: Object { column: 39 - index: 421 line: 10 } } @@ -2650,12 +2330,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 43 - index: 425 line: 10 } start: Object { column: 39 - index: 421 line: 10 } } @@ -2666,12 +2344,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 62 - index: 444 line: 10 } start: Object { column: 45 - index: 427 line: 10 } } @@ -2685,12 +2361,10 @@ JSRoot { identifierName: "baz2" end: Object { column: 51 - index: 433 line: 10 } start: Object { column: 47 - index: 429 line: 10 } } @@ -2699,12 +2373,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 51 - index: 433 line: 10 } start: Object { column: 47 - index: 429 line: 10 } } @@ -2715,12 +2387,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 61 - index: 443 line: 10 } start: Object { column: 53 - index: 435 line: 10 } } @@ -2731,12 +2401,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 60 - index: 442 line: 10 } start: Object { column: 54 - index: 436 line: 10 } } @@ -2747,12 +2415,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 60 - index: 442 line: 10 } start: Object { column: 54 - index: 436 line: 10 } } @@ -2767,12 +2433,10 @@ JSRoot { identifierName: "qux6" end: Object { column: 59 - index: 441 line: 10 } start: Object { column: 55 - index: 437 line: 10 } } @@ -2781,12 +2445,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 59 - index: 441 line: 10 } start: Object { column: 55 - index: 437 line: 10 } } @@ -2798,12 +2460,10 @@ JSRoot { identifierName: "qux6" end: Object { column: 59 - index: 441 line: 10 } start: Object { column: 55 - index: 437 line: 10 } } @@ -2812,12 +2472,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 59 - index: 441 line: 10 } start: Object { column: 55 - index: 437 line: 10 } } @@ -2830,12 +2488,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 61 - index: 443 line: 10 } start: Object { column: 47 - index: 429 line: 10 } } @@ -2846,12 +2502,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 62 - index: 444 line: 10 } start: Object { column: 39 - index: 421 line: 10 } } @@ -2862,12 +2516,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 70 - index: 452 line: 10 } start: Object { column: 13 - index: 395 line: 10 } } @@ -2878,12 +2530,10 @@ JSRoot { identifierName: "bar" end: Object { column: 70 - index: 452 line: 10 } start: Object { column: 67 - index: 449 line: 10 } } @@ -2900,12 +2550,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 27 - index: 481 line: 11 } start: Object { column: 0 - index: 454 line: 11 } } @@ -2914,12 +2562,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 27 - index: 481 line: 11 } start: Object { column: 7 - index: 461 line: 11 } } @@ -2929,12 +2575,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 27 - index: 481 line: 11 } start: Object { column: 7 - index: 461 line: 11 } } @@ -2946,12 +2590,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 20 - index: 474 line: 11 } start: Object { column: 13 - index: 467 line: 11 } } @@ -2965,12 +2607,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 18 - index: 472 line: 11 } start: Object { column: 15 - index: 469 line: 11 } } @@ -2979,12 +2619,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 18 - index: 472 line: 11 } start: Object { column: 15 - index: 469 line: 11 } } @@ -2996,12 +2634,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 18 - index: 472 line: 11 } start: Object { column: 15 - index: 469 line: 11 } } @@ -3010,12 +2646,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 18 - index: 472 line: 11 } start: Object { column: 15 - index: 469 line: 11 } } @@ -3026,12 +2660,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 26 - index: 480 line: 11 } start: Object { column: 13 - index: 467 line: 11 } } @@ -3042,12 +2674,10 @@ JSRoot { identifierName: "bar" end: Object { column: 26 - index: 480 line: 11 } start: Object { column: 23 - index: 477 line: 11 } } @@ -3064,12 +2694,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 40 - index: 522 line: 12 } start: Object { column: 0 - index: 482 line: 12 } } @@ -3078,12 +2706,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 40 - index: 522 line: 12 } start: Object { column: 7 - index: 489 line: 12 } } @@ -3093,12 +2719,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 40 - index: 522 line: 12 } start: Object { column: 7 - index: 489 line: 12 } } @@ -3110,12 +2734,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 33 - index: 515 line: 12 } start: Object { column: 13 - index: 495 line: 12 } } @@ -3129,12 +2751,10 @@ JSRoot { identifierName: "foo" end: Object { column: 18 - index: 500 line: 12 } start: Object { column: 15 - index: 497 line: 12 } } @@ -3143,12 +2763,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 18 - index: 500 line: 12 } start: Object { column: 15 - index: 497 line: 12 } } @@ -3159,12 +2777,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 31 - index: 513 line: 12 } start: Object { column: 20 - index: 502 line: 12 } } @@ -3174,12 +2790,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 21 - index: 503 line: 12 } start: Object { column: 22 - index: 504 line: 12 } } @@ -3189,12 +2803,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 23 - index: 505 line: 12 } start: Object { column: 23 - index: 505 line: 12 } } @@ -3206,12 +2818,10 @@ JSRoot { identifierName: "qux7" end: Object { column: 29 - index: 511 line: 12 } start: Object { column: 25 - index: 507 line: 12 } } @@ -3222,12 +2832,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 29 - index: 511 line: 12 } start: Object { column: 25 - index: 507 line: 12 } } @@ -3239,12 +2847,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 31 - index: 513 line: 12 } start: Object { column: 15 - index: 497 line: 12 } } @@ -3255,12 +2861,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring/input.js" end: Object { column: 39 - index: 521 line: 12 } start: Object { column: 13 - index: 495 line: 12 } } @@ -3271,12 +2875,10 @@ JSRoot { identifierName: "bar" end: Object { column: 39 - index: 521 line: 12 } start: Object { column: 36 - index: 518 line: 12 } } diff --git a/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring10/input.test.md b/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring10/input.test.md index cb97f80d89d..d901fe34588 100644 --- a/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring10/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring10/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring10/input.js" end: Object { column: 0 - index: 61 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring10/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { identifierName: "foo" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring10/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring10/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring10/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -126,12 +114,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring10/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring10/input.js" end: Object { column: 34 - index: 60 line: 2 } start: Object { column: 0 - index: 26 line: 2 } } @@ -157,12 +141,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring10/input.js" end: Object { column: 34 - index: 60 line: 2 } start: Object { column: 7 - index: 33 line: 2 } } @@ -172,12 +154,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring10/input.js" end: Object { column: 34 - index: 60 line: 2 } start: Object { column: 7 - index: 33 line: 2 } } @@ -189,12 +169,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring10/input.js" end: Object { column: 27 - index: 53 line: 2 } start: Object { column: 13 - index: 39 line: 2 } } @@ -208,12 +186,10 @@ JSRoot { identifierName: "a" end: Object { column: 16 - index: 42 line: 2 } start: Object { column: 15 - index: 41 line: 2 } } @@ -222,12 +198,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring10/input.js" end: Object { column: 16 - index: 42 line: 2 } start: Object { column: 15 - index: 41 line: 2 } } @@ -238,12 +212,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring10/input.js" end: Object { column: 25 - index: 51 line: 2 } start: Object { column: 18 - index: 44 line: 2 } } @@ -254,12 +226,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring10/input.js" end: Object { column: 24 - index: 50 line: 2 } start: Object { column: 19 - index: 45 line: 2 } } @@ -270,12 +240,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring10/input.js" end: Object { column: 24 - index: 50 line: 2 } start: Object { column: 19 - index: 45 line: 2 } } @@ -290,12 +258,10 @@ JSRoot { identifierName: "foo" end: Object { column: 23 - index: 49 line: 2 } start: Object { column: 20 - index: 46 line: 2 } } @@ -304,12 +270,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring10/input.js" end: Object { column: 23 - index: 49 line: 2 } start: Object { column: 20 - index: 46 line: 2 } } @@ -321,12 +285,10 @@ JSRoot { identifierName: "foo" end: Object { column: 23 - index: 49 line: 2 } start: Object { column: 20 - index: 46 line: 2 } } @@ -335,12 +297,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring10/input.js" end: Object { column: 23 - index: 49 line: 2 } start: Object { column: 20 - index: 46 line: 2 } } @@ -353,12 +313,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring10/input.js" end: Object { column: 25 - index: 51 line: 2 } start: Object { column: 15 - index: 41 line: 2 } } @@ -369,12 +327,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring10/input.js" end: Object { column: 33 - index: 59 line: 2 } start: Object { column: 13 - index: 39 line: 2 } } @@ -385,12 +341,10 @@ JSRoot { identifierName: "bar" end: Object { column: 33 - index: 59 line: 2 } start: Object { column: 30 - index: 56 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring11/input.test.md b/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring11/input.test.md index 11825471503..3ff8868292f 100644 --- a/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring11/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring11/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring11/input.js" end: Object { column: 0 - index: 97 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring11/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { identifierName: "foo4" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring11/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring11/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring11/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -126,12 +114,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring11/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring11/input.js" end: Object { column: 69 - index: 96 line: 2 } start: Object { column: 0 - index: 27 line: 2 } } @@ -157,12 +141,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring11/input.js" end: Object { column: 69 - index: 96 line: 2 } start: Object { column: 7 - index: 34 line: 2 } } @@ -172,12 +154,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring11/input.js" end: Object { column: 69 - index: 96 line: 2 } start: Object { column: 7 - index: 34 line: 2 } } @@ -189,12 +169,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring11/input.js" end: Object { column: 62 - index: 89 line: 2 } start: Object { column: 13 - index: 40 line: 2 } } @@ -205,12 +183,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring11/input.js" end: Object { column: 61 - index: 88 line: 2 } start: Object { column: 14 - index: 41 line: 2 } } @@ -221,12 +197,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring11/input.js" end: Object { column: 61 - index: 88 line: 2 } start: Object { column: 14 - index: 41 line: 2 } } @@ -241,12 +215,10 @@ JSRoot { identifierName: "a" end: Object { column: 17 - index: 44 line: 2 } start: Object { column: 16 - index: 43 line: 2 } } @@ -255,12 +227,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring11/input.js" end: Object { column: 17 - index: 44 line: 2 } start: Object { column: 16 - index: 43 line: 2 } } @@ -271,12 +241,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring11/input.js" end: Object { column: 28 - index: 55 line: 2 } start: Object { column: 19 - index: 46 line: 2 } } @@ -287,12 +255,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring11/input.js" end: Object { column: 27 - index: 54 line: 2 } start: Object { column: 20 - index: 47 line: 2 } } @@ -303,12 +269,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring11/input.js" end: Object { column: 27 - index: 54 line: 2 } start: Object { column: 20 - index: 47 line: 2 } } @@ -323,12 +287,10 @@ JSRoot { identifierName: "foo" end: Object { column: 25 - index: 52 line: 2 } start: Object { column: 22 - index: 49 line: 2 } } @@ -337,12 +299,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring11/input.js" end: Object { column: 25 - index: 52 line: 2 } start: Object { column: 22 - index: 49 line: 2 } } @@ -354,12 +314,10 @@ JSRoot { identifierName: "foo" end: Object { column: 25 - index: 52 line: 2 } start: Object { column: 22 - index: 49 line: 2 } } @@ -368,12 +326,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring11/input.js" end: Object { column: 25 - index: 52 line: 2 } start: Object { column: 22 - index: 49 line: 2 } } @@ -386,12 +342,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring11/input.js" end: Object { column: 28 - index: 55 line: 2 } start: Object { column: 16 - index: 43 line: 2 } } @@ -405,12 +359,10 @@ JSRoot { identifierName: "b" end: Object { column: 31 - index: 58 line: 2 } start: Object { column: 30 - index: 57 line: 2 } } @@ -419,12 +371,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring11/input.js" end: Object { column: 31 - index: 58 line: 2 } start: Object { column: 30 - index: 57 line: 2 } } @@ -435,12 +385,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring11/input.js" end: Object { column: 59 - index: 86 line: 2 } start: Object { column: 33 - index: 60 line: 2 } } @@ -454,12 +402,10 @@ JSRoot { identifierName: "foo2" end: Object { column: 39 - index: 66 line: 2 } start: Object { column: 35 - index: 62 line: 2 } } @@ -468,12 +414,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring11/input.js" end: Object { column: 39 - index: 66 line: 2 } start: Object { column: 35 - index: 62 line: 2 } } @@ -484,12 +428,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring11/input.js" end: Object { column: 57 - index: 84 line: 2 } start: Object { column: 41 - index: 68 line: 2 } } @@ -500,12 +442,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring11/input.js" end: Object { column: 56 - index: 83 line: 2 } start: Object { column: 42 - index: 69 line: 2 } } @@ -516,12 +456,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring11/input.js" end: Object { column: 56 - index: 83 line: 2 } start: Object { column: 42 - index: 69 line: 2 } } @@ -536,12 +474,10 @@ JSRoot { identifierName: "foo3" end: Object { column: 48 - index: 75 line: 2 } start: Object { column: 44 - index: 71 line: 2 } } @@ -550,12 +486,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring11/input.js" end: Object { column: 48 - index: 75 line: 2 } start: Object { column: 44 - index: 71 line: 2 } } @@ -567,12 +501,10 @@ JSRoot { identifierName: "foo4" end: Object { column: 54 - index: 81 line: 2 } start: Object { column: 50 - index: 77 line: 2 } } @@ -581,12 +513,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring11/input.js" end: Object { column: 54 - index: 81 line: 2 } start: Object { column: 44 - index: 71 line: 2 } } @@ -599,12 +529,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring11/input.js" end: Object { column: 57 - index: 84 line: 2 } start: Object { column: 35 - index: 62 line: 2 } } @@ -615,12 +543,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring11/input.js" end: Object { column: 59 - index: 86 line: 2 } start: Object { column: 30 - index: 57 line: 2 } } @@ -633,12 +559,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring11/input.js" end: Object { column: 68 - index: 95 line: 2 } start: Object { column: 13 - index: 40 line: 2 } } @@ -649,12 +573,10 @@ JSRoot { identifierName: "bar" end: Object { column: 68 - index: 95 line: 2 } start: Object { column: 65 - index: 92 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring12/input.test.md b/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring12/input.test.md index cb054027673..d3cccd9612f 100644 --- a/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring12/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring12/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring12/input.js" end: Object { column: 0 - index: 95 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring12/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { identifierName: "foo4" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring12/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring12/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring12/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -126,12 +114,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring12/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring12/input.js" end: Object { column: 67 - index: 94 line: 2 } start: Object { column: 0 - index: 27 line: 2 } } @@ -157,12 +141,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring12/input.js" end: Object { column: 67 - index: 94 line: 2 } start: Object { column: 7 - index: 34 line: 2 } } @@ -172,12 +154,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring12/input.js" end: Object { column: 67 - index: 94 line: 2 } start: Object { column: 7 - index: 34 line: 2 } } @@ -189,12 +169,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring12/input.js" end: Object { column: 60 - index: 87 line: 2 } start: Object { column: 13 - index: 40 line: 2 } } @@ -208,12 +186,10 @@ JSRoot { identifierName: "a" end: Object { column: 16 - index: 43 line: 2 } start: Object { column: 15 - index: 42 line: 2 } } @@ -222,12 +198,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring12/input.js" end: Object { column: 16 - index: 43 line: 2 } start: Object { column: 15 - index: 42 line: 2 } } @@ -238,12 +212,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring12/input.js" end: Object { column: 27 - index: 54 line: 2 } start: Object { column: 18 - index: 45 line: 2 } } @@ -254,12 +226,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring12/input.js" end: Object { column: 26 - index: 53 line: 2 } start: Object { column: 19 - index: 46 line: 2 } } @@ -270,12 +240,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring12/input.js" end: Object { column: 26 - index: 53 line: 2 } start: Object { column: 19 - index: 46 line: 2 } } @@ -290,12 +258,10 @@ JSRoot { identifierName: "foo" end: Object { column: 24 - index: 51 line: 2 } start: Object { column: 21 - index: 48 line: 2 } } @@ -304,12 +270,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring12/input.js" end: Object { column: 24 - index: 51 line: 2 } start: Object { column: 21 - index: 48 line: 2 } } @@ -321,12 +285,10 @@ JSRoot { identifierName: "foo" end: Object { column: 24 - index: 51 line: 2 } start: Object { column: 21 - index: 48 line: 2 } } @@ -335,12 +297,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring12/input.js" end: Object { column: 24 - index: 51 line: 2 } start: Object { column: 21 - index: 48 line: 2 } } @@ -353,12 +313,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring12/input.js" end: Object { column: 27 - index: 54 line: 2 } start: Object { column: 15 - index: 42 line: 2 } } @@ -372,12 +330,10 @@ JSRoot { identifierName: "b" end: Object { column: 30 - index: 57 line: 2 } start: Object { column: 29 - index: 56 line: 2 } } @@ -386,12 +342,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring12/input.js" end: Object { column: 30 - index: 57 line: 2 } start: Object { column: 29 - index: 56 line: 2 } } @@ -402,12 +356,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring12/input.js" end: Object { column: 58 - index: 85 line: 2 } start: Object { column: 32 - index: 59 line: 2 } } @@ -421,12 +373,10 @@ JSRoot { identifierName: "foo2" end: Object { column: 38 - index: 65 line: 2 } start: Object { column: 34 - index: 61 line: 2 } } @@ -435,12 +385,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring12/input.js" end: Object { column: 38 - index: 65 line: 2 } start: Object { column: 34 - index: 61 line: 2 } } @@ -451,12 +399,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring12/input.js" end: Object { column: 56 - index: 83 line: 2 } start: Object { column: 40 - index: 67 line: 2 } } @@ -467,12 +413,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring12/input.js" end: Object { column: 55 - index: 82 line: 2 } start: Object { column: 41 - index: 68 line: 2 } } @@ -483,12 +427,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring12/input.js" end: Object { column: 55 - index: 82 line: 2 } start: Object { column: 41 - index: 68 line: 2 } } @@ -503,12 +445,10 @@ JSRoot { identifierName: "foo3" end: Object { column: 47 - index: 74 line: 2 } start: Object { column: 43 - index: 70 line: 2 } } @@ -517,12 +457,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring12/input.js" end: Object { column: 47 - index: 74 line: 2 } start: Object { column: 43 - index: 70 line: 2 } } @@ -534,12 +472,10 @@ JSRoot { identifierName: "foo4" end: Object { column: 53 - index: 80 line: 2 } start: Object { column: 49 - index: 76 line: 2 } } @@ -548,12 +484,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring12/input.js" end: Object { column: 53 - index: 80 line: 2 } start: Object { column: 43 - index: 70 line: 2 } } @@ -566,12 +500,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring12/input.js" end: Object { column: 56 - index: 83 line: 2 } start: Object { column: 34 - index: 61 line: 2 } } @@ -582,12 +514,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring12/input.js" end: Object { column: 58 - index: 85 line: 2 } start: Object { column: 29 - index: 56 line: 2 } } @@ -598,12 +528,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring12/input.js" end: Object { column: 66 - index: 93 line: 2 } start: Object { column: 13 - index: 40 line: 2 } } @@ -614,12 +542,10 @@ JSRoot { identifierName: "bar" end: Object { column: 66 - index: 93 line: 2 } start: Object { column: 63 - index: 90 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring13/input.test.md b/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring13/input.test.md index 2c9a359a694..7f01d160f3c 100644 --- a/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring13/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring13/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring13/input.js" end: Object { column: 0 - index: 104 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring13/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { identifierName: "foo4" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring13/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring13/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring13/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -126,12 +114,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring13/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring13/input.js" end: Object { column: 76 - index: 103 line: 2 } start: Object { column: 0 - index: 27 line: 2 } } @@ -157,12 +141,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring13/input.js" end: Object { column: 76 - index: 103 line: 2 } start: Object { column: 7 - index: 34 line: 2 } } @@ -172,12 +154,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring13/input.js" end: Object { column: 76 - index: 103 line: 2 } start: Object { column: 7 - index: 34 line: 2 } } @@ -189,12 +169,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring13/input.js" end: Object { column: 69 - index: 96 line: 2 } start: Object { column: 13 - index: 40 line: 2 } } @@ -208,12 +186,10 @@ JSRoot { identifierName: "a" end: Object { column: 16 - index: 43 line: 2 } start: Object { column: 15 - index: 42 line: 2 } } @@ -222,12 +198,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring13/input.js" end: Object { column: 16 - index: 43 line: 2 } start: Object { column: 15 - index: 42 line: 2 } } @@ -238,12 +212,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring13/input.js" end: Object { column: 33 - index: 60 line: 2 } start: Object { column: 18 - index: 45 line: 2 } } @@ -254,12 +226,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring13/input.js" end: Object { column: 32 - index: 59 line: 2 } start: Object { column: 19 - index: 46 line: 2 } } @@ -270,12 +240,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring13/input.js" end: Object { column: 32 - index: 59 line: 2 } start: Object { column: 19 - index: 46 line: 2 } } @@ -290,12 +258,10 @@ JSRoot { identifierName: "foo4" end: Object { column: 25 - index: 52 line: 2 } start: Object { column: 21 - index: 48 line: 2 } } @@ -304,12 +270,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring13/input.js" end: Object { column: 25 - index: 52 line: 2 } start: Object { column: 21 - index: 48 line: 2 } } @@ -321,12 +285,10 @@ JSRoot { identifierName: "foo" end: Object { column: 30 - index: 57 line: 2 } start: Object { column: 27 - index: 54 line: 2 } } @@ -335,12 +297,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring13/input.js" end: Object { column: 30 - index: 57 line: 2 } start: Object { column: 21 - index: 48 line: 2 } } @@ -353,12 +313,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring13/input.js" end: Object { column: 33 - index: 60 line: 2 } start: Object { column: 15 - index: 42 line: 2 } } @@ -372,12 +330,10 @@ JSRoot { identifierName: "b" end: Object { column: 36 - index: 63 line: 2 } start: Object { column: 35 - index: 62 line: 2 } } @@ -386,12 +342,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring13/input.js" end: Object { column: 36 - index: 63 line: 2 } start: Object { column: 35 - index: 62 line: 2 } } @@ -403,12 +357,10 @@ JSRoot { identifierName: "b" end: Object { column: 36 - index: 63 line: 2 } start: Object { column: 35 - index: 62 line: 2 } } @@ -417,12 +369,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring13/input.js" end: Object { column: 36 - index: 63 line: 2 } start: Object { column: 35 - index: 62 line: 2 } } @@ -436,12 +386,10 @@ JSRoot { identifierName: "c" end: Object { column: 39 - index: 66 line: 2 } start: Object { column: 38 - index: 65 line: 2 } } @@ -450,12 +398,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring13/input.js" end: Object { column: 39 - index: 66 line: 2 } start: Object { column: 38 - index: 65 line: 2 } } @@ -466,12 +412,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring13/input.js" end: Object { column: 67 - index: 94 line: 2 } start: Object { column: 41 - index: 68 line: 2 } } @@ -485,12 +429,10 @@ JSRoot { identifierName: "foo2" end: Object { column: 47 - index: 74 line: 2 } start: Object { column: 43 - index: 70 line: 2 } } @@ -499,12 +441,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring13/input.js" end: Object { column: 47 - index: 74 line: 2 } start: Object { column: 43 - index: 70 line: 2 } } @@ -515,12 +455,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring13/input.js" end: Object { column: 65 - index: 92 line: 2 } start: Object { column: 49 - index: 76 line: 2 } } @@ -531,12 +469,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring13/input.js" end: Object { column: 64 - index: 91 line: 2 } start: Object { column: 50 - index: 77 line: 2 } } @@ -547,12 +483,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring13/input.js" end: Object { column: 64 - index: 91 line: 2 } start: Object { column: 50 - index: 77 line: 2 } } @@ -567,12 +501,10 @@ JSRoot { identifierName: "foo3" end: Object { column: 56 - index: 83 line: 2 } start: Object { column: 52 - index: 79 line: 2 } } @@ -581,12 +513,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring13/input.js" end: Object { column: 56 - index: 83 line: 2 } start: Object { column: 52 - index: 79 line: 2 } } @@ -598,12 +528,10 @@ JSRoot { identifierName: "foo4" end: Object { column: 62 - index: 89 line: 2 } start: Object { column: 58 - index: 85 line: 2 } } @@ -612,12 +540,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring13/input.js" end: Object { column: 62 - index: 89 line: 2 } start: Object { column: 52 - index: 79 line: 2 } } @@ -630,12 +556,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring13/input.js" end: Object { column: 65 - index: 92 line: 2 } start: Object { column: 43 - index: 70 line: 2 } } @@ -646,12 +570,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring13/input.js" end: Object { column: 67 - index: 94 line: 2 } start: Object { column: 38 - index: 65 line: 2 } } @@ -662,12 +584,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring13/input.js" end: Object { column: 75 - index: 102 line: 2 } start: Object { column: 13 - index: 40 line: 2 } } @@ -678,12 +598,10 @@ JSRoot { identifierName: "bar" end: Object { column: 75 - index: 102 line: 2 } start: Object { column: 72 - index: 99 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring14/input.test.md b/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring14/input.test.md index eacd58beea1..d9265d9928f 100644 --- a/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring14/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring14/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring14/input.js" end: Object { column: 0 - index: 57 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring14/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring14/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring14/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "foo" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring14/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring14/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring14/input.js" end: Object { column: 33 - index: 55 line: 2 } start: Object { column: 0 - index: 22 line: 2 } } @@ -152,12 +136,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring14/input.js" end: Object { column: 33 - index: 55 line: 2 } start: Object { column: 7 - index: 29 line: 2 } } @@ -167,12 +149,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring14/input.js" end: Object { column: 33 - index: 55 line: 2 } start: Object { column: 7 - index: 29 line: 2 } } @@ -184,12 +164,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring14/input.js" end: Object { column: 26 - index: 48 line: 2 } start: Object { column: 13 - index: 35 line: 2 } } @@ -203,12 +181,10 @@ JSRoot { identifierName: "foo2" end: Object { column: 19 - index: 41 line: 2 } start: Object { column: 15 - index: 37 line: 2 } } @@ -217,12 +193,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring14/input.js" end: Object { column: 19 - index: 41 line: 2 } start: Object { column: 15 - index: 37 line: 2 } } @@ -234,12 +208,10 @@ JSRoot { identifierName: "foo" end: Object { column: 24 - index: 46 line: 2 } start: Object { column: 21 - index: 43 line: 2 } } @@ -248,12 +220,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring14/input.js" end: Object { column: 24 - index: 46 line: 2 } start: Object { column: 15 - index: 37 line: 2 } } @@ -264,12 +234,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring14/input.js" end: Object { column: 32 - index: 54 line: 2 } start: Object { column: 13 - index: 35 line: 2 } } @@ -280,12 +248,10 @@ JSRoot { identifierName: "bar" end: Object { column: 32 - index: 54 line: 2 } start: Object { column: 29 - index: 51 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring15/input.test.md b/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring15/input.test.md index d4c39c5ab5d..e2aaf7e627e 100644 --- a/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring15/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring15/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring15/input.js" end: Object { column: 0 - index: 58 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring15/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring15/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring15/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring15/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { identifierName: "foo" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring15/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -135,12 +121,10 @@ JSRoot { identifierName: "foo2" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring15/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -165,12 +147,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring15/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -181,12 +161,10 @@ JSRoot { identifierName: "bar" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -203,12 +181,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring15/input.js" end: Object { column: 22 - index: 56 line: 2 } start: Object { column: 0 - index: 34 line: 2 } } @@ -217,12 +193,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring15/input.js" end: Object { column: 22 - index: 56 line: 2 } start: Object { column: 7 - index: 41 line: 2 } } @@ -232,12 +206,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring15/input.js" end: Object { column: 22 - index: 56 line: 2 } start: Object { column: 7 - index: 41 line: 2 } } @@ -250,12 +222,10 @@ JSRoot { identifierName: "foo2" end: Object { column: 17 - index: 51 line: 2 } start: Object { column: 13 - index: 47 line: 2 } } @@ -264,12 +234,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring15/input.js" end: Object { column: 21 - index: 55 line: 2 } start: Object { column: 13 - index: 47 line: 2 } } @@ -280,12 +248,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring15/input.js" end: Object { column: 21 - index: 55 line: 2 } start: Object { column: 20 - index: 54 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring16/input.test.md b/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring16/input.test.md index 6d457fcf509..17b1942edda 100644 --- a/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring16/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring16/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring16/input.js" end: Object { column: 0 - index: 57 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring16/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring16/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring16/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "foo" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring16/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring16/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring16/input.js" end: Object { column: 33 - index: 55 line: 2 } start: Object { column: 0 - index: 22 line: 2 } } @@ -152,12 +136,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring16/input.js" end: Object { column: 33 - index: 55 line: 2 } start: Object { column: 7 - index: 29 line: 2 } } @@ -167,12 +149,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring16/input.js" end: Object { column: 33 - index: 55 line: 2 } start: Object { column: 7 - index: 29 line: 2 } } @@ -183,12 +163,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring16/input.js" end: Object { column: 26 - index: 48 line: 2 } start: Object { column: 13 - index: 35 line: 2 } } @@ -199,12 +177,10 @@ JSRoot { identifierName: "foo" end: Object { column: 25 - index: 47 line: 2 } start: Object { column: 22 - index: 44 line: 2 } } @@ -215,12 +191,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring16/input.js" end: Object { column: 25 - index: 47 line: 2 } start: Object { column: 22 - index: 44 line: 2 } } @@ -234,12 +208,10 @@ JSRoot { identifierName: "bar" end: Object { column: 17 - index: 39 line: 2 } start: Object { column: 14 - index: 36 line: 2 } } @@ -250,12 +222,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring16/input.js" end: Object { column: 17 - index: 39 line: 2 } start: Object { column: 14 - index: 36 line: 2 } } @@ -267,12 +237,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring16/input.js" end: Object { column: 32 - index: 54 line: 2 } start: Object { column: 13 - index: 35 line: 2 } } @@ -283,12 +251,10 @@ JSRoot { identifierName: "baz" end: Object { column: 32 - index: 54 line: 2 } start: Object { column: 29 - index: 51 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring17/input.test.md b/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring17/input.test.md index fdb2def4dca..d67e491af1e 100644 --- a/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring17/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring17/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring17/input.js" end: Object { column: 0 - index: 57 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring17/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring17/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring17/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring17/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "bar" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring17/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -135,12 +121,10 @@ JSRoot { identifierName: "foo" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -151,12 +135,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring17/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -168,12 +150,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring17/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -184,12 +164,10 @@ JSRoot { identifierName: "baz" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -206,12 +184,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring17/input.js" end: Object { column: 21 - index: 55 line: 2 } start: Object { column: 0 - index: 34 line: 2 } } @@ -220,12 +196,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring17/input.js" end: Object { column: 21 - index: 55 line: 2 } start: Object { column: 7 - index: 41 line: 2 } } @@ -235,12 +209,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring17/input.js" end: Object { column: 21 - index: 55 line: 2 } start: Object { column: 7 - index: 41 line: 2 } } @@ -253,12 +225,10 @@ JSRoot { identifierName: "bar" end: Object { column: 16 - index: 50 line: 2 } start: Object { column: 13 - index: 47 line: 2 } } @@ -267,12 +237,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring17/input.js" end: Object { column: 20 - index: 54 line: 2 } start: Object { column: 13 - index: 47 line: 2 } } @@ -283,12 +251,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring17/input.js" end: Object { column: 20 - index: 54 line: 2 } start: Object { column: 19 - index: 53 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring18/input.test.md b/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring18/input.test.md index d98de062cfb..b7c09a524d3 100644 --- a/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring18/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring18/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring18/input.js" end: Object { column: 0 - index: 64 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring18/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring18/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring18/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "foo" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring18/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring18/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring18/input.js" end: Object { column: 40 - index: 62 line: 2 } start: Object { column: 0 - index: 22 line: 2 } } @@ -152,12 +136,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring18/input.js" end: Object { column: 40 - index: 62 line: 2 } start: Object { column: 7 - index: 29 line: 2 } } @@ -167,12 +149,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring18/input.js" end: Object { column: 40 - index: 62 line: 2 } start: Object { column: 7 - index: 29 line: 2 } } @@ -184,12 +164,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring18/input.js" end: Object { column: 33 - index: 55 line: 2 } start: Object { column: 13 - index: 35 line: 2 } } @@ -201,12 +179,10 @@ JSRoot { identifierName: "bar" end: Object { column: 17 - index: 39 line: 2 } start: Object { column: 14 - index: 36 line: 2 } } @@ -217,12 +193,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring18/input.js" end: Object { column: 17 - index: 39 line: 2 } start: Object { column: 14 - index: 36 line: 2 } } @@ -233,12 +207,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring18/input.js" end: Object { column: 32 - index: 54 line: 2 } start: Object { column: 19 - index: 41 line: 2 } } @@ -249,12 +221,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring18/input.js" end: Object { column: 32 - index: 54 line: 2 } start: Object { column: 19 - index: 41 line: 2 } } @@ -266,12 +236,10 @@ JSRoot { identifierName: "foo" end: Object { column: 31 - index: 53 line: 2 } start: Object { column: 28 - index: 50 line: 2 } } @@ -282,12 +250,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring18/input.js" end: Object { column: 31 - index: 53 line: 2 } start: Object { column: 28 - index: 50 line: 2 } } @@ -301,12 +267,10 @@ JSRoot { identifierName: "baz" end: Object { column: 23 - index: 45 line: 2 } start: Object { column: 20 - index: 42 line: 2 } } @@ -317,12 +281,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring18/input.js" end: Object { column: 23 - index: 45 line: 2 } start: Object { column: 20 - index: 42 line: 2 } } @@ -336,12 +298,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring18/input.js" end: Object { column: 39 - index: 61 line: 2 } start: Object { column: 13 - index: 35 line: 2 } } @@ -352,12 +312,10 @@ JSRoot { identifierName: "qux" end: Object { column: 39 - index: 61 line: 2 } start: Object { column: 36 - index: 58 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring19/input.test.md b/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring19/input.test.md index 8757347e6c9..1cbd25aabd1 100644 --- a/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring19/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring19/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring19/input.js" end: Object { column: 0 - index: 66 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring19/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring19/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring19/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "foo" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring19/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring19/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring19/input.js" end: Object { column: 42 - index: 64 line: 2 } start: Object { column: 0 - index: 22 line: 2 } } @@ -152,12 +136,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring19/input.js" end: Object { column: 42 - index: 64 line: 2 } start: Object { column: 7 - index: 29 line: 2 } } @@ -167,12 +149,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring19/input.js" end: Object { column: 42 - index: 64 line: 2 } start: Object { column: 7 - index: 29 line: 2 } } @@ -184,12 +164,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring19/input.js" end: Object { column: 35 - index: 57 line: 2 } start: Object { column: 13 - index: 35 line: 2 } } @@ -203,12 +181,10 @@ JSRoot { identifierName: "bar" end: Object { column: 18 - index: 40 line: 2 } start: Object { column: 15 - index: 37 line: 2 } } @@ -217,12 +193,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring19/input.js" end: Object { column: 18 - index: 40 line: 2 } start: Object { column: 15 - index: 37 line: 2 } } @@ -232,12 +206,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring19/input.js" end: Object { column: 33 - index: 55 line: 2 } start: Object { column: 20 - index: 42 line: 2 } } @@ -248,12 +220,10 @@ JSRoot { identifierName: "foo" end: Object { column: 32 - index: 54 line: 2 } start: Object { column: 29 - index: 51 line: 2 } } @@ -264,12 +234,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring19/input.js" end: Object { column: 32 - index: 54 line: 2 } start: Object { column: 29 - index: 51 line: 2 } } @@ -283,12 +251,10 @@ JSRoot { identifierName: "baz" end: Object { column: 24 - index: 46 line: 2 } start: Object { column: 21 - index: 43 line: 2 } } @@ -299,12 +265,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring19/input.js" end: Object { column: 24 - index: 46 line: 2 } start: Object { column: 21 - index: 43 line: 2 } } @@ -316,12 +280,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring19/input.js" end: Object { column: 33 - index: 55 line: 2 } start: Object { column: 15 - index: 37 line: 2 } } @@ -332,12 +294,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring19/input.js" end: Object { column: 41 - index: 63 line: 2 } start: Object { column: 13 - index: 35 line: 2 } } @@ -348,12 +308,10 @@ JSRoot { identifierName: "qux" end: Object { column: 41 - index: 63 line: 2 } start: Object { column: 38 - index: 60 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring2/input.test.md b/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring2/input.test.md index 5173b6af382..84d502198bb 100644 --- a/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring2/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring2/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring2/input.js" end: Object { column: 0 - index: 54 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring2/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { identifierName: "foo" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring2/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring2/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring2/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -126,12 +114,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring2/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring2/input.js" end: Object { column: 27 - index: 53 line: 2 } start: Object { column: 0 - index: 26 line: 2 } } @@ -157,12 +141,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring2/input.js" end: Object { column: 27 - index: 53 line: 2 } start: Object { column: 7 - index: 33 line: 2 } } @@ -172,12 +154,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring2/input.js" end: Object { column: 27 - index: 53 line: 2 } start: Object { column: 7 - index: 33 line: 2 } } @@ -189,12 +169,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring2/input.js" end: Object { column: 20 - index: 46 line: 2 } start: Object { column: 13 - index: 39 line: 2 } } @@ -208,12 +186,10 @@ JSRoot { identifierName: "foo" end: Object { column: 18 - index: 44 line: 2 } start: Object { column: 15 - index: 41 line: 2 } } @@ -222,12 +198,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring2/input.js" end: Object { column: 18 - index: 44 line: 2 } start: Object { column: 15 - index: 41 line: 2 } } @@ -239,12 +213,10 @@ JSRoot { identifierName: "foo" end: Object { column: 18 - index: 44 line: 2 } start: Object { column: 15 - index: 41 line: 2 } } @@ -253,12 +225,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring2/input.js" end: Object { column: 18 - index: 44 line: 2 } start: Object { column: 15 - index: 41 line: 2 } } @@ -269,12 +239,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring2/input.js" end: Object { column: 26 - index: 52 line: 2 } start: Object { column: 13 - index: 39 line: 2 } } @@ -285,12 +253,10 @@ JSRoot { identifierName: "bar" end: Object { column: 26 - index: 52 line: 2 } start: Object { column: 23 - index: 49 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring3/input.test.md b/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring3/input.test.md index 2be9289d254..b88f63435dd 100644 --- a/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring3/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring3/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring3/input.js" end: Object { column: 0 - index: 54 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring3/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring3/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring3/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring3/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { identifierName: "foo" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring3/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -135,12 +121,10 @@ JSRoot { identifierName: "foo" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring3/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -165,12 +147,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring3/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -181,12 +161,10 @@ JSRoot { identifierName: "bar" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -203,12 +181,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring3/input.js" end: Object { column: 24 - index: 52 line: 2 } start: Object { column: 0 - index: 28 line: 2 } } @@ -220,12 +196,10 @@ JSRoot { identifierName: "foo" end: Object { column: 19 - index: 47 line: 2 } start: Object { column: 16 - index: 44 line: 2 } } @@ -234,12 +208,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring3/input.js" end: Object { column: 24 - index: 52 line: 2 } start: Object { column: 7 - index: 35 line: 2 } } @@ -250,12 +222,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring3/input.js" end: Object { column: 24 - index: 52 line: 2 } start: Object { column: 22 - index: 50 line: 2 } } @@ -273,12 +243,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring3/input.js" end: Object { column: 21 - index: 49 line: 2 } start: Object { column: 19 - index: 47 line: 2 } } @@ -290,12 +258,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring3/input.js" end: Object { column: 25 - index: 53 line: 2 } start: Object { column: 24 - index: 52 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring4/input.test.md b/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring4/input.test.md index 9b4170d45d0..867f6b9e1c8 100644 --- a/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring4/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring4/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring4/input.js" end: Object { column: 0 - index: 52 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring4/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { identifierName: "foo" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring4/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring4/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring4/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -126,12 +114,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring4/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring4/input.js" end: Object { column: 25 - index: 51 line: 2 } start: Object { column: 0 - index: 26 line: 2 } } @@ -157,12 +141,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring4/input.js" end: Object { column: 25 - index: 51 line: 2 } start: Object { column: 7 - index: 33 line: 2 } } @@ -172,12 +154,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring4/input.js" end: Object { column: 25 - index: 51 line: 2 } start: Object { column: 7 - index: 33 line: 2 } } @@ -189,12 +169,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring4/input.js" end: Object { column: 18 - index: 44 line: 2 } start: Object { column: 13 - index: 39 line: 2 } } @@ -206,12 +184,10 @@ JSRoot { identifierName: "foo" end: Object { column: 17 - index: 43 line: 2 } start: Object { column: 14 - index: 40 line: 2 } } @@ -222,12 +198,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring4/input.js" end: Object { column: 17 - index: 43 line: 2 } start: Object { column: 14 - index: 40 line: 2 } } @@ -239,12 +213,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring4/input.js" end: Object { column: 24 - index: 50 line: 2 } start: Object { column: 13 - index: 39 line: 2 } } @@ -255,12 +227,10 @@ JSRoot { identifierName: "bar" end: Object { column: 24 - index: 50 line: 2 } start: Object { column: 21 - index: 47 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring5/input.test.md b/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring5/input.test.md index f0769aa2eec..bd20294d297 100644 --- a/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring5/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring5/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring5/input.js" end: Object { column: 0 - index: 52 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring5/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring5/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring5/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring5/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "foo" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring5/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -135,12 +121,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring5/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -151,12 +135,10 @@ JSRoot { identifierName: "bar" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring5/input.js" end: Object { column: 24 - index: 50 line: 2 } start: Object { column: 0 - index: 26 line: 2 } } @@ -190,12 +170,10 @@ JSRoot { identifierName: "foo" end: Object { column: 19 - index: 45 line: 2 } start: Object { column: 16 - index: 42 line: 2 } } @@ -204,12 +182,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring5/input.js" end: Object { column: 24 - index: 50 line: 2 } start: Object { column: 7 - index: 33 line: 2 } } @@ -220,12 +196,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring5/input.js" end: Object { column: 24 - index: 50 line: 2 } start: Object { column: 22 - index: 48 line: 2 } } @@ -243,12 +217,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring5/input.js" end: Object { column: 21 - index: 47 line: 2 } start: Object { column: 19 - index: 45 line: 2 } } @@ -260,12 +232,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring5/input.js" end: Object { column: 25 - index: 51 line: 2 } start: Object { column: 24 - index: 50 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring6/input.test.md b/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring6/input.test.md index e3c525d18fa..fa7592aa45b 100644 --- a/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring6/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring6/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring6/input.js" end: Object { column: 0 - index: 55 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring6/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring6/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring6/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring6/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { identifierName: "foo" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring6/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -135,12 +121,10 @@ JSRoot { identifierName: "foo" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring6/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -165,12 +147,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring6/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -181,12 +161,10 @@ JSRoot { identifierName: "bar" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -203,12 +181,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring6/input.js" end: Object { column: 26 - index: 54 line: 2 } start: Object { column: 0 - index: 28 line: 2 } } @@ -217,12 +193,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring6/input.js" end: Object { column: 26 - index: 54 line: 2 } start: Object { column: 7 - index: 35 line: 2 } } @@ -232,12 +206,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring6/input.js" end: Object { column: 26 - index: 54 line: 2 } start: Object { column: 7 - index: 35 line: 2 } } @@ -249,12 +221,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring6/input.js" end: Object { column: 18 - index: 46 line: 2 } start: Object { column: 13 - index: 41 line: 2 } } @@ -266,12 +236,10 @@ JSRoot { identifierName: "foo" end: Object { column: 17 - index: 45 line: 2 } start: Object { column: 14 - index: 42 line: 2 } } @@ -282,12 +250,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring6/input.js" end: Object { column: 17 - index: 45 line: 2 } start: Object { column: 14 - index: 42 line: 2 } } @@ -299,12 +265,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring6/input.js" end: Object { column: 25 - index: 53 line: 2 } start: Object { column: 13 - index: 41 line: 2 } } @@ -315,12 +279,10 @@ JSRoot { identifierName: "bar2" end: Object { column: 25 - index: 53 line: 2 } start: Object { column: 21 - index: 49 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring7/input.test.md b/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring7/input.test.md index daa91596717..284d1bf1414 100644 --- a/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring7/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring7/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring7/input.js" end: Object { column: 0 - index: 55 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring7/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring7/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring7/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring7/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "foo" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring7/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -135,12 +121,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring7/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -151,12 +135,10 @@ JSRoot { identifierName: "bar" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring7/input.js" end: Object { column: 28 - index: 54 line: 2 } start: Object { column: 0 - index: 26 line: 2 } } @@ -187,12 +167,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring7/input.js" end: Object { column: 28 - index: 54 line: 2 } start: Object { column: 7 - index: 33 line: 2 } } @@ -202,12 +180,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring7/input.js" end: Object { column: 28 - index: 54 line: 2 } start: Object { column: 7 - index: 33 line: 2 } } @@ -219,12 +195,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring7/input.js" end: Object { column: 20 - index: 46 line: 2 } start: Object { column: 13 - index: 39 line: 2 } } @@ -238,12 +212,10 @@ JSRoot { identifierName: "foo" end: Object { column: 18 - index: 44 line: 2 } start: Object { column: 15 - index: 41 line: 2 } } @@ -252,12 +224,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring7/input.js" end: Object { column: 18 - index: 44 line: 2 } start: Object { column: 15 - index: 41 line: 2 } } @@ -269,12 +239,10 @@ JSRoot { identifierName: "foo" end: Object { column: 18 - index: 44 line: 2 } start: Object { column: 15 - index: 41 line: 2 } } @@ -283,12 +251,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring7/input.js" end: Object { column: 18 - index: 44 line: 2 } start: Object { column: 15 - index: 41 line: 2 } } @@ -299,12 +265,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring7/input.js" end: Object { column: 27 - index: 53 line: 2 } start: Object { column: 13 - index: 39 line: 2 } } @@ -315,12 +279,10 @@ JSRoot { identifierName: "bar2" end: Object { column: 27 - index: 53 line: 2 } start: Object { column: 23 - index: 49 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring8/input.test.md b/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring8/input.test.md index 9ffe7e4c7e9..0fbf9a6e319 100644 --- a/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring8/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring8/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring8/input.js" end: Object { column: 0 - index: 49 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring8/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring8/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -89,12 +81,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring8/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring8/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring8/input.js" end: Object { column: 27 - index: 48 line: 2 } start: Object { column: 0 - index: 21 line: 2 } } @@ -137,12 +123,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring8/input.js" end: Object { column: 27 - index: 48 line: 2 } start: Object { column: 7 - index: 28 line: 2 } } @@ -152,12 +136,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring8/input.js" end: Object { column: 27 - index: 48 line: 2 } start: Object { column: 7 - index: 28 line: 2 } } @@ -169,12 +151,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring8/input.js" end: Object { column: 20 - index: 41 line: 2 } start: Object { column: 13 - index: 34 line: 2 } } @@ -188,12 +168,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 18 - index: 39 line: 2 } start: Object { column: 15 - index: 36 line: 2 } } @@ -202,12 +180,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring8/input.js" end: Object { column: 18 - index: 39 line: 2 } start: Object { column: 15 - index: 36 line: 2 } } @@ -219,12 +195,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 18 - index: 39 line: 2 } start: Object { column: 15 - index: 36 line: 2 } } @@ -233,12 +207,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring8/input.js" end: Object { column: 18 - index: 39 line: 2 } start: Object { column: 15 - index: 36 line: 2 } } @@ -249,12 +221,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring8/input.js" end: Object { column: 26 - index: 47 line: 2 } start: Object { column: 13 - index: 34 line: 2 } } @@ -265,12 +235,10 @@ JSRoot { identifierName: "bar" end: Object { column: 26 - index: 47 line: 2 } start: Object { column: 23 - index: 44 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring9/input.test.md b/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring9/input.test.md index 0b8786fb72a..dc4923428bb 100644 --- a/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring9/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-destructuring9/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring9/input.js" end: Object { column: 0 - index: 47 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring9/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring9/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -89,12 +81,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring9/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring9/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring9/input.js" end: Object { column: 25 - index: 46 line: 2 } start: Object { column: 0 - index: 21 line: 2 } } @@ -137,12 +123,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring9/input.js" end: Object { column: 25 - index: 46 line: 2 } start: Object { column: 7 - index: 28 line: 2 } } @@ -152,12 +136,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring9/input.js" end: Object { column: 25 - index: 46 line: 2 } start: Object { column: 7 - index: 28 line: 2 } } @@ -169,12 +151,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring9/input.js" end: Object { column: 18 - index: 39 line: 2 } start: Object { column: 13 - index: 34 line: 2 } } @@ -186,12 +166,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 17 - index: 38 line: 2 } start: Object { column: 14 - index: 35 line: 2 } } @@ -202,12 +180,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring9/input.js" end: Object { column: 17 - index: 38 line: 2 } start: Object { column: 14 - index: 35 line: 2 } } @@ -219,12 +195,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-destructuring9/input.js" end: Object { column: 24 - index: 45 line: 2 } start: Object { column: 13 - index: 34 line: 2 } } @@ -235,12 +209,10 @@ JSRoot { identifierName: "bar" end: Object { column: 24 - index: 45 line: 2 } start: Object { column: 21 - index: 42 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-function-declaration/input.test.md b/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-function-declaration/input.test.md index 366b966b020..d3b663ecb97 100644 --- a/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-function-declaration/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-function-declaration/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-function-declaration/input.js" end: Object { column: 0 - index: 42 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { sourceText: undefined end: Object { column: 24 - index: 40 line: 2 } start: Object { column: 7 - index: 23 line: 2 } } @@ -67,12 +63,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-function-declaration/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -89,12 +83,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-function-declaration/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -104,12 +96,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-function-declaration/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { identifierName: "foo" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -137,12 +125,10 @@ JSRoot { identifierName: "foo" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -157,12 +143,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-function-declaration/input.js" end: Object { column: 24 - index: 40 line: 2 } start: Object { column: 0 - index: 16 line: 2 } } @@ -174,12 +158,10 @@ JSRoot { identifierName: "foo" end: Object { column: 19 - index: 35 line: 2 } start: Object { column: 16 - index: 32 line: 2 } } @@ -188,12 +170,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-function-declaration/input.js" end: Object { column: 24 - index: 40 line: 2 } start: Object { column: 7 - index: 23 line: 2 } } @@ -204,12 +184,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-function-declaration/input.js" end: Object { column: 24 - index: 40 line: 2 } start: Object { column: 22 - index: 38 line: 2 } } @@ -227,12 +205,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-function-declaration/input.js" end: Object { column: 21 - index: 37 line: 2 } start: Object { column: 19 - index: 35 line: 2 } } @@ -244,12 +220,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-function-declaration/input.js" end: Object { column: 25 - index: 41 line: 2 } start: Object { column: 24 - index: 40 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-variable-declaration/input.test.md b/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-variable-declaration/input.test.md index d225a03bcf1..038389bf6ef 100644 --- a/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-variable-declaration/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export-variable-declaration/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-variable-declaration/input.js" end: Object { column: 0 - index: 40 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-variable-declaration/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-variable-declaration/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "foo" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "foo" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-variable-declaration/input.js" end: Object { column: 23 - index: 39 line: 2 } start: Object { column: 0 - index: 16 line: 2 } } @@ -121,12 +109,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-variable-declaration/input.js" end: Object { column: 23 - index: 39 line: 2 } start: Object { column: 7 - index: 23 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-variable-declaration/input.js" end: Object { column: 23 - index: 39 line: 2 } start: Object { column: 7 - index: 23 line: 2 } } @@ -154,12 +138,10 @@ JSRoot { identifierName: "foo" end: Object { column: 16 - index: 32 line: 2 } start: Object { column: 13 - index: 29 line: 2 } } @@ -168,12 +150,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export-variable-declaration/input.js" end: Object { column: 22 - index: 38 line: 2 } start: Object { column: 13 - index: 29 line: 2 } } @@ -184,12 +164,10 @@ JSRoot { identifierName: "bar" end: Object { column: 22 - index: 38 line: 2 } start: Object { column: 19 - index: 35 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export/input.test.md b/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export/input.test.md index 64de83a97bd..8c022ff04ec 100644 --- a/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/modules/duplicate-named-export/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export/input.js" end: Object { column: 0 - index: 39 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { sourceText: undefined end: Object { column: 19 - index: 35 line: 2 } start: Object { column: 9 - index: 25 line: 2 } } @@ -67,12 +63,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -89,12 +83,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -104,12 +96,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { identifierName: "foo" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -137,12 +125,10 @@ JSRoot { identifierName: "foo" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -157,12 +143,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export/input.js" end: Object { column: 22 - index: 38 line: 2 } start: Object { column: 0 - index: 16 line: 2 } } @@ -172,12 +156,10 @@ JSRoot { filename: "es2015/modules/duplicate-named-export/input.js" end: Object { column: 19 - index: 35 line: 2 } start: Object { column: 9 - index: 25 line: 2 } } @@ -188,12 +170,10 @@ JSRoot { identifierName: "foo" end: Object { column: 19 - index: 35 line: 2 } start: Object { column: 16 - index: 32 line: 2 } } @@ -205,12 +185,10 @@ JSRoot { identifierName: "bar" end: Object { column: 12 - index: 28 line: 2 } start: Object { column: 9 - index: 25 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/modules/export-declaration-trailing-comma/input.test.md b/internal/js-parser/test-fixtures/es2015/modules/export-declaration-trailing-comma/input.test.md index 3f754538def..9070125ffea 100644 --- a/internal/js-parser/test-fixtures/es2015/modules/export-declaration-trailing-comma/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/modules/export-declaration-trailing-comma/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/modules/export-declaration-trailing-comma/input.js" end: Object { column: 0 - index: 77 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "es2015/modules/export-declaration-trailing-comma/input.js" end: Object { column: 11 - index: 20 line: 2 } start: Object { column: 2 - index: 11 line: 2 } } @@ -55,12 +51,10 @@ JSRoot { filename: "es2015/modules/export-declaration-trailing-comma/input.js" end: Object { column: 11 - index: 36 line: 3 } start: Object { column: 2 - index: 27 line: 3 } } @@ -72,12 +66,10 @@ JSRoot { filename: "es2015/modules/export-declaration-trailing-comma/input.js" end: Object { column: 13 - index: 51 line: 4 } start: Object { column: 2 - index: 40 line: 4 } } @@ -89,12 +81,10 @@ JSRoot { filename: "es2015/modules/export-declaration-trailing-comma/input.js" end: Object { column: 12 - index: 64 line: 5 } start: Object { column: 2 - index: 54 line: 5 } } @@ -109,12 +99,10 @@ JSRoot { filename: "es2015/modules/export-declaration-trailing-comma/input.js" end: Object { column: 24 - index: 76 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { filename: "es2015/modules/export-declaration-trailing-comma/input.js" end: Object { column: 23 - index: 75 line: 5 } start: Object { column: 18 - index: 70 line: 5 } } @@ -146,12 +132,10 @@ JSRoot { filename: "es2015/modules/export-declaration-trailing-comma/input.js" end: Object { column: 15 - index: 24 line: 2 } start: Object { column: 12 - index: 21 line: 2 } } @@ -164,12 +148,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 15 - index: 24 line: 2 } start: Object { column: 12 - index: 21 line: 2 } } @@ -184,12 +166,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 15 - index: 24 line: 2 } start: Object { column: 12 - index: 21 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/modules/export-default-class-declaration/input.test.md b/internal/js-parser/test-fixtures/es2015/modules/export-default-class-declaration/input.test.md index 2ed92228b75..6f0488c48ec 100644 --- a/internal/js-parser/test-fixtures/es2015/modules/export-default-class-declaration/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/modules/export-default-class-declaration/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/modules/export-default-class-declaration/input.js" end: Object { column: 0 - index: 28 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/modules/export-default-class-declaration/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2015/modules/export-default-class-declaration/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "es2015/modules/export-default-class-declaration/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/modules/export-default-class-expression/input.test.md b/internal/js-parser/test-fixtures/es2015/modules/export-default-class-expression/input.test.md index e896e9d7193..75695df6d4b 100644 --- a/internal/js-parser/test-fixtures/es2015/modules/export-default-class-expression/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/modules/export-default-class-expression/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/modules/export-default-class-expression/input.js" end: Object { column: 0 - index: 31 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/modules/export-default-class-expression/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2015/modules/export-default-class-expression/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "es2015/modules/export-default-class-expression/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/modules/export-default-function-declaration-expression-disambiguation/input.test.md b/internal/js-parser/test-fixtures/es2015/modules/export-default-function-declaration-expression-disambiguation/input.test.md index f5b8a4e9107..75d68a53f13 100644 --- a/internal/js-parser/test-fixtures/es2015/modules/export-default-function-declaration-expression-disambiguation/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/modules/export-default-function-declaration-expression-disambiguation/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/modules/export-default-function-declaration-expression-disambiguation/input.js" end: Object { column: 0 - index: 37 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/modules/export-default-function-declaration-expression-disambiguation/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "es2015/modules/export-default-function-declaration-expression-disambiguation/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "es2015/modules/export-default-function-declaration-expression-disambiguation/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "es2015/modules/export-default-function-declaration-expression-disambiguation/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "es2015/modules/export-default-function-declaration-expression-disambiguation/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "es2015/modules/export-default-function-declaration-expression-disambiguation/input.js" end: Object { column: 6 - index: 36 line: 2 } start: Object { column: 0 - index: 30 line: 2 } } @@ -139,12 +125,10 @@ JSRoot { identifierName: "foo" end: Object { column: 4 - index: 34 line: 2 } start: Object { column: 1 - index: 31 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/modules/export-default-function-declaration/input.test.md b/internal/js-parser/test-fixtures/es2015/modules/export-default-function-declaration/input.test.md index 414f09e51b4..63e0d19d4c4 100644 --- a/internal/js-parser/test-fixtures/es2015/modules/export-default-function-declaration/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/modules/export-default-function-declaration/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/modules/export-default-function-declaration/input.js" end: Object { column: 0 - index: 31 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/modules/export-default-function-declaration/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { identifierName: "a" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2015/modules/export-default-function-declaration/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2015/modules/export-default-function-declaration/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "es2015/modules/export-default-function-declaration/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/modules/export-default-function-expression/input.test.md b/internal/js-parser/test-fixtures/es2015/modules/export-default-function-expression/input.test.md index 0717e3d8d03..230aaebb8b1 100644 --- a/internal/js-parser/test-fixtures/es2015/modules/export-default-function-expression/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/modules/export-default-function-expression/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/modules/export-default-function-expression/input.js" end: Object { column: 0 - index: 34 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/modules/export-default-function-expression/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { identifierName: "a" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2015/modules/export-default-function-expression/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2015/modules/export-default-function-expression/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "es2015/modules/export-default-function-expression/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/modules/export-default-variable-declaration/input.test.md b/internal/js-parser/test-fixtures/es2015/modules/export-default-variable-declaration/input.test.md index 37fda63366e..6f40dee367b 100644 --- a/internal/js-parser/test-fixtures/es2015/modules/export-default-variable-declaration/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/modules/export-default-variable-declaration/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/modules/export-default-variable-declaration/input.js" end: Object { column: 1 - index: 78 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/modules/export-default-variable-declaration/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2015/modules/export-default-variable-declaration/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2015/modules/export-default-variable-declaration/input.js" end: Object { column: 1 - index: 78 line: 3 } start: Object { column: 21 - index: 21 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "es2015/modules/export-default-variable-declaration/input.js" end: Object { column: 1 - index: 78 line: 3 } start: Object { column: 21 - index: 21 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "es2015/modules/export-default-variable-declaration/input.js" end: Object { column: 1 - index: 78 line: 3 } start: Object { column: 27 - index: 27 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { filename: "es2015/modules/export-default-variable-declaration/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -174,12 +156,10 @@ JSRoot { filename: "es2015/modules/export-default-variable-declaration/input.js" end: Object { column: 1 - index: 78 line: 3 } start: Object { column: 33 - index: 33 line: 1 } } @@ -189,12 +169,10 @@ JSRoot { filename: "es2015/modules/export-default-variable-declaration/input.js" end: Object { column: 41 - index: 76 line: 2 } start: Object { column: 4 - index: 39 line: 2 } } @@ -204,12 +182,10 @@ JSRoot { filename: "es2015/modules/export-default-variable-declaration/input.js" end: Object { column: 40 - index: 75 line: 2 } start: Object { column: 11 - index: 46 line: 2 } } @@ -222,12 +198,10 @@ JSRoot { filename: "es2015/modules/export-default-variable-declaration/input.js" end: Object { column: 39 - index: 74 line: 2 } start: Object { column: 12 - index: 47 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/modules/export-default-variable-declaration2/input.test.md b/internal/js-parser/test-fixtures/es2015/modules/export-default-variable-declaration2/input.test.md index 03870ba60e4..4b90cf5fa9c 100644 --- a/internal/js-parser/test-fixtures/es2015/modules/export-default-variable-declaration2/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/modules/export-default-variable-declaration2/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/modules/export-default-variable-declaration2/input.js" end: Object { column: 1 - index: 76 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/modules/export-default-variable-declaration2/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "let" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "es2015/modules/export-default-variable-declaration2/input.js" end: Object { column: 1 - index: 76 line: 3 } start: Object { column: 19 - index: 19 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "es2015/modules/export-default-variable-declaration2/input.js" end: Object { column: 1 - index: 76 line: 3 } start: Object { column: 19 - index: 19 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -139,12 +125,10 @@ JSRoot { filename: "es2015/modules/export-default-variable-declaration2/input.js" end: Object { column: 1 - index: 76 line: 3 } start: Object { column: 25 - index: 25 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "es2015/modules/export-default-variable-declaration2/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -175,12 +157,10 @@ JSRoot { filename: "es2015/modules/export-default-variable-declaration2/input.js" end: Object { column: 1 - index: 76 line: 3 } start: Object { column: 31 - index: 31 line: 1 } } @@ -190,12 +170,10 @@ JSRoot { filename: "es2015/modules/export-default-variable-declaration2/input.js" end: Object { column: 41 - index: 74 line: 2 } start: Object { column: 4 - index: 37 line: 2 } } @@ -205,12 +183,10 @@ JSRoot { filename: "es2015/modules/export-default-variable-declaration2/input.js" end: Object { column: 40 - index: 73 line: 2 } start: Object { column: 11 - index: 44 line: 2 } } @@ -223,12 +199,10 @@ JSRoot { filename: "es2015/modules/export-default-variable-declaration2/input.js" end: Object { column: 39 - index: 72 line: 2 } start: Object { column: 12 - index: 45 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/modules/export-default-variable-declaration3/input.test.md b/internal/js-parser/test-fixtures/es2015/modules/export-default-variable-declaration3/input.test.md index 8ac2bf736bd..33721e53298 100644 --- a/internal/js-parser/test-fixtures/es2015/modules/export-default-variable-declaration3/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/modules/export-default-variable-declaration3/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/modules/export-default-variable-declaration3/input.js" end: Object { column: 1 - index: 76 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/modules/export-default-variable-declaration3/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2015/modules/export-default-variable-declaration3/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2015/modules/export-default-variable-declaration3/input.js" end: Object { column: 1 - index: 76 line: 3 } start: Object { column: 19 - index: 19 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "es2015/modules/export-default-variable-declaration3/input.js" end: Object { column: 1 - index: 76 line: 3 } start: Object { column: 19 - index: 19 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "es2015/modules/export-default-variable-declaration3/input.js" end: Object { column: 1 - index: 76 line: 3 } start: Object { column: 25 - index: 25 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { filename: "es2015/modules/export-default-variable-declaration3/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -174,12 +156,10 @@ JSRoot { filename: "es2015/modules/export-default-variable-declaration3/input.js" end: Object { column: 1 - index: 76 line: 3 } start: Object { column: 31 - index: 31 line: 1 } } @@ -189,12 +169,10 @@ JSRoot { filename: "es2015/modules/export-default-variable-declaration3/input.js" end: Object { column: 41 - index: 74 line: 2 } start: Object { column: 4 - index: 37 line: 2 } } @@ -204,12 +182,10 @@ JSRoot { filename: "es2015/modules/export-default-variable-declaration3/input.js" end: Object { column: 40 - index: 73 line: 2 } start: Object { column: 11 - index: 44 line: 2 } } @@ -222,12 +198,10 @@ JSRoot { filename: "es2015/modules/export-default-variable-declaration3/input.js" end: Object { column: 39 - index: 72 line: 2 } start: Object { column: 12 - index: 45 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/modules/export-from-valid-reserved-word/input.test.md b/internal/js-parser/test-fixtures/es2015/modules/export-from-valid-reserved-word/input.test.md index 97e7869052e..4e0daa3b326 100644 --- a/internal/js-parser/test-fixtures/es2015/modules/export-from-valid-reserved-word/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/modules/export-from-valid-reserved-word/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/modules/export-from-valid-reserved-word/input.js" end: Object { column: 0 - index: 25 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { filename: "es2015/modules/export-from-valid-reserved-word/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "es2015/modules/export-from-valid-reserved-word/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "es2015/modules/export-from-valid-reserved-word/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "if" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { identifierName: "if" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/modules/import-declaration-trailing-comma/input.test.md b/internal/js-parser/test-fixtures/es2015/modules/import-declaration-trailing-comma/input.test.md index 756acefa5c9..4bc3c58271a 100644 --- a/internal/js-parser/test-fixtures/es2015/modules/import-declaration-trailing-comma/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/modules/import-declaration-trailing-comma/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/modules/import-declaration-trailing-comma/input.js" end: Object { column: 0 - index: 77 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "es2015/modules/import-declaration-trailing-comma/input.js" end: Object { column: 11 - index: 20 line: 2 } start: Object { column: 2 - index: 11 line: 2 } } @@ -55,12 +51,10 @@ JSRoot { filename: "es2015/modules/import-declaration-trailing-comma/input.js" end: Object { column: 11 - index: 36 line: 3 } start: Object { column: 2 - index: 27 line: 3 } } @@ -72,12 +66,10 @@ JSRoot { filename: "es2015/modules/import-declaration-trailing-comma/input.js" end: Object { column: 13 - index: 51 line: 4 } start: Object { column: 2 - index: 40 line: 4 } } @@ -89,12 +81,10 @@ JSRoot { filename: "es2015/modules/import-declaration-trailing-comma/input.js" end: Object { column: 12 - index: 64 line: 5 } start: Object { column: 2 - index: 54 line: 5 } } @@ -109,12 +99,10 @@ JSRoot { filename: "es2015/modules/import-declaration-trailing-comma/input.js" end: Object { column: 24 - index: 76 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { filename: "es2015/modules/import-declaration-trailing-comma/input.js" end: Object { column: 23 - index: 75 line: 5 } start: Object { column: 18 - index: 70 line: 5 } } @@ -146,12 +132,10 @@ JSRoot { filename: "es2015/modules/import-declaration-trailing-comma/input.js" end: Object { column: 15 - index: 24 line: 2 } start: Object { column: 12 - index: 21 line: 2 } } @@ -164,12 +148,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 15 - index: 24 line: 2 } start: Object { column: 12 - index: 21 line: 2 } } @@ -185,12 +167,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 15 - index: 24 line: 2 } start: Object { column: 12 - index: 21 line: 2 } } @@ -202,12 +182,10 @@ JSRoot { filename: "es2015/modules/import-declaration-trailing-comma/input.js" end: Object { column: 15 - index: 24 line: 2 } start: Object { column: 12 - index: 21 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/modules/import-invalid-keyword-flow/input.test.md b/internal/js-parser/test-fixtures/es2015/modules/import-invalid-keyword-flow/input.test.md index c51c7ba9698..eee8824eab6 100644 --- a/internal/js-parser/test-fixtures/es2015/modules/import-invalid-keyword-flow/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/modules/import-invalid-keyword-flow/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/modules/import-invalid-keyword-flow/input.js" end: Object { column: 0 - index: 31 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { filename: "es2015/modules/import-invalid-keyword-flow/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +78,10 @@ JSRoot { filename: "es2015/modules/import-invalid-keyword-flow/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "es2015/modules/import-invalid-keyword-flow/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "default" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -134,12 +122,10 @@ JSRoot { identifierName: "default" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -149,12 +135,10 @@ JSRoot { filename: "es2015/modules/import-invalid-keyword-flow/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/modules/import-invalid-keyword-typeof/input.test.md b/internal/js-parser/test-fixtures/es2015/modules/import-invalid-keyword-typeof/input.test.md index c9b58435f7f..64bf28ca1dd 100644 --- a/internal/js-parser/test-fixtures/es2015/modules/import-invalid-keyword-typeof/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/modules/import-invalid-keyword-typeof/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/modules/import-invalid-keyword-typeof/input.js" end: Object { column: 0 - index: 30 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { filename: "es2015/modules/import-invalid-keyword-typeof/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +78,10 @@ JSRoot { filename: "es2015/modules/import-invalid-keyword-typeof/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "es2015/modules/import-invalid-keyword-typeof/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "typeof" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -134,12 +122,10 @@ JSRoot { identifierName: "typeof" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -149,12 +135,10 @@ JSRoot { filename: "es2015/modules/import-invalid-keyword-typeof/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/modules/import-invalid-keyword/input.test.md b/internal/js-parser/test-fixtures/es2015/modules/import-invalid-keyword/input.test.md index 8ce888773b9..a7113a8f796 100644 --- a/internal/js-parser/test-fixtures/es2015/modules/import-invalid-keyword/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/modules/import-invalid-keyword/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/modules/import-invalid-keyword/input.js" end: Object { column: 0 - index: 32 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { filename: "es2015/modules/import-invalid-keyword/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +78,10 @@ JSRoot { filename: "es2015/modules/import-invalid-keyword/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "es2015/modules/import-invalid-keyword/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "debugger" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -134,12 +122,10 @@ JSRoot { identifierName: "debugger" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -149,12 +135,10 @@ JSRoot { filename: "es2015/modules/import-invalid-keyword/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/modules/invalid-escape-export-as/input.test.md b/internal/js-parser/test-fixtures/es2015/modules/invalid-escape-export-as/input.test.md index 8dc409c7dbe..713e1c97ff3 100644 --- a/internal/js-parser/test-fixtures/es2015/modules/invalid-escape-export-as/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/modules/invalid-escape-export-as/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/modules/invalid-escape-export-as/input.js" end: Object { column: 0 - index: 23 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -68,12 +64,10 @@ JSRoot { filename: "es2015/modules/invalid-escape-export-as/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "es2015/modules/invalid-escape-export-as/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { identifierName: "X" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "X" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -132,12 +120,10 @@ JSRoot { filename: "es2015/modules/invalid-escape-export-as/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -148,12 +134,10 @@ JSRoot { identifierName: "as" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -165,12 +149,10 @@ JSRoot { identifierName: "as" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -181,12 +163,10 @@ JSRoot { filename: "es2015/modules/invalid-escape-export-as/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -197,12 +177,10 @@ JSRoot { identifierName: "Y" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -214,12 +192,10 @@ JSRoot { identifierName: "Y" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/modules/invalid-escape-import-from/input.test.md b/internal/js-parser/test-fixtures/es2015/modules/invalid-escape-import-from/input.test.md index 966b7b777bb..195889ed87c 100644 --- a/internal/js-parser/test-fixtures/es2015/modules/invalid-escape-import-from/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/modules/invalid-escape-import-from/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/modules/invalid-escape-import-from/input.js" end: Object { column: 0 - index: 23 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { filename: "es2015/modules/invalid-escape-import-from/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +78,10 @@ JSRoot { filename: "es2015/modules/invalid-escape-import-from/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { filename: "es2015/modules/invalid-escape-import-from/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "X" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "es2015/modules/invalid-escape-import-from/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -148,12 +134,10 @@ JSRoot { filename: "es2015/modules/invalid-escape-import-from/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -164,12 +148,10 @@ JSRoot { identifierName: "from" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -180,12 +162,10 @@ JSRoot { filename: "es2015/modules/invalid-escape-import-from/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -195,12 +175,10 @@ JSRoot { filename: "es2015/modules/invalid-escape-import-from/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/modules/invalid-xml-comment-in-module/input.test.md b/internal/js-parser/test-fixtures/es2015/modules/invalid-xml-comment-in-module/input.test.md index eaa6c115ece..b7ee75ae6d7 100644 --- a/internal/js-parser/test-fixtures/es2015/modules/invalid-xml-comment-in-module/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/modules/invalid-xml-comment-in-module/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/modules/invalid-xml-comment-in-module/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2015/modules/invalid-xml-comment-in-module/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { filename: "es2015/modules/invalid-xml-comment-in-module/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "es2015/modules/invalid-xml-comment-in-module/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { filename: "es2015/modules/invalid-xml-comment-in-module/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "es2015/modules/invalid-xml-comment-in-module/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 4 - index: 4 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { filename: "es2015/modules/invalid-xml-comment-in-module/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 4 - index: 4 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "es2015/modules/invalid-xml-comment-in-module/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 11 line: 2 } } @@ -176,12 +158,10 @@ JSRoot { filename: "es2015/modules/invalid-xml-comment-in-module/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -192,12 +172,10 @@ JSRoot { identifierName: "bar" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/modules/xml-comment-in-module/input.test.md b/internal/js-parser/test-fixtures/es2015/modules/xml-comment-in-module/input.test.md index 767a20ddcc0..fb35371e0b4 100644 --- a/internal/js-parser/test-fixtures/es2015/modules/xml-comment-in-module/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/modules/xml-comment-in-module/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/modules/xml-comment-in-module/input.js" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/modules/xml-comment-in-module/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/modules/xml-comment-in-module/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "foo" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "es2015/modules/xml-comment-in-module/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "es2015/modules/xml-comment-in-module/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "bar" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/modules/xml-comment-in-script/input.test.md b/internal/js-parser/test-fixtures/es2015/modules/xml-comment-in-script/input.test.md index b2fe96e78e4..10e3e0d87da 100644 --- a/internal/js-parser/test-fixtures/es2015/modules/xml-comment-in-script/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/modules/xml-comment-in-script/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/modules/xml-comment-in-script/input.js" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "es2015/modules/xml-comment-in-script/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { filename: "es2015/modules/xml-comment-in-script/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -73,12 +67,10 @@ JSRoot { identifierName: "foo" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/object/async-method-linebreak/input.test.md b/internal/js-parser/test-fixtures/es2015/object/async-method-linebreak/input.test.md index 9ed34154bb6..2ed7c29f411 100644 --- a/internal/js-parser/test-fixtures/es2015/object/async-method-linebreak/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/object/async-method-linebreak/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/object/async-method-linebreak/input.js" end: Object { column: 0 - index: 29 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 9 - index: 12 line: 2 } start: Object { column: 4 - index: 17 line: 3 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/object/async-method-linebreak/input.js" end: Object { column: 2 - index: 28 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "es2015/object/async-method-linebreak/input.js" end: Object { column: 1 - index: 27 line: 4 } start: Object { column: 1 - index: 1 line: 1 } } @@ -95,12 +87,10 @@ JSRoot { identifierName: "foo" end: Object { column: 7 - index: 20 line: 3 } start: Object { column: 4 - index: 17 line: 3 } } @@ -109,12 +99,10 @@ JSRoot { filename: "es2015/object/async-method-linebreak/input.js" end: Object { column: 7 - index: 20 line: 3 } start: Object { column: 4 - index: 17 line: 3 } } @@ -123,12 +111,10 @@ JSRoot { filename: "es2015/object/async-method-linebreak/input.js" end: Object { column: 12 - index: 25 line: 3 } start: Object { column: 4 - index: 7 line: 2 } } @@ -139,12 +125,10 @@ JSRoot { filename: "es2015/object/async-method-linebreak/input.js" end: Object { column: 12 - index: 25 line: 3 } start: Object { column: 10 - index: 23 line: 3 } } @@ -162,12 +146,10 @@ JSRoot { filename: "es2015/object/async-method-linebreak/input.js" end: Object { column: 9 - index: 22 line: 3 } start: Object { column: 7 - index: 20 line: 3 } } diff --git a/internal/js-parser/test-fixtures/es2015/object/disallow-duplicate-method-params/input.test.md b/internal/js-parser/test-fixtures/es2015/object/disallow-duplicate-method-params/input.test.md index 513d5133270..c1095261d97 100644 --- a/internal/js-parser/test-fixtures/es2015/object/disallow-duplicate-method-params/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/object/disallow-duplicate-method-params/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/object/disallow-duplicate-method-params/input.js" end: Object { column: 0 - index: 23 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { sourceText: undefined end: Object { column: 12 - index: 15 line: 2 } start: Object { column: 11 - index: 14 line: 2 } } @@ -68,12 +64,10 @@ JSRoot { identifierName: "a" end: Object { column: 12 - index: 15 line: 2 } start: Object { column: 11 - index: 14 line: 2 } } @@ -88,12 +82,10 @@ JSRoot { filename: "es2015/object/disallow-duplicate-method-params/input.js" end: Object { column: 2 - index: 22 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -102,12 +94,10 @@ JSRoot { filename: "es2015/object/disallow-duplicate-method-params/input.js" end: Object { column: 1 - index: 21 line: 3 } start: Object { column: 1 - index: 1 line: 1 } } @@ -122,12 +112,10 @@ JSRoot { identifierName: "bar" end: Object { column: 7 - index: 10 line: 2 } start: Object { column: 4 - index: 7 line: 2 } } @@ -136,12 +124,10 @@ JSRoot { filename: "es2015/object/disallow-duplicate-method-params/input.js" end: Object { column: 7 - index: 10 line: 2 } start: Object { column: 4 - index: 7 line: 2 } } @@ -150,12 +136,10 @@ JSRoot { filename: "es2015/object/disallow-duplicate-method-params/input.js" end: Object { column: 16 - index: 19 line: 2 } start: Object { column: 4 - index: 7 line: 2 } } @@ -166,12 +150,10 @@ JSRoot { filename: "es2015/object/disallow-duplicate-method-params/input.js" end: Object { column: 16 - index: 19 line: 2 } start: Object { column: 14 - index: 17 line: 2 } } @@ -188,12 +170,10 @@ JSRoot { filename: "es2015/object/disallow-duplicate-method-params/input.js" end: Object { column: 13 - index: 16 line: 2 } start: Object { column: 7 - index: 10 line: 2 } } @@ -205,12 +185,10 @@ JSRoot { identifierName: "a" end: Object { column: 9 - index: 12 line: 2 } start: Object { column: 8 - index: 11 line: 2 } } @@ -221,12 +199,10 @@ JSRoot { filename: "es2015/object/disallow-duplicate-method-params/input.js" end: Object { column: 9 - index: 12 line: 2 } start: Object { column: 8 - index: 11 line: 2 } } @@ -239,12 +215,10 @@ JSRoot { identifierName: "a" end: Object { column: 12 - index: 15 line: 2 } start: Object { column: 11 - index: 14 line: 2 } } @@ -255,12 +229,10 @@ JSRoot { filename: "es2015/object/disallow-duplicate-method-params/input.js" end: Object { column: 12 - index: 15 line: 2 } start: Object { column: 11 - index: 14 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/regex/duplicate-flags/input.test.md b/internal/js-parser/test-fixtures/es2015/regex/duplicate-flags/input.test.md index f9843260108..7970dc90f90 100644 --- a/internal/js-parser/test-fixtures/es2015/regex/duplicate-flags/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/regex/duplicate-flags/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/regex/duplicate-flags/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/regex/duplicate-flags/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "es2015/regex/duplicate-flags/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -95,12 +87,10 @@ JSRoot { filename: "es2015/regex/duplicate-flags/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -110,12 +100,10 @@ JSRoot { filename: "es2015/regex/duplicate-flags/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/regression/11183/input.test.md b/internal/js-parser/test-fixtures/es2015/regression/11183/input.test.md index 9c6e31e4c41..dcacadd705c 100644 --- a/internal/js-parser/test-fixtures/es2015/regression/11183/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/regression/11183/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/regression/11183/input.js" end: Object { column: 0 - index: 48 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 13 line: 2 } start: Object { column: 2 - index: 13 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "X" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2015/regression/11183/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { filename: "es2015/regression/11183/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "es2015/regression/11183/input.js" end: Object { column: 2 - index: 13 line: 2 } start: Object { column: 0 - index: 11 line: 2 } } @@ -129,12 +117,10 @@ JSRoot { filename: "es2015/regression/11183/input.js" end: Object { column: 2 - index: 13 line: 2 } start: Object { column: 0 - index: 11 line: 2 } } @@ -148,12 +134,10 @@ JSRoot { identifierName: "x" end: Object { column: 10 - index: 25 line: 4 } start: Object { column: 9 - index: 24 line: 4 } } @@ -162,12 +146,10 @@ JSRoot { filename: "es2015/regression/11183/input.js" end: Object { column: 29 - index: 44 line: 4 } start: Object { column: 0 - index: 15 line: 4 } } @@ -184,12 +166,10 @@ JSRoot { filename: "es2015/regression/11183/input.js" end: Object { column: 12 - index: 27 line: 4 } start: Object { column: 10 - index: 25 line: 4 } } @@ -200,12 +180,10 @@ JSRoot { filename: "es2015/regression/11183/input.js" end: Object { column: 29 - index: 44 line: 4 } start: Object { column: 13 - index: 28 line: 4 } } @@ -216,12 +194,10 @@ JSRoot { filename: "es2015/regression/11183/input.js" end: Object { column: 27 - index: 42 line: 4 } start: Object { column: 15 - index: 30 line: 4 } } @@ -234,12 +210,10 @@ JSRoot { filename: "es2015/regression/11183/input.js" end: Object { column: 2 - index: 47 line: 5 } start: Object { column: 0 - index: 45 line: 5 } } @@ -250,12 +224,10 @@ JSRoot { filename: "es2015/regression/11183/input.js" end: Object { column: 2 - index: 47 line: 5 } start: Object { column: 0 - index: 45 line: 5 } } diff --git a/internal/js-parser/test-fixtures/es2015/regression/186/input.test.md b/internal/js-parser/test-fixtures/es2015/regression/186/input.test.md index 874e16e56ab..1408de722c9 100644 --- a/internal/js-parser/test-fixtures/es2015/regression/186/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/regression/186/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/regression/186/input.js" end: Object { column: 0 - index: 24 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/regression/186/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/regression/186/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2015/regression/186/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "es2015/regression/186/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "async" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { identifierName: "async" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { identifierName: "async" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -163,12 +145,10 @@ JSRoot { filename: "es2015/regression/186/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -182,12 +162,10 @@ JSRoot { identifierName: "bar" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -196,12 +174,10 @@ JSRoot { filename: "es2015/regression/186/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -213,12 +189,10 @@ JSRoot { identifierName: "bar" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -227,12 +201,10 @@ JSRoot { filename: "es2015/regression/186/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/regression/6864/input.test.md b/internal/js-parser/test-fixtures/es2015/regression/6864/input.test.md index 7084e337616..5d4379e229d 100644 --- a/internal/js-parser/test-fixtures/es2015/regression/6864/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/regression/6864/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/regression/6864/input.js" end: Object { column: 0 - index: 86 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "f" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/regression/6864/input.js" end: Object { column: 1 - index: 85 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2015/regression/6864/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2015/regression/6864/input.js" end: Object { column: 1 - index: 85 line: 5 } start: Object { column: 14 - index: 14 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "es2015/regression/6864/input.js" end: Object { column: 17 - index: 33 line: 2 } start: Object { column: 2 - index: 18 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "es2015/regression/6864/input.js" end: Object { column: 15 - index: 31 line: 2 } start: Object { column: 3 - index: 19 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "es2015/regression/6864/input.js" end: Object { column: 15 - index: 31 line: 2 } start: Object { column: 9 - index: 25 line: 2 } } @@ -152,12 +136,10 @@ JSRoot { identifierName: "a" end: Object { column: 15 - index: 31 line: 2 } start: Object { column: 14 - index: 30 line: 2 } } @@ -171,12 +153,10 @@ JSRoot { filename: "es2015/regression/6864/input.js" end: Object { column: 13 - index: 29 line: 2 } start: Object { column: 9 - index: 25 line: 2 } } @@ -188,12 +168,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 26 line: 2 } start: Object { column: 9 - index: 25 line: 2 } } @@ -208,12 +186,10 @@ JSRoot { filename: "es2015/regression/6864/input.js" end: Object { column: 23 - index: 57 line: 3 } start: Object { column: 2 - index: 36 line: 3 } } @@ -223,12 +199,10 @@ JSRoot { filename: "es2015/regression/6864/input.js" end: Object { column: 21 - index: 55 line: 3 } start: Object { column: 3 - index: 37 line: 3 } } @@ -237,12 +211,10 @@ JSRoot { filename: "es2015/regression/6864/input.js" end: Object { column: 21 - index: 55 line: 3 } start: Object { column: 9 - index: 43 line: 3 } } @@ -253,12 +225,10 @@ JSRoot { identifierName: "a" end: Object { column: 21 - index: 55 line: 3 } start: Object { column: 20 - index: 54 line: 3 } } @@ -272,12 +242,10 @@ JSRoot { filename: "es2015/regression/6864/input.js" end: Object { column: 19 - index: 53 line: 3 } start: Object { column: 9 - index: 43 line: 3 } } @@ -289,12 +257,10 @@ JSRoot { identifierName: "a" end: Object { column: 16 - index: 50 line: 3 } start: Object { column: 15 - index: 49 line: 3 } } @@ -309,12 +275,10 @@ JSRoot { filename: "es2015/regression/6864/input.js" end: Object { column: 25 - index: 83 line: 4 } start: Object { column: 2 - index: 60 line: 4 } } @@ -324,12 +288,10 @@ JSRoot { filename: "es2015/regression/6864/input.js" end: Object { column: 23 - index: 81 line: 4 } start: Object { column: 3 - index: 61 line: 4 } } @@ -338,12 +300,10 @@ JSRoot { filename: "es2015/regression/6864/input.js" end: Object { column: 23 - index: 81 line: 4 } start: Object { column: 9 - index: 67 line: 4 } } @@ -354,12 +314,10 @@ JSRoot { identifierName: "a" end: Object { column: 23 - index: 81 line: 4 } start: Object { column: 22 - index: 80 line: 4 } } @@ -374,12 +332,10 @@ JSRoot { filename: "es2015/regression/6864/input.js" end: Object { column: 21 - index: 79 line: 4 } start: Object { column: 9 - index: 67 line: 4 } } @@ -391,12 +347,10 @@ JSRoot { identifierName: "a" end: Object { column: 17 - index: 75 line: 4 } start: Object { column: 16 - index: 74 line: 4 } } diff --git a/internal/js-parser/test-fixtures/es2015/shorthand/1/input.test.md b/internal/js-parser/test-fixtures/es2015/shorthand/1/input.test.md index 4bdc1eceb04..911d2a3a924 100644 --- a/internal/js-parser/test-fixtures/es2015/shorthand/1/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/shorthand/1/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/shorthand/1/input.js" end: Object { column: 0 - index: 21 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2015/shorthand/1/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "es2015/shorthand/1/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "es2015/shorthand/1/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "es2015/shorthand/1/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -146,12 +132,10 @@ JSRoot { identifierName: "const" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -160,12 +144,10 @@ JSRoot { filename: "es2015/shorthand/1/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -177,12 +159,10 @@ JSRoot { identifierName: "const" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -191,12 +171,10 @@ JSRoot { filename: "es2015/shorthand/1/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/shorthand/2/input.test.md b/internal/js-parser/test-fixtures/es2015/shorthand/2/input.test.md index f336eebc303..dcc26d4aba2 100644 --- a/internal/js-parser/test-fixtures/es2015/shorthand/2/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/shorthand/2/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/shorthand/2/input.js" end: Object { column: 0 - index: 21 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2015/shorthand/2/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "es2015/shorthand/2/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { identifierName: "get" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "es2015/shorthand/2/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { identifierName: "get" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { filename: "es2015/shorthand/2/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -163,12 +147,10 @@ JSRoot { identifierName: "this" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -177,12 +159,10 @@ JSRoot { filename: "es2015/shorthand/2/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -194,12 +174,10 @@ JSRoot { identifierName: "this" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -208,12 +186,10 @@ JSRoot { filename: "es2015/shorthand/2/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -227,12 +203,10 @@ JSRoot { identifierName: "if" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -241,12 +215,10 @@ JSRoot { filename: "es2015/shorthand/2/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -258,12 +230,10 @@ JSRoot { identifierName: "if" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -272,12 +242,10 @@ JSRoot { filename: "es2015/shorthand/2/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/statements/label-invalid-class/input.test.md b/internal/js-parser/test-fixtures/es2015/statements/label-invalid-class/input.test.md index 98997f3beaa..8dfa0223c22 100644 --- a/internal/js-parser/test-fixtures/es2015/statements/label-invalid-class/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/statements/label-invalid-class/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/statements/label-invalid-class/input.js" end: Object { column: 0 - index: 16 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/statements/label-invalid-class/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "foo" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -95,12 +87,10 @@ JSRoot { identifierName: "X" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "es2015/statements/label-invalid-class/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { filename: "es2015/statements/label-invalid-class/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/statements/label-invalid-const/input.test.md b/internal/js-parser/test-fixtures/es2015/statements/label-invalid-const/input.test.md index aa7a69cf89c..c98788004e7 100644 --- a/internal/js-parser/test-fixtures/es2015/statements/label-invalid-const/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/statements/label-invalid-const/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/statements/label-invalid-const/input.js" end: Object { column: 0 - index: 23 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/statements/label-invalid-const/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "foo" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2015/statements/label-invalid-const/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "es2015/statements/label-invalid-const/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { identifierName: "bar" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -139,12 +125,10 @@ JSRoot { filename: "es2015/statements/label-invalid-const/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -153,12 +137,10 @@ JSRoot { filename: "es2015/statements/label-invalid-const/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/statements/label-invalid-func-async/input.test.md b/internal/js-parser/test-fixtures/es2015/statements/label-invalid-func-async/input.test.md index 15e68be680e..22993c59402 100644 --- a/internal/js-parser/test-fixtures/es2015/statements/label-invalid-func-async/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/statements/label-invalid-func-async/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/statements/label-invalid-func-async/input.js" end: Object { column: 0 - index: 29 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/statements/label-invalid-func-async/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "foo" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -95,12 +87,10 @@ JSRoot { identifierName: "bar" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "es2015/statements/label-invalid-func-async/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { filename: "es2015/statements/label-invalid-func-async/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -148,12 +134,10 @@ JSRoot { filename: "es2015/statements/label-invalid-func-async/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/statements/label-invalid-func-generator/input.test.md b/internal/js-parser/test-fixtures/es2015/statements/label-invalid-func-generator/input.test.md index d7123e26276..00e2b5f9267 100644 --- a/internal/js-parser/test-fixtures/es2015/statements/label-invalid-func-generator/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/statements/label-invalid-func-generator/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/statements/label-invalid-func-generator/input.js" end: Object { column: 0 - index: 24 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/statements/label-invalid-func-generator/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "foo" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -95,12 +87,10 @@ JSRoot { identifierName: "bar" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "es2015/statements/label-invalid-func-generator/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { filename: "es2015/statements/label-invalid-func-generator/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -148,12 +134,10 @@ JSRoot { filename: "es2015/statements/label-invalid-func-generator/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/statements/label-invalid-func-strict/input.test.md b/internal/js-parser/test-fixtures/es2015/statements/label-invalid-func-strict/input.test.md index b5c2eba01ff..b367b84c300 100644 --- a/internal/js-parser/test-fixtures/es2015/statements/label-invalid-func-strict/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/statements/label-invalid-func-strict/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/statements/label-invalid-func-strict/input.js" end: Object { column: 0 - index: 54 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "foo" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2015/statements/label-invalid-func-strict/input.js" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "es2015/statements/label-invalid-func-strict/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -115,12 +105,10 @@ JSRoot { filename: "es2015/statements/label-invalid-func-strict/input.js" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "es2015/statements/label-invalid-func-strict/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -148,12 +134,10 @@ JSRoot { filename: "es2015/statements/label-invalid-func-strict/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -164,12 +148,10 @@ JSRoot { identifierName: "bar" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -182,12 +164,10 @@ JSRoot { identifierName: "baz" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 44 - index: 44 line: 1 } } @@ -196,12 +176,10 @@ JSRoot { filename: "es2015/statements/label-invalid-func-strict/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -212,12 +190,10 @@ JSRoot { filename: "es2015/statements/label-invalid-func-strict/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 50 - index: 50 line: 1 } } @@ -235,12 +211,10 @@ JSRoot { filename: "es2015/statements/label-invalid-func-strict/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/statements/label-invalid-let/input.test.md b/internal/js-parser/test-fixtures/es2015/statements/label-invalid-let/input.test.md index 31a306ad0ba..8db61b3e7a3 100644 --- a/internal/js-parser/test-fixtures/es2015/statements/label-invalid-let/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/statements/label-invalid-let/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/statements/label-invalid-let/input.js" end: Object { column: 0 - index: 14 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/statements/label-invalid-let/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "foo" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2015/statements/label-invalid-let/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { identifierName: "let" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { filename: "es2015/statements/label-invalid-let/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -141,12 +127,10 @@ JSRoot { identifierName: "bar" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/statements/label-valid-func-non-strict/input.test.md b/internal/js-parser/test-fixtures/es2015/statements/label-valid-func-non-strict/input.test.md index 4654dffba18..e737476a854 100644 --- a/internal/js-parser/test-fixtures/es2015/statements/label-valid-func-non-strict/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/statements/label-valid-func-non-strict/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/statements/label-valid-func-non-strict/input.js" end: Object { column: 0 - index: 23 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/statements/label-valid-func-non-strict/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "foo" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { identifierName: "bar" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "es2015/statements/label-valid-func-non-strict/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "es2015/statements/label-valid-func-non-strict/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { filename: "es2015/statements/label-valid-func-non-strict/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/statements/label-valid-var/input.test.md b/internal/js-parser/test-fixtures/es2015/statements/label-valid-var/input.test.md index e8cbd75f1e2..cab5dd67f5b 100644 --- a/internal/js-parser/test-fixtures/es2015/statements/label-valid-var/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/statements/label-valid-var/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/statements/label-valid-var/input.js" end: Object { column: 0 - index: 14 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/statements/label-valid-var/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "foo" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2015/statements/label-valid-var/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "es2015/statements/label-valid-var/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { identifierName: "bar" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "es2015/statements/label-valid-var/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/1/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/1/input.test.md index 4d0e9463948..ecc1c5ef86c 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/1/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/1/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/1/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "es2015/uncategorised/1/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/10/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/10/input.test.md index e678d470c92..c52fc2ece04 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/10/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/10/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/10/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/10/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "es2015/uncategorised/10/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/105/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/105/input.test.md index ad527535afe..574e31644d6 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/105/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/105/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/105/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "t" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/105/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2015/uncategorised/105/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "es2015/uncategorised/105/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/107/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/107/input.test.md index b20a97831e5..eae019f0d73 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/107/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/107/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/107/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "es2015/uncategorised/107/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { identifierName: "list" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "es2015/uncategorised/107/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "es2015/uncategorised/107/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { identifierName: "process" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { identifierName: "x" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/108/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/108/input.test.md index 8a943495c9e..581bbc133b2 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/108/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/108/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/108/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "es2015/uncategorised/108/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { identifierName: "list" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2015/uncategorised/108/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -88,12 +80,10 @@ JSRoot { identifierName: "x" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "es2015/uncategorised/108/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "es2015/uncategorised/108/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "es2015/uncategorised/108/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -150,12 +134,10 @@ JSRoot { identifierName: "process" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -168,12 +150,10 @@ JSRoot { identifierName: "x" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/109/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/109/input.test.md index 1f0c05e0c15..9327eac6b4b 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/109/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/109/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/109/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { filename: "es2015/uncategorised/109/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { identifierName: "list" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "es2015/uncategorised/109/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "es2015/uncategorised/109/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { identifierName: "process" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -141,12 +127,10 @@ JSRoot { identifierName: "x" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -160,12 +144,10 @@ JSRoot { filename: "es2015/uncategorised/109/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -178,12 +160,10 @@ JSRoot { identifierName: "x" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -192,12 +172,10 @@ JSRoot { filename: "es2015/uncategorised/109/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -208,12 +186,10 @@ JSRoot { filename: "es2015/uncategorised/109/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/11/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/11/input.test.md index 1a43d1afa2b..1850fe68f0b 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/11/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/11/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/11/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/11/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "es2015/uncategorised/11/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/110/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/110/input.test.md index e3714878e26..ffb8acafef0 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/110/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/110/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/110/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "es2015/uncategorised/110/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { identifierName: "list" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2015/uncategorised/110/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -88,12 +80,10 @@ JSRoot { identifierName: "x" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "es2015/uncategorised/110/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "es2015/uncategorised/110/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "es2015/uncategorised/110/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -150,12 +134,10 @@ JSRoot { identifierName: "process" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -168,12 +150,10 @@ JSRoot { identifierName: "x" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/111/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/111/input.test.md index aee7e98e398..b34b26c7d67 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/111/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/111/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/111/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/111/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/111/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "A" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2015/uncategorised/111/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "es2015/uncategorised/111/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "es2015/uncategorised/111/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { identifierName: "B" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/112/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/112/input.test.md index 6f43add333b..64d4eb608cc 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/112/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/112/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/112/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/112/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "es2015/uncategorised/112/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -89,12 +81,10 @@ JSRoot { identifierName: "B" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "es2015/uncategorised/112/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { filename: "es2015/uncategorised/112/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { identifierName: "C" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/113/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/113/input.test.md index bb96a7bb08b..1a345d63964 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/113/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/113/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/113/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/113/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "es2015/uncategorised/113/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "get" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "es2015/uncategorised/113/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "es2015/uncategorised/113/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "es2015/uncategorised/113/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "es2015/uncategorised/113/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 9 - index: 9 line: 1 } loc: Object { filename: "es2015/uncategorised/113/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/114/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/114/input.test.md index 72852e40619..785c70ea6e6 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/114/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/114/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/114/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/114/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "es2015/uncategorised/114/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "get" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "es2015/uncategorised/114/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "es2015/uncategorised/114/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "es2015/uncategorised/114/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "es2015/uncategorised/114/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 10 - index: 10 line: 1 } loc: Object { filename: "es2015/uncategorised/114/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/115/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/115/input.test.md index 55c78c200b7..fd3e4b53295 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/115/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/115/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/115/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/115/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "es2015/uncategorised/115/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "B" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { identifierName: "foo" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "es2015/uncategorised/115/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "es2015/uncategorised/115/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { filename: "es2015/uncategorised/115/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -175,12 +157,10 @@ JSRoot { filename: "es2015/uncategorised/115/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -194,19 +174,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 19 - index: 19 line: 1 } loc: Object { filename: "es2015/uncategorised/115/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/116/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/116/input.test.md index 056f162701f..348552d2553 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/116/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/116/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/116/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/116/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "es2015/uncategorised/116/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "B" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { identifierName: "foo" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "es2015/uncategorised/116/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "es2015/uncategorised/116/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { filename: "es2015/uncategorised/116/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -175,12 +157,10 @@ JSRoot { filename: "es2015/uncategorised/116/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -194,19 +174,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 20 - index: 20 line: 1 } loc: Object { filename: "es2015/uncategorised/116/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/117/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/117/input.test.md index 222bc01c979..439aa3aeb91 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/117/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/117/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/117/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/117/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "es2015/uncategorised/117/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "a" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "es2015/uncategorised/117/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "es2015/uncategorised/117/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "es2015/uncategorised/117/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 9 - index: 9 line: 1 } loc: Object { filename: "es2015/uncategorised/117/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -184,12 +165,10 @@ JSRoot { filename: "es2015/uncategorised/117/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -201,12 +180,10 @@ JSRoot { identifierName: "v" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -217,12 +194,10 @@ JSRoot { filename: "es2015/uncategorised/117/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/118/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/118/input.test.md index 550dfc1e7e1..0166436b2d8 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/118/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/118/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/118/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/118/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "es2015/uncategorised/118/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "a" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "es2015/uncategorised/118/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "es2015/uncategorised/118/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "es2015/uncategorised/118/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 10 - index: 10 line: 1 } loc: Object { filename: "es2015/uncategorised/118/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -184,12 +165,10 @@ JSRoot { filename: "es2015/uncategorised/118/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -201,12 +180,10 @@ JSRoot { identifierName: "v" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -217,12 +194,10 @@ JSRoot { filename: "es2015/uncategorised/118/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/119/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/119/input.test.md index 21def38a16a..33c8195d333 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/119/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/119/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/119/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/119/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "es2015/uncategorised/119/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "set" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "es2015/uncategorised/119/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "es2015/uncategorised/119/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "es2015/uncategorised/119/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 9 - index: 9 line: 1 } loc: Object { filename: "es2015/uncategorised/119/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -184,12 +165,10 @@ JSRoot { filename: "es2015/uncategorised/119/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -201,12 +180,10 @@ JSRoot { identifierName: "v" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -217,12 +194,10 @@ JSRoot { filename: "es2015/uncategorised/119/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/12/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/12/input.test.md index ae616ca9429..855b123d28b 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/12/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/12/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/12/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/12/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "es2015/uncategorised/12/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/120/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/120/input.test.md index 1e2ce09ecb9..8d3bf9b11b2 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/120/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/120/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/120/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/120/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "es2015/uncategorised/120/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "set" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "es2015/uncategorised/120/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "es2015/uncategorised/120/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "es2015/uncategorised/120/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 10 - index: 10 line: 1 } loc: Object { filename: "es2015/uncategorised/120/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -184,12 +165,10 @@ JSRoot { filename: "es2015/uncategorised/120/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -201,12 +180,10 @@ JSRoot { identifierName: "v" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -217,12 +194,10 @@ JSRoot { filename: "es2015/uncategorised/120/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/121/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/121/input.test.md index c03caa6ec2b..319577da3ec 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/121/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/121/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/121/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/121/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "es2015/uncategorised/121/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "gen" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "es2015/uncategorised/121/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "es2015/uncategorised/121/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -138,19 +124,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 9 - index: 9 line: 1 } loc: Object { filename: "es2015/uncategorised/121/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -167,12 +150,10 @@ JSRoot { filename: "es2015/uncategorised/121/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -184,12 +165,10 @@ JSRoot { identifierName: "v" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -200,12 +179,10 @@ JSRoot { filename: "es2015/uncategorised/121/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -219,12 +196,10 @@ JSRoot { filename: "es2015/uncategorised/121/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -234,12 +209,10 @@ JSRoot { filename: "es2015/uncategorised/121/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -249,12 +222,10 @@ JSRoot { filename: "es2015/uncategorised/121/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -265,12 +236,10 @@ JSRoot { identifierName: "v" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/122/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/122/input.test.md index 11212aa5406..313a61fa497 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/122/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/122/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/122/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/122/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "es2015/uncategorised/122/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "gen" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "es2015/uncategorised/122/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "es2015/uncategorised/122/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -138,19 +124,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 10 - index: 10 line: 1 } loc: Object { filename: "es2015/uncategorised/122/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -167,12 +150,10 @@ JSRoot { filename: "es2015/uncategorised/122/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -184,12 +165,10 @@ JSRoot { identifierName: "v" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -200,12 +179,10 @@ JSRoot { filename: "es2015/uncategorised/122/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -219,12 +196,10 @@ JSRoot { filename: "es2015/uncategorised/122/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -234,12 +209,10 @@ JSRoot { filename: "es2015/uncategorised/122/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -249,12 +222,10 @@ JSRoot { filename: "es2015/uncategorised/122/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -265,12 +236,10 @@ JSRoot { identifierName: "v" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/123/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/123/input.test.md index 4b7beed6592..55791aa5ec3 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/123/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/123/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "es2015/uncategorised/123/input.js" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "es2015/uncategorised/123/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { sourceText: undefined end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "es2015/uncategorised/123/input.js" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { identifierName: "A" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "es2015/uncategorised/123/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -132,12 +120,10 @@ JSRoot { filename: "es2015/uncategorised/123/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -152,12 +138,10 @@ JSRoot { identifierName: "constructor" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -166,12 +150,10 @@ JSRoot { filename: "es2015/uncategorised/123/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -180,12 +162,10 @@ JSRoot { filename: "es2015/uncategorised/123/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -202,12 +182,10 @@ JSRoot { filename: "es2015/uncategorised/123/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -221,19 +199,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 24 - index: 24 line: 1 } loc: Object { filename: "es2015/uncategorised/123/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -244,12 +219,10 @@ JSRoot { filename: "es2015/uncategorised/123/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } @@ -259,12 +232,10 @@ JSRoot { filename: "es2015/uncategorised/123/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -274,12 +245,10 @@ JSRoot { filename: "es2015/uncategorised/123/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -288,12 +257,10 @@ JSRoot { filename: "es2015/uncategorised/123/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/124/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/124/input.test.md index 77895e5b937..39503a4ae7f 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/124/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/124/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/124/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/124/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "es2015/uncategorised/124/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "es2015/uncategorised/124/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { filename: "es2015/uncategorised/124/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "es2015/uncategorised/124/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -135,12 +121,10 @@ JSRoot { filename: "es2015/uncategorised/124/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { filename: "es2015/uncategorised/124/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -177,19 +159,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 9 - index: 9 line: 1 } loc: Object { filename: "es2015/uncategorised/124/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/125/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/125/input.test.md index f38adac4308..b0b0b545f8e 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/125/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/125/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/125/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2015/uncategorised/125/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "es2015/uncategorised/125/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "constructor" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "es2015/uncategorised/125/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { filename: "es2015/uncategorised/125/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -160,12 +144,10 @@ JSRoot { filename: "es2015/uncategorised/125/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -183,12 +165,10 @@ JSRoot { filename: "es2015/uncategorised/125/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -202,19 +182,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 10 - index: 10 line: 1 } loc: Object { filename: "es2015/uncategorised/125/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -229,12 +206,10 @@ JSRoot { filename: "es2015/uncategorised/125/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -243,12 +218,10 @@ JSRoot { filename: "es2015/uncategorised/125/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -257,12 +230,10 @@ JSRoot { filename: "es2015/uncategorised/125/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -273,12 +244,10 @@ JSRoot { filename: "es2015/uncategorised/125/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 43 - index: 43 line: 1 } } @@ -296,12 +265,10 @@ JSRoot { filename: "es2015/uncategorised/125/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -315,19 +282,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 27 - index: 27 line: 1 } loc: Object { filename: "es2015/uncategorised/125/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/126/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/126/input.test.md index 776adff0889..d8c252e54fb 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/126/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/126/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/126/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/126/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "es2015/uncategorised/126/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "constructor" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "es2015/uncategorised/126/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "es2015/uncategorised/126/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "es2015/uncategorised/126/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "es2015/uncategorised/126/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 10 - index: 10 line: 1 } loc: Object { filename: "es2015/uncategorised/126/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/127/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/127/input.test.md index ffd95c8a0f6..2c05e9c4343 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/127/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/127/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/127/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2015/uncategorised/127/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "es2015/uncategorised/127/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "constructor" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "es2015/uncategorised/127/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { filename: "es2015/uncategorised/127/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -160,12 +144,10 @@ JSRoot { filename: "es2015/uncategorised/127/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -183,12 +165,10 @@ JSRoot { filename: "es2015/uncategorised/127/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -202,19 +182,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 10 - index: 10 line: 1 } loc: Object { filename: "es2015/uncategorised/127/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/128/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/128/input.test.md index 45930f6a323..323efc48c69 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/128/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/128/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/128/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/128/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "es2015/uncategorised/128/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "foo" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "es2015/uncategorised/128/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "es2015/uncategorised/128/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "es2015/uncategorised/128/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "es2015/uncategorised/128/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 9 - index: 9 line: 1 } loc: Object { filename: "es2015/uncategorised/128/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/129/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/129/input.test.md index e2d8875233a..b1d8e8308d5 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/129/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/129/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/129/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/129/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "es2015/uncategorised/129/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "foo" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "es2015/uncategorised/129/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "es2015/uncategorised/129/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "es2015/uncategorised/129/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "es2015/uncategorised/129/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 9 - index: 9 line: 1 } loc: Object { filename: "es2015/uncategorised/129/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -206,12 +185,10 @@ JSRoot { identifierName: "bar" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -220,12 +197,10 @@ JSRoot { filename: "es2015/uncategorised/129/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -234,12 +209,10 @@ JSRoot { filename: "es2015/uncategorised/129/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -250,12 +223,10 @@ JSRoot { filename: "es2015/uncategorised/129/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -273,12 +244,10 @@ JSRoot { filename: "es2015/uncategorised/129/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -292,19 +261,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 18 - index: 18 line: 1 } loc: Object { filename: "es2015/uncategorised/129/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/13/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/13/input.test.md index 68032c9eca2..0ad29dbdd74 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/13/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/13/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/13/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/13/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "es2015/uncategorised/13/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/131/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/131/input.test.md index 055c09c8fb9..91ce48058f6 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/131/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/131/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/131/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/131/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "es2015/uncategorised/131/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "foo" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "es2015/uncategorised/131/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "es2015/uncategorised/131/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "es2015/uncategorised/131/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "es2015/uncategorised/131/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 10 - index: 10 line: 1 } loc: Object { filename: "es2015/uncategorised/131/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -206,12 +185,10 @@ JSRoot { identifierName: "bar" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -220,12 +197,10 @@ JSRoot { filename: "es2015/uncategorised/131/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -234,12 +209,10 @@ JSRoot { filename: "es2015/uncategorised/131/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -250,12 +223,10 @@ JSRoot { filename: "es2015/uncategorised/131/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -273,12 +244,10 @@ JSRoot { filename: "es2015/uncategorised/131/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -292,19 +261,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 19 - index: 19 line: 1 } loc: Object { filename: "es2015/uncategorised/131/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/132/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/132/input.test.md index c3749129998..a41911ca791 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/132/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/132/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/132/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/132/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "es2015/uncategorised/132/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "foo" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "es2015/uncategorised/132/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "es2015/uncategorised/132/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "es2015/uncategorised/132/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "es2015/uncategorised/132/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 10 - index: 10 line: 1 } loc: Object { filename: "es2015/uncategorised/132/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -206,12 +185,10 @@ JSRoot { identifierName: "foo" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -220,12 +197,10 @@ JSRoot { filename: "es2015/uncategorised/132/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -234,12 +209,10 @@ JSRoot { filename: "es2015/uncategorised/132/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -250,12 +223,10 @@ JSRoot { filename: "es2015/uncategorised/132/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -269,19 +240,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 23 - index: 23 line: 1 } loc: Object { filename: "es2015/uncategorised/132/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -298,12 +266,10 @@ JSRoot { filename: "es2015/uncategorised/132/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -315,12 +281,10 @@ JSRoot { identifierName: "v" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -331,12 +295,10 @@ JSRoot { filename: "es2015/uncategorised/132/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/133/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/133/input.test.md index 648f433504c..f58ba54fb64 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/133/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/133/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/133/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/133/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "es2015/uncategorised/133/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "foo" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "es2015/uncategorised/133/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "es2015/uncategorised/133/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "es2015/uncategorised/133/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "es2015/uncategorised/133/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 10 - index: 10 line: 1 } loc: Object { filename: "es2015/uncategorised/133/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -206,12 +185,10 @@ JSRoot { identifierName: "foo" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -220,12 +197,10 @@ JSRoot { filename: "es2015/uncategorised/133/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -234,12 +209,10 @@ JSRoot { filename: "es2015/uncategorised/133/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -250,12 +223,10 @@ JSRoot { filename: "es2015/uncategorised/133/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -273,12 +244,10 @@ JSRoot { filename: "es2015/uncategorised/133/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -292,19 +261,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 30 - index: 30 line: 1 } loc: Object { filename: "es2015/uncategorised/133/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/134/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/134/input.test.md index 35f28cb9a09..66e0850374e 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/134/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/134/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/134/input.js" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/134/input.js" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "es2015/uncategorised/134/input.js" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "foo" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "es2015/uncategorised/134/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "es2015/uncategorised/134/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "es2015/uncategorised/134/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "es2015/uncategorised/134/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 10 - index: 10 line: 1 } loc: Object { filename: "es2015/uncategorised/134/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -206,12 +185,10 @@ JSRoot { identifierName: "bar" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } @@ -220,12 +197,10 @@ JSRoot { filename: "es2015/uncategorised/134/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } @@ -234,12 +209,10 @@ JSRoot { filename: "es2015/uncategorised/134/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -250,12 +223,10 @@ JSRoot { filename: "es2015/uncategorised/134/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -273,12 +244,10 @@ JSRoot { filename: "es2015/uncategorised/134/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 44 - index: 44 line: 1 } } @@ -292,19 +261,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 30 - index: 30 line: 1 } loc: Object { filename: "es2015/uncategorised/134/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/135/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/135/input.test.md index 1a41ef4057a..309419e4e2d 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/135/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/135/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/135/input.js" end: Object { column: 78 - index: 78 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/135/input.js" end: Object { column: 78 - index: 78 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "es2015/uncategorised/135/input.js" end: Object { column: 78 - index: 78 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "foo" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "es2015/uncategorised/135/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "es2015/uncategorised/135/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "es2015/uncategorised/135/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "es2015/uncategorised/135/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 10 - index: 10 line: 1 } loc: Object { filename: "es2015/uncategorised/135/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -206,12 +185,10 @@ JSRoot { identifierName: "foo" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } @@ -220,12 +197,10 @@ JSRoot { filename: "es2015/uncategorised/135/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } @@ -234,12 +209,10 @@ JSRoot { filename: "es2015/uncategorised/135/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -250,12 +223,10 @@ JSRoot { filename: "es2015/uncategorised/135/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 48 - index: 48 line: 1 } } @@ -269,19 +240,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 30 - index: 30 line: 1 } loc: Object { filename: "es2015/uncategorised/135/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -298,12 +266,10 @@ JSRoot { filename: "es2015/uncategorised/135/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 44 - index: 44 line: 1 } } @@ -315,12 +281,10 @@ JSRoot { identifierName: "v" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 45 - index: 45 line: 1 } } @@ -331,12 +295,10 @@ JSRoot { filename: "es2015/uncategorised/135/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 45 - index: 45 line: 1 } } @@ -355,12 +317,10 @@ JSRoot { identifierName: "foo" end: Object { column: 58 - index: 58 line: 1 } start: Object { column: 55 - index: 55 line: 1 } } @@ -369,12 +329,10 @@ JSRoot { filename: "es2015/uncategorised/135/input.js" end: Object { column: 58 - index: 58 line: 1 } start: Object { column: 55 - index: 55 line: 1 } } @@ -383,12 +341,10 @@ JSRoot { filename: "es2015/uncategorised/135/input.js" end: Object { column: 63 - index: 63 line: 1 } start: Object { column: 51 - index: 51 line: 1 } } @@ -399,12 +355,10 @@ JSRoot { filename: "es2015/uncategorised/135/input.js" end: Object { column: 63 - index: 63 line: 1 } start: Object { column: 61 - index: 61 line: 1 } } @@ -422,12 +376,10 @@ JSRoot { filename: "es2015/uncategorised/135/input.js" end: Object { column: 60 - index: 60 line: 1 } start: Object { column: 58 - index: 58 line: 1 } } @@ -441,19 +393,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 51 - index: 51 line: 1 } loc: Object { filename: "es2015/uncategorised/135/input.js" end: Object { column: 58 - index: 58 line: 1 } start: Object { column: 51 - index: 51 line: 1 } } @@ -469,12 +418,10 @@ JSRoot { identifierName: "foo" end: Object { column: 71 - index: 71 line: 1 } start: Object { column: 68 - index: 68 line: 1 } } @@ -483,12 +430,10 @@ JSRoot { filename: "es2015/uncategorised/135/input.js" end: Object { column: 71 - index: 71 line: 1 } start: Object { column: 68 - index: 68 line: 1 } } @@ -497,12 +442,10 @@ JSRoot { filename: "es2015/uncategorised/135/input.js" end: Object { column: 77 - index: 77 line: 1 } start: Object { column: 64 - index: 64 line: 1 } } @@ -513,12 +456,10 @@ JSRoot { filename: "es2015/uncategorised/135/input.js" end: Object { column: 77 - index: 77 line: 1 } start: Object { column: 75 - index: 75 line: 1 } } @@ -532,19 +473,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 64 - index: 64 line: 1 } loc: Object { filename: "es2015/uncategorised/135/input.js" end: Object { column: 71 - index: 71 line: 1 } start: Object { column: 64 - index: 64 line: 1 } } @@ -561,12 +499,10 @@ JSRoot { filename: "es2015/uncategorised/135/input.js" end: Object { column: 74 - index: 74 line: 1 } start: Object { column: 71 - index: 71 line: 1 } } @@ -578,12 +514,10 @@ JSRoot { identifierName: "v" end: Object { column: 73 - index: 73 line: 1 } start: Object { column: 72 - index: 72 line: 1 } } @@ -594,12 +528,10 @@ JSRoot { filename: "es2015/uncategorised/135/input.js" end: Object { column: 73 - index: 73 line: 1 } start: Object { column: 72 - index: 72 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/136/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/136/input.test.md index 2a2fef2956b..32e70a22d02 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/136/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/136/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/136/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/136/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "es2015/uncategorised/136/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "foo" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "es2015/uncategorised/136/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "es2015/uncategorised/136/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "es2015/uncategorised/136/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "es2015/uncategorised/136/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 10 - index: 10 line: 1 } loc: Object { filename: "es2015/uncategorised/136/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/137/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/137/input.test.md index 45ac40fa5ef..cede404f6cb 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/137/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/137/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/137/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/137/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "es2015/uncategorised/137/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "foo" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "es2015/uncategorised/137/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "es2015/uncategorised/137/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "es2015/uncategorised/137/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "es2015/uncategorised/137/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 10 - index: 10 line: 1 } loc: Object { filename: "es2015/uncategorised/137/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/138/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/138/input.test.md index 1aa3bf6cad3..08642890d4b 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/138/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/138/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/138/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/138/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "es2015/uncategorised/138/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "foo" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "es2015/uncategorised/138/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "es2015/uncategorised/138/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "es2015/uncategorised/138/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 10 - index: 10 line: 1 } loc: Object { filename: "es2015/uncategorised/138/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -184,12 +165,10 @@ JSRoot { filename: "es2015/uncategorised/138/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -201,12 +180,10 @@ JSRoot { identifierName: "v" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -217,12 +194,10 @@ JSRoot { filename: "es2015/uncategorised/138/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -241,12 +216,10 @@ JSRoot { identifierName: "foo" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -255,12 +228,10 @@ JSRoot { filename: "es2015/uncategorised/138/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -269,12 +240,10 @@ JSRoot { filename: "es2015/uncategorised/138/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -285,12 +254,10 @@ JSRoot { filename: "es2015/uncategorised/138/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -308,12 +275,10 @@ JSRoot { filename: "es2015/uncategorised/138/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -327,19 +292,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 24 - index: 24 line: 1 } loc: Object { filename: "es2015/uncategorised/138/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/139/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/139/input.test.md index f59fc38116a..1a20b89c8ed 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/139/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/139/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/139/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/139/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "es2015/uncategorised/139/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "foo" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "es2015/uncategorised/139/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "es2015/uncategorised/139/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "es2015/uncategorised/139/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "es2015/uncategorised/139/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 10 - index: 10 line: 1 } loc: Object { filename: "es2015/uncategorised/139/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -206,12 +185,10 @@ JSRoot { identifierName: "foo" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -220,12 +197,10 @@ JSRoot { filename: "es2015/uncategorised/139/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -234,12 +209,10 @@ JSRoot { filename: "es2015/uncategorised/139/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -250,12 +223,10 @@ JSRoot { filename: "es2015/uncategorised/139/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -273,12 +244,10 @@ JSRoot { filename: "es2015/uncategorised/139/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -292,19 +261,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 19 - index: 19 line: 1 } loc: Object { filename: "es2015/uncategorised/139/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/14/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/14/input.test.md index 9a7c55a23fe..a8ff30fb15c 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/14/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/14/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/14/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/14/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "es2015/uncategorised/14/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/140/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/140/input.test.md index c4b46f95f08..9fbffca25fa 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/140/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/140/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/140/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "Semicolon" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/140/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -73,12 +67,10 @@ JSRoot { filename: "es2015/uncategorised/140/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/141/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/141/input.test.md index 55c2dd26976..54e05032b17 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/141/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/141/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/141/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/141/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/uncategorised/141/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2015/uncategorised/141/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "es2015/uncategorised/141/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "es2015/uncategorised/141/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/142/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/142/input.test.md index c391bf32dc4..f9acd2cfefc 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/142/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/142/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/142/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/142/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/uncategorised/142/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "es2015/uncategorised/142/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2015/uncategorised/142/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "es2015/uncategorised/142/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "es2015/uncategorised/142/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { filename: "es2015/uncategorised/142/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -146,12 +130,10 @@ JSRoot { filename: "es2015/uncategorised/142/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/143/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/143/input.test.md index a8e02807016..609ea753e49 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/143/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/143/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/143/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/143/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/uncategorised/143/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2015/uncategorised/143/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "es2015/uncategorised/143/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "es2015/uncategorised/143/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -139,12 +125,10 @@ JSRoot { filename: "es2015/uncategorised/143/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -154,12 +138,10 @@ JSRoot { filename: "es2015/uncategorised/143/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/144/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/144/input.test.md index 2980f0b66e1..46d90a55ee5 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/144/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/144/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/144/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/144/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/uncategorised/144/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2015/uncategorised/144/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "es2015/uncategorised/144/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "es2015/uncategorised/144/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { identifierName: "y" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -148,12 +132,10 @@ JSRoot { filename: "es2015/uncategorised/144/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -165,12 +147,10 @@ JSRoot { filename: "es2015/uncategorised/144/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -179,12 +159,10 @@ JSRoot { filename: "es2015/uncategorised/144/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/145/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/145/input.test.md index a12dd0e3427..edd81197b8d 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/145/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/145/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/145/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/145/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/uncategorised/145/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "es2015/uncategorised/145/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "es2015/uncategorised/145/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "es2015/uncategorised/145/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "es2015/uncategorised/145/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { identifierName: "x" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { filename: "es2015/uncategorised/145/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -187,12 +167,10 @@ JSRoot { filename: "es2015/uncategorised/145/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -203,12 +181,10 @@ JSRoot { filename: "es2015/uncategorised/145/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -225,12 +201,10 @@ JSRoot { filename: "es2015/uncategorised/145/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -242,12 +216,10 @@ JSRoot { identifierName: "v" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -258,12 +230,10 @@ JSRoot { filename: "es2015/uncategorised/145/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/146/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/146/input.test.md index bced6adb00a..4aafd0c09b7 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/146/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/146/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/146/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/146/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/uncategorised/146/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "es2015/uncategorised/146/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "es2015/uncategorised/146/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "es2015/uncategorised/146/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "es2015/uncategorised/146/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/147/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/147/input.test.md index 925e8ed7b8f..0b3fd9c8731 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/147/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/147/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/147/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/147/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/147/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "es2015/uncategorised/147/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -88,12 +80,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "es2015/uncategorised/147/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { identifierName: "y" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "es2015/uncategorised/147/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "es2015/uncategorised/147/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -163,12 +145,10 @@ JSRoot { filename: "es2015/uncategorised/147/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -182,12 +162,10 @@ JSRoot { identifierName: "y" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -196,12 +174,10 @@ JSRoot { filename: "es2015/uncategorised/147/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -213,12 +189,10 @@ JSRoot { identifierName: "y" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -227,12 +201,10 @@ JSRoot { filename: "es2015/uncategorised/147/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/148/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/148/input.test.md index 91f88afbb61..c7e29367fda 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/148/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/148/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/148/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "f" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/148/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2015/uncategorised/148/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2015/uncategorised/148/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "es2015/uncategorised/148/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { filename: "es2015/uncategorised/148/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { identifierName: "x" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { filename: "es2015/uncategorised/148/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -175,12 +157,10 @@ JSRoot { identifierName: "y" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -189,12 +169,10 @@ JSRoot { filename: "es2015/uncategorised/148/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/149/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/149/input.test.md index 1612e7f749c..6abe729b6db 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/149/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/149/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/149/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/149/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/149/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2015/uncategorised/149/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "es2015/uncategorised/149/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { identifierName: "test" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { filename: "es2015/uncategorised/149/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -146,12 +130,10 @@ JSRoot { filename: "es2015/uncategorised/149/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -168,12 +150,10 @@ JSRoot { filename: "es2015/uncategorised/149/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -184,12 +164,10 @@ JSRoot { filename: "es2015/uncategorised/149/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -199,12 +177,10 @@ JSRoot { filename: "es2015/uncategorised/149/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -214,12 +190,10 @@ JSRoot { filename: "es2015/uncategorised/149/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -230,12 +204,10 @@ JSRoot { identifierName: "v" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/15/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/15/input.test.md index ca445236c0b..645a88a5bf2 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/15/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/15/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/15/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/15/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "es2015/uncategorised/15/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/150/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/150/input.test.md index e8f913769eb..9e2277ac282 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/150/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/150/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/150/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/150/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "es2015/uncategorised/150/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "es2015/uncategorised/150/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "es2015/uncategorised/150/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "es2015/uncategorised/150/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "es2015/uncategorised/150/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 9 - index: 9 line: 1 } loc: Object { filename: "es2015/uncategorised/150/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/151/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/151/input.test.md index 8bcf23b8cec..583000adea0 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/151/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/151/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/151/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/uncategorised/151/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2015/uncategorised/151/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/152/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/152/input.test.md index 5fccefefd93..3dc623f0160 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/152/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/152/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/152/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "f" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/152/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2015/uncategorised/152/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2015/uncategorised/152/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "es2015/uncategorised/152/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { filename: "es2015/uncategorised/152/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "es2015/uncategorised/152/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -156,12 +140,10 @@ JSRoot { filename: "es2015/uncategorised/152/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -172,12 +154,10 @@ JSRoot { filename: "es2015/uncategorised/152/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -190,12 +170,10 @@ JSRoot { identifierName: "x" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -206,12 +184,10 @@ JSRoot { filename: "es2015/uncategorised/152/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/153/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/153/input.test.md index 308aa1607c0..bdfdbe2f6fe 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/153/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/153/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/153/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "f" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/153/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2015/uncategorised/153/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2015/uncategorised/153/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "es2015/uncategorised/153/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { filename: "es2015/uncategorised/153/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -140,12 +126,10 @@ JSRoot { identifierName: "x" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -154,12 +138,10 @@ JSRoot { filename: "es2015/uncategorised/153/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -171,12 +153,10 @@ JSRoot { filename: "es2015/uncategorised/153/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -185,12 +165,10 @@ JSRoot { filename: "es2015/uncategorised/153/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -203,12 +181,10 @@ JSRoot { filename: "es2015/uncategorised/153/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -219,12 +195,10 @@ JSRoot { filename: "es2015/uncategorised/153/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -239,12 +213,10 @@ JSRoot { identifierName: "x" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -253,12 +225,10 @@ JSRoot { filename: "es2015/uncategorised/153/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -270,12 +240,10 @@ JSRoot { identifierName: "x" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -284,12 +252,10 @@ JSRoot { filename: "es2015/uncategorised/153/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/154/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/154/input.test.md index 72acf182d16..5d066ae0199 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/154/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/154/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/154/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/154/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/154/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "f" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2015/uncategorised/154/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "es2015/uncategorised/154/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "es2015/uncategorised/154/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "es2015/uncategorised/154/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -151,12 +135,10 @@ JSRoot { filename: "es2015/uncategorised/154/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -170,12 +152,10 @@ JSRoot { identifierName: "x" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -184,12 +164,10 @@ JSRoot { filename: "es2015/uncategorised/154/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -201,12 +179,10 @@ JSRoot { filename: "es2015/uncategorised/154/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -215,12 +191,10 @@ JSRoot { filename: "es2015/uncategorised/154/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -233,12 +207,10 @@ JSRoot { filename: "es2015/uncategorised/154/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -249,12 +221,10 @@ JSRoot { filename: "es2015/uncategorised/154/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -269,12 +239,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -283,12 +251,10 @@ JSRoot { filename: "es2015/uncategorised/154/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -300,12 +266,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -314,12 +278,10 @@ JSRoot { filename: "es2015/uncategorised/154/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/155/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/155/input.test.md index 2f40c3d2db9..56932d9f37f 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/155/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/155/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/155/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/155/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/uncategorised/155/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "f" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2015/uncategorised/155/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "es2015/uncategorised/155/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "es2015/uncategorised/155/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "es2015/uncategorised/155/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -153,12 +137,10 @@ JSRoot { filename: "es2015/uncategorised/155/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -167,12 +149,10 @@ JSRoot { filename: "es2015/uncategorised/155/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -186,12 +166,10 @@ JSRoot { identifierName: "x" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -200,12 +178,10 @@ JSRoot { filename: "es2015/uncategorised/155/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -217,12 +193,10 @@ JSRoot { filename: "es2015/uncategorised/155/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -231,12 +205,10 @@ JSRoot { filename: "es2015/uncategorised/155/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -249,12 +221,10 @@ JSRoot { filename: "es2015/uncategorised/155/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -265,12 +235,10 @@ JSRoot { filename: "es2015/uncategorised/155/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -285,12 +253,10 @@ JSRoot { identifierName: "x" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -299,12 +265,10 @@ JSRoot { filename: "es2015/uncategorised/155/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -316,12 +280,10 @@ JSRoot { identifierName: "x" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -330,12 +292,10 @@ JSRoot { filename: "es2015/uncategorised/155/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -350,12 +310,10 @@ JSRoot { filename: "es2015/uncategorised/155/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/156/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/156/input.test.md index a9479d0525a..0db78dc57e6 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/156/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/156/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/156/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/156/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/uncategorised/156/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { identifierName: "f" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "es2015/uncategorised/156/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "es2015/uncategorised/156/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "es2015/uncategorised/156/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "es2015/uncategorised/156/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { filename: "es2015/uncategorised/156/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -166,12 +148,10 @@ JSRoot { filename: "es2015/uncategorised/156/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -185,12 +165,10 @@ JSRoot { identifierName: "x" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -199,12 +177,10 @@ JSRoot { filename: "es2015/uncategorised/156/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -216,12 +192,10 @@ JSRoot { filename: "es2015/uncategorised/156/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -230,12 +204,10 @@ JSRoot { filename: "es2015/uncategorised/156/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -248,12 +220,10 @@ JSRoot { filename: "es2015/uncategorised/156/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -264,12 +234,10 @@ JSRoot { filename: "es2015/uncategorised/156/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -284,12 +252,10 @@ JSRoot { identifierName: "x" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -298,12 +264,10 @@ JSRoot { filename: "es2015/uncategorised/156/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -315,12 +279,10 @@ JSRoot { identifierName: "x" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -329,12 +291,10 @@ JSRoot { filename: "es2015/uncategorised/156/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/157/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/157/input.test.md index fb9b76fbb42..868a6e1c977 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/157/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/157/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/157/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/157/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/157/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2015/uncategorised/157/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -90,12 +82,10 @@ JSRoot { identifierName: "f" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { filename: "es2015/uncategorised/157/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "es2015/uncategorised/157/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "es2015/uncategorised/157/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -153,19 +137,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 8 - index: 8 line: 1 } loc: Object { filename: "es2015/uncategorised/157/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -182,12 +163,10 @@ JSRoot { filename: "es2015/uncategorised/157/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -197,12 +176,10 @@ JSRoot { filename: "es2015/uncategorised/157/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -211,12 +188,10 @@ JSRoot { filename: "es2015/uncategorised/157/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -230,12 +205,10 @@ JSRoot { identifierName: "x" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -244,12 +217,10 @@ JSRoot { filename: "es2015/uncategorised/157/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -261,12 +232,10 @@ JSRoot { filename: "es2015/uncategorised/157/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -275,12 +244,10 @@ JSRoot { filename: "es2015/uncategorised/157/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -293,12 +260,10 @@ JSRoot { filename: "es2015/uncategorised/157/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -309,12 +274,10 @@ JSRoot { filename: "es2015/uncategorised/157/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -329,12 +292,10 @@ JSRoot { identifierName: "x" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -343,12 +304,10 @@ JSRoot { filename: "es2015/uncategorised/157/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -360,12 +319,10 @@ JSRoot { identifierName: "x" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -374,12 +331,10 @@ JSRoot { filename: "es2015/uncategorised/157/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/158/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/158/input.test.md index 8f464879a67..0acc3f4e7c6 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/158/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/158/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/158/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/158/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/uncategorised/158/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "es2015/uncategorised/158/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "es2015/uncategorised/158/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "es2015/uncategorised/158/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "es2015/uncategorised/158/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { identifierName: "x" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -150,12 +134,10 @@ JSRoot { filename: "es2015/uncategorised/158/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -167,12 +149,10 @@ JSRoot { filename: "es2015/uncategorised/158/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -181,12 +161,10 @@ JSRoot { filename: "es2015/uncategorised/158/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -199,12 +177,10 @@ JSRoot { filename: "es2015/uncategorised/158/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -218,12 +194,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -232,12 +206,10 @@ JSRoot { filename: "es2015/uncategorised/158/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -249,12 +221,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -263,12 +233,10 @@ JSRoot { filename: "es2015/uncategorised/158/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/159/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/159/input.test.md index a866cf67687..b3315a4d43d 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/159/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/159/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/159/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/159/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/159/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2015/uncategorised/159/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "es2015/uncategorised/159/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "es2015/uncategorised/159/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "es2015/uncategorised/159/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -153,12 +137,10 @@ JSRoot { filename: "es2015/uncategorised/159/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -170,12 +152,10 @@ JSRoot { identifierName: "y" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -186,12 +166,10 @@ JSRoot { filename: "es2015/uncategorised/159/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/16/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/16/input.test.md index 2e96ebf852d..3da50fe534c 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/16/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/16/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/16/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/16/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "es2015/uncategorised/16/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/160/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/160/input.test.md index 03e2e3a7044..0749346610c 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/160/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/160/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/160/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "f" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/160/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2015/uncategorised/160/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2015/uncategorised/160/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "es2015/uncategorised/160/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "es2015/uncategorised/160/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -140,12 +126,10 @@ JSRoot { identifierName: "a" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -156,12 +140,10 @@ JSRoot { filename: "es2015/uncategorised/160/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/161/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/161/input.test.md index 8c114ba1d76..8b323450129 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/161/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/161/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/161/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/161/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/161/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "es2015/uncategorised/161/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "f" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "es2015/uncategorised/161/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { filename: "es2015/uncategorised/161/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -148,12 +132,10 @@ JSRoot { filename: "es2015/uncategorised/161/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -170,12 +152,10 @@ JSRoot { filename: "es2015/uncategorised/161/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -185,12 +165,10 @@ JSRoot { filename: "es2015/uncategorised/161/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -201,12 +179,10 @@ JSRoot { filename: "es2015/uncategorised/161/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -218,12 +194,10 @@ JSRoot { identifierName: "a" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -234,12 +208,10 @@ JSRoot { filename: "es2015/uncategorised/161/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -253,12 +225,10 @@ JSRoot { filename: "es2015/uncategorised/161/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/162/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/162/input.test.md index 127a57bad0b..9612100ba2a 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/162/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/162/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/162/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/162/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/162/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "es2015/uncategorised/162/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "f" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "es2015/uncategorised/162/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "es2015/uncategorised/162/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "es2015/uncategorised/162/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -169,12 +151,10 @@ JSRoot { filename: "es2015/uncategorised/162/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -184,12 +164,10 @@ JSRoot { filename: "es2015/uncategorised/162/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -200,12 +178,10 @@ JSRoot { filename: "es2015/uncategorised/162/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -217,12 +193,10 @@ JSRoot { identifierName: "a" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -233,12 +207,10 @@ JSRoot { filename: "es2015/uncategorised/162/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/163/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/163/input.test.md index 1f084f705c0..85e7125daf3 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/163/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/163/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/163/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "f" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/163/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2015/uncategorised/163/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "es2015/uncategorised/163/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { identifierName: "b" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "es2015/uncategorised/163/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { identifierName: "a" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { filename: "es2015/uncategorised/163/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/164/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/164/input.test.md index 5e3adad1485..cb179a852e1 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/164/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/164/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/164/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "x" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/164/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2015/uncategorised/164/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2015/uncategorised/164/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "es2015/uncategorised/164/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { filename: "es2015/uncategorised/164/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { identifierName: "a" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { filename: "es2015/uncategorised/164/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -176,12 +158,10 @@ JSRoot { identifierName: "b" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -192,12 +172,10 @@ JSRoot { filename: "es2015/uncategorised/164/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/165/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/165/input.test.md index f8315955430..40b9a8fba2b 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/165/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/165/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/165/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "x" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/165/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2015/uncategorised/165/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2015/uncategorised/165/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "es2015/uncategorised/165/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { filename: "es2015/uncategorised/165/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { identifierName: "a" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { filename: "es2015/uncategorised/165/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -175,12 +157,10 @@ JSRoot { identifierName: "a" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -189,12 +169,10 @@ JSRoot { filename: "es2015/uncategorised/165/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -208,12 +186,10 @@ JSRoot { identifierName: "b" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -222,12 +198,10 @@ JSRoot { filename: "es2015/uncategorised/165/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -239,12 +213,10 @@ JSRoot { identifierName: "b" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -253,12 +225,10 @@ JSRoot { filename: "es2015/uncategorised/165/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/166/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/166/input.test.md index cad4336da5b..f8e59719870 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/166/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/166/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/166/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { sourceText: undefined end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -68,12 +64,10 @@ JSRoot { identifierName: "a" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -91,12 +85,10 @@ JSRoot { identifierName: "x" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "es2015/uncategorised/166/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -121,12 +111,10 @@ JSRoot { filename: "es2015/uncategorised/166/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -143,12 +131,10 @@ JSRoot { filename: "es2015/uncategorised/166/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -160,12 +146,10 @@ JSRoot { identifierName: "a" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -176,12 +160,10 @@ JSRoot { filename: "es2015/uncategorised/166/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -193,12 +175,10 @@ JSRoot { filename: "es2015/uncategorised/166/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -209,12 +189,10 @@ JSRoot { filename: "es2015/uncategorised/166/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -229,12 +207,10 @@ JSRoot { identifierName: "a" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -243,12 +219,10 @@ JSRoot { filename: "es2015/uncategorised/166/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -260,12 +234,10 @@ JSRoot { identifierName: "a" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -274,12 +246,10 @@ JSRoot { filename: "es2015/uncategorised/166/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/167/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/167/input.test.md index 47fa5c62f49..c4844f87d47 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/167/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/167/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/167/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "x" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/167/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2015/uncategorised/167/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2015/uncategorised/167/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "es2015/uncategorised/167/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "es2015/uncategorised/167/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -141,12 +127,10 @@ JSRoot { identifierName: "a" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { filename: "es2015/uncategorised/167/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -175,12 +157,10 @@ JSRoot { identifierName: "b" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -191,12 +171,10 @@ JSRoot { filename: "es2015/uncategorised/167/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/168/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/168/input.test.md index 754869dd7d0..8543638f46a 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/168/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/168/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/168/input.js" end: Object { column: 54 - index: 54 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "x" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/168/input.js" end: Object { column: 54 - index: 54 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2015/uncategorised/168/input.js" end: Object { column: 54 - index: 54 line: 1 } start: Object { column: 52 - index: 52 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "es2015/uncategorised/168/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "es2015/uncategorised/168/input.js" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "es2015/uncategorised/168/input.js" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -140,12 +126,10 @@ JSRoot { identifierName: "a" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 43 - index: 43 line: 1 } } @@ -156,12 +140,10 @@ JSRoot { filename: "es2015/uncategorised/168/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 43 - index: 43 line: 1 } } @@ -174,12 +156,10 @@ JSRoot { identifierName: "b" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 46 - index: 46 line: 1 } } @@ -190,12 +170,10 @@ JSRoot { filename: "es2015/uncategorised/168/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 46 - index: 46 line: 1 } } @@ -208,12 +186,10 @@ JSRoot { identifierName: "c" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 49 - index: 49 line: 1 } } @@ -224,12 +200,10 @@ JSRoot { filename: "es2015/uncategorised/168/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 49 - index: 49 line: 1 } } @@ -244,12 +218,10 @@ JSRoot { filename: "es2015/uncategorised/168/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -260,12 +232,10 @@ JSRoot { filename: "es2015/uncategorised/168/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -280,12 +250,10 @@ JSRoot { identifierName: "a" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -294,12 +262,10 @@ JSRoot { filename: "es2015/uncategorised/168/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -310,12 +276,10 @@ JSRoot { filename: "es2015/uncategorised/168/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -329,12 +293,10 @@ JSRoot { identifierName: "w" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -343,12 +305,10 @@ JSRoot { filename: "es2015/uncategorised/168/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -360,12 +320,10 @@ JSRoot { identifierName: "w" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -374,12 +332,10 @@ JSRoot { filename: "es2015/uncategorised/168/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -393,12 +349,10 @@ JSRoot { identifierName: "x" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -407,12 +361,10 @@ JSRoot { filename: "es2015/uncategorised/168/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -424,12 +376,10 @@ JSRoot { identifierName: "x" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -438,12 +388,10 @@ JSRoot { filename: "es2015/uncategorised/168/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -454,12 +402,10 @@ JSRoot { filename: "es2015/uncategorised/168/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -473,12 +419,10 @@ JSRoot { identifierName: "b" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -487,12 +431,10 @@ JSRoot { filename: "es2015/uncategorised/168/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -503,12 +445,10 @@ JSRoot { filename: "es2015/uncategorised/168/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -520,12 +460,10 @@ JSRoot { identifierName: "y" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -536,12 +474,10 @@ JSRoot { filename: "es2015/uncategorised/168/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -554,12 +490,10 @@ JSRoot { identifierName: "z" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -570,12 +504,10 @@ JSRoot { filename: "es2015/uncategorised/168/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -587,12 +519,10 @@ JSRoot { filename: "es2015/uncategorised/168/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/169/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/169/input.test.md index f5a725ac2a7..79ffb958d54 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/169/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/169/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/169/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/169/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/169/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2015/uncategorised/169/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "es2015/uncategorised/169/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "es2015/uncategorised/169/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "es2015/uncategorised/169/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -156,12 +140,10 @@ JSRoot { identifierName: "a" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -172,12 +154,10 @@ JSRoot { filename: "es2015/uncategorised/169/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -190,12 +170,10 @@ JSRoot { identifierName: "b" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -206,12 +184,10 @@ JSRoot { filename: "es2015/uncategorised/169/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/17/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/17/input.test.md index 62825d81ba7..5daec7864a3 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/17/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/17/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/17/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/17/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "es2015/uncategorised/17/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/170/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/170/input.test.md index 16bb7a84bf0..aefc6b55bb1 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/170/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/170/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/170/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/170/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/170/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2015/uncategorised/170/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "es2015/uncategorised/170/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "es2015/uncategorised/170/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "es2015/uncategorised/170/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { identifierName: "a" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -172,12 +154,10 @@ JSRoot { filename: "es2015/uncategorised/170/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -189,12 +169,10 @@ JSRoot { identifierName: "a" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -203,12 +181,10 @@ JSRoot { filename: "es2015/uncategorised/170/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -222,12 +198,10 @@ JSRoot { identifierName: "b" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -236,12 +210,10 @@ JSRoot { filename: "es2015/uncategorised/170/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -253,12 +225,10 @@ JSRoot { identifierName: "b" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -267,12 +237,10 @@ JSRoot { filename: "es2015/uncategorised/170/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/171/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/171/input.test.md index 60d5440f196..f71c15908ba 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/171/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/171/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/171/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/171/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/171/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2015/uncategorised/171/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "es2015/uncategorised/171/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { filename: "es2015/uncategorised/171/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "es2015/uncategorised/171/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -155,12 +139,10 @@ JSRoot { identifierName: "a" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -171,12 +153,10 @@ JSRoot { filename: "es2015/uncategorised/171/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -189,12 +169,10 @@ JSRoot { identifierName: "b" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -205,12 +183,10 @@ JSRoot { filename: "es2015/uncategorised/171/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/172/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/172/input.test.md index dcc78d93a86..1b18d4aae87 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/172/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/172/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/172/input.js" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/172/input.js" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/172/input.js" end: Object { column: 55 - index: 55 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2015/uncategorised/172/input.js" end: Object { column: 55 - index: 55 line: 1 } start: Object { column: 53 - index: 53 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { filename: "es2015/uncategorised/172/input.js" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "es2015/uncategorised/172/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 43 - index: 43 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "es2015/uncategorised/172/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 43 - index: 43 line: 1 } } @@ -154,12 +138,10 @@ JSRoot { identifierName: "a" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 44 - index: 44 line: 1 } } @@ -170,12 +152,10 @@ JSRoot { filename: "es2015/uncategorised/172/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 44 - index: 44 line: 1 } } @@ -188,12 +168,10 @@ JSRoot { identifierName: "b" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -204,12 +182,10 @@ JSRoot { filename: "es2015/uncategorised/172/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -222,12 +198,10 @@ JSRoot { identifierName: "c" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 50 - index: 50 line: 1 } } @@ -238,12 +212,10 @@ JSRoot { filename: "es2015/uncategorised/172/input.js" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 50 - index: 50 line: 1 } } @@ -258,12 +230,10 @@ JSRoot { filename: "es2015/uncategorised/172/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -274,12 +244,10 @@ JSRoot { filename: "es2015/uncategorised/172/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -294,12 +262,10 @@ JSRoot { identifierName: "a" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -308,12 +274,10 @@ JSRoot { filename: "es2015/uncategorised/172/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -324,12 +288,10 @@ JSRoot { filename: "es2015/uncategorised/172/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -343,12 +305,10 @@ JSRoot { identifierName: "w" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -357,12 +317,10 @@ JSRoot { filename: "es2015/uncategorised/172/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -374,12 +332,10 @@ JSRoot { identifierName: "w" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -388,12 +344,10 @@ JSRoot { filename: "es2015/uncategorised/172/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -407,12 +361,10 @@ JSRoot { identifierName: "x" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -421,12 +373,10 @@ JSRoot { filename: "es2015/uncategorised/172/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -438,12 +388,10 @@ JSRoot { identifierName: "x" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -452,12 +400,10 @@ JSRoot { filename: "es2015/uncategorised/172/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -468,12 +414,10 @@ JSRoot { filename: "es2015/uncategorised/172/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -487,12 +431,10 @@ JSRoot { identifierName: "b" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -501,12 +443,10 @@ JSRoot { filename: "es2015/uncategorised/172/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -517,12 +457,10 @@ JSRoot { filename: "es2015/uncategorised/172/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -534,12 +472,10 @@ JSRoot { identifierName: "y" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -550,12 +486,10 @@ JSRoot { filename: "es2015/uncategorised/172/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -568,12 +502,10 @@ JSRoot { identifierName: "z" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -584,12 +516,10 @@ JSRoot { filename: "es2015/uncategorised/172/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -601,12 +531,10 @@ JSRoot { filename: "es2015/uncategorised/172/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/173/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/173/input.test.md index 5b53cd9bc56..af31256d930 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/173/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/173/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/173/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/173/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/uncategorised/173/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "es2015/uncategorised/173/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "es2015/uncategorised/173/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "es2015/uncategorised/173/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "es2015/uncategorised/173/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -153,12 +137,10 @@ JSRoot { filename: "es2015/uncategorised/173/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -169,12 +151,10 @@ JSRoot { filename: "es2015/uncategorised/173/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -187,12 +167,10 @@ JSRoot { identifierName: "a" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -203,12 +181,10 @@ JSRoot { filename: "es2015/uncategorised/173/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -221,12 +197,10 @@ JSRoot { identifierName: "b" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -237,12 +211,10 @@ JSRoot { filename: "es2015/uncategorised/173/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/174/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/174/input.test.md index 5f86e62b028..7094040ec73 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/174/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/174/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/174/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/174/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/uncategorised/174/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "es2015/uncategorised/174/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "es2015/uncategorised/174/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "es2015/uncategorised/174/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "es2015/uncategorised/174/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { filename: "es2015/uncategorised/174/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -168,12 +150,10 @@ JSRoot { filename: "es2015/uncategorised/174/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -186,12 +166,10 @@ JSRoot { identifierName: "a" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -202,12 +180,10 @@ JSRoot { filename: "es2015/uncategorised/174/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -220,12 +196,10 @@ JSRoot { identifierName: "b" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -236,12 +210,10 @@ JSRoot { filename: "es2015/uncategorised/174/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/175/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/175/input.test.md index 7fc6f6c7faf..bc01ac1c11a 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/175/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/175/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/175/input.js" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/175/input.js" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/uncategorised/175/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "es2015/uncategorised/175/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "es2015/uncategorised/175/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "es2015/uncategorised/175/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 46 - index: 46 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "es2015/uncategorised/175/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -151,12 +135,10 @@ JSRoot { filename: "es2015/uncategorised/175/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -167,12 +149,10 @@ JSRoot { filename: "es2015/uncategorised/175/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -185,12 +165,10 @@ JSRoot { identifierName: "a" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -201,12 +179,10 @@ JSRoot { filename: "es2015/uncategorised/175/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -219,12 +195,10 @@ JSRoot { identifierName: "b" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -235,12 +209,10 @@ JSRoot { filename: "es2015/uncategorised/175/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -253,12 +225,10 @@ JSRoot { identifierName: "c" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 43 - index: 43 line: 1 } } @@ -269,12 +239,10 @@ JSRoot { filename: "es2015/uncategorised/175/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 43 - index: 43 line: 1 } } @@ -289,12 +257,10 @@ JSRoot { filename: "es2015/uncategorised/175/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -305,12 +271,10 @@ JSRoot { filename: "es2015/uncategorised/175/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -325,12 +289,10 @@ JSRoot { identifierName: "a" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -339,12 +301,10 @@ JSRoot { filename: "es2015/uncategorised/175/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -355,12 +315,10 @@ JSRoot { filename: "es2015/uncategorised/175/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -374,12 +332,10 @@ JSRoot { identifierName: "w" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -388,12 +344,10 @@ JSRoot { filename: "es2015/uncategorised/175/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -405,12 +359,10 @@ JSRoot { identifierName: "w" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -419,12 +371,10 @@ JSRoot { filename: "es2015/uncategorised/175/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -438,12 +388,10 @@ JSRoot { identifierName: "x" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -452,12 +400,10 @@ JSRoot { filename: "es2015/uncategorised/175/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -469,12 +415,10 @@ JSRoot { identifierName: "x" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -483,12 +427,10 @@ JSRoot { filename: "es2015/uncategorised/175/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -499,12 +441,10 @@ JSRoot { filename: "es2015/uncategorised/175/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -518,12 +458,10 @@ JSRoot { identifierName: "b" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -532,12 +470,10 @@ JSRoot { filename: "es2015/uncategorised/175/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -548,12 +484,10 @@ JSRoot { filename: "es2015/uncategorised/175/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -565,12 +499,10 @@ JSRoot { identifierName: "y" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -581,12 +513,10 @@ JSRoot { filename: "es2015/uncategorised/175/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -599,12 +529,10 @@ JSRoot { identifierName: "z" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -615,12 +543,10 @@ JSRoot { filename: "es2015/uncategorised/175/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -632,12 +558,10 @@ JSRoot { filename: "es2015/uncategorised/175/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/176/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/176/input.test.md index 187d84a5bf7..14b52fa6429 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/176/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/176/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/176/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/176/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/uncategorised/176/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "es2015/uncategorised/176/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "es2015/uncategorised/176/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "a" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/177/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/177/input.test.md index 02ff3f658ed..5bc235383fa 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/177/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/177/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/177/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/177/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/uncategorised/177/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "es2015/uncategorised/177/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "es2015/uncategorised/177/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "b" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { identifierName: "a" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/178/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/178/input.test.md index e58217066ae..4ddfbe00e5d 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/178/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/178/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/178/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/178/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/uncategorised/178/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "es2015/uncategorised/178/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "es2015/uncategorised/178/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "es2015/uncategorised/178/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { identifierName: "a" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "es2015/uncategorised/178/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -153,12 +137,10 @@ JSRoot { identifierName: "a" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -167,12 +149,10 @@ JSRoot { filename: "es2015/uncategorised/178/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/179/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/179/input.test.md index a6cc62ab58f..10269adfcd8 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/179/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/179/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/179/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/179/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/uncategorised/179/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "es2015/uncategorised/179/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "es2015/uncategorised/179/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "b" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "es2015/uncategorised/179/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { identifierName: "a" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { filename: "es2015/uncategorised/179/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -169,12 +151,10 @@ JSRoot { identifierName: "a" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -183,12 +163,10 @@ JSRoot { filename: "es2015/uncategorised/179/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/18/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/18/input.test.md index cc5020f208f..047b74f21ff 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/18/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/18/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/18/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/18/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/18/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2015/uncategorised/18/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/180/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/180/input.test.md index 026d3eef2dd..12aed4ee7da 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/180/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/180/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/180/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/180/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/uncategorised/180/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "es2015/uncategorised/180/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "es2015/uncategorised/180/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "es2015/uncategorised/180/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { identifierName: "a" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { identifierName: "b" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/181/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/181/input.test.md index 601ea72582c..c2e4c28d9c7 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/181/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/181/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/181/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/181/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/uncategorised/181/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "es2015/uncategorised/181/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "es2015/uncategorised/181/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "a" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "es2015/uncategorised/181/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { identifierName: "b" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/182/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/182/input.test.md index d701bd23cb3..f46393bff1c 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/182/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/182/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/182/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/182/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/uncategorised/182/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "es2015/uncategorised/182/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "es2015/uncategorised/182/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "c" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "es2015/uncategorised/182/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { identifierName: "a" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { filename: "es2015/uncategorised/182/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -168,12 +150,10 @@ JSRoot { filename: "es2015/uncategorised/182/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -185,12 +165,10 @@ JSRoot { identifierName: "a" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -202,12 +180,10 @@ JSRoot { identifierName: "b" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -218,12 +194,10 @@ JSRoot { filename: "es2015/uncategorised/182/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/183/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/183/input.test.md index a6bc7e89ac2..f6482b7bfd1 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/183/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/183/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/183/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/183/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/uncategorised/183/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "es2015/uncategorised/183/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "es2015/uncategorised/183/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "f" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "es2015/uncategorised/183/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { identifierName: "a" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { filename: "es2015/uncategorised/183/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -169,12 +151,10 @@ JSRoot { identifierName: "b" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -183,12 +163,10 @@ JSRoot { filename: "es2015/uncategorised/183/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -202,12 +180,10 @@ JSRoot { identifierName: "c" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -216,12 +192,10 @@ JSRoot { filename: "es2015/uncategorised/183/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -233,12 +207,10 @@ JSRoot { identifierName: "c" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -247,12 +219,10 @@ JSRoot { filename: "es2015/uncategorised/183/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -265,12 +235,10 @@ JSRoot { filename: "es2015/uncategorised/183/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -282,12 +250,10 @@ JSRoot { identifierName: "d" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -299,12 +265,10 @@ JSRoot { identifierName: "e" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/184/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/184/input.test.md index ce93388554c..2d46496e3dc 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/184/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/184/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/184/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/184/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/184/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "b" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2015/uncategorised/184/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "a" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/185/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/185/input.test.md index 55cd1e513a9..2bc4b4809a7 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/185/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/185/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/185/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/185/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/185/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "c" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "es2015/uncategorised/185/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { identifierName: "b" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "a" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/186/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/186/input.test.md index d3dc7ba0d9b..34c68a62171 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/186/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/186/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/186/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/186/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/186/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "d" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "es2015/uncategorised/186/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { identifierName: "c" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "es2015/uncategorised/186/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -135,12 +121,10 @@ JSRoot { identifierName: "a" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "es2015/uncategorised/186/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -166,12 +148,10 @@ JSRoot { identifierName: "a" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -180,12 +160,10 @@ JSRoot { filename: "es2015/uncategorised/186/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -199,12 +177,10 @@ JSRoot { identifierName: "b" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -213,12 +189,10 @@ JSRoot { filename: "es2015/uncategorised/186/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -230,12 +204,10 @@ JSRoot { identifierName: "b" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -244,12 +216,10 @@ JSRoot { filename: "es2015/uncategorised/186/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/187/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/187/input.test.md index 9b31499c582..d2a7c53bbf4 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/187/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/187/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/187/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/187/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/187/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "d" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "es2015/uncategorised/187/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "a" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "es2015/uncategorised/187/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { identifierName: "b" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -151,12 +135,10 @@ JSRoot { identifierName: "c" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/188/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/188/input.test.md index eeee3ef3668..3ce8f4005b7 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/188/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/188/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/188/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/188/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/188/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "es2015/uncategorised/188/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "a" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "es2015/uncategorised/188/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "es2015/uncategorised/188/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { identifierName: "b" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/189/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/189/input.test.md index 8721ce12dc5..efec8a13973 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/189/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/189/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/189/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/189/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/189/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/189/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { identifierName: "b" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "es2015/uncategorised/189/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { identifierName: "a" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -135,12 +121,10 @@ JSRoot { filename: "es2015/uncategorised/189/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { filename: "es2015/uncategorised/189/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -168,12 +150,10 @@ JSRoot { identifierName: "c" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/19/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/19/input.test.md index 898facb4c2b..61fa9a204f2 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/19/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/19/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/19/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/19/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/19/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "raw" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2015/uncategorised/19/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "es2015/uncategorised/19/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/190/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/190/input.test.md index d4e3c72d0da..8b677b5a549 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/190/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/190/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/190/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/190/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/190/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/190/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { identifierName: "c" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "es2015/uncategorised/190/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "es2015/uncategorised/190/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "es2015/uncategorised/190/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -154,12 +138,10 @@ JSRoot { identifierName: "a" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -168,12 +150,10 @@ JSRoot { filename: "es2015/uncategorised/190/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -185,12 +165,10 @@ JSRoot { identifierName: "a" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -199,12 +177,10 @@ JSRoot { filename: "es2015/uncategorised/190/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -218,12 +194,10 @@ JSRoot { identifierName: "b" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -232,12 +206,10 @@ JSRoot { filename: "es2015/uncategorised/190/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -249,12 +221,10 @@ JSRoot { identifierName: "b" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -263,12 +233,10 @@ JSRoot { filename: "es2015/uncategorised/190/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -281,12 +249,10 @@ JSRoot { filename: "es2015/uncategorised/190/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -297,12 +263,10 @@ JSRoot { identifierName: "d" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/192/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/192/input.test.md index 807efb75235..3b9178735c8 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/192/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/192/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/192/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/192/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/uncategorised/192/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "func" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "es2015/uncategorised/192/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { identifierName: "a" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/193/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/193/input.test.md index 825f74dd0c7..2375653635a 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/193/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/193/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/193/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/193/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/uncategorised/193/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "func" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "a" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "es2015/uncategorised/193/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { identifierName: "b" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/194/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/194/input.test.md index 3c55e8b2f71..beb60b832f8 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/194/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/194/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/194/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/194/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/uncategorised/194/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "func" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "es2015/uncategorised/194/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { identifierName: "a" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "b" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/195/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/195/input.test.md index a2c39c6bb8a..0eb6e1bc10f 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/195/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/195/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/195/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/195/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -57,12 +53,10 @@ JSRoot { filename: "es2015/uncategorised/195/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "es2015/uncategorised/195/input.js" end: Object { column: 5 - index: 6 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "es2015/uncategorised/195/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "es2015/uncategorised/195/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "es2015/uncategorised/195/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "es2015/uncategorised/195/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/196/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/196/input.test.md index e262aa0bb06..c1b7bd0986a 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/196/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/196/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/196/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/uncategorised/196/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "es2015/uncategorised/196/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -95,12 +87,10 @@ JSRoot { filename: "es2015/uncategorised/196/input.js" end: Object { column: 30 - index: 31 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { filename: "es2015/uncategorised/196/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "es2015/uncategorised/196/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { filename: "es2015/uncategorised/196/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { filename: "es2015/uncategorised/196/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { filename: "es2015/uncategorised/196/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -190,12 +170,10 @@ JSRoot { filename: "es2015/uncategorised/196/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -205,12 +183,10 @@ JSRoot { filename: "es2015/uncategorised/196/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -220,12 +196,10 @@ JSRoot { filename: "es2015/uncategorised/196/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -236,12 +210,10 @@ JSRoot { filename: "es2015/uncategorised/196/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/197/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/197/input.test.md index 09ceb8a160f..8873eb25559 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/197/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/197/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/197/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/197/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/197/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "es2015/uncategorised/197/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "es2015/uncategorised/197/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "es2015/uncategorised/197/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { identifierName: "foo" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/198/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/198/input.test.md index 2e0e3bcff2b..6f4d1fc598b 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/198/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/198/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/198/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/198/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { filename: "es2015/uncategorised/198/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/199/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/199/input.test.md index 0820fe51a2e..a863acd4e96 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/199/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/199/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/199/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/uncategorised/199/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "es2015/uncategorised/199/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "es2015/uncategorised/199/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { identifierName: "a" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/2/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/2/input.test.md index 7c8002e43f4..17c9fe6c38b 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/2/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/2/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/2/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "es2015/uncategorised/2/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/20/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/20/input.test.md index becd6ceee7d..815833e779c 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/20/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/20/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/20/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/20/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/20/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "raw" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "es2015/uncategorised/20/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "name" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "es2015/uncategorised/20/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "es2015/uncategorised/20/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/200/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/200/input.test.md index e0540fdf28b..799e3bc6d0b 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/200/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/200/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/200/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/200/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { filename: "es2015/uncategorised/200/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "es2015/uncategorised/200/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "es2015/uncategorised/200/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/201/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/201/input.test.md index c1c8839f6b4..f3b7cad91ec 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/201/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/201/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/201/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/uncategorised/201/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "es2015/uncategorised/201/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "es2015/uncategorised/201/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "es2015/uncategorised/201/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/202/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/202/input.test.md index 1bc4946190f..c7dd2d48d28 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/202/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/202/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/202/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/202/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { filename: "es2015/uncategorised/202/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/203/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/203/input.test.md index 10b205cf947..6e16f632b14 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/203/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/203/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/203/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/uncategorised/203/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "es2015/uncategorised/203/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "es2015/uncategorised/203/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { identifierName: "a" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/204/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/204/input.test.md index 1d59619586b..cedf51e9930 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/204/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/204/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/204/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/204/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { filename: "es2015/uncategorised/204/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "es2015/uncategorised/204/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "es2015/uncategorised/204/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/205/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/205/input.test.md index b1f5cb806f9..ebfb8844906 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/205/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/205/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/205/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/uncategorised/205/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "es2015/uncategorised/205/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "es2015/uncategorised/205/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "es2015/uncategorised/205/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/206/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/206/input.test.md index 669b68d225e..1500b9cc7d6 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/206/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/206/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/206/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/206/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { filename: "es2015/uncategorised/206/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/207/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/207/input.test.md index 650c749afae..bd88c3e6955 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/207/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/207/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/207/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/uncategorised/207/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "es2015/uncategorised/207/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "es2015/uncategorised/207/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { identifierName: "a" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/208/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/208/input.test.md index c203ca40be4..ba3728e781e 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/208/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/208/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/208/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/208/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { filename: "es2015/uncategorised/208/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "es2015/uncategorised/208/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "es2015/uncategorised/208/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/209/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/209/input.test.md index 3be5d0ba959..4b8516250bb 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/209/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/209/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/209/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/uncategorised/209/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "es2015/uncategorised/209/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "es2015/uncategorised/209/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "es2015/uncategorised/209/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/21/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/21/input.test.md index 67480ab29a3..e9beadd1c37 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/21/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/21/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/21/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/21/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/21/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2015/uncategorised/21/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/210/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/210/input.test.md index 67c08a9765f..549621e9e05 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/210/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/210/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/210/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/uncategorised/210/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "es2015/uncategorised/210/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "es2015/uncategorised/210/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "es2015/uncategorised/210/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/211/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/211/input.test.md index ca1dce3c7e8..fc1fd5663e1 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/211/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/211/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/211/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/211/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { filename: "es2015/uncategorised/211/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/212/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/212/input.test.md index d6845548bf5..7c3ecd74716 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/212/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/212/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/212/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/uncategorised/212/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "es2015/uncategorised/212/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "es2015/uncategorised/212/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { identifierName: "a" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/213/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/213/input.test.md index ebbcc51631f..8d4a0d4bb97 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/213/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/213/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/213/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/213/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { filename: "es2015/uncategorised/213/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "es2015/uncategorised/213/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "es2015/uncategorised/213/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/214/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/214/input.test.md index 59d6b28c1d4..063ecbda062 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/214/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/214/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/214/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/uncategorised/214/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "es2015/uncategorised/214/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "es2015/uncategorised/214/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "es2015/uncategorised/214/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/215/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/215/input.test.md index 651613fd08d..c76dd1f47ba 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/215/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/215/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/215/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/uncategorised/215/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "es2015/uncategorised/215/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "es2015/uncategorised/215/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "es2015/uncategorised/215/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/216/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/216/input.test.md index 266235f09df..3d3df5f8a89 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/216/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/216/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/216/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/216/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/217/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/217/input.test.md index e997d1ae6e8..e64a098757f 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/217/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/217/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/217/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/217/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { sourceText: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/218/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/218/input.test.md index 3456cdb2fb8..d00468c6cb9 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/218/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/218/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/218/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/218/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { sourceText: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/219/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/219/input.test.md index d5c7d918173..1e72bdd7f4f 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/219/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/219/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/219/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/219/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { sourceText: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/22/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/22/input.test.md index bc159c5ed44..f3675820fd9 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/22/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/22/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/22/input.js" end: Object { column: 5 - index: 22 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/22/input.js" end: Object { column: 5 - index: 22 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/22/input.js" end: Object { column: 5 - index: 22 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2015/uncategorised/22/input.js" end: Object { column: 4 - index: 21 line: 3 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/220/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/220/input.test.md index e1190a12cc4..d12372b8cb4 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/220/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/220/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/220/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/220/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/220/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "ary" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2015/uncategorised/220/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { identifierName: "v" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/221/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/221/input.test.md index 2e859a58679..a0cb95e1fc5 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/221/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/221/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/221/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/221/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "es2015/uncategorised/221/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { filename: "es2015/uncategorised/221/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "es2015/uncategorised/221/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "es2015/uncategorised/221/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/222/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/222/input.test.md index 02cae13a7e2..c3c3126186e 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/222/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/222/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/222/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/222/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "es2015/uncategorised/222/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { filename: "es2015/uncategorised/222/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "es2015/uncategorised/222/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -132,12 +120,10 @@ JSRoot { identifierName: "obj" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -146,12 +132,10 @@ JSRoot { filename: "es2015/uncategorised/222/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -162,12 +146,10 @@ JSRoot { filename: "es2015/uncategorised/222/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -176,12 +158,10 @@ JSRoot { filename: "es2015/uncategorised/222/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/223/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/223/input.test.md index 6961eadf721..9c6f5e240c9 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/223/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/223/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/223/input.js" end: Object { column: 0 - index: 21 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/uncategorised/223/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2015/uncategorised/223/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2015/uncategorised/223/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "es2015/uncategorised/223/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -126,12 +114,10 @@ JSRoot { filename: "es2015/uncategorised/223/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -140,12 +126,10 @@ JSRoot { filename: "es2015/uncategorised/223/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -156,12 +140,10 @@ JSRoot { filename: "es2015/uncategorised/223/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -170,12 +152,10 @@ JSRoot { filename: "es2015/uncategorised/223/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/224/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/224/input.test.md index 7adf0f0cf96..3f926410d8b 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/224/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/224/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/224/input.js" end: Object { column: 5 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 6 line: 2 } start: Object { column: 4 - index: 7 line: 2 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/uncategorised/224/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "es2015/uncategorised/224/input.js" end: Object { column: 3 - index: 6 line: 2 } start: Object { column: 1 - index: 4 line: 2 } } @@ -109,12 +99,10 @@ JSRoot { identifierName: "is" end: Object { column: 3 - index: 6 line: 2 } start: Object { column: 1 - index: 4 line: 2 } } @@ -125,12 +113,10 @@ JSRoot { filename: "es2015/uncategorised/224/input.js" end: Object { column: 5 - index: 8 line: 2 } start: Object { column: 4 - index: 7 line: 2 } } @@ -141,12 +127,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 8 line: 2 } start: Object { column: 4 - index: 7 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/225/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/225/input.test.md index 789fb6d6e02..5e1aa15ddf2 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/225/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/225/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/225/input.js" end: Object { column: 7 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 8 line: 2 } start: Object { column: 6 - index: 9 line: 2 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/uncategorised/225/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "es2015/uncategorised/225/input.js" end: Object { column: 5 - index: 8 line: 2 } start: Object { column: 1 - index: 4 line: 2 } } @@ -109,12 +99,10 @@ JSRoot { identifierName: "isnt" end: Object { column: 5 - index: 8 line: 2 } start: Object { column: 1 - index: 4 line: 2 } } @@ -125,12 +113,10 @@ JSRoot { filename: "es2015/uncategorised/225/input.js" end: Object { column: 7 - index: 10 line: 2 } start: Object { column: 6 - index: 9 line: 2 } } @@ -141,12 +127,10 @@ JSRoot { identifierName: "y" end: Object { column: 7 - index: 10 line: 2 } start: Object { column: 6 - index: 9 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/226/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/226/input.test.md index 463a261f2b6..701502c1a17 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/226/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/226/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/226/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "default" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "es2015/uncategorised/226/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { filename: "es2015/uncategorised/226/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -122,12 +112,10 @@ JSRoot { filename: "es2015/uncategorised/226/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/227/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/227/input.test.md index c6bf86b89e0..7790796c8c8 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/227/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/227/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/227/input.js" end: Object { column: 59 - index: 59 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 44 - index: 44 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "es2015/uncategorised/227/input.js" end: Object { column: 59 - index: 59 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "es2015/uncategorised/227/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "es2015/uncategorised/227/input.js" end: Object { column: 59 - index: 59 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "es2015/uncategorised/227/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "es2015/uncategorised/227/input.js" end: Object { column: 57 - index: 57 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -167,12 +151,10 @@ JSRoot { filename: "es2015/uncategorised/227/input.js" end: Object { column: 55 - index: 55 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -186,12 +168,10 @@ JSRoot { identifierName: "i" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -200,12 +180,10 @@ JSRoot { filename: "es2015/uncategorised/227/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -217,12 +195,10 @@ JSRoot { filename: "es2015/uncategorised/227/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } @@ -231,12 +207,10 @@ JSRoot { filename: "es2015/uncategorised/227/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -251,12 +225,10 @@ JSRoot { identifierName: "s" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -265,12 +237,10 @@ JSRoot { filename: "es2015/uncategorised/227/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -279,12 +249,10 @@ JSRoot { filename: "es2015/uncategorised/227/input.js" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -295,12 +263,10 @@ JSRoot { filename: "es2015/uncategorised/227/input.js" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 50 - index: 50 line: 1 } } @@ -317,12 +283,10 @@ JSRoot { filename: "es2015/uncategorised/227/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 43 - index: 43 line: 1 } } @@ -334,12 +298,10 @@ JSRoot { identifierName: "eval" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 44 - index: 44 line: 1 } } @@ -350,12 +312,10 @@ JSRoot { filename: "es2015/uncategorised/227/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 44 - index: 44 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/228/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/228/input.test.md index ad0bc652aa0..8f213ce911d 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/228/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/228/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/228/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { sourceText: undefined end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -68,12 +64,10 @@ JSRoot { identifierName: "t" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -91,12 +85,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "es2015/uncategorised/228/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -127,12 +117,10 @@ JSRoot { filename: "es2015/uncategorised/228/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -142,12 +130,10 @@ JSRoot { filename: "es2015/uncategorised/228/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -158,12 +144,10 @@ JSRoot { filename: "es2015/uncategorised/228/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -175,12 +159,10 @@ JSRoot { filename: "es2015/uncategorised/228/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -189,12 +171,10 @@ JSRoot { filename: "es2015/uncategorised/228/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -209,12 +189,10 @@ JSRoot { identifierName: "b" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -223,12 +201,10 @@ JSRoot { filename: "es2015/uncategorised/228/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -237,12 +213,10 @@ JSRoot { filename: "es2015/uncategorised/228/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -253,12 +227,10 @@ JSRoot { filename: "es2015/uncategorised/228/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -275,12 +247,10 @@ JSRoot { filename: "es2015/uncategorised/228/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -292,12 +262,10 @@ JSRoot { identifierName: "t" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -308,12 +276,10 @@ JSRoot { filename: "es2015/uncategorised/228/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -326,12 +292,10 @@ JSRoot { identifierName: "t" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -342,12 +306,10 @@ JSRoot { filename: "es2015/uncategorised/228/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/229/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/229/input.test.md index 11eab2aa0b6..f4cddc24ae9 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/229/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/229/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/229/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/229/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "es2015/uncategorised/229/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { identifierName: "super" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "es2015/uncategorised/229/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/23/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/23/input.test.md index b64981ec13f..e54bc674a62 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/23/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/23/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/23/input.js" end: Object { column: 1 - index: 4 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/23/input.js" end: Object { column: 1 - index: 4 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/23/input.js" end: Object { column: 1 - index: 4 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2015/uncategorised/23/input.js" end: Object { column: 0 - index: 3 line: 3 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/230/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/230/input.test.md index 5ef5deb3657..cf1022f2fac 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/230/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/230/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/230/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/230/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "es2015/uncategorised/230/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { identifierName: "default" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "es2015/uncategorised/230/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/231/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/231/input.test.md index a7be2eca75f..e57b571d675 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/231/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/231/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/231/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/231/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "es2015/uncategorised/231/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { identifierName: "default" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "es2015/uncategorised/231/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/232/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/232/input.test.md index 6d04873ce9a..6a518e092c9 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/232/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/232/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/232/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/232/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "es2015/uncategorised/232/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { identifierName: "default" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "es2015/uncategorised/232/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "es2015/uncategorised/232/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/233/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/233/input.test.md index af905411fa2..5077a7d3971 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/233/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/233/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/233/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/233/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/233/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "es2015/uncategorised/233/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "obj" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "es2015/uncategorised/233/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { identifierName: "v" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "es2015/uncategorised/233/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -151,12 +135,10 @@ JSRoot { identifierName: "eval" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -165,12 +147,10 @@ JSRoot { filename: "es2015/uncategorised/233/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/234/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/234/input.test.md index 7da26a99f48..87c1837e713 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/234/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/234/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/234/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/234/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/234/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "es2015/uncategorised/234/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "obj" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "es2015/uncategorised/234/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { identifierName: "v" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "es2015/uncategorised/234/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -151,12 +135,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -165,12 +147,10 @@ JSRoot { filename: "es2015/uncategorised/234/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/235/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/235/input.test.md index 88ce345ac57..65c962b21d3 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/235/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/235/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/235/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/uncategorised/235/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "list" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2015/uncategorised/235/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "es2015/uncategorised/235/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { identifierName: "process" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -140,12 +126,10 @@ JSRoot { identifierName: "x" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "es2015/uncategorised/235/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -177,12 +159,10 @@ JSRoot { identifierName: "x" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -191,12 +171,10 @@ JSRoot { filename: "es2015/uncategorised/235/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -207,12 +185,10 @@ JSRoot { filename: "es2015/uncategorised/235/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/236/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/236/input.test.md index 8200d0c476e..856aba71fdb 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/236/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/236/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/236/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { filename: "es2015/uncategorised/236/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { identifierName: "list" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "es2015/uncategorised/236/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "es2015/uncategorised/236/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { identifierName: "process" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -141,12 +127,10 @@ JSRoot { identifierName: "x" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -160,12 +144,10 @@ JSRoot { filename: "es2015/uncategorised/236/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -178,12 +160,10 @@ JSRoot { identifierName: "x" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -192,12 +172,10 @@ JSRoot { filename: "es2015/uncategorised/236/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -208,12 +186,10 @@ JSRoot { filename: "es2015/uncategorised/236/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/237/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/237/input.test.md index 214081ea023..5435f354eb7 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/237/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/237/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/237/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { filename: "es2015/uncategorised/237/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +78,10 @@ JSRoot { filename: "es2015/uncategorised/237/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { filename: "es2015/uncategorised/237/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "foo" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "es2015/uncategorised/237/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/238/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/238/input.test.md index 1eb482442ff..83bd522b1f9 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/238/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/238/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/238/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { filename: "es2015/uncategorised/238/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +78,10 @@ JSRoot { filename: "es2015/uncategorised/238/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "es2015/uncategorised/238/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "foo" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -134,12 +122,10 @@ JSRoot { identifierName: "foo" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -149,12 +135,10 @@ JSRoot { filename: "es2015/uncategorised/238/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -165,12 +149,10 @@ JSRoot { filename: "es2015/uncategorised/238/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -181,12 +163,10 @@ JSRoot { identifierName: "bar" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -199,12 +179,10 @@ JSRoot { identifierName: "bar" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -214,12 +192,10 @@ JSRoot { filename: "es2015/uncategorised/238/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/239/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/239/input.test.md index ae243707306..2974372e44c 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/239/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/239/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/239/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { filename: "es2015/uncategorised/239/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -79,12 +73,10 @@ JSRoot { filename: "es2015/uncategorised/239/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "es2015/uncategorised/239/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { identifierName: "foo" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -126,12 +114,10 @@ JSRoot { filename: "es2015/uncategorised/239/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { filename: "es2015/uncategorised/239/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { identifierName: "bar" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/24/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/24/input.test.md index a936da754fe..1ba51ae4a29 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/24/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/24/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/24/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/24/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/24/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2015/uncategorised/24/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/240/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/240/input.test.md index a2f177472ac..f235f296c13 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/240/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/240/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/240/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/uncategorised/240/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "es2015/uncategorised/240/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "es2015/uncategorised/240/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { filename: "es2015/uncategorised/240/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/241/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/241/input.test.md index 9d978987f89..3dbe4ffe5e7 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/241/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/241/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/241/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/uncategorised/241/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "es2015/uncategorised/241/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "es2015/uncategorised/241/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { filename: "es2015/uncategorised/241/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { identifierName: "a" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -145,12 +131,10 @@ JSRoot { identifierName: "b" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/242/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/242/input.test.md index 4de638268fd..f30facabc38 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/242/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/242/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "es2015/uncategorised/242/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "es2015/uncategorised/242/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { sourceText: undefined end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "es2015/uncategorised/242/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { filename: "es2015/uncategorised/242/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "es2015/uncategorised/242/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -133,12 +121,10 @@ JSRoot { filename: "es2015/uncategorised/242/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -149,12 +135,10 @@ JSRoot { filename: "es2015/uncategorised/242/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -165,12 +149,10 @@ JSRoot { identifierName: "eval" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -182,12 +164,10 @@ JSRoot { filename: "es2015/uncategorised/242/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/243/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/243/input.test.md index 27ad664b495..e1007a0b502 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/243/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/243/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "es2015/uncategorised/243/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "es2015/uncategorised/243/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { sourceText: undefined end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "es2015/uncategorised/243/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { filename: "es2015/uncategorised/243/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "es2015/uncategorised/243/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -132,12 +120,10 @@ JSRoot { filename: "es2015/uncategorised/243/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -149,12 +135,10 @@ JSRoot { identifierName: "eval" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/244/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/244/input.test.md index edd51db926c..7d385547328 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/244/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/244/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "es2015/uncategorised/244/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "es2015/uncategorised/244/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { sourceText: undefined end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "es2015/uncategorised/244/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { filename: "es2015/uncategorised/244/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "es2015/uncategorised/244/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -132,12 +120,10 @@ JSRoot { filename: "es2015/uncategorised/244/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -149,12 +135,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/245/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/245/input.test.md index 04c73886675..68dfc97c2ef 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/245/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/245/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "es2015/uncategorised/245/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "es2015/uncategorised/245/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { sourceText: undefined end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "es2015/uncategorised/245/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { filename: "es2015/uncategorised/245/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "es2015/uncategorised/245/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -133,12 +121,10 @@ JSRoot { filename: "es2015/uncategorised/245/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -150,12 +136,10 @@ JSRoot { identifierName: "eval" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -167,12 +151,10 @@ JSRoot { identifierName: "a" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/246/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/246/input.test.md index 03a8e9ef1a9..2cdc4a60c86 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/246/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/246/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "es2015/uncategorised/246/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "es2015/uncategorised/246/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { sourceText: undefined end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "es2015/uncategorised/246/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { filename: "es2015/uncategorised/246/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "es2015/uncategorised/246/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -133,12 +121,10 @@ JSRoot { filename: "es2015/uncategorised/246/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -150,12 +136,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -167,12 +151,10 @@ JSRoot { identifierName: "a" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/247/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/247/input.test.md index 5e920213eac..7889d3b4476 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/247/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/247/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "es2015/uncategorised/247/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "es2015/uncategorised/247/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { sourceText: undefined end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "es2015/uncategorised/247/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { filename: "es2015/uncategorised/247/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "es2015/uncategorised/247/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -133,12 +121,10 @@ JSRoot { filename: "es2015/uncategorised/247/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -150,12 +136,10 @@ JSRoot { identifierName: "eval" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -166,12 +150,10 @@ JSRoot { filename: "es2015/uncategorised/247/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -182,12 +164,10 @@ JSRoot { identifierName: "a" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -199,12 +179,10 @@ JSRoot { filename: "es2015/uncategorised/247/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/248/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/248/input.test.md index 09f15dd29e8..ec4fb59ec3b 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/248/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/248/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "es2015/uncategorised/248/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "es2015/uncategorised/248/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { sourceText: undefined end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -85,12 +79,10 @@ JSRoot { identifierName: "a" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "es2015/uncategorised/248/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -119,12 +109,10 @@ JSRoot { filename: "es2015/uncategorised/248/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -135,12 +123,10 @@ JSRoot { filename: "es2015/uncategorised/248/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -155,12 +141,10 @@ JSRoot { filename: "es2015/uncategorised/248/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -172,12 +156,10 @@ JSRoot { identifierName: "a" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -189,12 +171,10 @@ JSRoot { identifierName: "a" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/249/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/249/input.test.md index d7c0ff69e8e..c27bd553688 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/249/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/249/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "es2015/uncategorised/249/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "es2015/uncategorised/249/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { sourceText: undefined end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2015/uncategorised/249/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2015/uncategorised/249/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "es2015/uncategorised/249/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { filename: "es2015/uncategorised/249/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -145,12 +131,10 @@ JSRoot { identifierName: "a" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/25/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/25/input.test.md index 17c2e4252b9..d55122d1072 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/25/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/25/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/25/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/25/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/25/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "es2015/uncategorised/25/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "raw" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "es2015/uncategorised/25/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "es2015/uncategorised/25/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/250/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/250/input.test.md index 2d1a6ebf44c..8c547b90412 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/250/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/250/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/250/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/uncategorised/250/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2015/uncategorised/250/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "es2015/uncategorised/250/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "es2015/uncategorised/250/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/251/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/251/input.test.md index 9c0fd26e8d4..7f0d40459ba 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/251/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/251/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/251/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/251/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "es2015/uncategorised/251/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "es2015/uncategorised/251/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "es2015/uncategorised/251/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -132,12 +120,10 @@ JSRoot { filename: "es2015/uncategorised/251/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/252/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/252/input.test.md index ce00cf6a5eb..05db1c5aa7b 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/252/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/252/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/252/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/252/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "es2015/uncategorised/252/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "es2015/uncategorised/252/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "es2015/uncategorised/252/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -132,12 +120,10 @@ JSRoot { filename: "es2015/uncategorised/252/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -148,12 +134,10 @@ JSRoot { filename: "es2015/uncategorised/252/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/255/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/255/input.test.md index 1fdcba139cd..0fb1b76ddc1 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/255/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/255/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/255/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { sourceText: undefined end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -72,12 +68,10 @@ JSRoot { filename: "es2015/uncategorised/255/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -92,12 +86,10 @@ JSRoot { filename: "es2015/uncategorised/255/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -108,12 +100,10 @@ JSRoot { filename: "es2015/uncategorised/255/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -123,12 +113,10 @@ JSRoot { filename: "es2015/uncategorised/255/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -140,12 +128,10 @@ JSRoot { filename: "es2015/uncategorised/255/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -155,12 +141,10 @@ JSRoot { filename: "es2015/uncategorised/255/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -171,12 +155,10 @@ JSRoot { filename: "es2015/uncategorised/255/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -186,12 +168,10 @@ JSRoot { filename: "es2015/uncategorised/255/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -202,12 +182,10 @@ JSRoot { filename: "es2015/uncategorised/255/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -218,12 +196,10 @@ JSRoot { filename: "es2015/uncategorised/255/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -234,12 +210,10 @@ JSRoot { filename: "es2015/uncategorised/255/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -249,12 +223,10 @@ JSRoot { filename: "es2015/uncategorised/255/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/26/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/26/input.test.md index c216f8ddabb..300856831c4 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/26/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/26/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/26/input.js" end: Object { column: 70 - index: 70 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/26/input.js" end: Object { column: 70 - index: 70 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/uncategorised/26/input.js" end: Object { column: 70 - index: 70 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "es2015/uncategorised/26/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "es2015/uncategorised/26/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { filename: "es2015/uncategorised/26/input.js" end: Object { column: 69 - index: 69 line: 1 } start: Object { column: 66 - index: 66 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "es2015/uncategorised/26/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -141,12 +127,10 @@ JSRoot { identifierName: "x" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -155,12 +139,10 @@ JSRoot { filename: "es2015/uncategorised/26/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -170,12 +152,10 @@ JSRoot { filename: "es2015/uncategorised/26/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -189,12 +169,10 @@ JSRoot { identifierName: "y" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -203,12 +181,10 @@ JSRoot { filename: "es2015/uncategorised/26/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -220,12 +196,10 @@ JSRoot { filename: "es2015/uncategorised/26/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -234,12 +208,10 @@ JSRoot { filename: "es2015/uncategorised/26/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -250,12 +222,10 @@ JSRoot { filename: "es2015/uncategorised/26/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -267,12 +237,10 @@ JSRoot { filename: "es2015/uncategorised/26/input.js" end: Object { column: 65 - index: 65 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -285,12 +253,10 @@ JSRoot { filename: "es2015/uncategorised/26/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -303,12 +269,10 @@ JSRoot { filename: "es2015/uncategorised/26/input.js" end: Object { column: 64 - index: 64 line: 1 } start: Object { column: 57 - index: 57 line: 1 } } @@ -321,12 +285,10 @@ JSRoot { filename: "es2015/uncategorised/26/input.js" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -343,12 +305,10 @@ JSRoot { filename: "es2015/uncategorised/26/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 43 - index: 43 line: 1 } } @@ -359,12 +319,10 @@ JSRoot { filename: "es2015/uncategorised/26/input.js" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 45 - index: 45 line: 1 } } @@ -374,12 +332,10 @@ JSRoot { filename: "es2015/uncategorised/26/input.js" end: Object { column: 55 - index: 55 line: 1 } start: Object { column: 46 - index: 46 line: 1 } } @@ -390,12 +346,10 @@ JSRoot { filename: "es2015/uncategorised/26/input.js" end: Object { column: 54 - index: 54 line: 1 } start: Object { column: 53 - index: 53 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/261/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/261/input.test.md index adff01b8d21..8e9e0ec3620 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/261/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/261/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/261/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/261/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "es2015/uncategorised/261/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { identifierName: "obj" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "es2015/uncategorised/261/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "es2015/uncategorised/261/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -147,12 +133,10 @@ JSRoot { identifierName: "test" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -161,12 +145,10 @@ JSRoot { filename: "es2015/uncategorised/261/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -175,12 +157,10 @@ JSRoot { filename: "es2015/uncategorised/261/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -191,12 +171,10 @@ JSRoot { filename: "es2015/uncategorised/261/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -213,12 +191,10 @@ JSRoot { filename: "es2015/uncategorised/261/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -230,12 +206,10 @@ JSRoot { identifierName: "" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -246,12 +220,10 @@ JSRoot { filename: "es2015/uncategorised/261/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/263/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/263/input.test.md index 6f55a211ba0..a78f7c00d1e 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/263/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/263/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/263/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -63,12 +59,10 @@ JSRoot { filename: "es2015/uncategorised/263/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "es2015/uncategorised/263/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -95,12 +87,10 @@ JSRoot { filename: "es2015/uncategorised/263/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { identifierName: "default" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { filename: "es2015/uncategorised/263/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -145,12 +131,10 @@ JSRoot { filename: "es2015/uncategorised/263/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -163,19 +147,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 6 - index: 6 line: 1 } loc: Object { filename: "es2015/uncategorised/263/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/264/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/264/input.test.md index 44496c32292..6678181a9a4 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/264/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/264/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/264/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/uncategorised/264/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2015/uncategorised/264/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "es2015/uncategorised/264/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/265/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/265/input.test.md index 7a02f91de40..4c684cd6b8d 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/265/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/265/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/265/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -67,12 +63,10 @@ JSRoot { filename: "es2015/uncategorised/265/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { filename: "es2015/uncategorised/265/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "es2015/uncategorised/265/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/266/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/266/input.test.md index 40f6ba4381b..b609047abcb 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/266/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/266/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/266/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { sourceText: undefined end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -72,12 +68,10 @@ JSRoot { filename: "es2015/uncategorised/266/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -92,12 +86,10 @@ JSRoot { filename: "es2015/uncategorised/266/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -106,12 +98,10 @@ JSRoot { filename: "es2015/uncategorised/266/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -124,12 +114,10 @@ JSRoot { filename: "es2015/uncategorised/266/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -142,12 +130,10 @@ JSRoot { filename: "es2015/uncategorised/266/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -160,12 +146,10 @@ JSRoot { filename: "es2015/uncategorised/266/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -176,12 +160,10 @@ JSRoot { filename: "es2015/uncategorised/266/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -192,12 +174,10 @@ JSRoot { filename: "es2015/uncategorised/266/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -210,12 +190,10 @@ JSRoot { filename: "es2015/uncategorised/266/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/267/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/267/input.test.md index 107b827dc02..6a67c88a27e 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/267/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/267/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/267/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { sourceText: undefined end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -72,12 +68,10 @@ JSRoot { filename: "es2015/uncategorised/267/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -92,12 +86,10 @@ JSRoot { filename: "es2015/uncategorised/267/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -106,12 +98,10 @@ JSRoot { filename: "es2015/uncategorised/267/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -124,12 +114,10 @@ JSRoot { filename: "es2015/uncategorised/267/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -142,12 +130,10 @@ JSRoot { filename: "es2015/uncategorised/267/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -160,12 +146,10 @@ JSRoot { filename: "es2015/uncategorised/267/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -179,12 +163,10 @@ JSRoot { filename: "es2015/uncategorised/267/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -195,12 +177,10 @@ JSRoot { filename: "es2015/uncategorised/267/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -211,12 +191,10 @@ JSRoot { identifierName: "test" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -227,12 +205,10 @@ JSRoot { filename: "es2015/uncategorised/267/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -245,12 +221,10 @@ JSRoot { filename: "es2015/uncategorised/267/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/268/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/268/input.test.md index fa31c494671..1f6efd62d66 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/268/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/268/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "es2015/uncategorised/268/input.js" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/268/input.js" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -67,12 +63,10 @@ JSRoot { sourceText: undefined end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -87,12 +81,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -102,12 +94,10 @@ JSRoot { filename: "es2015/uncategorised/268/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -124,12 +114,10 @@ JSRoot { filename: "es2015/uncategorised/268/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -141,12 +129,10 @@ JSRoot { filename: "es2015/uncategorised/268/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -157,12 +143,10 @@ JSRoot { filename: "es2015/uncategorised/268/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -174,12 +158,10 @@ JSRoot { filename: "es2015/uncategorised/268/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/27/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/27/input.test.md index 8b7c040ce58..083a40b65b8 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/27/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/27/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/27/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/27/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "answer" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "es2015/uncategorised/27/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "es2015/uncategorised/27/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "es2015/uncategorised/27/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "es2015/uncategorised/27/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { identifierName: "t" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -148,12 +132,10 @@ JSRoot { filename: "es2015/uncategorised/27/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -164,12 +146,10 @@ JSRoot { filename: "es2015/uncategorised/27/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -184,12 +164,10 @@ JSRoot { filename: "es2015/uncategorised/27/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 39 - index: 39 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/273/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/273/input.test.md index 96fe8dcf821..771b28a660e 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/273/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/273/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/273/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/273/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "es2015/uncategorised/273/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { identifierName: "a" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "es2015/uncategorised/273/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "es2015/uncategorised/273/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { filename: "es2015/uncategorised/273/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { filename: "es2015/uncategorised/273/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -175,12 +157,10 @@ JSRoot { identifierName: "x" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -194,12 +174,10 @@ JSRoot { identifierName: "x" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/275/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/275/input.test.md index cfdd2deaa57..dc639ee5792 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/275/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/275/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/275/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/uncategorised/275/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2015/uncategorised/275/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2015/uncategorised/275/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { identifierName: "obj" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/276/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/276/input.test.md index 0e315bc9f73..32f339294e9 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/276/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/276/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/276/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/uncategorised/276/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2015/uncategorised/276/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2015/uncategorised/276/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { identifierName: "obj" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/277/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/277/input.test.md index 5e3815d7032..ea7d70183fc 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/277/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/277/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/277/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "f" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2015/uncategorised/277/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "es2015/uncategorised/277/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { identifierName: "b" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "es2015/uncategorised/277/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -149,12 +135,10 @@ JSRoot { identifierName: "a" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -165,12 +149,10 @@ JSRoot { filename: "es2015/uncategorised/277/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -183,12 +165,10 @@ JSRoot { identifierName: "c" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -199,12 +179,10 @@ JSRoot { filename: "es2015/uncategorised/277/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/278/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/278/input.test.md index e35630a32e5..3228e996323 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/278/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/278/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/278/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -72,12 +68,10 @@ JSRoot { filename: "es2015/uncategorised/278/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -95,12 +89,10 @@ JSRoot { identifierName: "f" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -109,12 +101,10 @@ JSRoot { filename: "es2015/uncategorised/278/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -129,12 +119,10 @@ JSRoot { filename: "es2015/uncategorised/278/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -145,12 +133,10 @@ JSRoot { identifierName: "b" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -161,12 +147,10 @@ JSRoot { filename: "es2015/uncategorised/278/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -180,12 +164,10 @@ JSRoot { identifierName: "a" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -196,12 +178,10 @@ JSRoot { filename: "es2015/uncategorised/278/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -215,12 +195,10 @@ JSRoot { filename: "es2015/uncategorised/278/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -230,12 +208,10 @@ JSRoot { filename: "es2015/uncategorised/278/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -245,12 +221,10 @@ JSRoot { filename: "es2015/uncategorised/278/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -261,12 +235,10 @@ JSRoot { filename: "es2015/uncategorised/278/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -277,12 +249,10 @@ JSRoot { filename: "es2015/uncategorised/278/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -293,12 +263,10 @@ JSRoot { filename: "es2015/uncategorised/278/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -308,12 +276,10 @@ JSRoot { filename: "es2015/uncategorised/278/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/279/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/279/input.test.md index 1c8e340236b..6c57a91acf0 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/279/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/279/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/279/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "x" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/279/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2015/uncategorised/279/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2015/uncategorised/279/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "es2015/uncategorised/279/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "es2015/uncategorised/279/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { identifierName: "a" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { filename: "es2015/uncategorised/279/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -174,12 +156,10 @@ JSRoot { identifierName: "a" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -188,12 +168,10 @@ JSRoot { filename: "es2015/uncategorised/279/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/28/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/28/input.test.md index 3420f4c933f..67c2884273d 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/28/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/28/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/28/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/28/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/uncategorised/28/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +60,10 @@ JSRoot { filename: "es2015/uncategorised/28/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "es2015/uncategorised/28/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/280/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/280/input.test.md index 940c6cc2c8b..11ea0031133 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/280/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/280/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "es2015/uncategorised/280/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "es2015/uncategorised/280/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { sourceText: undefined end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -85,12 +79,10 @@ JSRoot { identifierName: "a" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -108,12 +100,10 @@ JSRoot { identifierName: "x" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -122,12 +112,10 @@ JSRoot { filename: "es2015/uncategorised/280/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -138,12 +126,10 @@ JSRoot { filename: "es2015/uncategorised/280/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -160,12 +146,10 @@ JSRoot { filename: "es2015/uncategorised/280/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -177,12 +161,10 @@ JSRoot { identifierName: "a" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -193,12 +175,10 @@ JSRoot { filename: "es2015/uncategorised/280/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -210,12 +190,10 @@ JSRoot { filename: "es2015/uncategorised/280/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -226,12 +204,10 @@ JSRoot { filename: "es2015/uncategorised/280/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -246,12 +222,10 @@ JSRoot { identifierName: "a" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -260,12 +234,10 @@ JSRoot { filename: "es2015/uncategorised/280/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -277,12 +249,10 @@ JSRoot { identifierName: "a" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -291,12 +261,10 @@ JSRoot { filename: "es2015/uncategorised/280/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/281/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/281/input.test.md index afb5c07a274..0ea183881b9 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/281/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/281/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "es2015/uncategorised/281/input.js" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "es2015/uncategorised/281/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { sourceText: undefined end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -85,12 +79,10 @@ JSRoot { identifierName: "a" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -108,12 +100,10 @@ JSRoot { identifierName: "x" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -122,12 +112,10 @@ JSRoot { filename: "es2015/uncategorised/281/input.js" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -138,12 +126,10 @@ JSRoot { filename: "es2015/uncategorised/281/input.js" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 54 - index: 54 line: 1 } } @@ -160,12 +146,10 @@ JSRoot { filename: "es2015/uncategorised/281/input.js" end: Object { column: 54 - index: 54 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -176,12 +160,10 @@ JSRoot { filename: "es2015/uncategorised/281/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -192,12 +174,10 @@ JSRoot { filename: "es2015/uncategorised/281/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -212,12 +192,10 @@ JSRoot { identifierName: "b" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -226,12 +204,10 @@ JSRoot { filename: "es2015/uncategorised/281/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -242,12 +218,10 @@ JSRoot { filename: "es2015/uncategorised/281/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -261,12 +235,10 @@ JSRoot { identifierName: "a" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -275,12 +247,10 @@ JSRoot { filename: "es2015/uncategorised/281/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -292,12 +262,10 @@ JSRoot { identifierName: "a" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -306,12 +274,10 @@ JSRoot { filename: "es2015/uncategorised/281/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -322,12 +288,10 @@ JSRoot { filename: "es2015/uncategorised/281/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -340,12 +304,10 @@ JSRoot { filename: "es2015/uncategorised/281/input.js" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 39 - index: 39 line: 1 } } @@ -356,12 +318,10 @@ JSRoot { filename: "es2015/uncategorised/281/input.js" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 39 - index: 39 line: 1 } } @@ -373,12 +333,10 @@ JSRoot { filename: "es2015/uncategorised/281/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -389,12 +347,10 @@ JSRoot { filename: "es2015/uncategorised/281/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -409,12 +365,10 @@ JSRoot { identifierName: "b" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -423,12 +377,10 @@ JSRoot { filename: "es2015/uncategorised/281/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -439,12 +391,10 @@ JSRoot { filename: "es2015/uncategorised/281/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 45 - index: 45 line: 1 } } @@ -458,12 +408,10 @@ JSRoot { identifierName: "a" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -472,12 +420,10 @@ JSRoot { filename: "es2015/uncategorised/281/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -489,12 +435,10 @@ JSRoot { identifierName: "a" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -503,12 +447,10 @@ JSRoot { filename: "es2015/uncategorised/281/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -519,12 +461,10 @@ JSRoot { filename: "es2015/uncategorised/281/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/283/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/283/input.test.md index 1f05817993c..2700b683d07 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/283/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/283/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/283/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/uncategorised/283/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "es2015/uncategorised/283/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "es2015/uncategorised/283/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { filename: "es2015/uncategorised/283/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "es2015/uncategorised/283/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { identifierName: "b" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/284/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/284/input.test.md index 952b902a74b..6a98cf614a3 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/284/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/284/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/284/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/284/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "es2015/uncategorised/284/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "es2015/uncategorised/284/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "es2015/uncategorised/284/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -132,12 +120,10 @@ JSRoot { filename: "es2015/uncategorised/284/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -148,12 +134,10 @@ JSRoot { filename: "es2015/uncategorised/284/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/285/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/285/input.test.md index a0a176e9c05..e6858454281 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/285/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/285/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/285/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/uncategorised/285/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "es2015/uncategorised/285/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "es2015/uncategorised/285/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { filename: "es2015/uncategorised/285/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { filename: "es2015/uncategorised/285/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/286/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/286/input.test.md index f0ac26d9b19..ac7c0589589 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/286/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/286/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/286/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/286/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "es2015/uncategorised/286/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "es2015/uncategorised/286/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "es2015/uncategorised/286/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "es2015/uncategorised/286/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -147,12 +133,10 @@ JSRoot { filename: "es2015/uncategorised/286/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/287/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/287/input.test.md index 639c453a0e8..424774f1891 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/287/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/287/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/287/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/287/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/287/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "b" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2015/uncategorised/287/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "es2015/uncategorised/287/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { identifierName: "a" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { filename: "es2015/uncategorised/287/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { identifierName: "a" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -163,12 +145,10 @@ JSRoot { filename: "es2015/uncategorised/287/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/289/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/289/input.test.md index f5ac5933ce4..565ceb49fb5 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/289/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/289/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/289/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/289/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "es2015/uncategorised/289/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { identifierName: "t" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "es2015/uncategorised/289/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { filename: "es2015/uncategorised/289/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { filename: "es2015/uncategorised/289/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "es2015/uncategorised/289/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -183,12 +165,10 @@ JSRoot { filename: "es2015/uncategorised/289/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -200,12 +180,10 @@ JSRoot { identifierName: "eval" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -216,12 +194,10 @@ JSRoot { filename: "es2015/uncategorised/289/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/29/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/29/input.test.md index 285b654cff6..672a50635b9 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/29/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/29/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/29/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/29/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/uncategorised/29/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +60,10 @@ JSRoot { filename: "es2015/uncategorised/29/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "es2015/uncategorised/29/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "e" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/290/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/290/input.test.md index 3825c89c47d..379dc5defd0 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/290/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/290/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "es2015/uncategorised/290/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "es2015/uncategorised/290/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { sourceText: undefined end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2015/uncategorised/290/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2015/uncategorised/290/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { identifierName: "test" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "es2015/uncategorised/290/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -147,12 +133,10 @@ JSRoot { filename: "es2015/uncategorised/290/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/291/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/291/input.test.md index edd0064967a..9a2219d205d 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/291/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/291/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/291/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { filename: "es2015/uncategorised/291/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2015/uncategorised/291/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { filename: "es2015/uncategorised/291/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "es2015/uncategorised/291/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/293/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/293/input.test.md index 91d9590a124..85a74b20f38 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/293/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/293/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/293/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -67,12 +63,10 @@ JSRoot { filename: "es2015/uncategorised/293/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "es2015/uncategorised/293/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { identifierName: "b" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "es2015/uncategorised/293/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "es2015/uncategorised/293/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -145,12 +131,10 @@ JSRoot { filename: "es2015/uncategorised/293/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -162,12 +146,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -178,12 +160,10 @@ JSRoot { filename: "es2015/uncategorised/293/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/294/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/294/input.test.md index d24b24327e4..73646f7c698 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/294/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/294/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/294/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/uncategorised/294/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "es2015/uncategorised/294/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "b" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "es2015/uncategorised/294/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/295/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/295/input.test.md index 1617f84ff6a..cc35b8fc709 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/295/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/295/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/295/input.js" end: Object { column: 0 - index: 37 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { sourceText: undefined end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -72,12 +68,10 @@ JSRoot { filename: "es2015/uncategorised/295/input.js" end: Object { column: 0 - index: 37 line: 2 } start: Object { column: 0 - index: 37 line: 2 } } @@ -92,12 +86,10 @@ JSRoot { filename: "es2015/uncategorised/295/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -108,12 +100,10 @@ JSRoot { identifierName: "cond" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -124,12 +114,10 @@ JSRoot { filename: "es2015/uncategorised/295/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -140,12 +128,10 @@ JSRoot { filename: "es2015/uncategorised/295/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -156,12 +142,10 @@ JSRoot { filename: "es2015/uncategorised/295/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -171,12 +155,10 @@ JSRoot { filename: "es2015/uncategorised/295/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -189,12 +171,10 @@ JSRoot { identifierName: "a" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -203,12 +183,10 @@ JSRoot { filename: "es2015/uncategorised/295/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -219,12 +197,10 @@ JSRoot { filename: "es2015/uncategorised/295/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/296/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/296/input.test.md index 605974411a0..8b46f8d4570 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/296/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/296/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "es2015/uncategorised/296/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "es2015/uncategorised/296/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { sourceText: undefined end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "es2015/uncategorised/296/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { filename: "es2015/uncategorised/296/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "es2015/uncategorised/296/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -133,12 +121,10 @@ JSRoot { filename: "es2015/uncategorised/296/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -150,12 +136,10 @@ JSRoot { identifierName: "eval" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/297/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/297/input.test.md index 1ddcf32e25a..ad8d48c9cdc 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/297/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/297/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/297/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/297/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "es2015/uncategorised/297/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { filename: "es2015/uncategorised/297/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "eval" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -133,12 +121,10 @@ JSRoot { filename: "es2015/uncategorised/297/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -149,12 +135,10 @@ JSRoot { filename: "es2015/uncategorised/297/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -166,12 +150,10 @@ JSRoot { filename: "es2015/uncategorised/297/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -182,12 +164,10 @@ JSRoot { filename: "es2015/uncategorised/297/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/298/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/298/input.test.md index 4ead3def322..7292dfb0b97 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/298/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/298/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/298/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/uncategorised/298/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "es2015/uncategorised/298/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "es2015/uncategorised/298/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { filename: "es2015/uncategorised/298/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "es2015/uncategorised/298/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -145,12 +131,10 @@ JSRoot { filename: "es2015/uncategorised/298/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "es2015/uncategorised/298/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -175,12 +157,10 @@ JSRoot { filename: "es2015/uncategorised/298/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -189,12 +169,10 @@ JSRoot { filename: "es2015/uncategorised/298/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/299/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/299/input.test.md index ff1f1af63bf..89f183af44c 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/299/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/299/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/299/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/299/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/uncategorised/299/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "doSmth" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "es2015/uncategorised/299/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "es2015/uncategorised/299/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "es2015/uncategorised/299/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "es2015/uncategorised/299/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -155,12 +139,10 @@ JSRoot { filename: "es2015/uncategorised/299/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -174,12 +156,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -191,12 +171,10 @@ JSRoot { identifierName: "y" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -207,12 +185,10 @@ JSRoot { filename: "es2015/uncategorised/299/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -223,12 +199,10 @@ JSRoot { identifierName: "x" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -240,12 +214,10 @@ JSRoot { identifierName: "y" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/3/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/3/input.test.md index 0685f7dfd1a..33903d0fda8 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/3/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/3/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/3/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/3/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "es2015/uncategorised/3/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/30/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/30/input.test.md index 4f648ca8ee0..8d8db9e3242 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/30/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/30/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/30/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/30/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/uncategorised/30/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +60,10 @@ JSRoot { filename: "es2015/uncategorised/30/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "es2015/uncategorised/30/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "e" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/300/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/300/input.test.md index f65e16c5856..6d1b5563cbf 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/300/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/300/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/300/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "normal" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/300/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2015/uncategorised/300/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2015/uncategorised/300/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { identifierName: "x" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { filename: "es2015/uncategorised/300/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -141,12 +127,10 @@ JSRoot { filename: "es2015/uncategorised/300/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { filename: "es2015/uncategorised/300/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -174,12 +156,10 @@ JSRoot { identifierName: "y" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -190,12 +170,10 @@ JSRoot { filename: "es2015/uncategorised/300/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/301/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/301/input.test.md index 77c7f073ac7..ba4f53e823f 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/301/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/301/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/301/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "es2015/uncategorised/301/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/301/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "es2015/uncategorised/301/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "foo" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "es2015/uncategorised/301/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "es2015/uncategorised/301/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { identifierName: "bar" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "es2015/uncategorised/301/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/302/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/302/input.test.md index 868d8b32f8d..c2578b9b09e 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/302/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/302/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/302/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/302/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/uncategorised/302/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +60,10 @@ JSRoot { filename: "es2015/uncategorised/302/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "es2015/uncategorised/302/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { filename: "es2015/uncategorised/302/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -139,12 +125,10 @@ JSRoot { filename: "es2015/uncategorised/302/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { filename: "es2015/uncategorised/302/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/303/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/303/input.test.md index 32df62388a2..f3e67e7cf60 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/303/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/303/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/303/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/303/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/303/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "es2015/uncategorised/303/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -88,12 +80,10 @@ JSRoot { identifierName: "get" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "es2015/uncategorised/303/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { identifierName: "get" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "es2015/uncategorised/303/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "es2015/uncategorised/303/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -165,12 +147,10 @@ JSRoot { identifierName: "obj" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/304/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/304/input.test.md index 23680c332a1..4ab9d47d380 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/304/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/304/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/304/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/304/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/304/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "es2015/uncategorised/304/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -88,12 +80,10 @@ JSRoot { identifierName: "propName" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "es2015/uncategorised/304/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "es2015/uncategorised/304/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { identifierName: "localVar" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -150,12 +134,10 @@ JSRoot { identifierName: "defaultValue" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -165,12 +147,10 @@ JSRoot { filename: "es2015/uncategorised/304/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -181,12 +161,10 @@ JSRoot { filename: "es2015/uncategorised/304/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -197,12 +175,10 @@ JSRoot { identifierName: "obj" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/305/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/305/input.test.md index 3d104986589..7618d23f52a 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/305/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/305/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/305/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/305/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/305/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "es2015/uncategorised/305/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -88,12 +80,10 @@ JSRoot { identifierName: "propName" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "es2015/uncategorised/305/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "es2015/uncategorised/305/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { identifierName: "propName" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -150,12 +134,10 @@ JSRoot { identifierName: "defaultValue" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -165,12 +147,10 @@ JSRoot { filename: "es2015/uncategorised/305/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -181,12 +161,10 @@ JSRoot { filename: "es2015/uncategorised/305/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -197,12 +175,10 @@ JSRoot { identifierName: "obj" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/306/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/306/input.test.md index ca81b8879e9..27b0a90f85f 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/306/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/306/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/306/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/306/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/306/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "es2015/uncategorised/306/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2015/uncategorised/306/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "defaultValue" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "localVar" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "es2015/uncategorised/306/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -151,12 +135,10 @@ JSRoot { filename: "es2015/uncategorised/306/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -167,12 +149,10 @@ JSRoot { identifierName: "obj" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/307/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/307/input.test.md index 4d132c36051..8bf53592268 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/307/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/307/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/307/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/307/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "es2015/uncategorised/307/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { filename: "es2015/uncategorised/307/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "es2015/uncategorised/307/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -132,12 +120,10 @@ JSRoot { identifierName: "x" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -146,12 +132,10 @@ JSRoot { filename: "es2015/uncategorised/307/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -163,12 +147,10 @@ JSRoot { identifierName: "x" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -177,12 +159,10 @@ JSRoot { filename: "es2015/uncategorised/307/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -196,12 +176,10 @@ JSRoot { filename: "es2015/uncategorised/307/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -211,12 +189,10 @@ JSRoot { filename: "es2015/uncategorised/307/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -226,12 +202,10 @@ JSRoot { filename: "es2015/uncategorised/307/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -243,12 +217,10 @@ JSRoot { identifierName: "obj" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -260,12 +232,10 @@ JSRoot { filename: "es2015/uncategorised/307/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -275,12 +245,10 @@ JSRoot { filename: "es2015/uncategorised/307/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/308/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/308/input.test.md index 9ec0fcb256d..9fc2d165145 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/308/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/308/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/308/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/308/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "es2015/uncategorised/308/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { filename: "es2015/uncategorised/308/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "es2015/uncategorised/308/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -132,12 +120,10 @@ JSRoot { identifierName: "x" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -146,12 +132,10 @@ JSRoot { filename: "es2015/uncategorised/308/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -163,12 +147,10 @@ JSRoot { identifierName: "x" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -177,12 +159,10 @@ JSRoot { filename: "es2015/uncategorised/308/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -196,12 +176,10 @@ JSRoot { filename: "es2015/uncategorised/308/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -211,12 +189,10 @@ JSRoot { filename: "es2015/uncategorised/308/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -227,12 +203,10 @@ JSRoot { filename: "es2015/uncategorised/308/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -242,12 +216,10 @@ JSRoot { filename: "es2015/uncategorised/308/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -258,12 +230,10 @@ JSRoot { filename: "es2015/uncategorised/308/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -273,12 +243,10 @@ JSRoot { filename: "es2015/uncategorised/308/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -289,12 +257,10 @@ JSRoot { filename: "es2015/uncategorised/308/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -305,12 +271,10 @@ JSRoot { identifierName: "x" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/309/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/309/input.test.md index 53ee11c14f4..d7c1791716b 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/309/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/309/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/309/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/309/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "es2015/uncategorised/309/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { identifierName: "arr" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "es2015/uncategorised/309/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { identifierName: "a" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -146,12 +132,10 @@ JSRoot { filename: "es2015/uncategorised/309/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -165,12 +149,10 @@ JSRoot { identifierName: "b" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -179,12 +161,10 @@ JSRoot { filename: "es2015/uncategorised/309/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -195,12 +175,10 @@ JSRoot { filename: "es2015/uncategorised/309/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -211,12 +189,10 @@ JSRoot { filename: "es2015/uncategorised/309/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -227,12 +203,10 @@ JSRoot { filename: "es2015/uncategorised/309/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -246,12 +220,10 @@ JSRoot { identifierName: "c" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -260,12 +232,10 @@ JSRoot { filename: "es2015/uncategorised/309/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -277,12 +247,10 @@ JSRoot { identifierName: "c" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -291,12 +259,10 @@ JSRoot { filename: "es2015/uncategorised/309/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -308,12 +274,10 @@ JSRoot { filename: "es2015/uncategorised/309/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -326,12 +290,10 @@ JSRoot { filename: "es2015/uncategorised/309/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/31/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/31/input.test.md index b3045970b65..7d551feedcb 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/31/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/31/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/31/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/31/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/uncategorised/31/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +60,10 @@ JSRoot { filename: "es2015/uncategorised/31/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "es2015/uncategorised/31/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "a" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { identifierName: "b" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/310/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/310/input.test.md index 8d230c719a8..927c1be971d 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/310/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/310/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/310/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -67,12 +63,10 @@ JSRoot { filename: "es2015/uncategorised/310/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "es2015/uncategorised/310/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { filename: "es2015/uncategorised/310/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "es2015/uncategorised/310/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { identifierName: "arr" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -146,12 +132,10 @@ JSRoot { filename: "es2015/uncategorised/310/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -162,12 +146,10 @@ JSRoot { filename: "es2015/uncategorised/310/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -178,12 +160,10 @@ JSRoot { filename: "es2015/uncategorised/310/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -197,12 +177,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -211,12 +189,10 @@ JSRoot { filename: "es2015/uncategorised/310/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -228,12 +204,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -242,12 +216,10 @@ JSRoot { filename: "es2015/uncategorised/310/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/311/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/311/input.test.md index 3efe44ec278..b780ef68b6e 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/311/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/311/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/311/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/311/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "es2015/uncategorised/311/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { identifierName: "obj" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "es2015/uncategorised/311/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "es2015/uncategorised/311/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -145,12 +131,10 @@ JSRoot { filename: "es2015/uncategorised/311/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -164,12 +148,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -178,12 +160,10 @@ JSRoot { filename: "es2015/uncategorised/311/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -195,12 +175,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -209,12 +187,10 @@ JSRoot { filename: "es2015/uncategorised/311/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -229,12 +205,10 @@ JSRoot { filename: "es2015/uncategorised/311/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -244,12 +218,10 @@ JSRoot { filename: "es2015/uncategorised/311/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/312/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/312/input.test.md index ac93850e673..82f65eaad20 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/312/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/312/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/312/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/312/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "es2015/uncategorised/312/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { identifierName: "f" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "es2015/uncategorised/312/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "es2015/uncategorised/312/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -145,12 +131,10 @@ JSRoot { filename: "es2015/uncategorised/312/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -164,12 +148,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -178,12 +160,10 @@ JSRoot { filename: "es2015/uncategorised/312/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -195,12 +175,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -209,12 +187,10 @@ JSRoot { filename: "es2015/uncategorised/312/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -230,12 +206,10 @@ JSRoot { filename: "es2015/uncategorised/312/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -245,12 +219,10 @@ JSRoot { filename: "es2015/uncategorised/312/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -261,12 +233,10 @@ JSRoot { filename: "es2015/uncategorised/312/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -276,12 +246,10 @@ JSRoot { filename: "es2015/uncategorised/312/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/313/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/313/input.test.md index ddf42bc7b81..91a4d232ecf 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/313/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/313/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/313/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "es2015/uncategorised/313/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/313/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "es2015/uncategorised/313/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "es2015/uncategorised/313/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "es2015/uncategorised/313/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { identifierName: "message" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "es2015/uncategorised/313/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -151,12 +135,10 @@ JSRoot { identifierName: "message" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -165,12 +147,10 @@ JSRoot { filename: "es2015/uncategorised/313/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/314/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/314/input.test.md index 49998e4c634..1e0144a635f 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/314/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/314/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/314/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/314/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "es2015/uncategorised/314/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "static" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { identifierName: "static" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { filename: "es2015/uncategorised/314/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "es2015/uncategorised/314/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { filename: "es2015/uncategorised/314/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -181,12 +163,10 @@ JSRoot { filename: "es2015/uncategorised/314/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/315/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/315/input.test.md index 57b1cf4dedd..a29da8101ac 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/315/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/315/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/315/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "es2015/uncategorised/315/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { identifierName: "list" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2015/uncategorised/315/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -88,12 +80,10 @@ JSRoot { identifierName: "x" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "es2015/uncategorised/315/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "es2015/uncategorised/315/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "es2015/uncategorised/315/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -150,12 +134,10 @@ JSRoot { identifierName: "process" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -168,12 +150,10 @@ JSRoot { identifierName: "x" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/316/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/316/input.test.md index 77d4cfff776..6b1495d82b3 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/316/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/316/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/316/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/316/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "es2015/uncategorised/316/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "static" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "es2015/uncategorised/316/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "es2015/uncategorised/316/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "es2015/uncategorised/316/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "es2015/uncategorised/316/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 10 - index: 10 line: 1 } loc: Object { filename: "es2015/uncategorised/316/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/317/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/317/input.test.md index 6546d42d208..ad2ea69d9bf 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/317/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/317/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/317/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/317/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/uncategorised/317/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "es2015/uncategorised/317/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "es2015/uncategorised/317/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { filename: "es2015/uncategorised/317/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { filename: "es2015/uncategorised/317/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -135,12 +121,10 @@ JSRoot { filename: "es2015/uncategorised/317/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -150,12 +134,10 @@ JSRoot { filename: "es2015/uncategorised/317/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -166,12 +148,10 @@ JSRoot { filename: "es2015/uncategorised/317/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -182,12 +162,10 @@ JSRoot { filename: "es2015/uncategorised/317/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -199,12 +177,10 @@ JSRoot { identifierName: "exec" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -214,12 +190,10 @@ JSRoot { identifierName: "exec" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -235,12 +209,10 @@ JSRoot { filename: "es2015/uncategorised/317/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -249,12 +221,10 @@ JSRoot { filename: "es2015/uncategorised/317/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -264,12 +234,10 @@ JSRoot { filename: "es2015/uncategorised/317/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/318/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/318/input.test.md index f2639924189..64e64380940 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/318/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/318/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/318/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/318/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/318/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "_\u{104a6}" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2015/uncategorised/318/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "es2015/uncategorised/318/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/319/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/319/input.test.md index e1ea33e9cda..5f893021938 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/319/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/319/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/319/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/319/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/319/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "_\u{104a6}" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2015/uncategorised/319/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "es2015/uncategorised/319/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/32/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/32/input.test.md index 65e3e40a056..afb647dbe6f 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/32/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/32/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/32/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/32/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/uncategorised/32/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "es2015/uncategorised/32/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "e" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { filename: "es2015/uncategorised/32/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "es2015/uncategorised/32/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -135,12 +121,10 @@ JSRoot { filename: "es2015/uncategorised/32/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/320/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/320/input.test.md index fcd5b94a111..e12379f65b0 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/320/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/320/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/320/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/320/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/320/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "es2015/uncategorised/320/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "x" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "es2015/uncategorised/320/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "es2015/uncategorised/320/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "es2015/uncategorised/320/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -150,12 +134,10 @@ JSRoot { filename: "es2015/uncategorised/320/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/321/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/321/input.test.md index f6ff66e566e..a55a9e0e5c4 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/321/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/321/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/321/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/321/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/321/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "es2015/uncategorised/321/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -88,12 +80,10 @@ JSRoot { identifierName: "x" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "es2015/uncategorised/321/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { identifierName: "x" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "es2015/uncategorised/321/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "es2015/uncategorised/321/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -165,12 +147,10 @@ JSRoot { identifierName: "y" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/322/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/322/input.test.md index 8be3d334265..e075c861cb3 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/322/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/322/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/322/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/322/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/322/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/322/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2015/uncategorised/322/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { identifierName: "x" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "es2015/uncategorised/322/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/323/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/323/input.test.md index f852531ee57..b2f78aa1764 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/323/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/323/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/323/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/323/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "es2015/uncategorised/323/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "obj" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "es2015/uncategorised/323/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "es2015/uncategorised/323/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { identifierName: "name" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "es2015/uncategorised/323/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -154,12 +138,10 @@ JSRoot { identifierName: "value" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -170,12 +152,10 @@ JSRoot { filename: "es2015/uncategorised/323/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -188,12 +168,10 @@ JSRoot { filename: "es2015/uncategorised/323/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/324/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/324/input.test.md index ce6cdf17cfe..12aec38cd77 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/324/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/324/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/324/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/uncategorised/324/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2015/uncategorised/324/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "es2015/uncategorised/324/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -110,12 +100,10 @@ JSRoot { identifierName: "x" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -126,12 +114,10 @@ JSRoot { filename: "es2015/uncategorised/324/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { filename: "es2015/uncategorised/324/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/325/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/325/input.test.md index 805aaa2086f..0e7050038e9 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/325/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/325/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/325/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/uncategorised/325/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2015/uncategorised/325/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "es2015/uncategorised/325/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -110,12 +100,10 @@ JSRoot { identifierName: "x" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -126,12 +114,10 @@ JSRoot { filename: "es2015/uncategorised/325/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { filename: "es2015/uncategorised/325/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/326/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/326/input.test.md index ad57a540248..8edc6f39a01 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/326/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/326/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/326/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -50,12 +48,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -67,12 +63,10 @@ JSRoot { filename: "es2015/uncategorised/326/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { filename: "es2015/uncategorised/326/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { identifierName: "_" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "es2015/uncategorised/326/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "es2015/uncategorised/326/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/327/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/327/input.test.md index 5cf01c065d4..b8f351a2d1b 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/327/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/327/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/327/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -50,12 +48,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -67,12 +63,10 @@ JSRoot { filename: "es2015/uncategorised/327/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { filename: "es2015/uncategorised/327/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { identifierName: "_" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "es2015/uncategorised/327/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "es2015/uncategorised/327/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/328/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/328/input.test.md index df2537d13b3..027a385b365 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/328/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/328/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/328/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { filename: "es2015/uncategorised/328/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2015/uncategorised/328/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "es2015/uncategorised/328/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { identifierName: "let" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -126,12 +114,10 @@ JSRoot { filename: "es2015/uncategorised/328/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -141,12 +127,10 @@ JSRoot { filename: "es2015/uncategorised/328/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { identifierName: "x" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -174,12 +156,10 @@ JSRoot { filename: "es2015/uncategorised/328/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/329/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/329/input.test.md index 8ea22381891..2109f1bae88 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/329/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/329/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/329/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { filename: "es2015/uncategorised/329/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2015/uncategorised/329/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "es2015/uncategorised/329/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { identifierName: "x" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { filename: "es2015/uncategorised/329/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -141,12 +127,10 @@ JSRoot { filename: "es2015/uncategorised/329/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/33/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/33/input.test.md index 766fadcd112..ad63c5fc19e 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/33/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/33/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/33/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/33/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/uncategorised/33/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "es2015/uncategorised/33/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "e" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "es2015/uncategorised/33/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { identifierName: "property" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "es2015/uncategorised/33/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -153,12 +137,10 @@ JSRoot { filename: "es2015/uncategorised/33/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -167,12 +149,10 @@ JSRoot { filename: "es2015/uncategorised/33/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/331/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/331/input.test.md index a1685cced1d..d8930884627 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/331/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/331/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/331/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/uncategorised/331/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "es2015/uncategorised/331/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2015/uncategorised/331/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -110,12 +100,10 @@ JSRoot { identifierName: "Cls" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { filename: "es2015/uncategorised/331/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { filename: "es2015/uncategorised/331/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/332/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/332/input.test.md index a86c301074b..be6c3ee8063 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/332/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/332/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "es2015/uncategorised/332/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "es2015/uncategorised/332/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { sourceText: undefined end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "es2015/uncategorised/332/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "es2015/uncategorised/332/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { identifierName: "arr" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "es2015/uncategorised/332/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -146,12 +132,10 @@ JSRoot { identifierName: "eval" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/333/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/333/input.test.md index e45da512125..c32c9cb2756 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/333/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/333/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "es2015/uncategorised/333/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "es2015/uncategorised/333/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { sourceText: undefined end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "es2015/uncategorised/333/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "es2015/uncategorised/333/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { identifierName: "defValue" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "es2015/uncategorised/333/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -149,12 +135,10 @@ JSRoot { identifierName: "eval" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -163,12 +147,10 @@ JSRoot { filename: "es2015/uncategorised/333/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -180,12 +162,10 @@ JSRoot { identifierName: "eval" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -194,12 +174,10 @@ JSRoot { filename: "es2015/uncategorised/333/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -213,12 +191,10 @@ JSRoot { filename: "es2015/uncategorised/333/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -228,12 +204,10 @@ JSRoot { filename: "es2015/uncategorised/333/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -243,12 +217,10 @@ JSRoot { filename: "es2015/uncategorised/333/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -260,12 +232,10 @@ JSRoot { identifierName: "obj" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -277,12 +247,10 @@ JSRoot { filename: "es2015/uncategorised/333/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } @@ -292,12 +260,10 @@ JSRoot { filename: "es2015/uncategorised/333/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/334/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/334/input.test.md index 845bd299b71..52708ba77b0 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/334/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/334/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/334/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/334/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "es2015/uncategorised/334/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { identifierName: "arr" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "es2015/uncategorised/334/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { identifierName: "eval" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/338/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/338/input.test.md index 0b361586449..aed4958106a 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/338/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/338/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/338/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/338/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { identifierName: "foo" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/338/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2015/uncategorised/338/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "es2015/uncategorised/338/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { filename: "es2015/uncategorised/338/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -139,12 +125,10 @@ JSRoot { filename: "es2015/uncategorised/338/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/339/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/339/input.test.md index 40287510456..9349ab5f624 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/339/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/339/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/339/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/uncategorised/339/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2015/uncategorised/339/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "es2015/uncategorised/339/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/34/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/34/input.test.md index 563fdd87ea0..33c905bdf2d 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/34/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/34/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/34/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/34/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/uncategorised/34/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "es2015/uncategorised/34/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "e" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { filename: "es2015/uncategorised/34/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "es2015/uncategorised/34/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -135,12 +121,10 @@ JSRoot { identifierName: "label" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -150,12 +134,10 @@ JSRoot { filename: "es2015/uncategorised/34/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -166,12 +148,10 @@ JSRoot { filename: "es2015/uncategorised/34/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/340/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/340/input.test.md index ff6647fdff2..25967abe87a 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/340/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/340/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/340/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/340/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "es2015/uncategorised/340/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "es2015/uncategorised/340/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -132,12 +120,10 @@ JSRoot { identifierName: "method" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -146,12 +132,10 @@ JSRoot { filename: "es2015/uncategorised/340/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -160,12 +144,10 @@ JSRoot { filename: "es2015/uncategorised/340/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -182,12 +164,10 @@ JSRoot { filename: "es2015/uncategorised/340/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -198,12 +178,10 @@ JSRoot { filename: "es2015/uncategorised/340/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -213,12 +191,10 @@ JSRoot { filename: "es2015/uncategorised/340/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -229,12 +205,10 @@ JSRoot { filename: "es2015/uncategorised/340/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/341/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/341/input.test.md index aabfb2f91d0..7998c27e495 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/341/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/341/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/341/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/341/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "es2015/uncategorised/341/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "es2015/uncategorised/341/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -132,12 +120,10 @@ JSRoot { identifierName: "method" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -146,12 +132,10 @@ JSRoot { filename: "es2015/uncategorised/341/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -160,12 +144,10 @@ JSRoot { filename: "es2015/uncategorised/341/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -182,12 +164,10 @@ JSRoot { filename: "es2015/uncategorised/341/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -198,12 +178,10 @@ JSRoot { filename: "es2015/uncategorised/341/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -213,12 +191,10 @@ JSRoot { filename: "es2015/uncategorised/341/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -229,12 +205,10 @@ JSRoot { filename: "es2015/uncategorised/341/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/342/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/342/input.test.md index d2786b3ad8e..749f32d4d66 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/342/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/342/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/342/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/342/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "es2015/uncategorised/342/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "es2015/uncategorised/342/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -132,12 +120,10 @@ JSRoot { identifierName: "method" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -146,12 +132,10 @@ JSRoot { filename: "es2015/uncategorised/342/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -160,12 +144,10 @@ JSRoot { filename: "es2015/uncategorised/342/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -181,12 +163,10 @@ JSRoot { filename: "es2015/uncategorised/342/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -198,12 +178,10 @@ JSRoot { identifierName: "val" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -214,12 +192,10 @@ JSRoot { filename: "es2015/uncategorised/342/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -233,12 +209,10 @@ JSRoot { filename: "es2015/uncategorised/342/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -248,12 +222,10 @@ JSRoot { filename: "es2015/uncategorised/342/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -263,12 +235,10 @@ JSRoot { filename: "es2015/uncategorised/342/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -279,12 +249,10 @@ JSRoot { identifierName: "v" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -296,12 +264,10 @@ JSRoot { identifierName: "val" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/344/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/344/input.test.md index 68cc27e8d16..6be94370ca4 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/344/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/344/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/344/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/uncategorised/344/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "es2015/uncategorised/344/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/347/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/347/input.test.md index ae785bcc5b6..612a7b86648 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/347/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/347/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/347/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2015/uncategorised/347/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "es2015/uncategorised/347/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "prop" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "es2015/uncategorised/347/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { filename: "es2015/uncategorised/347/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -160,12 +144,10 @@ JSRoot { filename: "es2015/uncategorised/347/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -179,19 +161,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 10 - index: 10 line: 1 } loc: Object { filename: "es2015/uncategorised/347/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -208,12 +187,10 @@ JSRoot { filename: "es2015/uncategorised/347/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -225,12 +202,10 @@ JSRoot { identifierName: "x" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -241,12 +216,10 @@ JSRoot { filename: "es2015/uncategorised/347/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -259,12 +232,10 @@ JSRoot { identifierName: "y" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -275,12 +246,10 @@ JSRoot { filename: "es2015/uncategorised/347/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/348/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/348/input.test.md index 229f14d731e..e8ff606928c 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/348/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/348/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/348/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/uncategorised/348/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "es2015/uncategorised/348/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "es2015/uncategorised/348/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { filename: "es2015/uncategorised/348/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -139,12 +125,10 @@ JSRoot { filename: "es2015/uncategorised/348/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -172,12 +154,10 @@ JSRoot { filename: "es2015/uncategorised/348/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -189,12 +169,10 @@ JSRoot { filename: "es2015/uncategorised/348/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -203,12 +181,10 @@ JSRoot { filename: "es2015/uncategorised/348/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/349/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/349/input.test.md index 743e128ea8f..0adb8363f42 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/349/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/349/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/349/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/uncategorised/349/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "es2015/uncategorised/349/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "es2015/uncategorised/349/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "es2015/uncategorised/349/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { filename: "es2015/uncategorised/349/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "es2015/uncategorised/349/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -171,12 +153,10 @@ JSRoot { filename: "es2015/uncategorised/349/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -188,12 +168,10 @@ JSRoot { filename: "es2015/uncategorised/349/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -202,12 +180,10 @@ JSRoot { filename: "es2015/uncategorised/349/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/35/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/35/input.test.md index 1bca7255c00..a9aa908ce4e 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/35/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/35/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/35/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/35/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/uncategorised/35/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +60,10 @@ JSRoot { filename: "es2015/uncategorised/35/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -81,12 +73,10 @@ JSRoot { filename: "es2015/uncategorised/35/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -97,12 +87,10 @@ JSRoot { filename: "es2015/uncategorised/35/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "es2015/uncategorised/35/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { identifierName: "a" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -154,12 +138,10 @@ JSRoot { identifierName: "b" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/350/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/350/input.test.md index a56a85ef081..11b8a2584ab 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/350/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/350/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/350/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/350/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/uncategorised/350/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "es2015/uncategorised/350/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "es2015/uncategorised/350/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "es2015/uncategorised/350/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { filename: "es2015/uncategorised/350/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "es2015/uncategorised/350/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -164,12 +146,10 @@ JSRoot { filename: "es2015/uncategorised/350/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -178,12 +158,10 @@ JSRoot { filename: "es2015/uncategorised/350/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/351/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/351/input.test.md index bfbebbce6e9..cca81f2be02 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/351/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/351/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/351/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/351/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/uncategorised/351/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "es2015/uncategorised/351/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "es2015/uncategorised/351/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { filename: "es2015/uncategorised/351/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "es2015/uncategorised/351/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { filename: "es2015/uncategorised/351/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -168,12 +150,10 @@ JSRoot { filename: "es2015/uncategorised/351/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -191,12 +171,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -205,12 +183,10 @@ JSRoot { filename: "es2015/uncategorised/351/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -222,12 +198,10 @@ JSRoot { filename: "es2015/uncategorised/351/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -236,12 +210,10 @@ JSRoot { filename: "es2015/uncategorised/351/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/352/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/352/input.test.md index 7dc4e56a8e2..b589e720df1 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/352/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/352/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/352/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/352/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/uncategorised/352/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "es2015/uncategorised/352/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "es2015/uncategorised/352/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { filename: "es2015/uncategorised/352/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "es2015/uncategorised/352/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { filename: "es2015/uncategorised/352/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -168,12 +150,10 @@ JSRoot { filename: "es2015/uncategorised/352/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -191,12 +171,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -205,12 +183,10 @@ JSRoot { filename: "es2015/uncategorised/352/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -222,12 +198,10 @@ JSRoot { filename: "es2015/uncategorised/352/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 44 - index: 44 line: 1 } } @@ -236,12 +210,10 @@ JSRoot { filename: "es2015/uncategorised/352/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/354/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/354/input.test.md index 63940b240f6..ce1ef2d903a 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/354/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/354/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/354/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/354/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -57,12 +53,10 @@ JSRoot { filename: "es2015/uncategorised/354/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "es2015/uncategorised/354/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "es2015/uncategorised/354/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "es2015/uncategorised/354/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "es2015/uncategorised/354/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/355/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/355/input.test.md index 8e1504503ae..ed7faf45cbd 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/355/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/355/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/355/input.js" end: Object { column: 0 - index: 30 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "x" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/355/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2015/uncategorised/355/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2015/uncategorised/355/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "es2015/uncategorised/355/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { filename: "es2015/uncategorised/355/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { identifierName: "set" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { filename: "es2015/uncategorised/355/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { filename: "es2015/uncategorised/355/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -187,12 +167,10 @@ JSRoot { filename: "es2015/uncategorised/355/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -204,12 +182,10 @@ JSRoot { identifierName: "set" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -219,12 +195,10 @@ JSRoot { filename: "es2015/uncategorised/355/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/356/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/356/input.test.md index 8e4dea7f7a3..82bf7a1315c 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/356/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/356/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/356/input.js" end: Object { column: 0 - index: 15 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/356/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/356/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "await" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2015/uncategorised/356/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "foo" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/357/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/357/input.test.md index ed7e769e530..3ac508fb2a9 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/357/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/357/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/357/input.js" end: Object { column: 0 - index: 15 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/357/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "es2015/uncategorised/357/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -95,12 +87,10 @@ JSRoot { filename: "es2015/uncategorised/357/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "es2015/uncategorised/357/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "es2015/uncategorised/357/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { identifierName: "foo" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/358/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/358/input.test.md index d8437a764f1..1f6cc7c36ee 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/358/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/358/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/358/input.js" end: Object { column: 0 - index: 21 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/358/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/358/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "await" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2015/uncategorised/358/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "es2015/uncategorised/358/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { identifierName: "foo" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/359/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/359/input.test.md index 66c52fc9727..5190319918a 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/359/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/359/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/359/input.js" end: Object { column: 0 - index: 21 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/uncategorised/359/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2015/uncategorised/359/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "await" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "es2015/uncategorised/359/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "es2015/uncategorised/359/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -139,12 +125,10 @@ JSRoot { identifierName: "foo" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/36/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/36/input.test.md index 46cd60d1a35..59daac9f6a8 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/36/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/36/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/36/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/36/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/uncategorised/36/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "es2015/uncategorised/36/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "es2015/uncategorised/36/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "es2015/uncategorised/36/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -135,12 +121,10 @@ JSRoot { filename: "es2015/uncategorised/36/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { identifierName: "b" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/360/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/360/input.test.md index 31e09caea28..f4ada9bd6d2 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/360/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/360/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/360/input.js" end: Object { column: 0 - index: 25 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/360/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/360/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "es2015/uncategorised/360/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -88,12 +80,10 @@ JSRoot { identifierName: "await" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "es2015/uncategorised/360/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { identifierName: "await" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "es2015/uncategorised/360/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "es2015/uncategorised/360/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -164,12 +146,10 @@ JSRoot { filename: "es2015/uncategorised/360/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -180,12 +160,10 @@ JSRoot { identifierName: "foo" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/361/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/361/input.test.md index d4ae22d901e..1245ffe9e3c 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/361/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/361/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/361/input.js" end: Object { column: 0 - index: 25 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/uncategorised/361/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2015/uncategorised/361/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "es2015/uncategorised/361/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { identifierName: "await" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -126,12 +114,10 @@ JSRoot { filename: "es2015/uncategorised/361/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { identifierName: "await" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { filename: "es2015/uncategorised/361/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { filename: "es2015/uncategorised/361/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -188,12 +168,10 @@ JSRoot { filename: "es2015/uncategorised/361/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -204,12 +182,10 @@ JSRoot { identifierName: "foo" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/362/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/362/input.test.md index 1a606bd90ed..e37ef5253a6 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/362/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/362/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/362/input.js" end: Object { column: 0 - index: 27 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "foo" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/362/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2015/uncategorised/362/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2015/uncategorised/362/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "es2015/uncategorised/362/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { filename: "es2015/uncategorised/362/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { identifierName: "await" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { filename: "es2015/uncategorised/362/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -175,12 +157,10 @@ JSRoot { identifierName: "await" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -189,12 +169,10 @@ JSRoot { filename: "es2015/uncategorised/362/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/363/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/363/input.test.md index 53e9fc68ffd..c7f57ca70f1 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/363/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/363/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/363/input.js" end: Object { column: 0 - index: 27 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "foo" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2015/uncategorised/363/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "es2015/uncategorised/363/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "es2015/uncategorised/363/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -132,12 +120,10 @@ JSRoot { filename: "es2015/uncategorised/363/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -148,12 +134,10 @@ JSRoot { filename: "es2015/uncategorised/363/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -168,12 +152,10 @@ JSRoot { identifierName: "await" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -182,12 +164,10 @@ JSRoot { filename: "es2015/uncategorised/363/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -199,12 +179,10 @@ JSRoot { identifierName: "await" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -213,12 +191,10 @@ JSRoot { filename: "es2015/uncategorised/363/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/364/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/364/input.test.md index c0fb88a9c0c..66f8f3ae367 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/364/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/364/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/364/input.js" end: Object { column: 0 - index: 20 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "await" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/364/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2015/uncategorised/364/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "es2015/uncategorised/364/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/365/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/365/input.test.md index dde8ced19fd..6343cfee617 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/365/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/365/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/365/input.js" end: Object { column: 0 - index: 20 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "await" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2015/uncategorised/365/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "es2015/uncategorised/365/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -117,12 +107,10 @@ JSRoot { filename: "es2015/uncategorised/365/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/366/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/366/input.test.md index bc1bf6e3bf6..3a86c13b0ee 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/366/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/366/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/366/input.js" end: Object { column: 0 - index: 15 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "await" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/366/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -73,12 +67,10 @@ JSRoot { filename: "es2015/uncategorised/366/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/367/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/367/input.test.md index 2655ade9663..105eb53d951 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/367/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/367/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/367/input.js" end: Object { column: 0 - index: 15 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "await" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2015/uncategorised/367/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { filename: "es2015/uncategorised/367/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/368/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/368/input.test.md index 3932c903492..2f1737a34ef 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/368/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/368/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/368/input.js" end: Object { column: 0 - index: 14 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/368/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "es2015/uncategorised/368/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { identifierName: "enum" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "es2015/uncategorised/368/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { identifierName: "foo" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/369/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/369/input.test.md index fbc921fc75b..96d5fb4c2dc 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/369/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/369/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/369/input.js" end: Object { column: 0 - index: 14 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/369/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "es2015/uncategorised/369/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { identifierName: "enum" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "es2015/uncategorised/369/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { identifierName: "foo" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/37/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/37/input.test.md index 7c550791397..1c2b43896b9 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/37/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/37/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/37/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/uncategorised/37/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "es2015/uncategorised/37/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "es2015/uncategorised/37/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { filename: "es2015/uncategorised/37/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "es2015/uncategorised/37/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { filename: "es2015/uncategorised/37/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/370/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/370/input.test.md index 2bffe68a5af..aedbf371e15 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/370/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/370/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/370/input.js" end: Object { column: 0 - index: 20 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/370/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "es2015/uncategorised/370/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { identifierName: "enum" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "es2015/uncategorised/370/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { filename: "es2015/uncategorised/370/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { identifierName: "foo" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/371/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/371/input.test.md index 2189b109ad3..f39663d3d99 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/371/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/371/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/371/input.js" end: Object { column: 0 - index: 20 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/371/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "es2015/uncategorised/371/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { identifierName: "enum" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "es2015/uncategorised/371/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { filename: "es2015/uncategorised/371/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { identifierName: "foo" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/372/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/372/input.test.md index bc714bba87a..47ec8db6143 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/372/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/372/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/372/input.js" end: Object { column: 0 - index: 24 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/372/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "es2015/uncategorised/372/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "es2015/uncategorised/372/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -117,12 +107,10 @@ JSRoot { identifierName: "enum" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "es2015/uncategorised/372/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -148,12 +134,10 @@ JSRoot { identifierName: "enum" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -162,12 +146,10 @@ JSRoot { filename: "es2015/uncategorised/372/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -178,12 +160,10 @@ JSRoot { filename: "es2015/uncategorised/372/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -193,12 +173,10 @@ JSRoot { filename: "es2015/uncategorised/372/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -209,12 +187,10 @@ JSRoot { identifierName: "foo" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/373/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/373/input.test.md index ae72f14c312..f82989a2285 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/373/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/373/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/373/input.js" end: Object { column: 0 - index: 24 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/373/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "es2015/uncategorised/373/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "es2015/uncategorised/373/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -117,12 +107,10 @@ JSRoot { identifierName: "enum" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "es2015/uncategorised/373/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -148,12 +134,10 @@ JSRoot { identifierName: "enum" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -162,12 +146,10 @@ JSRoot { filename: "es2015/uncategorised/373/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -178,12 +160,10 @@ JSRoot { filename: "es2015/uncategorised/373/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -193,12 +173,10 @@ JSRoot { filename: "es2015/uncategorised/373/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -209,12 +187,10 @@ JSRoot { identifierName: "foo" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/374/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/374/input.test.md index 6febb3e24c2..f071d14602b 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/374/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/374/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/374/input.js" end: Object { column: 0 - index: 26 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "foo" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "es2015/uncategorised/374/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { filename: "es2015/uncategorised/374/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -121,12 +111,10 @@ JSRoot { filename: "es2015/uncategorised/374/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -137,12 +125,10 @@ JSRoot { filename: "es2015/uncategorised/374/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "es2015/uncategorised/374/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -173,12 +157,10 @@ JSRoot { identifierName: "enum" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -187,12 +169,10 @@ JSRoot { filename: "es2015/uncategorised/374/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -204,12 +184,10 @@ JSRoot { identifierName: "enum" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -218,12 +196,10 @@ JSRoot { filename: "es2015/uncategorised/374/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/375/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/375/input.test.md index 45d6a0ee90b..5145ba2ad33 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/375/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/375/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/375/input.js" end: Object { column: 0 - index: 26 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "foo" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "es2015/uncategorised/375/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { filename: "es2015/uncategorised/375/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -121,12 +111,10 @@ JSRoot { filename: "es2015/uncategorised/375/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -137,12 +125,10 @@ JSRoot { filename: "es2015/uncategorised/375/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "es2015/uncategorised/375/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -173,12 +157,10 @@ JSRoot { identifierName: "enum" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -187,12 +169,10 @@ JSRoot { filename: "es2015/uncategorised/375/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -204,12 +184,10 @@ JSRoot { identifierName: "enum" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -218,12 +196,10 @@ JSRoot { filename: "es2015/uncategorised/375/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/376/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/376/input.test.md index 50bcb536f4d..03727e23d90 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/376/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/376/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/376/input.js" end: Object { column: 0 - index: 19 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "enum" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "es2015/uncategorised/376/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { filename: "es2015/uncategorised/376/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -122,12 +112,10 @@ JSRoot { filename: "es2015/uncategorised/376/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/377/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/377/input.test.md index c22c71071f2..cc93efe639d 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/377/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/377/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/377/input.js" end: Object { column: 0 - index: 19 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "enum" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "es2015/uncategorised/377/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { filename: "es2015/uncategorised/377/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -122,12 +112,10 @@ JSRoot { filename: "es2015/uncategorised/377/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/378/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/378/input.test.md index 3b130306b29..5639383e912 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/378/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/378/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/378/input.js" end: Object { column: 0 - index: 14 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "enum" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "es2015/uncategorised/378/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -102,12 +94,10 @@ JSRoot { filename: "es2015/uncategorised/378/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/379/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/379/input.test.md index 19a8d888c28..32f38dd1acf 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/379/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/379/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/379/input.js" end: Object { column: 0 - index: 14 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "enum" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "es2015/uncategorised/379/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -102,12 +94,10 @@ JSRoot { filename: "es2015/uncategorised/379/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/38/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/38/input.test.md index 1e7370edafe..d1896b3fd86 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/38/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/38/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/38/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/uncategorised/38/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "es2015/uncategorised/38/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2015/uncategorised/38/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "es2015/uncategorised/38/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { filename: "es2015/uncategorised/38/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -140,12 +126,10 @@ JSRoot { identifierName: "console" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { identifierName: "log" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { identifierName: "log" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -191,12 +171,10 @@ JSRoot { filename: "es2015/uncategorised/38/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -206,12 +184,10 @@ JSRoot { filename: "es2015/uncategorised/38/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -224,12 +200,10 @@ JSRoot { filename: "es2015/uncategorised/38/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -239,12 +213,10 @@ JSRoot { filename: "es2015/uncategorised/38/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -254,12 +226,10 @@ JSRoot { filename: "es2015/uncategorised/38/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/380/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/380/input.test.md index 40a50eb7a84..a1801f0b575 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/380/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/380/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/380/input.js" end: Object { column: 0 - index: 20 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "es2015/uncategorised/380/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "es2015/uncategorised/380/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/380/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "foo" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "es2015/uncategorised/380/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "es2015/uncategorised/380/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/381/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/381/input.test.md index cb2449d2ec4..32050e00f22 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/381/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/381/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/381/input.js" end: Object { column: 0 - index: 22 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "es2015/uncategorised/381/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "es2015/uncategorised/381/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/381/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "foo" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "es2015/uncategorised/381/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "es2015/uncategorised/381/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/382/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/382/input.test.md index e366f023f6e..e179ff2b444 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/382/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/382/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/382/input.js" end: Object { column: 0 - index: 20 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "es2015/uncategorised/382/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "es2015/uncategorised/382/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/382/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "foo" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "es2015/uncategorised/382/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "es2015/uncategorised/382/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/383/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/383/input.test.md index 1145aa1e58c..96a7b038862 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/383/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/383/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/383/input.js" end: Object { column: 0 - index: 20 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "es2015/uncategorised/383/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2015/uncategorised/383/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -89,12 +81,10 @@ JSRoot { filename: "es2015/uncategorised/383/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/384/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/384/input.test.md index ed7ff60a4e4..c796836ab1f 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/384/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/384/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/384/input.js" end: Object { column: 0 - index: 25 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "es2015/uncategorised/384/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { identifierName: "foo" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2015/uncategorised/384/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "es2015/uncategorised/384/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "es2015/uncategorised/384/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/385/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/385/input.test.md index 3f15a44f252..dd7c624ad5c 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/385/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/385/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/385/input.js" end: Object { column: 0 - index: 31 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "es2015/uncategorised/385/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { identifierName: "foo" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2015/uncategorised/385/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "es2015/uncategorised/385/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "es2015/uncategorised/385/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/386/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/386/input.test.md index ff54f861a83..0c5070344d9 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/386/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/386/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/386/input.js" end: Object { column: 0 - index: 19 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +64,10 @@ JSRoot { filename: "es2015/uncategorised/386/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "es2015/uncategorised/386/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { identifierName: "typeof" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "typeof" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -132,12 +120,10 @@ JSRoot { filename: "es2015/uncategorised/386/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -148,12 +134,10 @@ JSRoot { identifierName: "foo" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -165,12 +149,10 @@ JSRoot { identifierName: "foo" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -181,12 +163,10 @@ JSRoot { filename: "es2015/uncategorised/386/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -197,12 +177,10 @@ JSRoot { identifierName: "" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -214,12 +192,10 @@ JSRoot { identifierName: "" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/387/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/387/input.test.md index dadec4a4df2..2eccfcaf347 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/387/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/387/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/387/input.js" end: Object { column: 0 - index: 18 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +64,10 @@ JSRoot { filename: "es2015/uncategorised/387/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "es2015/uncategorised/387/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { identifierName: "new" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "new" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -132,12 +120,10 @@ JSRoot { filename: "es2015/uncategorised/387/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -148,12 +134,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -165,12 +149,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -181,12 +163,10 @@ JSRoot { filename: "es2015/uncategorised/387/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -197,12 +177,10 @@ JSRoot { identifierName: "" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -214,12 +192,10 @@ JSRoot { identifierName: "" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -230,12 +206,10 @@ JSRoot { filename: "es2015/uncategorised/387/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -246,12 +220,10 @@ JSRoot { identifierName: "" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -263,12 +235,10 @@ JSRoot { identifierName: "" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -279,12 +249,10 @@ JSRoot { filename: "es2015/uncategorised/387/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -295,12 +263,10 @@ JSRoot { identifierName: "" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -312,12 +278,10 @@ JSRoot { identifierName: "" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/388/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/388/input.test.md index 9c2c7a200e0..9190ea81b48 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/388/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/388/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/388/input.js" end: Object { column: 0 - index: 22 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -63,12 +59,10 @@ JSRoot { filename: "es2015/uncategorised/388/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { identifierName: "" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "es2015/uncategorised/388/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -110,12 +100,10 @@ JSRoot { filename: "es2015/uncategorised/388/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -133,12 +121,10 @@ JSRoot { filename: "es2015/uncategorised/388/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -150,12 +136,10 @@ JSRoot { filename: "es2015/uncategorised/388/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/389/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/389/input.test.md index 36867326ad1..02c72a1351d 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/389/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/389/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/389/input.js" end: Object { column: 0 - index: 17 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +64,10 @@ JSRoot { filename: "es2015/uncategorised/389/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "es2015/uncategorised/389/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { identifierName: "for" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "for" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -132,12 +120,10 @@ JSRoot { filename: "es2015/uncategorised/389/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -148,12 +134,10 @@ JSRoot { identifierName: "" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -165,12 +149,10 @@ JSRoot { identifierName: "" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -181,12 +163,10 @@ JSRoot { filename: "es2015/uncategorised/389/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -197,12 +177,10 @@ JSRoot { identifierName: "" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -214,12 +192,10 @@ JSRoot { identifierName: "" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -230,12 +206,10 @@ JSRoot { filename: "es2015/uncategorised/389/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -246,12 +220,10 @@ JSRoot { identifierName: "" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -263,12 +235,10 @@ JSRoot { identifierName: "" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -279,12 +249,10 @@ JSRoot { filename: "es2015/uncategorised/389/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -295,12 +263,10 @@ JSRoot { identifierName: "" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -312,12 +278,10 @@ JSRoot { identifierName: "" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -328,12 +292,10 @@ JSRoot { filename: "es2015/uncategorised/389/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -344,12 +306,10 @@ JSRoot { identifierName: "" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -361,12 +321,10 @@ JSRoot { identifierName: "" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/39/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/39/input.test.md index 06494de2c64..3a26c9c4c96 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/39/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/39/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/39/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/39/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/uncategorised/39/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +60,10 @@ JSRoot { filename: "es2015/uncategorised/39/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -82,12 +74,10 @@ JSRoot { identifierName: "x" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { identifierName: "x" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "es2015/uncategorised/39/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "es2015/uncategorised/39/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { identifierName: "x" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -169,12 +151,10 @@ JSRoot { filename: "es2015/uncategorised/39/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/390/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/390/input.test.md index e97a12d540c..ec78e02f3ac 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/390/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/390/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/390/input.js" end: Object { column: 0 - index: 19 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +64,10 @@ JSRoot { filename: "es2015/uncategorised/390/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "es2015/uncategorised/390/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { identifierName: "while" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "while" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -132,12 +120,10 @@ JSRoot { filename: "es2015/uncategorised/390/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -148,12 +134,10 @@ JSRoot { identifierName: "" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -165,12 +149,10 @@ JSRoot { identifierName: "" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -181,12 +163,10 @@ JSRoot { filename: "es2015/uncategorised/390/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -197,12 +177,10 @@ JSRoot { identifierName: "foo" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -214,12 +192,10 @@ JSRoot { identifierName: "foo" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -230,12 +206,10 @@ JSRoot { filename: "es2015/uncategorised/390/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -246,12 +220,10 @@ JSRoot { identifierName: "" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -263,12 +235,10 @@ JSRoot { identifierName: "" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -279,12 +249,10 @@ JSRoot { filename: "es2015/uncategorised/390/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -295,12 +263,10 @@ JSRoot { identifierName: "" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -312,12 +278,10 @@ JSRoot { identifierName: "" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/391/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/391/input.test.md index 9451c6e72cb..6cdfa96d29d 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/391/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/391/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/391/input.js" end: Object { column: 0 - index: 27 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "es2015/uncategorised/391/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { identifierName: "foo" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2015/uncategorised/391/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "es2015/uncategorised/391/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "es2015/uncategorised/391/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -126,12 +114,10 @@ JSRoot { filename: "es2015/uncategorised/391/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/392/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/392/input.test.md index 8462d47cd94..ec7589c6f19 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/392/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/392/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/392/input.js" end: Object { column: 0 - index: 45 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -63,12 +59,10 @@ JSRoot { filename: "es2015/uncategorised/392/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2015/uncategorised/392/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "es2015/uncategorised/392/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -110,12 +100,10 @@ JSRoot { identifierName: "foo" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { filename: "es2015/uncategorised/392/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { filename: "es2015/uncategorised/392/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { identifierName: "bar" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -176,12 +158,10 @@ JSRoot { identifierName: "bar" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -191,12 +171,10 @@ JSRoot { filename: "es2015/uncategorised/392/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -207,12 +185,10 @@ JSRoot { filename: "es2015/uncategorised/392/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -223,12 +199,10 @@ JSRoot { identifierName: "" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -241,12 +215,10 @@ JSRoot { identifierName: "" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -256,12 +228,10 @@ JSRoot { filename: "es2015/uncategorised/392/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -272,12 +242,10 @@ JSRoot { filename: "es2015/uncategorised/392/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -288,12 +256,10 @@ JSRoot { identifierName: "a" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -306,12 +272,10 @@ JSRoot { identifierName: "a" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -321,12 +285,10 @@ JSRoot { filename: "es2015/uncategorised/392/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -339,12 +301,10 @@ JSRoot { filename: "es2015/uncategorised/392/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -354,12 +314,10 @@ JSRoot { filename: "es2015/uncategorised/392/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -370,12 +328,10 @@ JSRoot { filename: "es2015/uncategorised/392/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -386,12 +342,10 @@ JSRoot { identifierName: "from" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -402,12 +356,10 @@ JSRoot { filename: "es2015/uncategorised/392/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -417,12 +369,10 @@ JSRoot { filename: "es2015/uncategorised/392/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/393/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/393/input.test.md index 202c6584153..922f4f366a0 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/393/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/393/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/393/input.js" end: Object { column: 0 - index: 21 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/393/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "es2015/uncategorised/393/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "es2015/uncategorised/393/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "es2015/uncategorised/393/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { identifierName: "set" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -145,12 +131,10 @@ JSRoot { filename: "es2015/uncategorised/393/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -162,12 +146,10 @@ JSRoot { identifierName: "set" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -176,12 +158,10 @@ JSRoot { filename: "es2015/uncategorised/393/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -195,12 +175,10 @@ JSRoot { filename: "es2015/uncategorised/393/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -210,12 +188,10 @@ JSRoot { filename: "es2015/uncategorised/393/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -226,12 +202,10 @@ JSRoot { filename: "es2015/uncategorised/393/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -241,12 +215,10 @@ JSRoot { filename: "es2015/uncategorised/393/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -257,12 +229,10 @@ JSRoot { filename: "es2015/uncategorised/393/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -272,12 +242,10 @@ JSRoot { filename: "es2015/uncategorised/393/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -288,12 +256,10 @@ JSRoot { filename: "es2015/uncategorised/393/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -304,12 +270,10 @@ JSRoot { identifierName: "set" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/394/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/394/input.test.md index 4d80ae795fc..197fd10432e 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/394/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/394/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/394/input.js" end: Object { column: 0 - index: 44 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 9 line: 2 } start: Object { column: 1 - index: 8 line: 2 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/uncategorised/394/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2015/uncategorised/394/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "a" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "es2015/uncategorised/394/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "es2015/uncategorised/394/input.js" end: Object { column: 9 - index: 16 line: 2 } start: Object { column: 0 - index: 7 line: 2 } } @@ -142,12 +128,10 @@ JSRoot { filename: "es2015/uncategorised/394/input.js" end: Object { column: 8 - index: 15 line: 2 } start: Object { column: 0 - index: 7 line: 2 } } @@ -157,12 +141,10 @@ JSRoot { filename: "es2015/uncategorised/394/input.js" end: Object { column: 8 - index: 15 line: 2 } start: Object { column: 6 - index: 13 line: 2 } } @@ -174,12 +156,10 @@ JSRoot { identifierName: "a" end: Object { column: 2 - index: 9 line: 2 } start: Object { column: 1 - index: 8 line: 2 } } @@ -191,12 +171,10 @@ JSRoot { filename: "es2015/uncategorised/394/input.js" end: Object { column: 11 - index: 28 line: 3 } start: Object { column: 0 - index: 17 line: 3 } } @@ -206,12 +184,10 @@ JSRoot { filename: "es2015/uncategorised/394/input.js" end: Object { column: 10 - index: 27 line: 3 } start: Object { column: 0 - index: 17 line: 3 } } @@ -221,12 +197,10 @@ JSRoot { filename: "es2015/uncategorised/394/input.js" end: Object { column: 10 - index: 27 line: 3 } start: Object { column: 8 - index: 25 line: 3 } } @@ -236,12 +210,10 @@ JSRoot { filename: "es2015/uncategorised/394/input.js" end: Object { column: 4 - index: 21 line: 3 } start: Object { column: 1 - index: 18 line: 3 } } @@ -252,12 +224,10 @@ JSRoot { identifierName: "a" end: Object { column: 2 - index: 19 line: 3 } start: Object { column: 1 - index: 18 line: 3 } } @@ -270,12 +240,10 @@ JSRoot { identifierName: "b" end: Object { column: 4 - index: 21 line: 3 } start: Object { column: 3 - index: 20 line: 3 } } @@ -285,12 +253,10 @@ JSRoot { identifierName: "b" end: Object { column: 4 - index: 21 line: 3 } start: Object { column: 3 - index: 20 line: 3 } } @@ -303,12 +269,10 @@ JSRoot { filename: "es2015/uncategorised/394/input.js" end: Object { column: 14 - index: 43 line: 4 } start: Object { column: 0 - index: 29 line: 4 } } @@ -318,12 +282,10 @@ JSRoot { filename: "es2015/uncategorised/394/input.js" end: Object { column: 13 - index: 42 line: 4 } start: Object { column: 0 - index: 29 line: 4 } } @@ -333,12 +295,10 @@ JSRoot { filename: "es2015/uncategorised/394/input.js" end: Object { column: 13 - index: 42 line: 4 } start: Object { column: 11 - index: 40 line: 4 } } @@ -348,12 +308,10 @@ JSRoot { filename: "es2015/uncategorised/394/input.js" end: Object { column: 7 - index: 36 line: 4 } start: Object { column: 1 - index: 30 line: 4 } } @@ -364,12 +322,10 @@ JSRoot { identifierName: "a" end: Object { column: 2 - index: 31 line: 4 } start: Object { column: 1 - index: 30 line: 4 } } @@ -381,12 +337,10 @@ JSRoot { filename: "es2015/uncategorised/394/input.js" end: Object { column: 6 - index: 35 line: 4 } start: Object { column: 3 - index: 32 line: 4 } } @@ -395,12 +349,10 @@ JSRoot { filename: "es2015/uncategorised/394/input.js" end: Object { column: 7 - index: 36 line: 4 } start: Object { column: 2 - index: 31 line: 4 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/395/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/395/input.test.md index 3c6fb7c7f58..ad620819c6f 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/395/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/395/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/395/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/uncategorised/395/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "es2015/uncategorised/395/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "es2015/uncategorised/395/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { filename: "es2015/uncategorised/395/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "es2015/uncategorised/395/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { filename: "es2015/uncategorised/395/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/4/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/4/input.test.md index 35b4e3fddf4..353a00e1fad 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/4/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/4/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/4/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/4/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "es2015/uncategorised/4/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/40/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/40/input.test.md index 0a4902bcdfb..96ee8a7113a 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/40/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/40/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/40/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/40/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/uncategorised/40/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "es2015/uncategorised/40/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "es2015/uncategorised/40/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "eval" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/41/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/41/input.test.md index aee753aa5aa..4e738119b2d 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/41/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/41/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/41/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/41/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/uncategorised/41/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "es2015/uncategorised/41/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "es2015/uncategorised/41/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/42/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/42/input.test.md index 9e9cc668b5a..be586d18634 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/42/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/42/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/42/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/42/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/uncategorised/42/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "es2015/uncategorised/42/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "es2015/uncategorised/42/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { identifierName: "a" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/43/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/43/input.test.md index 3cee9817019..ad0c28d34d6 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/43/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/43/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/43/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/43/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/uncategorised/43/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "es2015/uncategorised/43/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "es2015/uncategorised/43/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { identifierName: "eval" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { identifierName: "a" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/44/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/44/input.test.md index 01bf4dcabf1..0d18b1b069a 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/44/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/44/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/44/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/44/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/uncategorised/44/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "es2015/uncategorised/44/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "es2015/uncategorised/44/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "es2015/uncategorised/44/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { identifierName: "eval" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "es2015/uncategorised/44/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/45/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/45/input.test.md index 3fdab5d24a2..06bec2cb653 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/45/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/45/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/45/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/45/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/uncategorised/45/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "es2015/uncategorised/45/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "es2015/uncategorised/45/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { identifierName: "eval" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "es2015/uncategorised/45/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { identifierName: "a" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -153,12 +137,10 @@ JSRoot { filename: "es2015/uncategorised/45/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/46/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/46/input.test.md index edfa8409a51..898e6f0db36 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/46/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/46/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/46/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/46/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/uncategorised/46/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "es2015/uncategorised/46/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "x" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/47/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/47/input.test.md index f5550830884..6eba2327cf1 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/47/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/47/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/47/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/47/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/uncategorised/47/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "es2015/uncategorised/47/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "es2015/uncategorised/47/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "es2015/uncategorised/47/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "es2015/uncategorised/47/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -155,12 +139,10 @@ JSRoot { identifierName: "y" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/48/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/48/input.test.md index 6f9bc7be2b9..5d3b5a0b4f4 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/48/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/48/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/48/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/48/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/uncategorised/48/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2015/uncategorised/48/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "x" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { filename: "es2015/uncategorised/48/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "es2015/uncategorised/48/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -140,12 +126,10 @@ JSRoot { identifierName: "y" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { identifierName: "z" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -174,12 +156,10 @@ JSRoot { filename: "es2015/uncategorised/48/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -191,12 +171,10 @@ JSRoot { identifierName: "x" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -208,12 +186,10 @@ JSRoot { identifierName: "y" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -225,12 +201,10 @@ JSRoot { identifierName: "z" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/49/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/49/input.test.md index 524e11dba16..e92217b3edc 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/49/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/49/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/49/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/49/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/uncategorised/49/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "foo" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "es2015/uncategorised/49/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "es2015/uncategorised/49/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "es2015/uncategorised/49/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/5/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/5/input.test.md index b264ddd2c8b..205714c5475 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/5/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/5/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/5/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "test" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/5/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2015/uncategorised/5/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "es2015/uncategorised/5/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "es2015/uncategorised/5/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { filename: "es2015/uncategorised/5/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -140,12 +126,10 @@ JSRoot { filename: "es2015/uncategorised/5/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/50/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/50/input.test.md index f745bfc4898..84e1fafe21f 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/50/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/50/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/50/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/50/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/uncategorised/50/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "foo" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "es2015/uncategorised/50/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "es2015/uncategorised/50/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "es2015/uncategorised/50/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { identifierName: "x" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -153,12 +137,10 @@ JSRoot { identifierName: "y" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/52/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/52/input.test.md index a2256976464..bb074b67e37 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/52/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/52/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/52/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/52/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/52/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "es2015/uncategorised/52/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "method" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "es2015/uncategorised/52/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "es2015/uncategorised/52/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "es2015/uncategorised/52/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -170,12 +152,10 @@ JSRoot { filename: "es2015/uncategorised/52/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/53/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/53/input.test.md index 31a37d000d8..cf9b2c11ca0 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/53/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/53/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/53/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/53/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/53/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "es2015/uncategorised/53/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "method" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "es2015/uncategorised/53/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "es2015/uncategorised/53/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "es2015/uncategorised/53/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -169,12 +151,10 @@ JSRoot { filename: "es2015/uncategorised/53/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -186,12 +166,10 @@ JSRoot { identifierName: "test" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -202,12 +180,10 @@ JSRoot { filename: "es2015/uncategorised/53/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/54/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/54/input.test.md index 8366e9add20..804541944e7 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/54/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/54/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/54/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/54/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/54/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "es2015/uncategorised/54/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "es2015/uncategorised/54/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "es2015/uncategorised/54/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -130,12 +116,10 @@ JSRoot { filename: "es2015/uncategorised/54/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -146,12 +130,10 @@ JSRoot { filename: "es2015/uncategorised/54/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -169,12 +151,10 @@ JSRoot { filename: "es2015/uncategorised/54/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/55/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/55/input.test.md index 510a7e38acd..6c759252adf 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/55/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/55/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/55/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/55/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/55/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "es2015/uncategorised/55/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "get" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "es2015/uncategorised/55/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "es2015/uncategorised/55/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "es2015/uncategorised/55/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -170,12 +152,10 @@ JSRoot { filename: "es2015/uncategorised/55/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/56/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/56/input.test.md index 5fee7426ca1..ad08cebab9e 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/56/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/56/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/56/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/56/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/56/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "es2015/uncategorised/56/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "set" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "es2015/uncategorised/56/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "es2015/uncategorised/56/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "es2015/uncategorised/56/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -170,12 +152,10 @@ JSRoot { filename: "es2015/uncategorised/56/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/6/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/6/input.test.md index 7b9257c243c..06b27ce59ce 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/6/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/6/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/6/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/6/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "es2015/uncategorised/6/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/61/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/61/input.test.md index 5a2847eadf3..e411b815e24 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/61/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/61/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/61/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/61/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/61/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "es2015/uncategorised/61/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "y" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "es2015/uncategorised/61/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { identifierName: "y" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "es2015/uncategorised/61/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -166,12 +148,10 @@ JSRoot { identifierName: "z" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -180,12 +160,10 @@ JSRoot { filename: "es2015/uncategorised/61/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -197,12 +175,10 @@ JSRoot { identifierName: "z" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -211,12 +187,10 @@ JSRoot { filename: "es2015/uncategorised/61/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/62/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/62/input.test.md index f0b2eb613e3..98647a8f8b8 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/62/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/62/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/62/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/62/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/62/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +60,10 @@ JSRoot { filename: "es2015/uncategorised/62/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { identifierName: "b" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "a" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "es2015/uncategorised/62/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -135,12 +121,10 @@ JSRoot { identifierName: "a" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { identifierName: "b" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/63/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/63/input.test.md index 60de4dcf22a..596b5a4338d 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/63/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/63/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/63/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/63/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/63/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "es2015/uncategorised/63/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -88,12 +80,10 @@ JSRoot { identifierName: "a" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "es2015/uncategorised/63/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { identifierName: "a" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "es2015/uncategorised/63/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "es2015/uncategorised/63/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -164,12 +146,10 @@ JSRoot { filename: "es2015/uncategorised/63/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/64/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/64/input.test.md index bbabcde8027..c232529b642 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/64/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/64/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/64/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/64/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/64/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "es2015/uncategorised/64/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "a" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "es2015/uncategorised/64/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "es2015/uncategorised/64/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "es2015/uncategorised/64/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/65/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/65/input.test.md index 599ff4e4728..b6d12c9bc6e 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/65/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/65/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/65/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/65/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/65/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "es2015/uncategorised/65/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -88,12 +80,10 @@ JSRoot { identifierName: "a" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "es2015/uncategorised/65/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { identifierName: "a" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "es2015/uncategorised/65/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "es2015/uncategorised/65/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -164,12 +146,10 @@ JSRoot { filename: "es2015/uncategorised/65/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/66/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/66/input.test.md index 90daecb7fea..258c1397459 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/66/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/66/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/66/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/66/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/66/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "es2015/uncategorised/66/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "a" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "es2015/uncategorised/66/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "es2015/uncategorised/66/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "es2015/uncategorised/66/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/67/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/67/input.test.md index a898f4d1b3d..713953cadd9 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/67/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/67/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/67/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/67/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/67/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "es2015/uncategorised/67/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -88,12 +80,10 @@ JSRoot { identifierName: "a" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "es2015/uncategorised/67/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { identifierName: "a" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "es2015/uncategorised/67/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "es2015/uncategorised/67/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -164,12 +146,10 @@ JSRoot { filename: "es2015/uncategorised/67/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/68/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/68/input.test.md index a5c99fdc705..0f5d500d4fc 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/68/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/68/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/68/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/68/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/68/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "es2015/uncategorised/68/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "a" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "es2015/uncategorised/68/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "es2015/uncategorised/68/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "es2015/uncategorised/68/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/69/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/69/input.test.md index 43062f0b051..0f50a46b075 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/69/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/69/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/69/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/69/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/69/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "es2015/uncategorised/69/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -88,12 +80,10 @@ JSRoot { identifierName: "a" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "es2015/uncategorised/69/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { identifierName: "b" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "es2015/uncategorised/69/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "es2015/uncategorised/69/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -164,12 +146,10 @@ JSRoot { filename: "es2015/uncategorised/69/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/7/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/7/input.test.md index c6cd6fb2e25..08fdfbfc72a 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/7/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/7/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/7/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/7/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "es2015/uncategorised/7/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/70/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/70/input.test.md index 9729d299ffa..c1b46c1af0e 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/70/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/70/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/70/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/70/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/70/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "es2015/uncategorised/70/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -88,12 +80,10 @@ JSRoot { identifierName: "a" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "es2015/uncategorised/70/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { identifierName: "b" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "es2015/uncategorised/70/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "es2015/uncategorised/70/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -164,12 +146,10 @@ JSRoot { filename: "es2015/uncategorised/70/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/71/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/71/input.test.md index 0e7094a3ef1..d68d28fedee 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/71/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/71/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/71/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/71/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/uncategorised/71/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "es2015/uncategorised/71/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -88,12 +80,10 @@ JSRoot { identifierName: "a" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "es2015/uncategorised/71/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { identifierName: "b" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "es2015/uncategorised/71/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "es2015/uncategorised/71/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -164,12 +146,10 @@ JSRoot { filename: "es2015/uncategorised/71/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/72/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/72/input.test.md index 4d6eba1a0e8..c3df45ab854 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/72/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/72/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/72/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "es2015/uncategorised/72/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "es2015/uncategorised/72/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/72/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "document" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "es2015/uncategorised/72/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/73/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/73/input.test.md index dd227751ad4..f83ab0bb38d 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/73/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/73/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/73/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "es2015/uncategorised/73/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "es2015/uncategorised/73/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/73/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "document" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "es2015/uncategorised/73/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "es2015/uncategorised/73/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/74/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/74/input.test.md index 74a1b191b56..8699ce61e0d 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/74/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/74/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/74/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "es2015/uncategorised/74/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "es2015/uncategorised/74/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/74/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "document" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "es2015/uncategorised/74/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/75/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/75/input.test.md index 2d8de024648..af0212fcf99 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/75/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/75/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/75/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "es2015/uncategorised/75/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "es2015/uncategorised/75/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/75/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "document" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "es2015/uncategorised/75/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "es2015/uncategorised/75/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/76/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/76/input.test.md index bf0346f57ec..46bdcb2dc4d 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/76/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/76/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/76/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "es2015/uncategorised/76/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "es2015/uncategorised/76/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/76/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "document" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "es2015/uncategorised/76/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "es2015/uncategorised/76/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/77/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/77/input.test.md index c21f7945eff..b78508e88ba 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/77/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/77/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/77/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "es2015/uncategorised/77/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { identifierName: "parse" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2015/uncategorised/77/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "es2015/uncategorised/77/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "es2015/uncategorised/77/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/78/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/78/input.test.md index 1ceacdd7b58..18305a8b364 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/78/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/78/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/78/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "es2015/uncategorised/78/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { identifierName: "Class" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2015/uncategorised/78/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -89,12 +81,10 @@ JSRoot { filename: "es2015/uncategorised/78/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/79/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/79/input.test.md index 5fbe375826d..e7a420b6e70 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/79/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/79/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/79/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/79/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "es2015/uncategorised/79/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/8/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/8/input.test.md index aea124b6520..eb7c2b238d9 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/8/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/8/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/8/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/8/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "es2015/uncategorised/8/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/80/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/80/input.test.md index 21a81ba8ae8..169761c2eeb 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/80/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/80/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/80/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/80/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "es2015/uncategorised/80/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "es2015/uncategorised/80/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "es2015/uncategorised/80/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "es2015/uncategorised/80/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/81/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/81/input.test.md index dbca8c89b42..cd1b0a4be69 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/81/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/81/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/81/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/81/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { identifierName: "f" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/81/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2015/uncategorised/81/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "es2015/uncategorised/81/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/82/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/82/input.test.md index 3e217fadbc5..62daa68584c 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/82/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/82/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/82/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/82/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "es2015/uncategorised/82/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "es2015/uncategorised/82/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "es2015/uncategorised/82/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/83/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/83/input.test.md index 3a1a33892df..e8356899334 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/83/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/83/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/83/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/uncategorised/83/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { identifierName: "A" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2015/uncategorised/83/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "es2015/uncategorised/83/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/84/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/84/input.test.md index 152c280377e..e86540d27c9 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/84/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/84/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/84/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { filename: "es2015/uncategorised/84/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "es2015/uncategorised/84/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/85/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/85/input.test.md index 88efde2ad79..b65757e98f4 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/85/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/85/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/85/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "es2015/uncategorised/85/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "es2015/uncategorised/85/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/86/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/86/input.test.md index 25dca06bca8..6dfb1db8080 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/86/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/86/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/86/input.js" end: Object { column: 0 - index: 42 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "es2015/uncategorised/86/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/86/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "encrypt" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "encrypt" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { identifierName: "encrypt" end: Object { column: 16 - index: 35 line: 2 } start: Object { column: 9 - index: 28 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "es2015/uncategorised/86/input.js" end: Object { column: 22 - index: 41 line: 2 } start: Object { column: 0 - index: 19 line: 2 } } @@ -138,12 +124,10 @@ JSRoot { filename: "es2015/uncategorised/86/input.js" end: Object { column: 22 - index: 41 line: 2 } start: Object { column: 20 - index: 39 line: 2 } } @@ -161,12 +145,10 @@ JSRoot { filename: "es2015/uncategorised/86/input.js" end: Object { column: 19 - index: 38 line: 2 } start: Object { column: 17 - index: 36 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/87/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/87/input.test.md index 288ee25fd54..f794c1c5d16 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/87/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/87/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/87/input.js" end: Object { column: 0 - index: 67 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "encrypt" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/87/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2015/uncategorised/87/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "es2015/uncategorised/87/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { identifierName: "decrypt" end: Object { column: 13 - index: 36 line: 2 } start: Object { column: 6 - index: 29 line: 2 } } @@ -126,12 +114,10 @@ JSRoot { filename: "es2015/uncategorised/87/input.js" end: Object { column: 15 - index: 38 line: 2 } start: Object { column: 0 - index: 23 line: 2 } } @@ -145,12 +131,10 @@ JSRoot { filename: "es2015/uncategorised/87/input.js" end: Object { column: 15 - index: 38 line: 2 } start: Object { column: 0 - index: 23 line: 2 } } @@ -163,12 +147,10 @@ JSRoot { filename: "es2015/uncategorised/87/input.js" end: Object { column: 27 - index: 66 line: 3 } start: Object { column: 0 - index: 39 line: 3 } } @@ -178,12 +160,10 @@ JSRoot { filename: "es2015/uncategorised/87/input.js" end: Object { column: 16 - index: 55 line: 3 } start: Object { column: 9 - index: 48 line: 3 } } @@ -194,12 +174,10 @@ JSRoot { identifierName: "encrypt" end: Object { column: 16 - index: 55 line: 3 } start: Object { column: 9 - index: 48 line: 3 } } @@ -211,12 +189,10 @@ JSRoot { identifierName: "encrypt" end: Object { column: 16 - index: 55 line: 3 } start: Object { column: 9 - index: 48 line: 3 } } @@ -227,12 +203,10 @@ JSRoot { filename: "es2015/uncategorised/87/input.js" end: Object { column: 25 - index: 64 line: 3 } start: Object { column: 18 - index: 57 line: 3 } } @@ -243,12 +217,10 @@ JSRoot { identifierName: "decrypt" end: Object { column: 25 - index: 64 line: 3 } start: Object { column: 18 - index: 57 line: 3 } } @@ -260,12 +232,10 @@ JSRoot { identifierName: "decrypt" end: Object { column: 25 - index: 64 line: 3 } start: Object { column: 18 - index: 57 line: 3 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/88/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/88/input.test.md index e94aa5972f8..8022f1fc63e 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/88/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/88/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/88/input.js" end: Object { column: 0 - index: 54 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { filename: "es2015/uncategorised/88/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "es2015/uncategorised/88/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2015/uncategorised/88/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "encrypt" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "es2015/uncategorised/88/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { filename: "es2015/uncategorised/88/input.js" end: Object { column: 29 - index: 53 line: 2 } start: Object { column: 0 - index: 24 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "es2015/uncategorised/88/input.js" end: Object { column: 27 - index: 51 line: 2 } start: Object { column: 9 - index: 33 line: 2 } } @@ -152,12 +136,10 @@ JSRoot { identifierName: "default" end: Object { column: 27 - index: 51 line: 2 } start: Object { column: 20 - index: 44 line: 2 } } @@ -169,12 +151,10 @@ JSRoot { identifierName: "encrypt" end: Object { column: 16 - index: 40 line: 2 } start: Object { column: 9 - index: 33 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/89/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/89/input.test.md index 7fb595dcf1f..60727cf4070 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/89/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/89/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/89/input.js" end: Object { column: 0 - index: 74 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "encrypt" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/89/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2015/uncategorised/89/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "es2015/uncategorised/89/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { identifierName: "decrypt" end: Object { column: 13 - index: 35 line: 2 } start: Object { column: 6 - index: 28 line: 2 } } @@ -126,12 +114,10 @@ JSRoot { filename: "es2015/uncategorised/89/input.js" end: Object { column: 16 - index: 38 line: 2 } start: Object { column: 0 - index: 22 line: 2 } } @@ -145,12 +131,10 @@ JSRoot { filename: "es2015/uncategorised/89/input.js" end: Object { column: 16 - index: 38 line: 2 } start: Object { column: 0 - index: 22 line: 2 } } @@ -163,12 +147,10 @@ JSRoot { filename: "es2015/uncategorised/89/input.js" end: Object { column: 34 - index: 73 line: 3 } start: Object { column: 0 - index: 39 line: 3 } } @@ -178,12 +160,10 @@ JSRoot { filename: "es2015/uncategorised/89/input.js" end: Object { column: 16 - index: 55 line: 3 } start: Object { column: 9 - index: 48 line: 3 } } @@ -194,12 +174,10 @@ JSRoot { identifierName: "encrypt" end: Object { column: 16 - index: 55 line: 3 } start: Object { column: 9 - index: 48 line: 3 } } @@ -211,12 +189,10 @@ JSRoot { identifierName: "encrypt" end: Object { column: 16 - index: 55 line: 3 } start: Object { column: 9 - index: 48 line: 3 } } @@ -227,12 +203,10 @@ JSRoot { filename: "es2015/uncategorised/89/input.js" end: Object { column: 32 - index: 71 line: 3 } start: Object { column: 18 - index: 57 line: 3 } } @@ -243,12 +217,10 @@ JSRoot { identifierName: "dec" end: Object { column: 32 - index: 71 line: 3 } start: Object { column: 29 - index: 68 line: 3 } } @@ -260,12 +232,10 @@ JSRoot { identifierName: "decrypt" end: Object { column: 25 - index: 64 line: 3 } start: Object { column: 18 - index: 57 line: 3 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/9/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/9/input.test.md index 961395f2813..5f56b6f1366 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/9/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/9/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/9/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "test" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/9/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2015/uncategorised/9/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "es2015/uncategorised/9/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "es2015/uncategorised/9/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { filename: "es2015/uncategorised/9/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -140,12 +126,10 @@ JSRoot { filename: "es2015/uncategorised/9/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/90/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/90/input.test.md index 98975dd3c7a..f964b033cdc 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/90/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/90/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/90/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { filename: "es2015/uncategorised/90/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "es2015/uncategorised/90/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "es2015/uncategorised/90/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "default" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { identifierName: "default" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/91/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/91/input.test.md index 972c05f4299..155eb5dbedf 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/91/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/91/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/91/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -41,12 +39,10 @@ JSRoot { filename: "es2015/uncategorised/91/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { filename: "es2015/uncategorised/91/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/92/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/92/input.test.md index d5ebd5ff502..cbe02ffa8e1 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/92/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/92/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/92/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { filename: "es2015/uncategorised/92/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "es2015/uncategorised/92/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2015/uncategorised/92/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "$" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "es2015/uncategorised/92/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/93/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/93/input.test.md index 921ab844332..5608e6a911c 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/93/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/93/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/93/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { filename: "es2015/uncategorised/93/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "es2015/uncategorised/93/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "es2015/uncategorised/93/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "encrypt" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { identifierName: "encrypt" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "es2015/uncategorised/93/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "es2015/uncategorised/93/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { identifierName: "decrypt" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -170,12 +152,10 @@ JSRoot { identifierName: "decrypt" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -185,12 +165,10 @@ JSRoot { filename: "es2015/uncategorised/93/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/94/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/94/input.test.md index c1f87476952..8c29583e3cf 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/94/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/94/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/94/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { filename: "es2015/uncategorised/94/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "es2015/uncategorised/94/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "es2015/uncategorised/94/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "encrypt" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { identifierName: "enc" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "es2015/uncategorised/94/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/95/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/95/input.test.md index 33d941bb723..0989f583164 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/95/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/95/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/95/input.js" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "es2015/uncategorised/95/input.js" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/uncategorised/95/input.js" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 48 - index: 48 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "es2015/uncategorised/95/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "crypto" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "es2015/uncategorised/95/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "es2015/uncategorised/95/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { identifierName: "decrypt" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { identifierName: "decrypt" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -167,12 +149,10 @@ JSRoot { filename: "es2015/uncategorised/95/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -183,12 +163,10 @@ JSRoot { filename: "es2015/uncategorised/95/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -199,12 +177,10 @@ JSRoot { identifierName: "encrypt" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -217,12 +193,10 @@ JSRoot { identifierName: "enc" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -232,12 +206,10 @@ JSRoot { filename: "es2015/uncategorised/95/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/96/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/96/input.test.md index cfe48010df6..8c2d0978bf3 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/96/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/96/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/uncategorised/96/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { filename: "es2015/uncategorised/96/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +78,10 @@ JSRoot { filename: "es2015/uncategorised/96/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "es2015/uncategorised/96/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "default" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -134,12 +122,10 @@ JSRoot { identifierName: "default" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -149,12 +135,10 @@ JSRoot { filename: "es2015/uncategorised/96/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -165,12 +149,10 @@ JSRoot { filename: "es2015/uncategorised/96/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -181,12 +163,10 @@ JSRoot { identifierName: "from" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -199,12 +179,10 @@ JSRoot { identifierName: "from" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -214,12 +192,10 @@ JSRoot { filename: "es2015/uncategorised/96/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -230,12 +206,10 @@ JSRoot { filename: "es2015/uncategorised/96/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -246,12 +220,10 @@ JSRoot { identifierName: "" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -264,12 +236,10 @@ JSRoot { identifierName: "" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -279,12 +249,10 @@ JSRoot { filename: "es2015/uncategorised/96/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/97/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/97/input.test.md index 919f354c821..41d55910181 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/97/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/97/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/97/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { filename: "es2015/uncategorised/97/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "es2015/uncategorised/97/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "es2015/uncategorised/97/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "null" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { identifierName: "nil" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "es2015/uncategorised/97/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/uncategorised/98/input.test.md b/internal/js-parser/test-fixtures/es2015/uncategorised/98/input.test.md index 2f1b8148109..3b6b498ec93 100644 --- a/internal/js-parser/test-fixtures/es2015/uncategorised/98/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/uncategorised/98/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/uncategorised/98/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { filename: "es2015/uncategorised/98/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "es2015/uncategorised/98/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2015/uncategorised/98/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "crypto" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "es2015/uncategorised/98/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/accessor-name-inst-computed-yield-expr/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/accessor-name-inst-computed-yield-expr/input.test.md index 741e5cb5ac3..b21a70489ba 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/accessor-name-inst-computed-yield-expr/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/accessor-name-inst-computed-yield-expr/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/yield/accessor-name-inst-computed-yield-expr/input.js" end: Object { column: 0 - index: 156 line: 10 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/yield/accessor-name-inst-computed-yield-expr/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/yield/accessor-name-inst-computed-yield-expr/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "yieldSet" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "es2015/yield/accessor-name-inst-computed-yield-expr/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "C" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "es2015/yield/accessor-name-inst-computed-yield-expr/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { identifierName: "iter" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -151,12 +135,10 @@ JSRoot { filename: "es2015/yield/accessor-name-inst-computed-yield-expr/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -172,12 +154,10 @@ JSRoot { identifierName: "g" end: Object { column: 11 - index: 34 line: 2 } start: Object { column: 10 - index: 33 line: 2 } } @@ -186,12 +166,10 @@ JSRoot { filename: "es2015/yield/accessor-name-inst-computed-yield-expr/input.js" end: Object { column: 1 - index: 155 line: 9 } start: Object { column: 0 - index: 23 line: 2 } } @@ -208,12 +186,10 @@ JSRoot { filename: "es2015/yield/accessor-name-inst-computed-yield-expr/input.js" end: Object { column: 13 - index: 36 line: 2 } start: Object { column: 11 - index: 34 line: 2 } } @@ -224,12 +200,10 @@ JSRoot { filename: "es2015/yield/accessor-name-inst-computed-yield-expr/input.js" end: Object { column: 1 - index: 155 line: 9 } start: Object { column: 14 - index: 37 line: 2 } } @@ -242,12 +216,10 @@ JSRoot { identifierName: "C_" end: Object { column: 10 - index: 49 line: 3 } start: Object { column: 8 - index: 47 line: 3 } } @@ -256,12 +228,10 @@ JSRoot { filename: "es2015/yield/accessor-name-inst-computed-yield-expr/input.js" end: Object { column: 3 - index: 142 line: 6 } start: Object { column: 2 - index: 41 line: 3 } } @@ -274,12 +244,10 @@ JSRoot { filename: "es2015/yield/accessor-name-inst-computed-yield-expr/input.js" end: Object { column: 3 - index: 142 line: 6 } start: Object { column: 2 - index: 41 line: 3 } } @@ -294,12 +262,10 @@ JSRoot { filename: "es2015/yield/accessor-name-inst-computed-yield-expr/input.js" end: Object { column: 14 - index: 66 line: 4 } start: Object { column: 9 - index: 61 line: 4 } } @@ -308,12 +274,10 @@ JSRoot { filename: "es2015/yield/accessor-name-inst-computed-yield-expr/input.js" end: Object { column: 15 - index: 67 line: 4 } start: Object { column: 8 - index: 60 line: 4 } } @@ -322,12 +286,10 @@ JSRoot { filename: "es2015/yield/accessor-name-inst-computed-yield-expr/input.js" end: Object { column: 41 - index: 93 line: 4 } start: Object { column: 4 - index: 56 line: 4 } } @@ -344,12 +306,10 @@ JSRoot { filename: "es2015/yield/accessor-name-inst-computed-yield-expr/input.js" end: Object { column: 17 - index: 69 line: 4 } start: Object { column: 15 - index: 67 line: 4 } } @@ -363,19 +323,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 56 line: 4 } loc: Object { filename: "es2015/yield/accessor-name-inst-computed-yield-expr/input.js" end: Object { column: 15 - index: 67 line: 4 } start: Object { column: 4 - index: 56 line: 4 } } @@ -386,12 +343,10 @@ JSRoot { filename: "es2015/yield/accessor-name-inst-computed-yield-expr/input.js" end: Object { column: 41 - index: 93 line: 4 } start: Object { column: 18 - index: 70 line: 4 } } @@ -401,12 +356,10 @@ JSRoot { filename: "es2015/yield/accessor-name-inst-computed-yield-expr/input.js" end: Object { column: 39 - index: 91 line: 4 } start: Object { column: 20 - index: 72 line: 4 } } @@ -416,12 +369,10 @@ JSRoot { filename: "es2015/yield/accessor-name-inst-computed-yield-expr/input.js" end: Object { column: 38 - index: 90 line: 4 } start: Object { column: 27 - index: 79 line: 4 } } @@ -440,12 +391,10 @@ JSRoot { filename: "es2015/yield/accessor-name-inst-computed-yield-expr/input.js" end: Object { column: 14 - index: 108 line: 5 } start: Object { column: 9 - index: 103 line: 5 } } @@ -454,12 +403,10 @@ JSRoot { filename: "es2015/yield/accessor-name-inst-computed-yield-expr/input.js" end: Object { column: 15 - index: 109 line: 5 } start: Object { column: 8 - index: 102 line: 5 } } @@ -468,12 +415,10 @@ JSRoot { filename: "es2015/yield/accessor-name-inst-computed-yield-expr/input.js" end: Object { column: 44 - index: 138 line: 5 } start: Object { column: 4 - index: 98 line: 5 } } @@ -486,19 +431,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 98 line: 5 } loc: Object { filename: "es2015/yield/accessor-name-inst-computed-yield-expr/input.js" end: Object { column: 15 - index: 109 line: 5 } start: Object { column: 4 - index: 98 line: 5 } } @@ -515,12 +457,10 @@ JSRoot { filename: "es2015/yield/accessor-name-inst-computed-yield-expr/input.js" end: Object { column: 22 - index: 116 line: 5 } start: Object { column: 15 - index: 109 line: 5 } } @@ -532,12 +472,10 @@ JSRoot { identifierName: "param" end: Object { column: 21 - index: 115 line: 5 } start: Object { column: 16 - index: 110 line: 5 } } @@ -548,12 +486,10 @@ JSRoot { filename: "es2015/yield/accessor-name-inst-computed-yield-expr/input.js" end: Object { column: 21 - index: 115 line: 5 } start: Object { column: 16 - index: 110 line: 5 } } @@ -567,12 +503,10 @@ JSRoot { filename: "es2015/yield/accessor-name-inst-computed-yield-expr/input.js" end: Object { column: 44 - index: 138 line: 5 } start: Object { column: 23 - index: 117 line: 5 } } @@ -582,12 +516,10 @@ JSRoot { filename: "es2015/yield/accessor-name-inst-computed-yield-expr/input.js" end: Object { column: 42 - index: 136 line: 5 } start: Object { column: 25 - index: 119 line: 5 } } @@ -597,12 +529,10 @@ JSRoot { filename: "es2015/yield/accessor-name-inst-computed-yield-expr/input.js" end: Object { column: 41 - index: 135 line: 5 } start: Object { column: 25 - index: 119 line: 5 } } @@ -613,12 +543,10 @@ JSRoot { identifierName: "yieldSet" end: Object { column: 33 - index: 127 line: 5 } start: Object { column: 25 - index: 119 line: 5 } } @@ -630,12 +558,10 @@ JSRoot { identifierName: "param" end: Object { column: 41 - index: 135 line: 5 } start: Object { column: 36 - index: 130 line: 5 } } @@ -653,12 +579,10 @@ JSRoot { filename: "es2015/yield/accessor-name-inst-computed-yield-expr/input.js" end: Object { column: 9 - index: 153 line: 8 } start: Object { column: 2 - index: 146 line: 8 } } @@ -668,12 +592,10 @@ JSRoot { filename: "es2015/yield/accessor-name-inst-computed-yield-expr/input.js" end: Object { column: 8 - index: 152 line: 8 } start: Object { column: 2 - index: 146 line: 8 } } @@ -684,12 +606,10 @@ JSRoot { identifierName: "C" end: Object { column: 3 - index: 147 line: 8 } start: Object { column: 2 - index: 146 line: 8 } } @@ -701,12 +621,10 @@ JSRoot { identifierName: "C_" end: Object { column: 8 - index: 152 line: 8 } start: Object { column: 6 - index: 150 line: 8 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/asi/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/asi/input.test.md index 94f708d2b10..195b38236f1 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/asi/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/asi/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/yield/asi/input.js" end: Object { column: 4 - index: 26 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/yield/asi/input.js" end: Object { column: 4 - index: 26 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/yield/asi/input.js" end: Object { column: 3 - index: 25 line: 2 } start: Object { column: 1 - index: 1 line: 1 } } @@ -74,12 +68,10 @@ JSRoot { filename: "es2015/yield/asi/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -90,12 +82,10 @@ JSRoot { filename: "es2015/yield/asi/input.js" end: Object { column: 3 - index: 25 line: 2 } start: Object { column: 14 - index: 14 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { filename: "es2015/yield/asi/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { filename: "es2015/yield/asi/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "es2015/yield/asi/input.js" end: Object { column: 1 - index: 23 line: 2 } start: Object { column: 0 - index: 22 line: 2 } } @@ -153,12 +137,10 @@ JSRoot { identifierName: "v" end: Object { column: 1 - index: 23 line: 2 } start: Object { column: 0 - index: 22 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/asi2/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/asi2/input.test.md index 3dad0d1e175..a6a557c7318 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/asi2/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/asi2/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/yield/asi2/input.js" end: Object { column: 0 - index: 31 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "f" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/yield/asi2/input.js" end: Object { column: 1 - index: 30 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2015/yield/asi2/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2015/yield/asi2/input.js" end: Object { column: 1 - index: 30 line: 3 } start: Object { column: 14 - index: 14 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "es2015/yield/asi2/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "es2015/yield/asi2/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -141,12 +127,10 @@ JSRoot { filename: "es2015/yield/asi2/input.js" end: Object { column: 2 - index: 24 line: 2 } start: Object { column: 0 - index: 22 line: 2 } } @@ -156,12 +140,10 @@ JSRoot { filename: "es2015/yield/asi2/input.js" end: Object { column: 6 - index: 28 line: 2 } start: Object { column: 2 - index: 24 line: 2 } } @@ -176,12 +158,10 @@ JSRoot { filename: "es2015/yield/asi2/input.js" end: Object { column: 6 - index: 28 line: 2 } start: Object { column: 2 - index: 24 line: 2 } } @@ -190,12 +170,10 @@ JSRoot { filename: "es2015/yield/asi2/input.js" end: Object { column: 4 - index: 26 line: 2 } start: Object { column: 3 - index: 25 line: 2 } } @@ -206,12 +184,10 @@ JSRoot { filename: "es2015/yield/asi2/input.js" end: Object { column: 4 - index: 26 line: 2 } start: Object { column: 3 - index: 25 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/basic-with-argument/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/basic-with-argument/input.test.md index 46cd636b5f1..63948eec834 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/basic-with-argument/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/basic-with-argument/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/yield/basic-with-argument/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/yield/basic-with-argument/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/yield/basic-with-argument/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -74,12 +68,10 @@ JSRoot { filename: "es2015/yield/basic-with-argument/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -90,12 +82,10 @@ JSRoot { filename: "es2015/yield/basic-with-argument/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { filename: "es2015/yield/basic-with-argument/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "es2015/yield/basic-with-argument/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { identifierName: "v" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/basic-without-argument/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/basic-without-argument/input.test.md index 20d9323e483..f09654d26b9 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/basic-without-argument/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/basic-without-argument/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/yield/basic-without-argument/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "foo" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/yield/basic-without-argument/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2015/yield/basic-without-argument/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2015/yield/basic-without-argument/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "es2015/yield/basic-without-argument/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { filename: "es2015/yield/basic-without-argument/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "es2015/yield/basic-without-argument/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -154,12 +138,10 @@ JSRoot { filename: "es2015/yield/basic-without-argument/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -170,12 +152,10 @@ JSRoot { identifierName: "console" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -188,12 +168,10 @@ JSRoot { identifierName: "log" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -203,12 +181,10 @@ JSRoot { identifierName: "log" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/function-name-class-wrapped/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/function-name-class-wrapped/input.test.md index 7a48d3b647a..d3bb6bf116b 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/function-name-class-wrapped/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/function-name-class-wrapped/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/yield/function-name-class-wrapped/input.js" end: Object { column: 0 - index: 47 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "wrap" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/yield/function-name-class-wrapped/input.js" end: Object { column: 1 - index: 46 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2015/yield/function-name-class-wrapped/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2015/yield/function-name-class-wrapped/input.js" end: Object { column: 1 - index: 46 line: 3 } start: Object { column: 17 - index: 17 line: 1 } } @@ -110,12 +100,10 @@ JSRoot { identifierName: "A" end: Object { column: 11 - index: 30 line: 2 } start: Object { column: 10 - index: 29 line: 2 } } @@ -124,12 +112,10 @@ JSRoot { filename: "es2015/yield/function-name-class-wrapped/input.js" end: Object { column: 25 - index: 44 line: 2 } start: Object { column: 4 - index: 23 line: 2 } } @@ -142,12 +128,10 @@ JSRoot { filename: "es2015/yield/function-name-class-wrapped/input.js" end: Object { column: 25 - index: 44 line: 2 } start: Object { column: 4 - index: 23 line: 2 } } @@ -162,12 +146,10 @@ JSRoot { identifierName: "yield" end: Object { column: 19 - index: 38 line: 2 } start: Object { column: 14 - index: 33 line: 2 } } @@ -176,12 +158,10 @@ JSRoot { filename: "es2015/yield/function-name-class-wrapped/input.js" end: Object { column: 19 - index: 38 line: 2 } start: Object { column: 14 - index: 33 line: 2 } } @@ -190,12 +170,10 @@ JSRoot { filename: "es2015/yield/function-name-class-wrapped/input.js" end: Object { column: 24 - index: 43 line: 2 } start: Object { column: 13 - index: 32 line: 2 } } @@ -206,12 +184,10 @@ JSRoot { filename: "es2015/yield/function-name-class-wrapped/input.js" end: Object { column: 24 - index: 43 line: 2 } start: Object { column: 22 - index: 41 line: 2 } } @@ -229,12 +205,10 @@ JSRoot { filename: "es2015/yield/function-name-class-wrapped/input.js" end: Object { column: 21 - index: 40 line: 2 } start: Object { column: 19 - index: 38 line: 2 } } @@ -248,19 +222,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 13 - index: 32 line: 2 } loc: Object { filename: "es2015/yield/function-name-class-wrapped/input.js" end: Object { column: 19 - index: 38 line: 2 } start: Object { column: 13 - index: 32 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/function-name-function-declaration-inside-generator/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/function-name-function-declaration-inside-generator/input.test.md index e21b2feb7a2..05c6f62390a 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/function-name-function-declaration-inside-generator/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/function-name-function-declaration-inside-generator/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/yield/function-name-function-declaration-inside-generator/input.js" end: Object { column: 1 - index: 40 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 16 - index: 33 line: 2 } start: Object { column: 11 - index: 28 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "fn" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2015/yield/function-name-function-declaration-inside-generator/input.js" end: Object { column: 1 - index: 40 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "es2015/yield/function-name-function-declaration-inside-generator/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "es2015/yield/function-name-function-declaration-inside-generator/input.js" end: Object { column: 1 - index: 40 line: 3 } start: Object { column: 15 - index: 15 line: 1 } } @@ -134,12 +122,10 @@ JSRoot { identifierName: "yield" end: Object { column: 16 - index: 33 line: 2 } start: Object { column: 11 - index: 28 line: 2 } } @@ -148,12 +134,10 @@ JSRoot { filename: "es2015/yield/function-name-function-declaration-inside-generator/input.js" end: Object { column: 21 - index: 38 line: 2 } start: Object { column: 2 - index: 19 line: 2 } } @@ -164,12 +148,10 @@ JSRoot { filename: "es2015/yield/function-name-function-declaration-inside-generator/input.js" end: Object { column: 21 - index: 38 line: 2 } start: Object { column: 19 - index: 36 line: 2 } } @@ -187,12 +169,10 @@ JSRoot { filename: "es2015/yield/function-name-function-declaration-inside-generator/input.js" end: Object { column: 18 - index: 35 line: 2 } start: Object { column: 16 - index: 33 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/function-name-function-declaration/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/function-name-function-declaration/input.test.md index 5b49f692d9f..7ea9afd7b12 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/function-name-function-declaration/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/function-name-function-declaration/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/yield/function-name-function-declaration/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "yield" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/yield/function-name-function-declaration/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2015/yield/function-name-function-declaration/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "es2015/yield/function-name-function-declaration/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/function-name-function-expression-inside-generator/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/function-name-function-expression-inside-generator/input.test.md index 314e900ddd7..e438866e197 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/function-name-function-expression-inside-generator/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/function-name-function-expression-inside-generator/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/yield/function-name-function-expression-inside-generator/input.js" end: Object { column: 1 - index: 43 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "fn" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/yield/function-name-function-expression-inside-generator/input.js" end: Object { column: 1 - index: 43 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2015/yield/function-name-function-expression-inside-generator/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2015/yield/function-name-function-expression-inside-generator/input.js" end: Object { column: 1 - index: 43 line: 3 } start: Object { column: 15 - index: 15 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "es2015/yield/function-name-function-expression-inside-generator/input.js" end: Object { column: 24 - index: 41 line: 2 } start: Object { column: 2 - index: 19 line: 2 } } @@ -124,12 +112,10 @@ JSRoot { identifierName: "yield" end: Object { column: 17 - index: 34 line: 2 } start: Object { column: 12 - index: 29 line: 2 } } @@ -138,12 +124,10 @@ JSRoot { filename: "es2015/yield/function-name-function-expression-inside-generator/input.js" end: Object { column: 22 - index: 39 line: 2 } start: Object { column: 3 - index: 20 line: 2 } } @@ -154,12 +138,10 @@ JSRoot { filename: "es2015/yield/function-name-function-expression-inside-generator/input.js" end: Object { column: 22 - index: 39 line: 2 } start: Object { column: 20 - index: 37 line: 2 } } @@ -177,12 +159,10 @@ JSRoot { filename: "es2015/yield/function-name-function-expression-inside-generator/input.js" end: Object { column: 19 - index: 36 line: 2 } start: Object { column: 17 - index: 34 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/function-name-function-expression/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/function-name-function-expression/input.test.md index fe699162a8d..7aca5f21f0a 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/function-name-function-expression/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/function-name-function-expression/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/yield/function-name-function-expression/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/yield/function-name-function-expression/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "es2015/yield/function-name-function-expression/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "yield" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2015/yield/function-name-function-expression/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "es2015/yield/function-name-function-expression/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "es2015/yield/function-name-function-expression/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/function-name-function-method/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/function-name-function-method/input.test.md index 37306303107..b5c96f477f9 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/function-name-function-method/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/function-name-function-method/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/yield/function-name-function-method/input.js" end: Object { column: 1 - index: 24 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/yield/function-name-function-method/input.js" end: Object { column: 1 - index: 24 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "es2015/yield/function-name-function-method/input.js" end: Object { column: 1 - index: 24 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "yield" end: Object { column: 7 - index: 17 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "es2015/yield/function-name-function-method/input.js" end: Object { column: 7 - index: 17 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "es2015/yield/function-name-function-method/input.js" end: Object { column: 12 - index: 22 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "es2015/yield/function-name-function-method/input.js" end: Object { column: 12 - index: 22 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -159,12 +143,10 @@ JSRoot { filename: "es2015/yield/function-name-function-method/input.js" end: Object { column: 9 - index: 19 line: 2 } start: Object { column: 7 - index: 17 line: 2 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "es2015/yield/function-name-function-method/input.js" end: Object { column: 7 - index: 17 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/function-name-generator-declaration/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/function-name-generator-declaration/input.test.md index c485c191509..e42516f8341 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/function-name-generator-declaration/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/function-name-generator-declaration/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/yield/function-name-generator-declaration/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "yield" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/yield/function-name-generator-declaration/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2015/yield/function-name-generator-declaration/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "es2015/yield/function-name-generator-declaration/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/function-name-generator-expression/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/function-name-generator-expression/input.test.md index 55a28f430cf..8694533fade 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/function-name-generator-expression/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/function-name-generator-expression/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/yield/function-name-generator-expression/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/yield/function-name-generator-expression/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "es2015/yield/function-name-generator-expression/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "yield" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "es2015/yield/function-name-generator-expression/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { filename: "es2015/yield/function-name-generator-expression/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -147,12 +133,10 @@ JSRoot { filename: "es2015/yield/function-name-generator-expression/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/function-name-generator-method/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/function-name-generator-method/input.test.md index bd933a3a05b..67e27e19381 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/function-name-generator-method/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/function-name-generator-method/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/yield/function-name-generator-method/input.js" end: Object { column: 1 - index: 25 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/yield/function-name-generator-method/input.js" end: Object { column: 1 - index: 25 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "es2015/yield/function-name-generator-method/input.js" end: Object { column: 1 - index: 25 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "yield" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 3 - index: 13 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "es2015/yield/function-name-generator-method/input.js" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 3 - index: 13 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "es2015/yield/function-name-generator-method/input.js" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "es2015/yield/function-name-generator-method/input.js" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 11 - index: 21 line: 2 } } @@ -159,12 +143,10 @@ JSRoot { filename: "es2015/yield/function-name-generator-method/input.js" end: Object { column: 10 - index: 20 line: 2 } start: Object { column: 8 - index: 18 line: 2 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "es2015/yield/function-name-generator-method/input.js" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/function-name-generator-wrapped/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/function-name-generator-wrapped/input.test.md index a8034dd9787..b7bb9e80ce3 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/function-name-generator-wrapped/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/function-name-generator-wrapped/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/yield/function-name-generator-wrapped/input.js" end: Object { column: 0 - index: 41 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "wrap" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/yield/function-name-generator-wrapped/input.js" end: Object { column: 1 - index: 40 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2015/yield/function-name-generator-wrapped/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2015/yield/function-name-generator-wrapped/input.js" end: Object { column: 1 - index: 40 line: 3 } start: Object { column: 17 - index: 17 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "es2015/yield/function-name-generator-wrapped/input.js" end: Object { column: 19 - index: 38 line: 2 } start: Object { column: 4 - index: 23 line: 2 } } @@ -121,12 +109,10 @@ JSRoot { filename: "es2015/yield/function-name-generator-wrapped/input.js" end: Object { column: 18 - index: 37 line: 2 } start: Object { column: 5 - index: 24 line: 2 } } @@ -141,12 +127,10 @@ JSRoot { identifierName: "yield" end: Object { column: 12 - index: 31 line: 2 } start: Object { column: 7 - index: 26 line: 2 } } @@ -155,12 +139,10 @@ JSRoot { filename: "es2015/yield/function-name-generator-wrapped/input.js" end: Object { column: 12 - index: 31 line: 2 } start: Object { column: 7 - index: 26 line: 2 } } @@ -169,12 +151,10 @@ JSRoot { filename: "es2015/yield/function-name-generator-wrapped/input.js" end: Object { column: 17 - index: 36 line: 2 } start: Object { column: 6 - index: 25 line: 2 } } @@ -185,12 +165,10 @@ JSRoot { filename: "es2015/yield/function-name-generator-wrapped/input.js" end: Object { column: 17 - index: 36 line: 2 } start: Object { column: 15 - index: 34 line: 2 } } @@ -208,12 +186,10 @@ JSRoot { filename: "es2015/yield/function-name-generator-wrapped/input.js" end: Object { column: 14 - index: 33 line: 2 } start: Object { column: 12 - index: 31 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/function-name-inside-function/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/function-name-inside-function/input.test.md index 12eca6d47a3..15b911e6f1d 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/function-name-inside-function/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/function-name-inside-function/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/yield/function-name-inside-function/input.js" end: Object { column: 1 - index: 39 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "fn" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/yield/function-name-inside-function/input.js" end: Object { column: 1 - index: 39 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2015/yield/function-name-inside-function/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2015/yield/function-name-inside-function/input.js" end: Object { column: 1 - index: 39 line: 3 } start: Object { column: 14 - index: 14 line: 1 } } @@ -110,12 +100,10 @@ JSRoot { identifierName: "yield" end: Object { column: 16 - index: 32 line: 2 } start: Object { column: 11 - index: 27 line: 2 } } @@ -124,12 +112,10 @@ JSRoot { filename: "es2015/yield/function-name-inside-function/input.js" end: Object { column: 21 - index: 37 line: 2 } start: Object { column: 2 - index: 18 line: 2 } } @@ -140,12 +126,10 @@ JSRoot { filename: "es2015/yield/function-name-inside-function/input.js" end: Object { column: 21 - index: 37 line: 2 } start: Object { column: 19 - index: 35 line: 2 } } @@ -163,12 +147,10 @@ JSRoot { filename: "es2015/yield/function-name-inside-function/input.js" end: Object { column: 18 - index: 34 line: 2 } start: Object { column: 16 - index: 32 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/function-name-strict-body/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/function-name-strict-body/input.test.md index a9a364cbfec..27c9644e9b8 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/function-name-strict-body/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/function-name-strict-body/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/yield/function-name-strict-body/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "yield" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "es2015/yield/function-name-strict-body/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "es2015/yield/function-name-strict-body/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -121,12 +111,10 @@ JSRoot { filename: "es2015/yield/function-name-strict-body/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -137,12 +125,10 @@ JSRoot { filename: "es2015/yield/function-name-strict-body/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/function-name-strict/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/function-name-strict/input.test.md index 8771178fe7c..307cc9b7a00 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/function-name-strict/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/function-name-strict/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "es2015/yield/function-name-strict/input.js" end: Object { column: 19 - index: 33 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "es2015/yield/function-name-strict/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { sourceText: undefined end: Object { column: 14 - index: 28 line: 2 } start: Object { column: 9 - index: 23 line: 2 } } @@ -86,12 +80,10 @@ JSRoot { identifierName: "yield" end: Object { column: 14 - index: 28 line: 2 } start: Object { column: 9 - index: 23 line: 2 } } @@ -100,12 +92,10 @@ JSRoot { filename: "es2015/yield/function-name-strict/input.js" end: Object { column: 19 - index: 33 line: 2 } start: Object { column: 0 - index: 14 line: 2 } } @@ -116,12 +106,10 @@ JSRoot { filename: "es2015/yield/function-name-strict/input.js" end: Object { column: 19 - index: 33 line: 2 } start: Object { column: 17 - index: 31 line: 2 } } @@ -139,12 +127,10 @@ JSRoot { filename: "es2015/yield/function-name-strict/input.js" end: Object { column: 16 - index: 30 line: 2 } start: Object { column: 14 - index: 28 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/in-class-heritage/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/in-class-heritage/input.test.md index b7404081483..4bfacbfefe2 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/in-class-heritage/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/in-class-heritage/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/yield/in-class-heritage/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "es2015/yield/in-class-heritage/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "es2015/yield/in-class-heritage/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "yield" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { identifierName: "" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -150,12 +136,10 @@ JSRoot { filename: "es2015/yield/in-class-heritage/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -167,12 +151,10 @@ JSRoot { filename: "es2015/yield/in-class-heritage/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -185,19 +167,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 24 - index: 24 line: 1 } loc: Object { filename: "es2015/yield/in-class-heritage/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/in-global-scope/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/in-global-scope/input.test.md index bab58b72e0b..a6a456c223b 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/in-global-scope/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/in-global-scope/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/yield/in-global-scope/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/yield/in-global-scope/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "yield" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "es2015/yield/in-global-scope/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "es2015/yield/in-global-scope/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/in-iterator-stmt/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/in-iterator-stmt/input.test.md index defcb0391fd..af9d735ca1d 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/in-iterator-stmt/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/in-iterator-stmt/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/yield/in-iterator-stmt/input.js" end: Object { column: 0 - index: 47 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 15 - index: 31 line: 2 } start: Object { column: 7 - index: 23 line: 2 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "g" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "es2015/yield/in-iterator-stmt/input.js" end: Object { column: 1 - index: 46 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "es2015/yield/in-iterator-stmt/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -121,12 +111,10 @@ JSRoot { filename: "es2015/yield/in-iterator-stmt/input.js" end: Object { column: 1 - index: 46 line: 3 } start: Object { column: 14 - index: 14 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "es2015/yield/in-iterator-stmt/input.js" end: Object { column: 22 - index: 38 line: 2 } start: Object { column: 2 - index: 18 line: 2 } } @@ -150,12 +136,10 @@ JSRoot { filename: "es2015/yield/in-iterator-stmt/input.js" end: Object { column: 22 - index: 38 line: 2 } start: Object { column: 21 - index: 37 line: 2 } } @@ -166,12 +150,10 @@ JSRoot { filename: "es2015/yield/in-iterator-stmt/input.js" end: Object { column: 15 - index: 31 line: 2 } start: Object { column: 16 - index: 32 line: 2 } } @@ -182,12 +164,10 @@ JSRoot { filename: "es2015/yield/in-iterator-stmt/input.js" end: Object { column: 21 - index: 37 line: 2 } start: Object { column: 19 - index: 35 line: 2 } } @@ -198,12 +178,10 @@ JSRoot { filename: "es2015/yield/in-iterator-stmt/input.js" end: Object { column: 24 - index: 40 line: 2 } start: Object { column: 23 - index: 39 line: 2 } } @@ -213,12 +191,10 @@ JSRoot { filename: "es2015/yield/in-iterator-stmt/input.js" end: Object { column: 28 - index: 44 line: 2 } start: Object { column: 25 - index: 41 line: 2 } } @@ -228,12 +204,10 @@ JSRoot { filename: "es2015/yield/in-iterator-stmt/input.js" end: Object { column: 26 - index: 42 line: 2 } start: Object { column: 25 - index: 41 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/in-plain-function/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/in-plain-function/input.test.md index c2332c8f0dc..afd457f7e29 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/in-plain-function/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/in-plain-function/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/yield/in-plain-function/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/yield/in-plain-function/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2015/yield/in-plain-function/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "es2015/yield/in-plain-function/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "es2015/yield/in-plain-function/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "es2015/yield/in-plain-function/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -145,12 +131,10 @@ JSRoot { identifierName: "yield" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -161,12 +145,10 @@ JSRoot { filename: "es2015/yield/in-plain-function/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -177,12 +159,10 @@ JSRoot { filename: "es2015/yield/in-plain-function/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/input-not-followed-by-regex/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/input-not-followed-by-regex/input.test.md index 758ffc6d3ae..e92d4baecc7 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/input-not-followed-by-regex/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/input-not-followed-by-regex/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/yield/input-not-followed-by-regex/input.js" end: Object { column: 0 - index: 35 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "f2" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/yield/input-not-followed-by-regex/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2015/yield/input-not-followed-by-regex/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2015/yield/input-not-followed-by-regex/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "es2015/yield/input-not-followed-by-regex/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { filename: "es2015/yield/input-not-followed-by-regex/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -141,12 +127,10 @@ JSRoot { filename: "es2015/yield/input-not-followed-by-regex/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { filename: "es2015/yield/input-not-followed-by-regex/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { identifierName: "yield" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -190,12 +170,10 @@ JSRoot { filename: "es2015/yield/input-not-followed-by-regex/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/inside-arrow-inside-generator/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/inside-arrow-inside-generator/input.test.md index ecf822a5fcd..bfe230549e4 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/inside-arrow-inside-generator/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/inside-arrow-inside-generator/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/yield/inside-arrow-inside-generator/input.js" end: Object { column: 1 - index: 52 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "fn" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/yield/inside-arrow-inside-generator/input.js" end: Object { column: 1 - index: 52 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2015/yield/inside-arrow-inside-generator/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2015/yield/inside-arrow-inside-generator/input.js" end: Object { column: 1 - index: 52 line: 4 } start: Object { column: 15 - index: 15 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "es2015/yield/inside-arrow-inside-generator/input.js" end: Object { column: 14 - index: 31 line: 2 } start: Object { column: 2 - index: 19 line: 2 } } @@ -121,12 +109,10 @@ JSRoot { filename: "es2015/yield/inside-arrow-inside-generator/input.js" end: Object { column: 13 - index: 30 line: 2 } start: Object { column: 2 - index: 19 line: 2 } } @@ -137,12 +123,10 @@ JSRoot { identifierName: "yield" end: Object { column: 13 - index: 30 line: 2 } start: Object { column: 8 - index: 25 line: 2 } } @@ -158,12 +142,10 @@ JSRoot { filename: "es2015/yield/inside-arrow-inside-generator/input.js" end: Object { column: 7 - index: 24 line: 2 } start: Object { column: 2 - index: 19 line: 2 } } @@ -175,12 +157,10 @@ JSRoot { filename: "es2015/yield/inside-arrow-inside-generator/input.js" end: Object { column: 18 - index: 50 line: 3 } start: Object { column: 2 - index: 34 line: 3 } } @@ -189,12 +169,10 @@ JSRoot { filename: "es2015/yield/inside-arrow-inside-generator/input.js" end: Object { column: 17 - index: 49 line: 3 } start: Object { column: 2 - index: 34 line: 3 } } @@ -209,12 +187,10 @@ JSRoot { filename: "es2015/yield/inside-arrow-inside-generator/input.js" end: Object { column: 7 - index: 39 line: 3 } start: Object { column: 2 - index: 34 line: 3 } } @@ -225,12 +201,10 @@ JSRoot { filename: "es2015/yield/inside-arrow-inside-generator/input.js" end: Object { column: 17 - index: 49 line: 3 } start: Object { column: 8 - index: 40 line: 3 } } @@ -240,12 +214,10 @@ JSRoot { filename: "es2015/yield/inside-arrow-inside-generator/input.js" end: Object { column: 15 - index: 47 line: 3 } start: Object { column: 10 - index: 42 line: 3 } } @@ -256,12 +228,10 @@ JSRoot { identifierName: "yield" end: Object { column: 15 - index: 47 line: 3 } start: Object { column: 10 - index: 42 line: 3 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/parameter-default-inside-arrow-inside-arrow-inside-generator/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/parameter-default-inside-arrow-inside-arrow-inside-generator/input.test.md index 1c2d259e19b..88bfbe5db18 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/parameter-default-inside-arrow-inside-arrow-inside-generator/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/parameter-default-inside-arrow-inside-arrow-inside-generator/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-arrow-inside-generator/input.js" end: Object { column: 1 - index: 45 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "fn" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-arrow-inside-generator/input.js" end: Object { column: 1 - index: 45 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-arrow-inside-generator/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-arrow-inside-generator/input.js" end: Object { column: 1 - index: 45 line: 3 } start: Object { column: 15 - index: 15 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-arrow-inside-generator/input.js" end: Object { column: 26 - index: 43 line: 2 } start: Object { column: 2 - index: 19 line: 2 } } @@ -121,12 +109,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-arrow-inside-generator/input.js" end: Object { column: 25 - index: 42 line: 2 } start: Object { column: 2 - index: 19 line: 2 } } @@ -141,12 +127,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-arrow-inside-generator/input.js" end: Object { column: 7 - index: 24 line: 2 } start: Object { column: 2 - index: 19 line: 2 } } @@ -156,12 +140,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-arrow-inside-generator/input.js" end: Object { column: 25 - index: 42 line: 2 } start: Object { column: 8 - index: 25 line: 2 } } @@ -172,12 +154,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-arrow-inside-generator/input.js" end: Object { column: 25 - index: 42 line: 2 } start: Object { column: 23 - index: 40 line: 2 } } @@ -192,12 +172,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-arrow-inside-generator/input.js" end: Object { column: 22 - index: 39 line: 2 } start: Object { column: 8 - index: 25 line: 2 } } @@ -208,12 +186,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-arrow-inside-generator/input.js" end: Object { column: 18 - index: 35 line: 2 } start: Object { column: 9 - index: 26 line: 2 } } @@ -224,12 +200,10 @@ JSRoot { identifierName: "x" end: Object { column: 10 - index: 27 line: 2 } start: Object { column: 9 - index: 26 line: 2 } } @@ -241,12 +215,10 @@ JSRoot { identifierName: "yield" end: Object { column: 18 - index: 35 line: 2 } start: Object { column: 13 - index: 30 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/parameter-default-inside-arrow-inside-generator-1/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/parameter-default-inside-arrow-inside-generator-1/input.test.md index bc625f627ec..b85ffb3d4c9 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/parameter-default-inside-arrow-inside-generator-1/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/parameter-default-inside-arrow-inside-generator-1/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-1/input.js" end: Object { column: 1 - index: 39 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 12 - index: 29 line: 2 } start: Object { column: 12 - index: 29 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "fn" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-1/input.js" end: Object { column: 1 - index: 39 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-1/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-1/input.js" end: Object { column: 1 - index: 39 line: 3 } start: Object { column: 15 - index: 15 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-1/input.js" end: Object { column: 20 - index: 37 line: 2 } start: Object { column: 2 - index: 19 line: 2 } } @@ -145,12 +131,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-1/input.js" end: Object { column: 19 - index: 36 line: 2 } start: Object { column: 2 - index: 19 line: 2 } } @@ -161,12 +145,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-1/input.js" end: Object { column: 19 - index: 36 line: 2 } start: Object { column: 17 - index: 34 line: 2 } } @@ -181,12 +163,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-1/input.js" end: Object { column: 16 - index: 33 line: 2 } start: Object { column: 2 - index: 19 line: 2 } } @@ -197,12 +177,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-1/input.js" end: Object { column: 12 - index: 29 line: 2 } start: Object { column: 3 - index: 20 line: 2 } } @@ -213,12 +191,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 21 line: 2 } start: Object { column: 3 - index: 20 line: 2 } } @@ -230,12 +206,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-1/input.js" end: Object { column: 12 - index: 29 line: 2 } start: Object { column: 7 - index: 24 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/parameter-default-inside-arrow-inside-generator-2/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/parameter-default-inside-arrow-inside-generator-2/input.test.md index 45073edbb80..61f96e9a22e 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/parameter-default-inside-arrow-inside-generator-2/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/parameter-default-inside-arrow-inside-generator-2/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-2/input.js" end: Object { column: 1 - index: 53 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 20 - index: 37 line: 2 } start: Object { column: 20 - index: 37 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "fn" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-2/input.js" end: Object { column: 1 - index: 53 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-2/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-2/input.js" end: Object { column: 1 - index: 53 line: 3 } start: Object { column: 15 - index: 15 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-2/input.js" end: Object { column: 34 - index: 51 line: 2 } start: Object { column: 2 - index: 19 line: 2 } } @@ -145,12 +131,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-2/input.js" end: Object { column: 33 - index: 50 line: 2 } start: Object { column: 2 - index: 19 line: 2 } } @@ -161,12 +145,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-2/input.js" end: Object { column: 33 - index: 50 line: 2 } start: Object { column: 31 - index: 48 line: 2 } } @@ -181,12 +163,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-2/input.js" end: Object { column: 30 - index: 47 line: 2 } start: Object { column: 2 - index: 19 line: 2 } } @@ -197,12 +177,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-2/input.js" end: Object { column: 26 - index: 43 line: 2 } start: Object { column: 3 - index: 20 line: 2 } } @@ -213,12 +191,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 21 line: 2 } start: Object { column: 3 - index: 20 line: 2 } } @@ -229,12 +205,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-2/input.js" end: Object { column: 26 - index: 43 line: 2 } start: Object { column: 7 - index: 24 line: 2 } } @@ -245,12 +219,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-2/input.js" end: Object { column: 8 - index: 25 line: 2 } start: Object { column: 7 - index: 24 line: 2 } } @@ -261,12 +233,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-2/input.js" end: Object { column: 26 - index: 43 line: 2 } start: Object { column: 11 - index: 28 line: 2 } } @@ -277,12 +247,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-2/input.js" end: Object { column: 26 - index: 43 line: 2 } start: Object { column: 25 - index: 42 line: 2 } } @@ -292,12 +260,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-2/input.js" end: Object { column: 21 - index: 38 line: 2 } start: Object { column: 11 - index: 28 line: 2 } } @@ -309,12 +275,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-2/input.js" end: Object { column: 20 - index: 37 line: 2 } start: Object { column: 15 - index: 32 line: 2 } } @@ -325,12 +289,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-2/input.js" end: Object { column: 14 - index: 31 line: 2 } start: Object { column: 11 - index: 28 line: 2 } } @@ -341,12 +303,10 @@ JSRoot { identifierName: "a" end: Object { column: 12 - index: 29 line: 2 } start: Object { column: 11 - index: 28 line: 2 } } @@ -359,12 +319,10 @@ JSRoot { identifierName: "b" end: Object { column: 14 - index: 31 line: 2 } start: Object { column: 13 - index: 30 line: 2 } } @@ -374,12 +332,10 @@ JSRoot { identifierName: "b" end: Object { column: 14 - index: 31 line: 2 } start: Object { column: 13 - index: 30 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/parameter-default-inside-arrow-inside-generator-3/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/parameter-default-inside-arrow-inside-generator-3/input.test.md index 9515a00ae3d..3a043a41c01 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/parameter-default-inside-arrow-inside-generator-3/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/parameter-default-inside-arrow-inside-generator-3/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-3/input.js" end: Object { column: 1 - index: 42 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 12 - index: 29 line: 2 } start: Object { column: 12 - index: 29 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "fn" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-3/input.js" end: Object { column: 1 - index: 42 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-3/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-3/input.js" end: Object { column: 1 - index: 42 line: 3 } start: Object { column: 15 - index: 15 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-3/input.js" end: Object { column: 23 - index: 40 line: 2 } start: Object { column: 2 - index: 19 line: 2 } } @@ -145,12 +131,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-3/input.js" end: Object { column: 22 - index: 39 line: 2 } start: Object { column: 2 - index: 19 line: 2 } } @@ -161,12 +145,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-3/input.js" end: Object { column: 22 - index: 39 line: 2 } start: Object { column: 20 - index: 37 line: 2 } } @@ -181,12 +163,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-3/input.js" end: Object { column: 19 - index: 36 line: 2 } start: Object { column: 2 - index: 19 line: 2 } } @@ -197,12 +177,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-3/input.js" end: Object { column: 15 - index: 32 line: 2 } start: Object { column: 3 - index: 20 line: 2 } } @@ -213,12 +191,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 21 line: 2 } start: Object { column: 3 - index: 20 line: 2 } } @@ -229,12 +205,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-3/input.js" end: Object { column: 15 - index: 32 line: 2 } start: Object { column: 7 - index: 24 line: 2 } } @@ -245,12 +219,10 @@ JSRoot { identifierName: "fn" end: Object { column: 15 - index: 32 line: 2 } start: Object { column: 13 - index: 30 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/parameter-default-inside-arrow-inside-generator-4/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/parameter-default-inside-arrow-inside-generator-4/input.test.md index 4f7508920d5..90f3973c64b 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/parameter-default-inside-arrow-inside-generator-4/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/parameter-default-inside-arrow-inside-generator-4/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-4/input.js" end: Object { column: 1 - index: 49 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 22 - index: 39 line: 2 } start: Object { column: 22 - index: 39 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "fn" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-4/input.js" end: Object { column: 1 - index: 49 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-4/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-4/input.js" end: Object { column: 1 - index: 49 line: 3 } start: Object { column: 15 - index: 15 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-4/input.js" end: Object { column: 30 - index: 47 line: 2 } start: Object { column: 2 - index: 19 line: 2 } } @@ -145,12 +131,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-4/input.js" end: Object { column: 29 - index: 46 line: 2 } start: Object { column: 2 - index: 19 line: 2 } } @@ -161,12 +145,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-4/input.js" end: Object { column: 29 - index: 46 line: 2 } start: Object { column: 27 - index: 44 line: 2 } } @@ -181,12 +163,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-4/input.js" end: Object { column: 26 - index: 43 line: 2 } start: Object { column: 2 - index: 19 line: 2 } } @@ -198,12 +178,10 @@ JSRoot { identifierName: "a" end: Object { column: 4 - index: 21 line: 2 } start: Object { column: 3 - index: 20 line: 2 } } @@ -214,12 +192,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-4/input.js" end: Object { column: 11 - index: 28 line: 2 } start: Object { column: 6 - index: 23 line: 2 } } @@ -230,12 +206,10 @@ JSRoot { identifierName: "b" end: Object { column: 7 - index: 24 line: 2 } start: Object { column: 6 - index: 23 line: 2 } } @@ -247,12 +221,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-4/input.js" end: Object { column: 11 - index: 28 line: 2 } start: Object { column: 10 - index: 27 line: 2 } } @@ -264,12 +236,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-4/input.js" end: Object { column: 22 - index: 39 line: 2 } start: Object { column: 13 - index: 30 line: 2 } } @@ -280,12 +250,10 @@ JSRoot { identifierName: "x" end: Object { column: 14 - index: 31 line: 2 } start: Object { column: 13 - index: 30 line: 2 } } @@ -297,12 +265,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-4/input.js" end: Object { column: 22 - index: 39 line: 2 } start: Object { column: 17 - index: 34 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/parameter-default-inside-arrow-inside-generator-5/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/parameter-default-inside-arrow-inside-generator-5/input.test.md index 0f823ee1384..74a8526a374 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/parameter-default-inside-arrow-inside-generator-5/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/parameter-default-inside-arrow-inside-generator-5/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-5/input.js" end: Object { column: 1 - index: 47 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 13 - index: 30 line: 2 } start: Object { column: 13 - index: 30 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "fn" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-5/input.js" end: Object { column: 1 - index: 47 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-5/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-5/input.js" end: Object { column: 1 - index: 47 line: 3 } start: Object { column: 15 - index: 15 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-5/input.js" end: Object { column: 28 - index: 45 line: 2 } start: Object { column: 2 - index: 19 line: 2 } } @@ -145,12 +131,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-5/input.js" end: Object { column: 27 - index: 44 line: 2 } start: Object { column: 2 - index: 19 line: 2 } } @@ -161,12 +145,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-5/input.js" end: Object { column: 27 - index: 44 line: 2 } start: Object { column: 25 - index: 42 line: 2 } } @@ -181,12 +163,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-5/input.js" end: Object { column: 24 - index: 41 line: 2 } start: Object { column: 2 - index: 19 line: 2 } } @@ -197,12 +177,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-5/input.js" end: Object { column: 20 - index: 37 line: 2 } start: Object { column: 3 - index: 20 line: 2 } } @@ -213,12 +191,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 21 line: 2 } start: Object { column: 3 - index: 20 line: 2 } } @@ -228,12 +204,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-5/input.js" end: Object { column: 20 - index: 37 line: 2 } start: Object { column: 7 - index: 24 line: 2 } } @@ -244,12 +218,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-5/input.js" end: Object { column: 20 - index: 37 line: 2 } start: Object { column: 18 - index: 35 line: 2 } } @@ -264,12 +236,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-5/input.js" end: Object { column: 17 - index: 34 line: 2 } start: Object { column: 7 - index: 24 line: 2 } } @@ -280,12 +250,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-5/input.js" end: Object { column: 17 - index: 34 line: 2 } start: Object { column: 18 - index: 35 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/parameter-default-inside-arrow-inside-generator-6/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/parameter-default-inside-arrow-inside-generator-6/input.test.md index 0f513ac9203..d1564f4fba0 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/parameter-default-inside-arrow-inside-generator-6/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/parameter-default-inside-arrow-inside-generator-6/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-6/input.js" end: Object { column: 1 - index: 41 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 13 - index: 30 line: 2 } start: Object { column: 13 - index: 30 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "fn" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-6/input.js" end: Object { column: 1 - index: 41 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-6/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-6/input.js" end: Object { column: 1 - index: 41 line: 3 } start: Object { column: 15 - index: 15 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-6/input.js" end: Object { column: 22 - index: 39 line: 2 } start: Object { column: 2 - index: 19 line: 2 } } @@ -145,12 +131,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-6/input.js" end: Object { column: 21 - index: 38 line: 2 } start: Object { column: 2 - index: 19 line: 2 } } @@ -161,12 +145,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-6/input.js" end: Object { column: 21 - index: 38 line: 2 } start: Object { column: 19 - index: 36 line: 2 } } @@ -181,12 +163,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-6/input.js" end: Object { column: 18 - index: 35 line: 2 } start: Object { column: 2 - index: 19 line: 2 } } @@ -197,12 +177,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-6/input.js" end: Object { column: 14 - index: 31 line: 2 } start: Object { column: 3 - index: 20 line: 2 } } @@ -213,12 +191,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 21 line: 2 } start: Object { column: 3 - index: 20 line: 2 } } @@ -230,12 +206,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow-inside-generator-6/input.js" end: Object { column: 13 - index: 30 line: 2 } start: Object { column: 8 - index: 25 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/parameter-default-inside-arrow/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/parameter-default-inside-arrow/input.test.md index 7403cf9e8d0..35a6a8c9aa3 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/parameter-default-inside-arrow/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/parameter-default-inside-arrow/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-arrow/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { identifierName: "x" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { identifierName: "yield" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/parameter-default-inside-function-inside-generator/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/parameter-default-inside-function-inside-generator/input.test.md index 85fdc89e231..d238dbab7fe 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/parameter-default-inside-function-inside-generator/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/parameter-default-inside-function-inside-generator/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-function-inside-generator/input.js" end: Object { column: 1 - index: 47 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "fn" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-function-inside-generator/input.js" end: Object { column: 1 - index: 47 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-function-inside-generator/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-function-inside-generator/input.js" end: Object { column: 1 - index: 47 line: 3 } start: Object { column: 15 - index: 15 line: 1 } } @@ -110,12 +100,10 @@ JSRoot { identifierName: "fn2" end: Object { column: 14 - index: 31 line: 2 } start: Object { column: 11 - index: 28 line: 2 } } @@ -124,12 +112,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-function-inside-generator/input.js" end: Object { column: 28 - index: 45 line: 2 } start: Object { column: 2 - index: 19 line: 2 } } @@ -140,12 +126,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-function-inside-generator/input.js" end: Object { column: 28 - index: 45 line: 2 } start: Object { column: 26 - index: 43 line: 2 } } @@ -162,12 +146,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-function-inside-generator/input.js" end: Object { column: 25 - index: 42 line: 2 } start: Object { column: 14 - index: 31 line: 2 } } @@ -177,12 +159,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-function-inside-generator/input.js" end: Object { column: 24 - index: 41 line: 2 } start: Object { column: 15 - index: 32 line: 2 } } @@ -193,12 +173,10 @@ JSRoot { identifierName: "yield" end: Object { column: 24 - index: 41 line: 2 } start: Object { column: 19 - index: 36 line: 2 } } @@ -210,12 +188,10 @@ JSRoot { identifierName: "x" end: Object { column: 16 - index: 33 line: 2 } start: Object { column: 15 - index: 32 line: 2 } } @@ -226,12 +202,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-function-inside-generator/input.js" end: Object { column: 16 - index: 33 line: 2 } start: Object { column: 15 - index: 32 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/parameter-default-inside-function/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/parameter-default-inside-function/input.test.md index 6bc66a4ebe0..f08fb67b2a5 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/parameter-default-inside-function/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/parameter-default-inside-function/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-function/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "fn" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-function/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-function/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-function/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-function/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { identifierName: "yield" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -140,12 +126,10 @@ JSRoot { identifierName: "x" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -156,12 +140,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-function/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/parameter-default-inside-generator-method/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/parameter-default-inside-generator-method/input.test.md index 4e1c4adc4c6..9d0010f74b9 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/parameter-default-inside-generator-method/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/parameter-default-inside-generator-method/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-generator-method/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-generator-method/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-generator-method/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -95,12 +87,10 @@ JSRoot { identifierName: "method" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-generator-method/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-generator-method/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -139,12 +125,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-generator-method/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -161,12 +145,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-generator-method/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -176,12 +158,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-generator-method/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -192,12 +172,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-generator-method/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -209,12 +187,10 @@ JSRoot { identifierName: "x" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -225,12 +201,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-generator-method/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/parameter-default-inside-generator/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/parameter-default-inside-generator/input.test.md index 11fb2ae2f4b..3cfbd7996b6 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/parameter-default-inside-generator/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/parameter-default-inside-generator/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-generator/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "fn" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-generator/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-generator/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-generator/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-generator/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -147,12 +133,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-generator/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -164,12 +148,10 @@ JSRoot { identifierName: "x" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -180,12 +162,10 @@ JSRoot { filename: "es2015/yield/parameter-default-inside-generator/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/parameter-default-strict/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/parameter-default-strict/input.test.md index 5a7ed014d19..1b47c6f6e23 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/parameter-default-strict/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/parameter-default-strict/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "es2015/yield/parameter-default-strict/input.js" end: Object { column: 25 - index: 39 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "es2015/yield/parameter-default-strict/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { sourceText: undefined end: Object { column: 21 - index: 35 line: 2 } start: Object { column: 16 - index: 30 line: 2 } } @@ -86,12 +80,10 @@ JSRoot { identifierName: "fn" end: Object { column: 11 - index: 25 line: 2 } start: Object { column: 9 - index: 23 line: 2 } } @@ -100,12 +92,10 @@ JSRoot { filename: "es2015/yield/parameter-default-strict/input.js" end: Object { column: 25 - index: 39 line: 2 } start: Object { column: 0 - index: 14 line: 2 } } @@ -116,12 +106,10 @@ JSRoot { filename: "es2015/yield/parameter-default-strict/input.js" end: Object { column: 25 - index: 39 line: 2 } start: Object { column: 23 - index: 37 line: 2 } } @@ -138,12 +126,10 @@ JSRoot { filename: "es2015/yield/parameter-default-strict/input.js" end: Object { column: 22 - index: 36 line: 2 } start: Object { column: 11 - index: 25 line: 2 } } @@ -153,12 +139,10 @@ JSRoot { filename: "es2015/yield/parameter-default-strict/input.js" end: Object { column: 21 - index: 35 line: 2 } start: Object { column: 12 - index: 26 line: 2 } } @@ -169,12 +153,10 @@ JSRoot { identifierName: "yield" end: Object { column: 21 - index: 35 line: 2 } start: Object { column: 16 - index: 30 line: 2 } } @@ -186,12 +168,10 @@ JSRoot { identifierName: "x" end: Object { column: 13 - index: 27 line: 2 } start: Object { column: 12 - index: 26 line: 2 } } @@ -202,12 +182,10 @@ JSRoot { filename: "es2015/yield/parameter-default-strict/input.js" end: Object { column: 13 - index: 27 line: 2 } start: Object { column: 12 - index: 26 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/parameter-name-arrow-inside-arrow-inside-generator/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/parameter-name-arrow-inside-arrow-inside-generator/input.test.md index d24787de072..b420ea2a23e 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/parameter-name-arrow-inside-arrow-inside-generator/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/parameter-name-arrow-inside-arrow-inside-generator/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow-inside-arrow-inside-generator/input.js" end: Object { column: 1 - index: 41 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "fn" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow-inside-arrow-inside-generator/input.js" end: Object { column: 1 - index: 41 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow-inside-arrow-inside-generator/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow-inside-arrow-inside-generator/input.js" end: Object { column: 1 - index: 41 line: 3 } start: Object { column: 15 - index: 15 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow-inside-arrow-inside-generator/input.js" end: Object { column: 22 - index: 39 line: 2 } start: Object { column: 2 - index: 19 line: 2 } } @@ -121,12 +109,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow-inside-arrow-inside-generator/input.js" end: Object { column: 21 - index: 38 line: 2 } start: Object { column: 2 - index: 19 line: 2 } } @@ -141,12 +127,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow-inside-arrow-inside-generator/input.js" end: Object { column: 7 - index: 24 line: 2 } start: Object { column: 2 - index: 19 line: 2 } } @@ -156,12 +140,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow-inside-arrow-inside-generator/input.js" end: Object { column: 21 - index: 38 line: 2 } start: Object { column: 8 - index: 25 line: 2 } } @@ -172,12 +154,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow-inside-arrow-inside-generator/input.js" end: Object { column: 21 - index: 38 line: 2 } start: Object { column: 19 - index: 36 line: 2 } } @@ -192,12 +172,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow-inside-arrow-inside-generator/input.js" end: Object { column: 18 - index: 35 line: 2 } start: Object { column: 8 - index: 25 line: 2 } } @@ -209,12 +187,10 @@ JSRoot { identifierName: "yield" end: Object { column: 14 - index: 31 line: 2 } start: Object { column: 9 - index: 26 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/parameter-name-arrow-inside-generator-1/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/parameter-name-arrow-inside-generator-1/input.test.md index bf78cff41ac..1af57a8e5cd 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/parameter-name-arrow-inside-generator-1/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/parameter-name-arrow-inside-generator-1/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow-inside-generator-1/input.js" end: Object { column: 1 - index: 35 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 8 - index: 25 line: 2 } start: Object { column: 8 - index: 25 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "fn" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow-inside-generator-1/input.js" end: Object { column: 1 - index: 35 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow-inside-generator-1/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow-inside-generator-1/input.js" end: Object { column: 1 - index: 35 line: 3 } start: Object { column: 15 - index: 15 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow-inside-generator-1/input.js" end: Object { column: 16 - index: 33 line: 2 } start: Object { column: 2 - index: 19 line: 2 } } @@ -145,12 +131,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow-inside-generator-1/input.js" end: Object { column: 15 - index: 32 line: 2 } start: Object { column: 2 - index: 19 line: 2 } } @@ -161,12 +145,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow-inside-generator-1/input.js" end: Object { column: 15 - index: 32 line: 2 } start: Object { column: 13 - index: 30 line: 2 } } @@ -181,12 +163,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow-inside-generator-1/input.js" end: Object { column: 12 - index: 29 line: 2 } start: Object { column: 2 - index: 19 line: 2 } } @@ -197,12 +177,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow-inside-generator-1/input.js" end: Object { column: 12 - index: 29 line: 2 } start: Object { column: 13 - index: 30 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/parameter-name-arrow-inside-generator-2/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/parameter-name-arrow-inside-generator-2/input.test.md index f9b4014b1e0..185de711aa5 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/parameter-name-arrow-inside-generator-2/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/parameter-name-arrow-inside-generator-2/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow-inside-generator-2/input.js" end: Object { column: 1 - index: 38 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 8 - index: 25 line: 2 } start: Object { column: 8 - index: 25 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "fn" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow-inside-generator-2/input.js" end: Object { column: 1 - index: 38 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow-inside-generator-2/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow-inside-generator-2/input.js" end: Object { column: 1 - index: 38 line: 3 } start: Object { column: 15 - index: 15 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow-inside-generator-2/input.js" end: Object { column: 19 - index: 36 line: 2 } start: Object { column: 2 - index: 19 line: 2 } } @@ -145,12 +131,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow-inside-generator-2/input.js" end: Object { column: 18 - index: 35 line: 2 } start: Object { column: 2 - index: 19 line: 2 } } @@ -161,12 +145,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow-inside-generator-2/input.js" end: Object { column: 18 - index: 35 line: 2 } start: Object { column: 16 - index: 33 line: 2 } } @@ -181,12 +163,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow-inside-generator-2/input.js" end: Object { column: 15 - index: 32 line: 2 } start: Object { column: 2 - index: 19 line: 2 } } @@ -197,12 +177,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow-inside-generator-2/input.js" end: Object { column: 15 - index: 32 line: 2 } start: Object { column: 16 - index: 33 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/parameter-name-arrow-inside-generator-3/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/parameter-name-arrow-inside-generator-3/input.test.md index 2c22aac7c6a..24323e6a131 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/parameter-name-arrow-inside-generator-3/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/parameter-name-arrow-inside-generator-3/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow-inside-generator-3/input.js" end: Object { column: 1 - index: 41 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 14 - index: 31 line: 2 } start: Object { column: 14 - index: 31 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "fn" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow-inside-generator-3/input.js" end: Object { column: 1 - index: 41 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow-inside-generator-3/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow-inside-generator-3/input.js" end: Object { column: 1 - index: 41 line: 3 } start: Object { column: 15 - index: 15 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow-inside-generator-3/input.js" end: Object { column: 22 - index: 39 line: 2 } start: Object { column: 2 - index: 19 line: 2 } } @@ -145,12 +131,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow-inside-generator-3/input.js" end: Object { column: 21 - index: 38 line: 2 } start: Object { column: 2 - index: 19 line: 2 } } @@ -161,12 +145,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow-inside-generator-3/input.js" end: Object { column: 21 - index: 38 line: 2 } start: Object { column: 19 - index: 36 line: 2 } } @@ -181,12 +163,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow-inside-generator-3/input.js" end: Object { column: 18 - index: 35 line: 2 } start: Object { column: 2 - index: 19 line: 2 } } @@ -198,12 +178,10 @@ JSRoot { identifierName: "a" end: Object { column: 4 - index: 21 line: 2 } start: Object { column: 3 - index: 20 line: 2 } } @@ -215,12 +193,10 @@ JSRoot { identifierName: "b" end: Object { column: 7 - index: 24 line: 2 } start: Object { column: 6 - index: 23 line: 2 } } @@ -231,12 +207,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow-inside-generator-3/input.js" end: Object { column: 18 - index: 35 line: 2 } start: Object { column: 19 - index: 36 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/parameter-name-arrow-no-parens-inside-generator/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/parameter-name-arrow-no-parens-inside-generator/input.test.md index 32038434e26..9b9bb89a7da 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/parameter-name-arrow-no-parens-inside-generator/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/parameter-name-arrow-no-parens-inside-generator/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow-no-parens-inside-generator/input.js" end: Object { column: 1 - index: 33 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 7 - index: 24 line: 2 } start: Object { column: 8 - index: 25 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "fn" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow-no-parens-inside-generator/input.js" end: Object { column: 1 - index: 33 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow-no-parens-inside-generator/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow-no-parens-inside-generator/input.js" end: Object { column: 1 - index: 33 line: 3 } start: Object { column: 15 - index: 15 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow-no-parens-inside-generator/input.js" end: Object { column: 7 - index: 24 line: 2 } start: Object { column: 2 - index: 19 line: 2 } } @@ -147,12 +133,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow-no-parens-inside-generator/input.js" end: Object { column: 7 - index: 24 line: 2 } start: Object { column: 2 - index: 19 line: 2 } } @@ -163,12 +147,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow-no-parens-inside-generator/input.js" end: Object { column: 10 - index: 27 line: 2 } start: Object { column: 8 - index: 25 line: 2 } } @@ -178,12 +160,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow-no-parens-inside-generator/input.js" end: Object { column: 10 - index: 27 line: 2 } start: Object { column: 8 - index: 25 line: 2 } } @@ -196,12 +176,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow-no-parens-inside-generator/input.js" end: Object { column: 13 - index: 30 line: 2 } start: Object { column: 11 - index: 28 line: 2 } } @@ -211,12 +189,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow-no-parens-inside-generator/input.js" end: Object { column: 14 - index: 31 line: 2 } start: Object { column: 13 - index: 30 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/parameter-name-arrow-no-parens/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/parameter-name-arrow-no-parens/input.test.md index bd92e41cf7b..f991cff3bc3 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/parameter-name-arrow-no-parens/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/parameter-name-arrow-no-parens/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow-no-parens/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow-no-parens/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow-no-parens/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow-no-parens/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow-no-parens/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "yield" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/parameter-name-arrow/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/parameter-name-arrow/input.test.md index fe870c8b418..f88b5eb22d2 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/parameter-name-arrow/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/parameter-name-arrow/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "es2015/yield/parameter-name-arrow/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { identifierName: "yield" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/parameter-name-function/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/parameter-name-function/input.test.md index 3530e2d4393..124d1688a1d 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/parameter-name-function/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/parameter-name-function/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/yield/parameter-name-function/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "fn" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/yield/parameter-name-function/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2015/yield/parameter-name-function/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2015/yield/parameter-name-function/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { identifierName: "yield" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { filename: "es2015/yield/parameter-name-function/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/parameter-name-generator-method/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/parameter-name-generator-method/input.test.md index 77fb2576bb4..cea7b247781 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/parameter-name-generator-method/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/parameter-name-generator-method/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/yield/parameter-name-generator-method/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2015/yield/parameter-name-generator-method/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "es2015/yield/parameter-name-generator-method/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -95,12 +87,10 @@ JSRoot { identifierName: "method" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "es2015/yield/parameter-name-generator-method/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "es2015/yield/parameter-name-generator-method/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -139,12 +125,10 @@ JSRoot { filename: "es2015/yield/parameter-name-generator-method/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -161,12 +145,10 @@ JSRoot { filename: "es2015/yield/parameter-name-generator-method/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -178,12 +160,10 @@ JSRoot { identifierName: "yield" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -194,12 +174,10 @@ JSRoot { filename: "es2015/yield/parameter-name-generator-method/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/parameter-name-generator/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/parameter-name-generator/input.test.md index 623d7e3eeb0..c51d60c33d2 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/parameter-name-generator/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/parameter-name-generator/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/yield/parameter-name-generator/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "fn" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2015/yield/parameter-name-generator/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "es2015/yield/parameter-name-generator/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "es2015/yield/parameter-name-generator/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -133,12 +121,10 @@ JSRoot { identifierName: "yield" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -149,12 +135,10 @@ JSRoot { filename: "es2015/yield/parameter-name-generator/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/parameter-name-strict-body/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/parameter-name-strict-body/input.test.md index 2cde4c4c036..a943c808ef8 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/parameter-name-strict-body/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/parameter-name-strict-body/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/yield/parameter-name-strict-body/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "fn" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "es2015/yield/parameter-name-strict-body/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "es2015/yield/parameter-name-strict-body/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "es2015/yield/parameter-name-strict-body/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -138,12 +126,10 @@ JSRoot { filename: "es2015/yield/parameter-name-strict-body/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -155,12 +141,10 @@ JSRoot { identifierName: "yield" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -171,12 +155,10 @@ JSRoot { filename: "es2015/yield/parameter-name-strict-body/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/parameter-name-strict/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/parameter-name-strict/input.test.md index 62cf9912650..bd6f75a0aa7 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/parameter-name-strict/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/parameter-name-strict/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "es2015/yield/parameter-name-strict/input.js" end: Object { column: 21 - index: 35 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "es2015/yield/parameter-name-strict/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { sourceText: undefined end: Object { column: 17 - index: 31 line: 2 } start: Object { column: 12 - index: 26 line: 2 } } @@ -86,12 +80,10 @@ JSRoot { identifierName: "fn" end: Object { column: 11 - index: 25 line: 2 } start: Object { column: 9 - index: 23 line: 2 } } @@ -100,12 +92,10 @@ JSRoot { filename: "es2015/yield/parameter-name-strict/input.js" end: Object { column: 21 - index: 35 line: 2 } start: Object { column: 0 - index: 14 line: 2 } } @@ -116,12 +106,10 @@ JSRoot { filename: "es2015/yield/parameter-name-strict/input.js" end: Object { column: 21 - index: 35 line: 2 } start: Object { column: 19 - index: 33 line: 2 } } @@ -138,12 +126,10 @@ JSRoot { filename: "es2015/yield/parameter-name-strict/input.js" end: Object { column: 18 - index: 32 line: 2 } start: Object { column: 11 - index: 25 line: 2 } } @@ -155,12 +141,10 @@ JSRoot { identifierName: "yield" end: Object { column: 17 - index: 31 line: 2 } start: Object { column: 12 - index: 26 line: 2 } } @@ -171,12 +155,10 @@ JSRoot { filename: "es2015/yield/parameter-name-strict/input.js" end: Object { column: 17 - index: 31 line: 2 } start: Object { column: 12 - index: 26 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/yield class/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/yield class/input.test.md index 7feb91b8869..abf4b270375 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/yield class/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/yield class/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/yield/yield class/input.js" end: Object { column: 0 - index: 35 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "bar" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/yield/yield class/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2015/yield/yield class/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2015/yield/yield class/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "es2015/yield/yield class/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "es2015/yield/yield class/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "es2015/yield/yield class/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -156,12 +140,10 @@ JSRoot { filename: "es2015/yield/yield class/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/yield-as-identifier/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/yield-as-identifier/input.test.md index abb54eb8df4..25b4ab154e0 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/yield-as-identifier/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/yield-as-identifier/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/yield/yield-as-identifier/input.js" end: Object { column: 0 - index: 14 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/yield/yield-as-identifier/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/yield/yield-as-identifier/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "yield" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2015/yield/yield-as-identifier/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "es2015/yield/yield-as-identifier/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/yield-star-in-arrow-scope-is-multiplication/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/yield-star-in-arrow-scope-is-multiplication/input.test.md index 8191b81ae00..629ee268718 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/yield-star-in-arrow-scope-is-multiplication/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/yield-star-in-arrow-scope-is-multiplication/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/yield/yield-star-in-arrow-scope-is-multiplication/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/yield/yield-star-in-arrow-scope-is-multiplication/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2015/yield/yield-star-in-arrow-scope-is-multiplication/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "es2015/yield/yield-star-in-arrow-scope-is-multiplication/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "e" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { filename: "es2015/yield/yield-star-in-arrow-scope-is-multiplication/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { identifierName: "yield" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "es2015/yield/yield-star-in-arrow-scope-is-multiplication/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/yield-star-in-global-scope-is-multiplication/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/yield-star-in-global-scope-is-multiplication/input.test.md index 668930df3c3..21ad6e88eca 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/yield-star-in-global-scope-is-multiplication/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/yield-star-in-global-scope-is-multiplication/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/yield/yield-star-in-global-scope-is-multiplication/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/yield/yield-star-in-global-scope-is-multiplication/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/yield/yield-star-in-global-scope-is-multiplication/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "yield" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "es2015/yield/yield-star-in-global-scope-is-multiplication/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/yield-star-inside-generator-function-declaration/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/yield-star-inside-generator-function-declaration/input.test.md index ffffcfc9202..508965137d9 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/yield-star-inside-generator-function-declaration/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/yield-star-inside-generator-function-declaration/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/yield/yield-star-inside-generator-function-declaration/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "test" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/yield/yield-star-inside-generator-function-declaration/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2015/yield/yield-star-inside-generator-function-declaration/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2015/yield/yield-star-inside-generator-function-declaration/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "es2015/yield/yield-star-inside-generator-function-declaration/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "es2015/yield/yield-star-inside-generator-function-declaration/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { identifierName: "v" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/yield-star-inside-generator-function-expression/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/yield-star-inside-generator-function-expression/input.test.md index eaf779a8dec..bf3887368b8 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/yield-star-inside-generator-function-expression/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/yield-star-inside-generator-function-expression/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/yield/yield-star-inside-generator-function-expression/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/yield/yield-star-inside-generator-function-expression/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/yield/yield-star-inside-generator-function-expression/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -74,12 +68,10 @@ JSRoot { filename: "es2015/yield/yield-star-inside-generator-function-expression/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -90,12 +82,10 @@ JSRoot { filename: "es2015/yield/yield-star-inside-generator-function-expression/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { filename: "es2015/yield/yield-star-inside-generator-function-expression/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "es2015/yield/yield-star-inside-generator-function-expression/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { identifierName: "v" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/yield-star-inside-generator-method/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/yield-star-inside-generator-method/input.test.md index 4e0a0182af2..2e12362ccb9 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/yield-star-inside-generator-method/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/yield-star-inside-generator-method/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/yield/yield-star-inside-generator-method/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/yield/yield-star-inside-generator-method/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/yield/yield-star-inside-generator-method/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2015/yield/yield-star-inside-generator-method/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "es2015/yield/yield-star-inside-generator-method/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { identifierName: "test" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { filename: "es2015/yield/yield-star-inside-generator-method/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -146,12 +130,10 @@ JSRoot { filename: "es2015/yield/yield-star-inside-generator-method/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -168,12 +150,10 @@ JSRoot { filename: "es2015/yield/yield-star-inside-generator-method/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -184,12 +164,10 @@ JSRoot { filename: "es2015/yield/yield-star-inside-generator-method/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -199,12 +177,10 @@ JSRoot { filename: "es2015/yield/yield-star-inside-generator-method/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -214,12 +190,10 @@ JSRoot { filename: "es2015/yield/yield-star-inside-generator-method/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -230,12 +204,10 @@ JSRoot { identifierName: "v" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/yield-star-inside-plain-function/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/yield-star-inside-plain-function/input.test.md index 995475ff5dd..3a738300d77 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/yield-star-inside-plain-function/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/yield-star-inside-plain-function/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/yield/yield-star-inside-plain-function/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/yield/yield-star-inside-plain-function/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/yield/yield-star-inside-plain-function/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -74,12 +68,10 @@ JSRoot { filename: "es2015/yield/yield-star-inside-plain-function/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -90,12 +82,10 @@ JSRoot { filename: "es2015/yield/yield-star-inside-plain-function/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { filename: "es2015/yield/yield-star-inside-plain-function/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "es2015/yield/yield-star-inside-plain-function/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { identifierName: "yield" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -153,12 +137,10 @@ JSRoot { filename: "es2015/yield/yield-star-inside-plain-function/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/yield-star-parameter-default-inside-function/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/yield-star-parameter-default-inside-function/input.test.md index 799aa751b55..25b36f33a10 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/yield-star-parameter-default-inside-function/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/yield-star-parameter-default-inside-function/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/yield/yield-star-parameter-default-inside-function/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "fn" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2015/yield/yield-star-parameter-default-inside-function/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2015/yield/yield-star-parameter-default-inside-function/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2015/yield/yield-star-parameter-default-inside-function/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "es2015/yield/yield-star-parameter-default-inside-function/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { identifierName: "x" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -139,12 +125,10 @@ JSRoot { filename: "es2015/yield/yield-star-parameter-default-inside-function/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -156,12 +140,10 @@ JSRoot { filename: "es2015/yield/yield-star-parameter-default-inside-function/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -172,12 +154,10 @@ JSRoot { identifierName: "yield" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -189,12 +169,10 @@ JSRoot { identifierName: "yield" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/yield-star-parameter-default-inside-generator/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/yield-star-parameter-default-inside-generator/input.test.md index 1b42eb7edec..93ffeadd200 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/yield-star-parameter-default-inside-generator/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/yield-star-parameter-default-inside-generator/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2015/yield/yield-star-parameter-default-inside-generator/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "fn" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2015/yield/yield-star-parameter-default-inside-generator/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "es2015/yield/yield-star-parameter-default-inside-generator/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "es2015/yield/yield-star-parameter-default-inside-generator/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "es2015/yield/yield-star-parameter-default-inside-generator/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -146,12 +132,10 @@ JSRoot { filename: "es2015/yield/yield-star-parameter-default-inside-generator/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -162,12 +146,10 @@ JSRoot { filename: "es2015/yield/yield-star-parameter-default-inside-generator/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -180,12 +162,10 @@ JSRoot { identifierName: "x" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -196,12 +176,10 @@ JSRoot { filename: "es2015/yield/yield-star-parameter-default-inside-generator/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2015/yield/yield-yield/input.test.md b/internal/js-parser/test-fixtures/es2015/yield/yield-yield/input.test.md index 2d9c6522788..f86c9387c41 100644 --- a/internal/js-parser/test-fixtures/es2015/yield/yield-yield/input.test.md +++ b/internal/js-parser/test-fixtures/es2015/yield/yield-yield/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2015/yield/yield-yield/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2015/yield/yield-yield/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2015/yield/yield-yield/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -74,12 +68,10 @@ JSRoot { filename: "es2015/yield/yield-yield/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -90,12 +82,10 @@ JSRoot { filename: "es2015/yield/yield-yield/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { filename: "es2015/yield/yield-yield/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "es2015/yield/yield-yield/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -135,12 +121,10 @@ JSRoot { filename: "es2015/yield/yield-yield/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -151,12 +135,10 @@ JSRoot { filename: "es2015/yield/yield-yield/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2016/exponentiation-operator/1/input.test.md b/internal/js-parser/test-fixtures/es2016/exponentiation-operator/1/input.test.md index 9872d62ff61..d9272d8fe7c 100644 --- a/internal/js-parser/test-fixtures/es2016/exponentiation-operator/1/input.test.md +++ b/internal/js-parser/test-fixtures/es2016/exponentiation-operator/1/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2016/exponentiation-operator/1/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2016/exponentiation-operator/1/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2016/exponentiation-operator/1/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2016/exponentiation-operator/1/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "es2016/exponentiation-operator/1/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2016/exponentiation-operator/10/input.test.md b/internal/js-parser/test-fixtures/es2016/exponentiation-operator/10/input.test.md index 4c400ba75a3..befb3251530 100644 --- a/internal/js-parser/test-fixtures/es2016/exponentiation-operator/10/input.test.md +++ b/internal/js-parser/test-fixtures/es2016/exponentiation-operator/10/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2016/exponentiation-operator/10/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2016/exponentiation-operator/10/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2016/exponentiation-operator/10/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2016/exponentiation-operator/10/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "es2016/exponentiation-operator/10/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { filename: "es2016/exponentiation-operator/10/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2016/exponentiation-operator/11/input.test.md b/internal/js-parser/test-fixtures/es2016/exponentiation-operator/11/input.test.md index e6994d3c864..e6c550acb1c 100644 --- a/internal/js-parser/test-fixtures/es2016/exponentiation-operator/11/input.test.md +++ b/internal/js-parser/test-fixtures/es2016/exponentiation-operator/11/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2016/exponentiation-operator/11/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2016/exponentiation-operator/11/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2016/exponentiation-operator/11/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2016/exponentiation-operator/11/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "es2016/exponentiation-operator/11/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { filename: "es2016/exponentiation-operator/11/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2016/exponentiation-operator/12/input.test.md b/internal/js-parser/test-fixtures/es2016/exponentiation-operator/12/input.test.md index 1188ff5ca45..295ff1a4fe1 100644 --- a/internal/js-parser/test-fixtures/es2016/exponentiation-operator/12/input.test.md +++ b/internal/js-parser/test-fixtures/es2016/exponentiation-operator/12/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2016/exponentiation-operator/12/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2016/exponentiation-operator/12/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2016/exponentiation-operator/12/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2016/exponentiation-operator/12/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "es2016/exponentiation-operator/12/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { filename: "es2016/exponentiation-operator/12/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2016/exponentiation-operator/13/input.test.md b/internal/js-parser/test-fixtures/es2016/exponentiation-operator/13/input.test.md index 45a50d0466a..01a6a67c36f 100644 --- a/internal/js-parser/test-fixtures/es2016/exponentiation-operator/13/input.test.md +++ b/internal/js-parser/test-fixtures/es2016/exponentiation-operator/13/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2016/exponentiation-operator/13/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2016/exponentiation-operator/13/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "es2016/exponentiation-operator/13/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "es2016/exponentiation-operator/13/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "es2016/exponentiation-operator/13/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "es2016/exponentiation-operator/13/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -146,12 +132,10 @@ JSRoot { filename: "es2016/exponentiation-operator/13/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2016/exponentiation-operator/14/input.test.md b/internal/js-parser/test-fixtures/es2016/exponentiation-operator/14/input.test.md index 9c0fe78b651..4de7cbce504 100644 --- a/internal/js-parser/test-fixtures/es2016/exponentiation-operator/14/input.test.md +++ b/internal/js-parser/test-fixtures/es2016/exponentiation-operator/14/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2016/exponentiation-operator/14/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2016/exponentiation-operator/14/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "es2016/exponentiation-operator/14/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "es2016/exponentiation-operator/14/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "es2016/exponentiation-operator/14/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2016/exponentiation-operator/15/input.test.md b/internal/js-parser/test-fixtures/es2016/exponentiation-operator/15/input.test.md index c7b98e0bc85..e3e55d9adab 100644 --- a/internal/js-parser/test-fixtures/es2016/exponentiation-operator/15/input.test.md +++ b/internal/js-parser/test-fixtures/es2016/exponentiation-operator/15/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2016/exponentiation-operator/15/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2016/exponentiation-operator/15/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2016/exponentiation-operator/15/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2016/exponentiation-operator/15/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "es2016/exponentiation-operator/15/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { filename: "es2016/exponentiation-operator/15/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2016/exponentiation-operator/16/input.test.md b/internal/js-parser/test-fixtures/es2016/exponentiation-operator/16/input.test.md index a1cd06a84a9..58eb6acd870 100644 --- a/internal/js-parser/test-fixtures/es2016/exponentiation-operator/16/input.test.md +++ b/internal/js-parser/test-fixtures/es2016/exponentiation-operator/16/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2016/exponentiation-operator/16/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2016/exponentiation-operator/16/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2016/exponentiation-operator/16/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2016/exponentiation-operator/16/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "es2016/exponentiation-operator/16/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { filename: "es2016/exponentiation-operator/16/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2016/exponentiation-operator/2/input.test.md b/internal/js-parser/test-fixtures/es2016/exponentiation-operator/2/input.test.md index 2afa2c883fb..7a55f6b135f 100644 --- a/internal/js-parser/test-fixtures/es2016/exponentiation-operator/2/input.test.md +++ b/internal/js-parser/test-fixtures/es2016/exponentiation-operator/2/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2016/exponentiation-operator/2/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2016/exponentiation-operator/2/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "es2016/exponentiation-operator/2/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2016/exponentiation-operator/2/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2016/exponentiation-operator/2/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "es2016/exponentiation-operator/2/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2016/exponentiation-operator/3/input.test.md b/internal/js-parser/test-fixtures/es2016/exponentiation-operator/3/input.test.md index f5275c98479..033197b8e90 100644 --- a/internal/js-parser/test-fixtures/es2016/exponentiation-operator/3/input.test.md +++ b/internal/js-parser/test-fixtures/es2016/exponentiation-operator/3/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2016/exponentiation-operator/3/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2016/exponentiation-operator/3/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2016/exponentiation-operator/3/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "a" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "es2016/exponentiation-operator/3/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2016/exponentiation-operator/4/input.test.md b/internal/js-parser/test-fixtures/es2016/exponentiation-operator/4/input.test.md index e3d44c9f68f..3aae199c5f2 100644 --- a/internal/js-parser/test-fixtures/es2016/exponentiation-operator/4/input.test.md +++ b/internal/js-parser/test-fixtures/es2016/exponentiation-operator/4/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2016/exponentiation-operator/4/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2016/exponentiation-operator/4/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2016/exponentiation-operator/4/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "squared" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2016/exponentiation-operator/4/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "es2016/exponentiation-operator/4/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "es2016/exponentiation-operator/4/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { filename: "es2016/exponentiation-operator/4/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2016/exponentiation-operator/5/input.test.md b/internal/js-parser/test-fixtures/es2016/exponentiation-operator/5/input.test.md index 72b17ee51f4..86403b8e569 100644 --- a/internal/js-parser/test-fixtures/es2016/exponentiation-operator/5/input.test.md +++ b/internal/js-parser/test-fixtures/es2016/exponentiation-operator/5/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2016/exponentiation-operator/5/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2016/exponentiation-operator/5/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2016/exponentiation-operator/5/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2016/exponentiation-operator/5/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2016/exponentiation-operator/5/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "es2016/exponentiation-operator/5/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "es2016/exponentiation-operator/5/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2016/exponentiation-operator/6/input.test.md b/internal/js-parser/test-fixtures/es2016/exponentiation-operator/6/input.test.md index a3cbc49d70a..db9754dc6a0 100644 --- a/internal/js-parser/test-fixtures/es2016/exponentiation-operator/6/input.test.md +++ b/internal/js-parser/test-fixtures/es2016/exponentiation-operator/6/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2016/exponentiation-operator/6/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2016/exponentiation-operator/6/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2016/exponentiation-operator/6/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2016/exponentiation-operator/6/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2016/exponentiation-operator/6/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "es2016/exponentiation-operator/6/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "es2016/exponentiation-operator/6/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2016/exponentiation-operator/7/input.test.md b/internal/js-parser/test-fixtures/es2016/exponentiation-operator/7/input.test.md index 8fb89e12eba..be1570d4b15 100644 --- a/internal/js-parser/test-fixtures/es2016/exponentiation-operator/7/input.test.md +++ b/internal/js-parser/test-fixtures/es2016/exponentiation-operator/7/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2016/exponentiation-operator/7/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2016/exponentiation-operator/7/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2016/exponentiation-operator/7/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2016/exponentiation-operator/7/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2016/exponentiation-operator/7/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "es2016/exponentiation-operator/7/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "es2016/exponentiation-operator/7/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "es2016/exponentiation-operator/7/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2016/exponentiation-operator/8/input.test.md b/internal/js-parser/test-fixtures/es2016/exponentiation-operator/8/input.test.md index ddadec7165b..60d36304ae9 100644 --- a/internal/js-parser/test-fixtures/es2016/exponentiation-operator/8/input.test.md +++ b/internal/js-parser/test-fixtures/es2016/exponentiation-operator/8/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2016/exponentiation-operator/8/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2016/exponentiation-operator/8/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2016/exponentiation-operator/8/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2016/exponentiation-operator/8/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2016/exponentiation-operator/8/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "es2016/exponentiation-operator/8/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "es2016/exponentiation-operator/8/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "es2016/exponentiation-operator/8/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2016/exponentiation-operator/9/input.test.md b/internal/js-parser/test-fixtures/es2016/exponentiation-operator/9/input.test.md index 82d889483fa..ce04f7eb63e 100644 --- a/internal/js-parser/test-fixtures/es2016/exponentiation-operator/9/input.test.md +++ b/internal/js-parser/test-fixtures/es2016/exponentiation-operator/9/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2016/exponentiation-operator/9/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2016/exponentiation-operator/9/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2016/exponentiation-operator/9/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2016/exponentiation-operator/9/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "es2016/exponentiation-operator/9/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "es2016/exponentiation-operator/9/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2016/simple-parameter-list/array-pattern-default/input.test.md b/internal/js-parser/test-fixtures/es2016/simple-parameter-list/array-pattern-default/input.test.md index 23b97f91257..1878d0f8578 100644 --- a/internal/js-parser/test-fixtures/es2016/simple-parameter-list/array-pattern-default/input.test.md +++ b/internal/js-parser/test-fixtures/es2016/simple-parameter-list/array-pattern-default/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2016/simple-parameter-list/array-pattern-default/input.js" end: Object { column: 0 - index: 58 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 15 - index: 55 line: 2 } start: Object { column: 2 - index: 42 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2016/simple-parameter-list/array-pattern-default/input.js" end: Object { column: 1 - index: 57 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "es2016/simple-parameter-list/array-pattern-default/input.js" end: Object { column: 1 - index: 57 line: 3 } start: Object { column: 38 - index: 38 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "es2016/simple-parameter-list/array-pattern-default/input.js" end: Object { column: 15 - index: 55 line: 2 } start: Object { column: 2 - index: 42 line: 2 } } @@ -133,12 +121,10 @@ JSRoot { filename: "es2016/simple-parameter-list/array-pattern-default/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -148,12 +134,10 @@ JSRoot { filename: "es2016/simple-parameter-list/array-pattern-default/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -163,12 +147,10 @@ JSRoot { filename: "es2016/simple-parameter-list/array-pattern-default/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -179,12 +161,10 @@ JSRoot { filename: "es2016/simple-parameter-list/array-pattern-default/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -195,12 +175,10 @@ JSRoot { filename: "es2016/simple-parameter-list/array-pattern-default/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -213,12 +191,10 @@ JSRoot { identifierName: "option1" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -229,12 +205,10 @@ JSRoot { filename: "es2016/simple-parameter-list/array-pattern-default/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -247,12 +221,10 @@ JSRoot { identifierName: "option2" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -263,12 +235,10 @@ JSRoot { filename: "es2016/simple-parameter-list/array-pattern-default/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2016/simple-parameter-list/array-pattern/input.test.md b/internal/js-parser/test-fixtures/es2016/simple-parameter-list/array-pattern/input.test.md index b78ea253bcb..8dadbb7ac5e 100644 --- a/internal/js-parser/test-fixtures/es2016/simple-parameter-list/array-pattern/input.test.md +++ b/internal/js-parser/test-fixtures/es2016/simple-parameter-list/array-pattern/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2016/simple-parameter-list/array-pattern/input.js" end: Object { column: 0 - index: 53 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 15 - index: 50 line: 2 } start: Object { column: 2 - index: 37 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2016/simple-parameter-list/array-pattern/input.js" end: Object { column: 1 - index: 52 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "es2016/simple-parameter-list/array-pattern/input.js" end: Object { column: 1 - index: 52 line: 3 } start: Object { column: 33 - index: 33 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "es2016/simple-parameter-list/array-pattern/input.js" end: Object { column: 15 - index: 50 line: 2 } start: Object { column: 2 - index: 37 line: 2 } } @@ -133,12 +121,10 @@ JSRoot { filename: "es2016/simple-parameter-list/array-pattern/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -149,12 +135,10 @@ JSRoot { filename: "es2016/simple-parameter-list/array-pattern/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -165,12 +149,10 @@ JSRoot { filename: "es2016/simple-parameter-list/array-pattern/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -183,12 +165,10 @@ JSRoot { identifierName: "option1" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -199,12 +179,10 @@ JSRoot { filename: "es2016/simple-parameter-list/array-pattern/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -217,12 +195,10 @@ JSRoot { identifierName: "option2" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -233,12 +209,10 @@ JSRoot { filename: "es2016/simple-parameter-list/array-pattern/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2016/simple-parameter-list/arrow-function-concise-body/input.test.md b/internal/js-parser/test-fixtures/es2016/simple-parameter-list/arrow-function-concise-body/input.test.md index 14939967380..8503863bed1 100644 --- a/internal/js-parser/test-fixtures/es2016/simple-parameter-list/arrow-function-concise-body/input.test.md +++ b/internal/js-parser/test-fixtures/es2016/simple-parameter-list/arrow-function-concise-body/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2016/simple-parameter-list/arrow-function-concise-body/input.js" end: Object { column: 0 - index: 35 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2016/simple-parameter-list/arrow-function-concise-body/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2016/simple-parameter-list/arrow-function-concise-body/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "a" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2016/simple-parameter-list/arrow-function-concise-body/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "es2016/simple-parameter-list/arrow-function-concise-body/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { identifierName: "options" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "es2016/simple-parameter-list/arrow-function-concise-body/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -150,12 +134,10 @@ JSRoot { filename: "es2016/simple-parameter-list/arrow-function-concise-body/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -165,12 +147,10 @@ JSRoot { filename: "es2016/simple-parameter-list/arrow-function-concise-body/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -182,12 +162,10 @@ JSRoot { identifierName: "options" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2016/simple-parameter-list/arrow-function/input.test.md b/internal/js-parser/test-fixtures/es2016/simple-parameter-list/arrow-function/input.test.md index 1525912c61a..4b6eb2d4812 100644 --- a/internal/js-parser/test-fixtures/es2016/simple-parameter-list/arrow-function/input.test.md +++ b/internal/js-parser/test-fixtures/es2016/simple-parameter-list/arrow-function/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2016/simple-parameter-list/arrow-function/input.js" end: Object { column: 0 - index: 47 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 15 - index: 43 line: 2 } start: Object { column: 2 - index: 30 line: 2 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2016/simple-parameter-list/arrow-function/input.js" end: Object { column: 2 - index: 46 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2016/simple-parameter-list/arrow-function/input.js" end: Object { column: 2 - index: 46 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "a" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "es2016/simple-parameter-list/arrow-function/input.js" end: Object { column: 1 - index: 45 line: 3 } start: Object { column: 4 - index: 4 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "es2016/simple-parameter-list/arrow-function/input.js" end: Object { column: 1 - index: 45 line: 3 } start: Object { column: 8 - index: 8 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "es2016/simple-parameter-list/arrow-function/input.js" end: Object { column: 1 - index: 45 line: 3 } start: Object { column: 26 - index: 26 line: 1 } } @@ -153,12 +137,10 @@ JSRoot { filename: "es2016/simple-parameter-list/arrow-function/input.js" end: Object { column: 15 - index: 43 line: 2 } start: Object { column: 2 - index: 30 line: 2 } } @@ -175,12 +157,10 @@ JSRoot { filename: "es2016/simple-parameter-list/arrow-function/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -191,12 +171,10 @@ JSRoot { filename: "es2016/simple-parameter-list/arrow-function/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -206,12 +184,10 @@ JSRoot { filename: "es2016/simple-parameter-list/arrow-function/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -223,12 +199,10 @@ JSRoot { identifierName: "options" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2016/simple-parameter-list/async-arrow-function-after-binary-operator/input.test.md b/internal/js-parser/test-fixtures/es2016/simple-parameter-list/async-arrow-function-after-binary-operator/input.test.md index 23b786f3452..58037bfdbbf 100644 --- a/internal/js-parser/test-fixtures/es2016/simple-parameter-list/async-arrow-function-after-binary-operator/input.test.md +++ b/internal/js-parser/test-fixtures/es2016/simple-parameter-list/async-arrow-function-after-binary-operator/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2016/simple-parameter-list/async-arrow-function-after-binary-operator/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2016/simple-parameter-list/async-arrow-function-after-binary-operator/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2016/simple-parameter-list/async-arrow-function-after-binary-operator/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2016/simple-parameter-list/async-arrow-function-after-binary-operator/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "es2016/simple-parameter-list/async-arrow-function-after-binary-operator/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "es2016/simple-parameter-list/async-arrow-function-after-binary-operator/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "es2016/simple-parameter-list/async-arrow-function-after-binary-operator/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2016/simple-parameter-list/async-arrow-function-after-unary-operator/input.test.md b/internal/js-parser/test-fixtures/es2016/simple-parameter-list/async-arrow-function-after-unary-operator/input.test.md index 1c608add4fa..3295fd38076 100644 --- a/internal/js-parser/test-fixtures/es2016/simple-parameter-list/async-arrow-function-after-unary-operator/input.test.md +++ b/internal/js-parser/test-fixtures/es2016/simple-parameter-list/async-arrow-function-after-unary-operator/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2016/simple-parameter-list/async-arrow-function-after-unary-operator/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2016/simple-parameter-list/async-arrow-function-after-unary-operator/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "es2016/simple-parameter-list/async-arrow-function-after-unary-operator/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "es2016/simple-parameter-list/async-arrow-function-after-unary-operator/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "es2016/simple-parameter-list/async-arrow-function-after-unary-operator/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { filename: "es2016/simple-parameter-list/async-arrow-function-after-unary-operator/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2016/simple-parameter-list/async-arrow-function-concise-body/input.test.md b/internal/js-parser/test-fixtures/es2016/simple-parameter-list/async-arrow-function-concise-body/input.test.md index b5f19521fc0..728494481bb 100644 --- a/internal/js-parser/test-fixtures/es2016/simple-parameter-list/async-arrow-function-concise-body/input.test.md +++ b/internal/js-parser/test-fixtures/es2016/simple-parameter-list/async-arrow-function-concise-body/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2016/simple-parameter-list/async-arrow-function-concise-body/input.js" end: Object { column: 0 - index: 41 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2016/simple-parameter-list/async-arrow-function-concise-body/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2016/simple-parameter-list/async-arrow-function-concise-body/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "a" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2016/simple-parameter-list/async-arrow-function-concise-body/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "es2016/simple-parameter-list/async-arrow-function-concise-body/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { identifierName: "options" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "es2016/simple-parameter-list/async-arrow-function-concise-body/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -150,12 +134,10 @@ JSRoot { filename: "es2016/simple-parameter-list/async-arrow-function-concise-body/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -165,12 +147,10 @@ JSRoot { filename: "es2016/simple-parameter-list/async-arrow-function-concise-body/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -182,12 +162,10 @@ JSRoot { identifierName: "options" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2016/simple-parameter-list/async-arrow-function/input.test.md b/internal/js-parser/test-fixtures/es2016/simple-parameter-list/async-arrow-function/input.test.md index 4337335b422..9dab4ef0f1d 100644 --- a/internal/js-parser/test-fixtures/es2016/simple-parameter-list/async-arrow-function/input.test.md +++ b/internal/js-parser/test-fixtures/es2016/simple-parameter-list/async-arrow-function/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2016/simple-parameter-list/async-arrow-function/input.js" end: Object { column: 0 - index: 53 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 15 - index: 49 line: 2 } start: Object { column: 2 - index: 36 line: 2 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2016/simple-parameter-list/async-arrow-function/input.js" end: Object { column: 2 - index: 52 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2016/simple-parameter-list/async-arrow-function/input.js" end: Object { column: 2 - index: 52 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "a" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "es2016/simple-parameter-list/async-arrow-function/input.js" end: Object { column: 1 - index: 51 line: 3 } start: Object { column: 4 - index: 4 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "es2016/simple-parameter-list/async-arrow-function/input.js" end: Object { column: 1 - index: 51 line: 3 } start: Object { column: 8 - index: 8 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "es2016/simple-parameter-list/async-arrow-function/input.js" end: Object { column: 1 - index: 51 line: 3 } start: Object { column: 32 - index: 32 line: 1 } } @@ -153,12 +137,10 @@ JSRoot { filename: "es2016/simple-parameter-list/async-arrow-function/input.js" end: Object { column: 15 - index: 49 line: 2 } start: Object { column: 2 - index: 36 line: 2 } } @@ -175,12 +157,10 @@ JSRoot { filename: "es2016/simple-parameter-list/async-arrow-function/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -191,12 +171,10 @@ JSRoot { filename: "es2016/simple-parameter-list/async-arrow-function/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -206,12 +184,10 @@ JSRoot { filename: "es2016/simple-parameter-list/async-arrow-function/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -223,12 +199,10 @@ JSRoot { identifierName: "options" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2016/simple-parameter-list/async-function/input.test.md b/internal/js-parser/test-fixtures/es2016/simple-parameter-list/async-function/input.test.md index 99d3969884b..f15dbcdf639 100644 --- a/internal/js-parser/test-fixtures/es2016/simple-parameter-list/async-function/input.test.md +++ b/internal/js-parser/test-fixtures/es2016/simple-parameter-list/async-function/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2016/simple-parameter-list/async-function/input.js" end: Object { column: 0 - index: 51 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 15 - index: 48 line: 2 } start: Object { column: 2 - index: 35 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "a" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2016/simple-parameter-list/async-function/input.js" end: Object { column: 1 - index: 50 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "es2016/simple-parameter-list/async-function/input.js" end: Object { column: 1 - index: 50 line: 3 } start: Object { column: 31 - index: 31 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "es2016/simple-parameter-list/async-function/input.js" end: Object { column: 15 - index: 48 line: 2 } start: Object { column: 2 - index: 35 line: 2 } } @@ -133,12 +121,10 @@ JSRoot { filename: "es2016/simple-parameter-list/async-function/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -148,12 +134,10 @@ JSRoot { filename: "es2016/simple-parameter-list/async-function/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -163,12 +147,10 @@ JSRoot { filename: "es2016/simple-parameter-list/async-function/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -180,12 +162,10 @@ JSRoot { identifierName: "options" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -196,12 +176,10 @@ JSRoot { filename: "es2016/simple-parameter-list/async-function/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2016/simple-parameter-list/default/input.test.md b/internal/js-parser/test-fixtures/es2016/simple-parameter-list/default/input.test.md index 016880a29ce..4f6d06fce87 100644 --- a/internal/js-parser/test-fixtures/es2016/simple-parameter-list/default/input.test.md +++ b/internal/js-parser/test-fixtures/es2016/simple-parameter-list/default/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2016/simple-parameter-list/default/input.js" end: Object { column: 0 - index: 45 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 15 - index: 42 line: 2 } start: Object { column: 2 - index: 29 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2016/simple-parameter-list/default/input.js" end: Object { column: 1 - index: 44 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "es2016/simple-parameter-list/default/input.js" end: Object { column: 1 - index: 44 line: 3 } start: Object { column: 25 - index: 25 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "es2016/simple-parameter-list/default/input.js" end: Object { column: 15 - index: 42 line: 2 } start: Object { column: 2 - index: 29 line: 2 } } @@ -133,12 +121,10 @@ JSRoot { filename: "es2016/simple-parameter-list/default/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -148,12 +134,10 @@ JSRoot { filename: "es2016/simple-parameter-list/default/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -163,12 +147,10 @@ JSRoot { filename: "es2016/simple-parameter-list/default/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -180,12 +162,10 @@ JSRoot { identifierName: "options" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -196,12 +176,10 @@ JSRoot { filename: "es2016/simple-parameter-list/default/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2016/simple-parameter-list/generator-function/input.test.md b/internal/js-parser/test-fixtures/es2016/simple-parameter-list/generator-function/input.test.md index 074845ebf77..1e1e9501335 100644 --- a/internal/js-parser/test-fixtures/es2016/simple-parameter-list/generator-function/input.test.md +++ b/internal/js-parser/test-fixtures/es2016/simple-parameter-list/generator-function/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2016/simple-parameter-list/generator-function/input.js" end: Object { column: 0 - index: 46 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 15 - index: 43 line: 2 } start: Object { column: 2 - index: 30 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "a" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2016/simple-parameter-list/generator-function/input.js" end: Object { column: 1 - index: 45 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "es2016/simple-parameter-list/generator-function/input.js" end: Object { column: 1 - index: 45 line: 3 } start: Object { column: 26 - index: 26 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "es2016/simple-parameter-list/generator-function/input.js" end: Object { column: 15 - index: 43 line: 2 } start: Object { column: 2 - index: 30 line: 2 } } @@ -133,12 +121,10 @@ JSRoot { filename: "es2016/simple-parameter-list/generator-function/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -148,12 +134,10 @@ JSRoot { filename: "es2016/simple-parameter-list/generator-function/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -163,12 +147,10 @@ JSRoot { filename: "es2016/simple-parameter-list/generator-function/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -180,12 +162,10 @@ JSRoot { identifierName: "options" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -196,12 +176,10 @@ JSRoot { filename: "es2016/simple-parameter-list/generator-function/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2016/simple-parameter-list/generator-method/input.test.md b/internal/js-parser/test-fixtures/es2016/simple-parameter-list/generator-method/input.test.md index e93a60aa23c..8d5a7a5294a 100644 --- a/internal/js-parser/test-fixtures/es2016/simple-parameter-list/generator-method/input.test.md +++ b/internal/js-parser/test-fixtures/es2016/simple-parameter-list/generator-method/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2016/simple-parameter-list/generator-method/input.js" end: Object { column: 0 - index: 59 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 17 - index: 51 line: 3 } start: Object { column: 4 - index: 38 line: 3 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2016/simple-parameter-list/generator-method/input.js" end: Object { column: 2 - index: 58 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2016/simple-parameter-list/generator-method/input.js" end: Object { column: 2 - index: 58 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "obj" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "es2016/simple-parameter-list/generator-method/input.js" end: Object { column: 1 - index: 57 line: 5 } start: Object { column: 4 - index: 4 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "es2016/simple-parameter-list/generator-method/input.js" end: Object { column: 1 - index: 57 line: 5 } start: Object { column: 10 - index: 10 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { identifierName: "a" end: Object { column: 5 - index: 17 line: 2 } start: Object { column: 4 - index: 16 line: 2 } } @@ -156,12 +140,10 @@ JSRoot { filename: "es2016/simple-parameter-list/generator-method/input.js" end: Object { column: 5 - index: 17 line: 2 } start: Object { column: 4 - index: 16 line: 2 } } @@ -170,12 +152,10 @@ JSRoot { filename: "es2016/simple-parameter-list/generator-method/input.js" end: Object { column: 3 - index: 55 line: 4 } start: Object { column: 2 - index: 14 line: 2 } } @@ -185,12 +165,10 @@ JSRoot { filename: "es2016/simple-parameter-list/generator-method/input.js" end: Object { column: 3 - index: 55 line: 4 } start: Object { column: 20 - index: 32 line: 2 } } @@ -201,12 +179,10 @@ JSRoot { filename: "es2016/simple-parameter-list/generator-method/input.js" end: Object { column: 17 - index: 51 line: 3 } start: Object { column: 4 - index: 38 line: 3 } } @@ -225,12 +201,10 @@ JSRoot { filename: "es2016/simple-parameter-list/generator-method/input.js" end: Object { column: 19 - index: 31 line: 2 } start: Object { column: 5 - index: 17 line: 2 } } @@ -240,12 +214,10 @@ JSRoot { filename: "es2016/simple-parameter-list/generator-method/input.js" end: Object { column: 18 - index: 30 line: 2 } start: Object { column: 6 - index: 18 line: 2 } } @@ -255,12 +227,10 @@ JSRoot { filename: "es2016/simple-parameter-list/generator-method/input.js" end: Object { column: 18 - index: 30 line: 2 } start: Object { column: 16 - index: 28 line: 2 } } @@ -272,12 +242,10 @@ JSRoot { identifierName: "options" end: Object { column: 13 - index: 25 line: 2 } start: Object { column: 6 - index: 18 line: 2 } } @@ -288,12 +256,10 @@ JSRoot { filename: "es2016/simple-parameter-list/generator-method/input.js" end: Object { column: 13 - index: 25 line: 2 } start: Object { column: 6 - index: 18 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2016/simple-parameter-list/method/input.test.md b/internal/js-parser/test-fixtures/es2016/simple-parameter-list/method/input.test.md index d4c92324c06..f02ff6824ff 100644 --- a/internal/js-parser/test-fixtures/es2016/simple-parameter-list/method/input.test.md +++ b/internal/js-parser/test-fixtures/es2016/simple-parameter-list/method/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2016/simple-parameter-list/method/input.js" end: Object { column: 0 - index: 57 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 17 - index: 49 line: 3 } start: Object { column: 4 - index: 36 line: 3 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2016/simple-parameter-list/method/input.js" end: Object { column: 2 - index: 56 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2016/simple-parameter-list/method/input.js" end: Object { column: 2 - index: 56 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "obj" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "es2016/simple-parameter-list/method/input.js" end: Object { column: 1 - index: 55 line: 5 } start: Object { column: 4 - index: 4 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "es2016/simple-parameter-list/method/input.js" end: Object { column: 1 - index: 55 line: 5 } start: Object { column: 10 - index: 10 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 15 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -156,12 +140,10 @@ JSRoot { filename: "es2016/simple-parameter-list/method/input.js" end: Object { column: 3 - index: 15 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -170,12 +152,10 @@ JSRoot { filename: "es2016/simple-parameter-list/method/input.js" end: Object { column: 3 - index: 53 line: 4 } start: Object { column: 2 - index: 14 line: 2 } } @@ -185,12 +165,10 @@ JSRoot { filename: "es2016/simple-parameter-list/method/input.js" end: Object { column: 3 - index: 53 line: 4 } start: Object { column: 18 - index: 30 line: 2 } } @@ -201,12 +179,10 @@ JSRoot { filename: "es2016/simple-parameter-list/method/input.js" end: Object { column: 17 - index: 49 line: 3 } start: Object { column: 4 - index: 36 line: 3 } } @@ -225,12 +201,10 @@ JSRoot { filename: "es2016/simple-parameter-list/method/input.js" end: Object { column: 17 - index: 29 line: 2 } start: Object { column: 3 - index: 15 line: 2 } } @@ -240,12 +214,10 @@ JSRoot { filename: "es2016/simple-parameter-list/method/input.js" end: Object { column: 16 - index: 28 line: 2 } start: Object { column: 4 - index: 16 line: 2 } } @@ -255,12 +227,10 @@ JSRoot { filename: "es2016/simple-parameter-list/method/input.js" end: Object { column: 16 - index: 28 line: 2 } start: Object { column: 14 - index: 26 line: 2 } } @@ -272,12 +242,10 @@ JSRoot { identifierName: "options" end: Object { column: 11 - index: 23 line: 2 } start: Object { column: 4 - index: 16 line: 2 } } @@ -288,12 +256,10 @@ JSRoot { filename: "es2016/simple-parameter-list/method/input.js" end: Object { column: 11 - index: 23 line: 2 } start: Object { column: 4 - index: 16 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2016/simple-parameter-list/object-pattern-default/input.test.md b/internal/js-parser/test-fixtures/es2016/simple-parameter-list/object-pattern-default/input.test.md index 755cf12fdec..dd567f0fb78 100644 --- a/internal/js-parser/test-fixtures/es2016/simple-parameter-list/object-pattern-default/input.test.md +++ b/internal/js-parser/test-fixtures/es2016/simple-parameter-list/object-pattern-default/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2016/simple-parameter-list/object-pattern-default/input.js" end: Object { column: 0 - index: 58 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 15 - index: 55 line: 2 } start: Object { column: 2 - index: 42 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2016/simple-parameter-list/object-pattern-default/input.js" end: Object { column: 1 - index: 57 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "es2016/simple-parameter-list/object-pattern-default/input.js" end: Object { column: 1 - index: 57 line: 3 } start: Object { column: 38 - index: 38 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "es2016/simple-parameter-list/object-pattern-default/input.js" end: Object { column: 15 - index: 55 line: 2 } start: Object { column: 2 - index: 42 line: 2 } } @@ -133,12 +121,10 @@ JSRoot { filename: "es2016/simple-parameter-list/object-pattern-default/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -148,12 +134,10 @@ JSRoot { filename: "es2016/simple-parameter-list/object-pattern-default/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -163,12 +147,10 @@ JSRoot { filename: "es2016/simple-parameter-list/object-pattern-default/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -179,12 +161,10 @@ JSRoot { filename: "es2016/simple-parameter-list/object-pattern-default/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -195,12 +175,10 @@ JSRoot { filename: "es2016/simple-parameter-list/object-pattern-default/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -215,12 +193,10 @@ JSRoot { identifierName: "option1" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -229,12 +205,10 @@ JSRoot { filename: "es2016/simple-parameter-list/object-pattern-default/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -246,12 +220,10 @@ JSRoot { identifierName: "option1" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -260,12 +232,10 @@ JSRoot { filename: "es2016/simple-parameter-list/object-pattern-default/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -279,12 +249,10 @@ JSRoot { identifierName: "option2" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -293,12 +261,10 @@ JSRoot { filename: "es2016/simple-parameter-list/object-pattern-default/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -310,12 +276,10 @@ JSRoot { identifierName: "option2" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -324,12 +288,10 @@ JSRoot { filename: "es2016/simple-parameter-list/object-pattern-default/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2016/simple-parameter-list/object-pattern/input.test.md b/internal/js-parser/test-fixtures/es2016/simple-parameter-list/object-pattern/input.test.md index f9f6ff23926..48c5969103b 100644 --- a/internal/js-parser/test-fixtures/es2016/simple-parameter-list/object-pattern/input.test.md +++ b/internal/js-parser/test-fixtures/es2016/simple-parameter-list/object-pattern/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2016/simple-parameter-list/object-pattern/input.js" end: Object { column: 0 - index: 53 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 15 - index: 50 line: 2 } start: Object { column: 2 - index: 37 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2016/simple-parameter-list/object-pattern/input.js" end: Object { column: 1 - index: 52 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "es2016/simple-parameter-list/object-pattern/input.js" end: Object { column: 1 - index: 52 line: 3 } start: Object { column: 33 - index: 33 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "es2016/simple-parameter-list/object-pattern/input.js" end: Object { column: 15 - index: 50 line: 2 } start: Object { column: 2 - index: 37 line: 2 } } @@ -133,12 +121,10 @@ JSRoot { filename: "es2016/simple-parameter-list/object-pattern/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -149,12 +135,10 @@ JSRoot { filename: "es2016/simple-parameter-list/object-pattern/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -165,12 +149,10 @@ JSRoot { filename: "es2016/simple-parameter-list/object-pattern/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -185,12 +167,10 @@ JSRoot { identifierName: "option1" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -199,12 +179,10 @@ JSRoot { filename: "es2016/simple-parameter-list/object-pattern/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -216,12 +194,10 @@ JSRoot { identifierName: "option1" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -230,12 +206,10 @@ JSRoot { filename: "es2016/simple-parameter-list/object-pattern/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -249,12 +223,10 @@ JSRoot { identifierName: "option2" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -263,12 +235,10 @@ JSRoot { filename: "es2016/simple-parameter-list/object-pattern/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -280,12 +250,10 @@ JSRoot { identifierName: "option2" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -294,12 +262,10 @@ JSRoot { filename: "es2016/simple-parameter-list/object-pattern/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2016/simple-parameter-list/rest/input.test.md b/internal/js-parser/test-fixtures/es2016/simple-parameter-list/rest/input.test.md index 6b85bcda2f1..8a2a0db6cc6 100644 --- a/internal/js-parser/test-fixtures/es2016/simple-parameter-list/rest/input.test.md +++ b/internal/js-parser/test-fixtures/es2016/simple-parameter-list/rest/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2016/simple-parameter-list/rest/input.js" end: Object { column: 0 - index: 43 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 15 - index: 40 line: 2 } start: Object { column: 2 - index: 27 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2016/simple-parameter-list/rest/input.js" end: Object { column: 1 - index: 42 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "es2016/simple-parameter-list/rest/input.js" end: Object { column: 1 - index: 42 line: 3 } start: Object { column: 23 - index: 23 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "es2016/simple-parameter-list/rest/input.js" end: Object { column: 15 - index: 40 line: 2 } start: Object { column: 2 - index: 27 line: 2 } } @@ -133,12 +121,10 @@ JSRoot { filename: "es2016/simple-parameter-list/rest/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -149,12 +135,10 @@ JSRoot { identifierName: "options" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -165,12 +149,10 @@ JSRoot { filename: "es2016/simple-parameter-list/rest/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/1/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/1/input.test.md index 34323ffe794..63c2eb13942 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/1/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/1/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2017/async-functions/1/input.js" end: Object { column: 0 - index: 15 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2017/async-functions/1/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2017/async-functions/1/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "es2017/async-functions/1/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -88,12 +80,10 @@ JSRoot { filename: "es2017/async-functions/1/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/10/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/10/input.test.md index b3e390999aa..3e4379761a6 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/10/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/10/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2017/async-functions/10/input.js" end: Object { column: 13 - index: 27 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 17 line: 2 } start: Object { column: 4 - index: 18 line: 2 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2017/async-functions/10/input.js" end: Object { column: 3 - index: 17 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2017/async-functions/10/input.js" end: Object { column: 3 - index: 17 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "es2017/async-functions/10/input.js" end: Object { column: 3 - index: 17 line: 2 } start: Object { column: 4 - index: 4 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "es2017/async-functions/10/input.js" end: Object { column: 3 - index: 17 line: 2 } start: Object { column: 8 - index: 8 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { identifierName: "async" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -156,12 +140,10 @@ JSRoot { identifierName: "x" end: Object { column: 2 - index: 16 line: 2 } start: Object { column: 1 - index: 15 line: 2 } } @@ -177,12 +159,10 @@ JSRoot { filename: "es2017/async-functions/10/input.js" end: Object { column: 6 - index: 20 line: 2 } start: Object { column: 4 - index: 18 line: 2 } } @@ -192,12 +172,10 @@ JSRoot { filename: "es2017/async-functions/10/input.js" end: Object { column: 6 - index: 20 line: 2 } start: Object { column: 4 - index: 18 line: 2 } } @@ -208,12 +186,10 @@ JSRoot { filename: "es2017/async-functions/10/input.js" end: Object { column: 13 - index: 27 line: 2 } start: Object { column: 7 - index: 21 line: 2 } } @@ -223,12 +199,10 @@ JSRoot { filename: "es2017/async-functions/10/input.js" end: Object { column: 12 - index: 26 line: 2 } start: Object { column: 7 - index: 21 line: 2 } } @@ -239,12 +213,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 22 line: 2 } start: Object { column: 7 - index: 21 line: 2 } } @@ -256,12 +228,10 @@ JSRoot { filename: "es2017/async-functions/10/input.js" end: Object { column: 12 - index: 26 line: 2 } start: Object { column: 11 - index: 25 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/11/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/11/input.test.md index a4ce5064732..1e42b4c5bbe 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/11/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/11/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2017/async-functions/11/input.js" end: Object { column: 17 - index: 23 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2017/async-functions/11/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "async" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { identifierName: "foo" end: Object { column: 12 - index: 18 line: 2 } start: Object { column: 9 - index: 15 line: 2 } } @@ -86,12 +78,10 @@ JSRoot { filename: "es2017/async-functions/11/input.js" end: Object { column: 17 - index: 23 line: 2 } start: Object { column: 0 - index: 6 line: 2 } } @@ -102,12 +92,10 @@ JSRoot { filename: "es2017/async-functions/11/input.js" end: Object { column: 17 - index: 23 line: 2 } start: Object { column: 15 - index: 21 line: 2 } } @@ -125,12 +113,10 @@ JSRoot { filename: "es2017/async-functions/11/input.js" end: Object { column: 14 - index: 20 line: 2 } start: Object { column: 12 - index: 18 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/12/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/12/input.test.md index 9fc7496299e..c020ef53401 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/12/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/12/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2017/async-functions/12/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "foo" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2017/async-functions/12/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "es2017/async-functions/12/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "promise" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "es2017/async-functions/12/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "es2017/async-functions/12/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { filename: "es2017/async-functions/12/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -156,12 +140,10 @@ JSRoot { filename: "es2017/async-functions/12/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -172,12 +154,10 @@ JSRoot { identifierName: "promise" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/13/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/13/input.test.md index 0748c0bc1b4..95f40b814d4 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/13/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/13/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2017/async-functions/13/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2017/async-functions/13/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2017/async-functions/13/input.js" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -73,12 +67,10 @@ JSRoot { filename: "es2017/async-functions/13/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -90,12 +82,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "es2017/async-functions/13/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { filename: "es2017/async-functions/13/input.js" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { identifierName: "inner" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { filename: "es2017/async-functions/13/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -179,12 +161,10 @@ JSRoot { filename: "es2017/async-functions/13/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -195,12 +175,10 @@ JSRoot { filename: "es2017/async-functions/13/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } @@ -210,12 +188,10 @@ JSRoot { filename: "es2017/async-functions/13/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -224,12 +200,10 @@ JSRoot { filename: "es2017/async-functions/13/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -240,12 +214,10 @@ JSRoot { identifierName: "x" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 46 - index: 46 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/14/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/14/input.test.md index e6b54161960..5d09bc17f60 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/14/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/14/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2017/async-functions/14/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2017/async-functions/14/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2017/async-functions/14/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "foo" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2017/async-functions/14/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "es2017/async-functions/14/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "es2017/async-functions/14/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { identifierName: "promise" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -153,12 +137,10 @@ JSRoot { filename: "es2017/async-functions/14/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -172,12 +154,10 @@ JSRoot { filename: "es2017/async-functions/14/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -187,12 +167,10 @@ JSRoot { filename: "es2017/async-functions/14/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -201,12 +179,10 @@ JSRoot { filename: "es2017/async-functions/14/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -217,12 +193,10 @@ JSRoot { identifierName: "promise" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/15/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/15/input.test.md index be19fea8fa7..2f83f0a5ad3 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/15/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/15/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2017/async-functions/15/input.js" end: Object { column: 54 - index: 54 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2017/async-functions/15/input.js" end: Object { column: 54 - index: 54 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2017/async-functions/15/input.js" end: Object { column: 54 - index: 54 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "o" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2017/async-functions/15/input.js" end: Object { column: 54 - index: 54 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "es2017/async-functions/15/input.js" end: Object { column: 54 - index: 54 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "a" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "es2017/async-functions/15/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -148,12 +132,10 @@ JSRoot { filename: "es2017/async-functions/15/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -162,12 +144,10 @@ JSRoot { filename: "es2017/async-functions/15/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -182,12 +162,10 @@ JSRoot { identifierName: "foo" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -196,12 +174,10 @@ JSRoot { filename: "es2017/async-functions/15/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -210,12 +186,10 @@ JSRoot { filename: "es2017/async-functions/15/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -231,12 +205,10 @@ JSRoot { filename: "es2017/async-functions/15/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -248,12 +220,10 @@ JSRoot { identifierName: "promise" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -264,12 +234,10 @@ JSRoot { filename: "es2017/async-functions/15/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -283,12 +251,10 @@ JSRoot { filename: "es2017/async-functions/15/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -298,12 +264,10 @@ JSRoot { filename: "es2017/async-functions/15/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -312,12 +276,10 @@ JSRoot { filename: "es2017/async-functions/15/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -328,12 +290,10 @@ JSRoot { identifierName: "promise" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 43 - index: 43 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/16/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/16/input.test.md index c24db5e892b..7aa46f0d670 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/16/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/16/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2017/async-functions/16/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2017/async-functions/16/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "es2017/async-functions/16/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "bar" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "es2017/async-functions/16/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "es2017/async-functions/16/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -138,19 +124,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 12 - index: 12 line: 1 } loc: Object { filename: "es2017/async-functions/16/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -167,12 +150,10 @@ JSRoot { filename: "es2017/async-functions/16/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -184,12 +165,10 @@ JSRoot { identifierName: "promise" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -200,12 +179,10 @@ JSRoot { filename: "es2017/async-functions/16/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -219,12 +196,10 @@ JSRoot { filename: "es2017/async-functions/16/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -234,12 +209,10 @@ JSRoot { filename: "es2017/async-functions/16/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -248,12 +221,10 @@ JSRoot { filename: "es2017/async-functions/16/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -264,12 +235,10 @@ JSRoot { identifierName: "promise" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 39 - index: 39 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/17/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/17/input.test.md index 23a8ee3d70e..43001107a93 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/17/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/17/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2017/async-functions/17/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2017/async-functions/17/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2017/async-functions/17/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "f" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "es2017/async-functions/17/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { filename: "es2017/async-functions/17/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -130,12 +116,10 @@ JSRoot { identifierName: "promise" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -150,12 +134,10 @@ JSRoot { filename: "es2017/async-functions/17/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -167,12 +149,10 @@ JSRoot { identifierName: "promise" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/18/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/18/input.test.md index fdf835abd6c..95a8db584be 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/18/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/18/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2017/async-functions/18/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2017/async-functions/18/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2017/async-functions/18/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "f" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2017/async-functions/18/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { filename: "es2017/async-functions/18/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { identifierName: "promise" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "es2017/async-functions/18/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { filename: "es2017/async-functions/18/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -172,12 +154,10 @@ JSRoot { filename: "es2017/async-functions/18/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -186,12 +166,10 @@ JSRoot { filename: "es2017/async-functions/18/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -202,12 +180,10 @@ JSRoot { identifierName: "promise" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/19/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/19/input.test.md index 3cc0909759f..73850a5d9e2 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/19/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/19/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2017/async-functions/19/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2017/async-functions/19/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2017/async-functions/19/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "f" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "es2017/async-functions/19/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { identifierName: "async" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "es2017/async-functions/19/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -151,12 +135,10 @@ JSRoot { filename: "es2017/async-functions/19/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -170,12 +152,10 @@ JSRoot { identifierName: "b" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/2/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/2/input.test.md index 701fa23448e..c2a814c82ff 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/2/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/2/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2017/async-functions/2/input.js" end: Object { column: 0 - index: 41 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 25 line: 2 } start: Object { column: 2 - index: 25 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "bar" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2017/async-functions/2/input.js" end: Object { column: 1 - index: 40 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "es2017/async-functions/2/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "es2017/async-functions/2/input.js" end: Object { column: 1 - index: 40 line: 3 } start: Object { column: 21 - index: 21 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "es2017/async-functions/2/input.js" end: Object { column: 15 - index: 38 line: 2 } start: Object { column: 2 - index: 25 line: 2 } } @@ -145,12 +131,10 @@ JSRoot { filename: "es2017/async-functions/2/input.js" end: Object { column: 14 - index: 37 line: 2 } start: Object { column: 2 - index: 25 line: 2 } } @@ -160,12 +144,10 @@ JSRoot { filename: "es2017/async-functions/2/input.js" end: Object { column: 14 - index: 37 line: 2 } start: Object { column: 9 - index: 32 line: 2 } } @@ -176,12 +158,10 @@ JSRoot { identifierName: "foo" end: Object { column: 12 - index: 35 line: 2 } start: Object { column: 9 - index: 32 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/20/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/20/input.test.md index 0bea7344000..100f8147209 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/20/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/20/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2017/async-functions/20/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2017/async-functions/20/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2017/async-functions/20/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "ok" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2017/async-functions/20/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "es2017/async-functions/20/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { identifierName: "async" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { identifierName: "x" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/21/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/21/input.test.md index 5d38fabc054..28566405068 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/21/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/21/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2017/async-functions/21/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2017/async-functions/21/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2017/async-functions/21/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -74,12 +68,10 @@ JSRoot { filename: "es2017/async-functions/21/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -90,12 +82,10 @@ JSRoot { filename: "es2017/async-functions/21/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { filename: "es2017/async-functions/21/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "es2017/async-functions/21/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { identifierName: "async" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -153,12 +137,10 @@ JSRoot { filename: "es2017/async-functions/21/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -171,12 +153,10 @@ JSRoot { filename: "es2017/async-functions/21/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -186,12 +166,10 @@ JSRoot { filename: "es2017/async-functions/21/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -202,12 +180,10 @@ JSRoot { identifierName: "async" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -219,12 +195,10 @@ JSRoot { filename: "es2017/async-functions/21/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/22/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/22/input.test.md index c27548bac44..6465316ea60 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/22/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/22/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2017/async-functions/22/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "Test" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2017/async-functions/22/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "es2017/async-functions/22/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "async" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "es2017/async-functions/22/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "es2017/async-functions/22/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "es2017/async-functions/22/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "es2017/async-functions/22/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 13 - index: 13 line: 1 } loc: Object { filename: "es2017/async-functions/22/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/23/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/23/input.test.md index 40af5bf61e0..7fd15d45e15 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/23/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/23/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2017/async-functions/23/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2017/async-functions/23/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2017/async-functions/23/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "obj" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2017/async-functions/23/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "es2017/async-functions/23/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "async" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { identifierName: "async" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -148,12 +132,10 @@ JSRoot { filename: "es2017/async-functions/23/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -162,12 +144,10 @@ JSRoot { filename: "es2017/async-functions/23/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/24/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/24/input.test.md index ea03a9093bb..962711f7228 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/24/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/24/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2017/async-functions/24/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2017/async-functions/24/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2017/async-functions/24/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "obj" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2017/async-functions/24/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "es2017/async-functions/24/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { identifierName: "async" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { identifierName: "async" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "es2017/async-functions/24/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -163,12 +145,10 @@ JSRoot { filename: "es2017/async-functions/24/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -186,12 +166,10 @@ JSRoot { filename: "es2017/async-functions/24/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/25/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/25/input.test.md index 0113e302fe7..d3e2cab9163 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/25/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/25/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2017/async-functions/25/input.js" end: Object { column: 0 - index: 31 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "es2017/async-functions/25/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { identifierName: "foo" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2017/async-functions/25/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "es2017/async-functions/25/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "es2017/async-functions/25/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/26/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/26/input.test.md index c796131ef52..5b99017f46e 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/26/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/26/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2017/async-functions/26/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2017/async-functions/26/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2017/async-functions/26/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "f" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "es2017/async-functions/26/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "es2017/async-functions/26/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { identifierName: "x" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -153,12 +137,10 @@ JSRoot { identifierName: "y" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -170,12 +152,10 @@ JSRoot { filename: "es2017/async-functions/26/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -184,12 +164,10 @@ JSRoot { filename: "es2017/async-functions/26/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -201,12 +179,10 @@ JSRoot { identifierName: "x" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -218,12 +194,10 @@ JSRoot { identifierName: "y" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -239,12 +213,10 @@ JSRoot { identifierName: "b" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/27/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/27/input.test.md index c8bea6982d1..610a5a98d4c 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/27/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/27/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2017/async-functions/27/input.js" end: Object { column: 0 - index: 38 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2017/async-functions/27/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "es2017/async-functions/27/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { identifierName: "foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "es2017/async-functions/27/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { filename: "es2017/async-functions/27/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { filename: "es2017/async-functions/27/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "es2017/async-functions/27/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -178,12 +160,10 @@ JSRoot { identifierName: "async" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -193,12 +173,10 @@ JSRoot { identifierName: "async" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -210,12 +188,10 @@ JSRoot { identifierName: "async" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -224,12 +200,10 @@ JSRoot { filename: "es2017/async-functions/27/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -246,12 +220,10 @@ JSRoot { filename: "es2017/async-functions/27/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -261,12 +233,10 @@ JSRoot { filename: "es2017/async-functions/27/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -277,12 +247,10 @@ JSRoot { filename: "es2017/async-functions/27/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -292,12 +260,10 @@ JSRoot { filename: "es2017/async-functions/27/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -308,12 +274,10 @@ JSRoot { filename: "es2017/async-functions/27/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -323,12 +287,10 @@ JSRoot { filename: "es2017/async-functions/27/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -341,12 +303,10 @@ JSRoot { filename: "es2017/async-functions/27/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -356,12 +316,10 @@ JSRoot { filename: "es2017/async-functions/27/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/28/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/28/input.test.md index 4de0f4f72c0..d4c77418056 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/28/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/28/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2017/async-functions/28/input.js" end: Object { column: 0 - index: 36 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2017/async-functions/28/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2017/async-functions/28/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2017/async-functions/28/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "es2017/async-functions/28/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { filename: "es2017/async-functions/28/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "es2017/async-functions/28/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -150,12 +134,10 @@ JSRoot { filename: "es2017/async-functions/28/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -169,12 +151,10 @@ JSRoot { identifierName: "async" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -184,12 +164,10 @@ JSRoot { identifierName: "async" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -201,12 +179,10 @@ JSRoot { identifierName: "bar" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -215,12 +191,10 @@ JSRoot { filename: "es2017/async-functions/28/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/29/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/29/input.test.md index 31ea01f3950..f07f82aac55 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/29/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/29/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2017/async-functions/29/input.js" end: Object { column: 0 - index: 43 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2017/async-functions/29/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2017/async-functions/29/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2017/async-functions/29/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "es2017/async-functions/29/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "es2017/async-functions/29/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 39 - index: 39 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "es2017/async-functions/29/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -153,12 +137,10 @@ JSRoot { filename: "es2017/async-functions/29/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -169,12 +151,10 @@ JSRoot { filename: "es2017/async-functions/29/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -189,12 +169,10 @@ JSRoot { identifierName: "async" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -203,12 +181,10 @@ JSRoot { filename: "es2017/async-functions/29/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -218,12 +194,10 @@ JSRoot { filename: "es2017/async-functions/29/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -233,12 +207,10 @@ JSRoot { filename: "es2017/async-functions/29/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -250,12 +222,10 @@ JSRoot { identifierName: "async" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -265,12 +235,10 @@ JSRoot { filename: "es2017/async-functions/29/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/3/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/3/input.test.md index 4c8bc6a784f..b2e9906f255 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/3/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/3/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2017/async-functions/3/input.js" end: Object { column: 0 - index: 31 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2017/async-functions/3/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2017/async-functions/3/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "foo" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "es2017/async-functions/3/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "es2017/async-functions/3/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "es2017/async-functions/3/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { filename: "es2017/async-functions/3/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -175,12 +157,10 @@ JSRoot { identifierName: "foo" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/30/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/30/input.test.md index b11573f7641..7c08c4b6c3b 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/30/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/30/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2017/async-functions/30/input.js" end: Object { column: 0 - index: 41 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2017/async-functions/30/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2017/async-functions/30/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2017/async-functions/30/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "es2017/async-functions/30/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "es2017/async-functions/30/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "es2017/async-functions/30/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -153,12 +137,10 @@ JSRoot { filename: "es2017/async-functions/30/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -169,12 +151,10 @@ JSRoot { filename: "es2017/async-functions/30/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -189,12 +169,10 @@ JSRoot { identifierName: "async" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -203,12 +181,10 @@ JSRoot { filename: "es2017/async-functions/30/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -220,12 +196,10 @@ JSRoot { identifierName: "bar" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -234,12 +208,10 @@ JSRoot { filename: "es2017/async-functions/30/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/31/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/31/input.test.md index a08f449006a..f1f00b1bf08 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/31/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/31/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2017/async-functions/31/input.js" end: Object { column: 0 - index: 56 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2017/async-functions/31/input.js" end: Object { column: 2 - index: 55 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2017/async-functions/31/input.js" end: Object { column: 2 - index: 55 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2017/async-functions/31/input.js" end: Object { column: 1 - index: 54 line: 3 } start: Object { column: 6 - index: 6 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "es2017/async-functions/31/input.js" end: Object { column: 1 - index: 54 line: 3 } start: Object { column: 12 - index: 12 line: 1 } } @@ -113,12 +101,10 @@ JSRoot { filename: "es2017/async-functions/31/input.js" end: Object { column: 1 - index: 54 line: 3 } start: Object { column: 38 - index: 38 line: 1 } } @@ -128,12 +114,10 @@ JSRoot { filename: "es2017/async-functions/31/input.js" end: Object { column: 12 - index: 52 line: 2 } start: Object { column: 2 - index: 42 line: 2 } } @@ -142,12 +126,10 @@ JSRoot { filename: "es2017/async-functions/31/input.js" end: Object { column: 11 - index: 51 line: 2 } start: Object { column: 2 - index: 42 line: 2 } } @@ -158,12 +140,10 @@ JSRoot { identifierName: "baz" end: Object { column: 11 - index: 51 line: 2 } start: Object { column: 8 - index: 48 line: 2 } } @@ -182,12 +162,10 @@ JSRoot { filename: "es2017/async-functions/31/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -198,12 +176,10 @@ JSRoot { filename: "es2017/async-functions/31/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -217,12 +193,10 @@ JSRoot { identifierName: "async" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -232,12 +206,10 @@ JSRoot { identifierName: "async" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -249,12 +221,10 @@ JSRoot { identifierName: "bar" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -263,12 +233,10 @@ JSRoot { filename: "es2017/async-functions/31/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/32/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/32/input.test.md index 753af2e12da..db9c8149301 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/32/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/32/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2017/async-functions/32/input.js" end: Object { column: 0 - index: 57 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2017/async-functions/32/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "es2017/async-functions/32/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { identifierName: "foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "es2017/async-functions/32/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "es2017/async-functions/32/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { identifierName: "async" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -160,12 +144,10 @@ JSRoot { filename: "es2017/async-functions/32/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -176,12 +158,10 @@ JSRoot { identifierName: "bar" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -192,12 +172,10 @@ JSRoot { filename: "es2017/async-functions/32/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -211,12 +189,10 @@ JSRoot { identifierName: "async" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -226,12 +202,10 @@ JSRoot { identifierName: "async" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -243,12 +217,10 @@ JSRoot { identifierName: "async" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -257,12 +229,10 @@ JSRoot { filename: "es2017/async-functions/32/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -281,12 +251,10 @@ JSRoot { filename: "es2017/async-functions/32/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -296,12 +264,10 @@ JSRoot { filename: "es2017/async-functions/32/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -312,12 +278,10 @@ JSRoot { filename: "es2017/async-functions/32/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -327,12 +291,10 @@ JSRoot { filename: "es2017/async-functions/32/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -343,12 +305,10 @@ JSRoot { filename: "es2017/async-functions/32/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -358,12 +318,10 @@ JSRoot { filename: "es2017/async-functions/32/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -375,12 +333,10 @@ JSRoot { filename: "es2017/async-functions/32/input.js" end: Object { column: 1 - index: 55 line: 3 } start: Object { column: 39 - index: 39 line: 1 } } @@ -390,12 +346,10 @@ JSRoot { filename: "es2017/async-functions/32/input.js" end: Object { column: 7 - index: 48 line: 2 } start: Object { column: 2 - index: 43 line: 2 } } @@ -406,12 +360,10 @@ JSRoot { identifierName: "await" end: Object { column: 7 - index: 48 line: 2 } start: Object { column: 2 - index: 43 line: 2 } } @@ -422,12 +374,10 @@ JSRoot { filename: "es2017/async-functions/32/input.js" end: Object { column: 12 - index: 53 line: 2 } start: Object { column: 8 - index: 49 line: 2 } } @@ -438,12 +388,10 @@ JSRoot { identifierName: "baz" end: Object { column: 11 - index: 52 line: 2 } start: Object { column: 8 - index: 49 line: 2 } } @@ -456,12 +404,10 @@ JSRoot { filename: "es2017/async-functions/32/input.js" end: Object { column: 2 - index: 56 line: 3 } start: Object { column: 1 - index: 55 line: 3 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/33/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/33/input.test.md index ab86dc4b6bc..d75a6059191 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/33/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/33/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2017/async-functions/33/input.js" end: Object { column: 0 - index: 61 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2017/async-functions/33/input.js" end: Object { column: 2 - index: 60 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2017/async-functions/33/input.js" end: Object { column: 2 - index: 60 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2017/async-functions/33/input.js" end: Object { column: 1 - index: 59 line: 3 } start: Object { column: 6 - index: 6 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "es2017/async-functions/33/input.js" end: Object { column: 1 - index: 59 line: 3 } start: Object { column: 12 - index: 12 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { filename: "es2017/async-functions/33/input.js" end: Object { column: 1 - index: 59 line: 3 } start: Object { column: 43 - index: 43 line: 1 } } @@ -129,12 +115,10 @@ JSRoot { filename: "es2017/async-functions/33/input.js" end: Object { column: 12 - index: 57 line: 2 } start: Object { column: 2 - index: 47 line: 2 } } @@ -143,12 +127,10 @@ JSRoot { filename: "es2017/async-functions/33/input.js" end: Object { column: 11 - index: 56 line: 2 } start: Object { column: 2 - index: 47 line: 2 } } @@ -159,12 +141,10 @@ JSRoot { identifierName: "baz" end: Object { column: 11 - index: 56 line: 2 } start: Object { column: 8 - index: 53 line: 2 } } @@ -185,12 +165,10 @@ JSRoot { filename: "es2017/async-functions/33/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -201,12 +179,10 @@ JSRoot { filename: "es2017/async-functions/33/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -217,12 +193,10 @@ JSRoot { filename: "es2017/async-functions/33/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -237,12 +211,10 @@ JSRoot { identifierName: "async" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -251,12 +223,10 @@ JSRoot { filename: "es2017/async-functions/33/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -268,12 +238,10 @@ JSRoot { identifierName: "bar" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -282,12 +250,10 @@ JSRoot { filename: "es2017/async-functions/33/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/34/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/34/input.test.md index 80f7b36a1d6..4afc92a3f30 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/34/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/34/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2017/async-functions/34/input.js" end: Object { column: 0 - index: 62 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2017/async-functions/34/input.js" end: Object { column: 2 - index: 61 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2017/async-functions/34/input.js" end: Object { column: 2 - index: 61 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2017/async-functions/34/input.js" end: Object { column: 1 - index: 60 line: 3 } start: Object { column: 6 - index: 6 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "es2017/async-functions/34/input.js" end: Object { column: 1 - index: 60 line: 3 } start: Object { column: 12 - index: 12 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { filename: "es2017/async-functions/34/input.js" end: Object { column: 1 - index: 60 line: 3 } start: Object { column: 44 - index: 44 line: 1 } } @@ -129,12 +115,10 @@ JSRoot { filename: "es2017/async-functions/34/input.js" end: Object { column: 12 - index: 58 line: 2 } start: Object { column: 2 - index: 48 line: 2 } } @@ -143,12 +127,10 @@ JSRoot { filename: "es2017/async-functions/34/input.js" end: Object { column: 11 - index: 57 line: 2 } start: Object { column: 2 - index: 48 line: 2 } } @@ -159,12 +141,10 @@ JSRoot { identifierName: "baz" end: Object { column: 11 - index: 57 line: 2 } start: Object { column: 8 - index: 54 line: 2 } } @@ -185,12 +165,10 @@ JSRoot { filename: "es2017/async-functions/34/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -201,12 +179,10 @@ JSRoot { filename: "es2017/async-functions/34/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -217,12 +193,10 @@ JSRoot { filename: "es2017/async-functions/34/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -237,12 +211,10 @@ JSRoot { identifierName: "async" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -251,12 +223,10 @@ JSRoot { filename: "es2017/async-functions/34/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -266,12 +236,10 @@ JSRoot { filename: "es2017/async-functions/34/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -282,12 +250,10 @@ JSRoot { identifierName: "async" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -299,12 +265,10 @@ JSRoot { identifierName: "bar" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -314,12 +278,10 @@ JSRoot { filename: "es2017/async-functions/34/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/35/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/35/input.test.md index c912a2851f9..1e389c9de31 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/35/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/35/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2017/async-functions/35/input.js" end: Object { column: 0 - index: 30 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2017/async-functions/35/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "es2017/async-functions/35/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { identifierName: "foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "es2017/async-functions/35/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { filename: "es2017/async-functions/35/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { filename: "es2017/async-functions/35/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "es2017/async-functions/35/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -178,12 +160,10 @@ JSRoot { identifierName: "async" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -193,12 +173,10 @@ JSRoot { identifierName: "async" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -210,12 +188,10 @@ JSRoot { identifierName: "async" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -224,12 +200,10 @@ JSRoot { filename: "es2017/async-functions/35/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -246,12 +220,10 @@ JSRoot { filename: "es2017/async-functions/35/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -261,12 +233,10 @@ JSRoot { filename: "es2017/async-functions/35/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/36/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/36/input.test.md index 5a0c655d97e..b4bb9512129 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/36/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/36/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2017/async-functions/36/input.js" end: Object { column: 0 - index: 32 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2017/async-functions/36/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "es2017/async-functions/36/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { identifierName: "foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "es2017/async-functions/36/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { filename: "es2017/async-functions/36/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { filename: "es2017/async-functions/36/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "es2017/async-functions/36/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -178,12 +160,10 @@ JSRoot { identifierName: "async" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -193,12 +173,10 @@ JSRoot { identifierName: "async" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -210,12 +188,10 @@ JSRoot { identifierName: "async" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -224,12 +200,10 @@ JSRoot { filename: "es2017/async-functions/36/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -246,12 +220,10 @@ JSRoot { filename: "es2017/async-functions/36/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -261,12 +233,10 @@ JSRoot { filename: "es2017/async-functions/36/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -277,12 +247,10 @@ JSRoot { filename: "es2017/async-functions/36/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -292,12 +260,10 @@ JSRoot { filename: "es2017/async-functions/36/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/37/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/37/input.test.md index 0eea50dfa15..851b98e4b59 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/37/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/37/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2017/async-functions/37/input.js" end: Object { column: 0 - index: 30 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2017/async-functions/37/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2017/async-functions/37/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "es2017/async-functions/37/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -88,12 +80,10 @@ JSRoot { identifierName: "async" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "es2017/async-functions/37/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "es2017/async-functions/37/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { filename: "es2017/async-functions/37/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { identifierName: "async" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -164,12 +146,10 @@ JSRoot { filename: "es2017/async-functions/37/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -180,12 +160,10 @@ JSRoot { filename: "es2017/async-functions/37/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -196,12 +174,10 @@ JSRoot { identifierName: "foo" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/38/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/38/input.test.md index aec2715397c..200e2b37601 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/38/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/38/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2017/async-functions/38/input.js" end: Object { column: 0 - index: 28 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2017/async-functions/38/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2017/async-functions/38/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "es2017/async-functions/38/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -88,12 +80,10 @@ JSRoot { identifierName: "async" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "es2017/async-functions/38/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { identifierName: "foo" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "es2017/async-functions/38/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "es2017/async-functions/38/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -165,12 +147,10 @@ JSRoot { identifierName: "bar" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/4/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/4/input.test.md index fc9d9a63b92..ab3f2ddf1e7 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/4/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/4/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2017/async-functions/4/input.js" end: Object { column: 0 - index: 15 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2017/async-functions/4/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "es2017/async-functions/4/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "es2017/async-functions/4/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { filename: "es2017/async-functions/4/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { filename: "es2017/async-functions/4/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { filename: "es2017/async-functions/4/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -182,12 +164,10 @@ JSRoot { filename: "es2017/async-functions/4/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -199,12 +179,10 @@ JSRoot { identifierName: "" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -215,12 +193,10 @@ JSRoot { filename: "es2017/async-functions/4/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/5/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/5/input.test.md index ac1c94a7b6d..c4608d39264 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/5/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/5/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2017/async-functions/5/input.js" end: Object { column: 0 - index: 31 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2017/async-functions/5/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "es2017/async-functions/5/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "es2017/async-functions/5/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { filename: "es2017/async-functions/5/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -149,12 +135,10 @@ JSRoot { filename: "es2017/async-functions/5/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -166,12 +150,10 @@ JSRoot { identifierName: "" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -182,12 +164,10 @@ JSRoot { filename: "es2017/async-functions/5/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -201,12 +181,10 @@ JSRoot { filename: "es2017/async-functions/5/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -219,12 +197,10 @@ JSRoot { identifierName: "" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -233,12 +209,10 @@ JSRoot { filename: "es2017/async-functions/5/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -249,12 +223,10 @@ JSRoot { filename: "es2017/async-functions/5/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -272,12 +244,10 @@ JSRoot { filename: "es2017/async-functions/5/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/6/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/6/input.test.md index 87686a99c3b..5f7c9012962 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/6/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/6/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2017/async-functions/6/input.js" end: Object { column: 0 - index: 17 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2017/async-functions/6/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "es2017/async-functions/6/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "es2017/async-functions/6/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "es2017/async-functions/6/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "es2017/async-functions/6/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { filename: "es2017/async-functions/6/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/7/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/7/input.test.md index 4d6d904cdf0..6e2b8d81eec 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/7/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/7/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2017/async-functions/7/input.js" end: Object { column: 0 - index: 16 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2017/async-functions/7/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2017/async-functions/7/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "foo" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "es2017/async-functions/7/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "async" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "async" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { identifierName: "async" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -148,12 +132,10 @@ JSRoot { filename: "es2017/async-functions/7/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/8/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/8/input.test.md index 228655ab86c..59d23ad7da7 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/8/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/8/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2017/async-functions/8/input.js" end: Object { column: 0 - index: 40 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2017/async-functions/8/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2017/async-functions/8/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "es2017/async-functions/8/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -88,12 +80,10 @@ JSRoot { identifierName: "async" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "es2017/async-functions/8/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { identifierName: "async" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "es2017/async-functions/8/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "es2017/async-functions/8/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -163,12 +145,10 @@ JSRoot { filename: "es2017/async-functions/8/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -179,12 +159,10 @@ JSRoot { identifierName: "require" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -196,12 +174,10 @@ JSRoot { filename: "es2017/async-functions/8/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/9/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/9/input.test.md index d268b537eb3..f95a8fc277e 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/9/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/9/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2017/async-functions/9/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "foo" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2017/async-functions/9/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { filename: "es2017/async-functions/9/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "promise" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -132,12 +120,10 @@ JSRoot { filename: "es2017/async-functions/9/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -151,12 +137,10 @@ JSRoot { filename: "es2017/async-functions/9/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -166,12 +150,10 @@ JSRoot { filename: "es2017/async-functions/9/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -182,12 +164,10 @@ JSRoot { identifierName: "await" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -198,12 +178,10 @@ JSRoot { filename: "es2017/async-functions/9/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -214,12 +192,10 @@ JSRoot { identifierName: "promise" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/allow-await-outside-function-throw/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/allow-await-outside-function-throw/input.test.md index 55b1ce42e19..58f1f3cbac7 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/allow-await-outside-function-throw/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/allow-await-outside-function-throw/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2017/async-functions/allow-await-outside-function-throw/input.js" end: Object { column: 0 - index: 34 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 14 - index: 29 line: 2 } start: Object { column: 15 - index: 30 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2017/async-functions/allow-await-outside-function-throw/input.js" end: Object { column: 1 - index: 33 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "es2017/async-functions/allow-await-outside-function-throw/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "es2017/async-functions/allow-await-outside-function-throw/input.js" end: Object { column: 1 - index: 33 line: 3 } start: Object { column: 13 - index: 13 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "es2017/async-functions/allow-await-outside-function-throw/input.js" end: Object { column: 14 - index: 29 line: 2 } start: Object { column: 2 - index: 17 line: 2 } } @@ -147,12 +133,10 @@ JSRoot { identifierName: "await" end: Object { column: 14 - index: 29 line: 2 } start: Object { column: 9 - index: 24 line: 2 } } @@ -163,12 +147,10 @@ JSRoot { filename: "es2017/async-functions/allow-await-outside-function-throw/input.js" end: Object { column: 16 - index: 31 line: 2 } start: Object { column: 15 - index: 30 line: 2 } } @@ -179,12 +161,10 @@ JSRoot { filename: "es2017/async-functions/allow-await-outside-function-throw/input.js" end: Object { column: 16 - index: 31 line: 2 } start: Object { column: 15 - index: 30 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/allow-await-outside-function/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/allow-await-outside-function/input.test.md index ee53df0e182..29d61bafe98 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/allow-await-outside-function/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/allow-await-outside-function/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2017/async-functions/allow-await-outside-function/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2017/async-functions/allow-await-outside-function/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "await" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "es2017/async-functions/allow-await-outside-function/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "es2017/async-functions/allow-await-outside-function/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/async-await-as-arrow-binding-identifier/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/async-await-as-arrow-binding-identifier/input.test.md index d9e289d3e94..af496feffea 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/async-await-as-arrow-binding-identifier/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/async-await-as-arrow-binding-identifier/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2017/async-functions/async-await-as-arrow-binding-identifier/input.js" end: Object { column: 0 - index: 18 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2017/async-functions/async-await-as-arrow-binding-identifier/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2017/async-functions/async-await-as-arrow-binding-identifier/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "es2017/async-functions/async-await-as-arrow-binding-identifier/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "es2017/async-functions/async-await-as-arrow-binding-identifier/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "await" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/await-as-argument-identifier-in-non-async-functions/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/await-as-argument-identifier-in-non-async-functions/input.test.md index 381f8a68850..551c047c3fb 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/await-as-argument-identifier-in-non-async-functions/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/await-as-argument-identifier-in-non-async-functions/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2017/async-functions/await-as-argument-identifier-in-non-async-functions/input.js" end: Object { column: 0 - index: 14 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2017/async-functions/await-as-argument-identifier-in-non-async-functions/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2017/async-functions/await-as-argument-identifier-in-non-async-functions/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "es2017/async-functions/await-as-argument-identifier-in-non-async-functions/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "es2017/async-functions/await-as-argument-identifier-in-non-async-functions/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { identifierName: "await" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/await-async-function-declaration-name/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/await-async-function-declaration-name/input.test.md index e8f6a8337f4..46e4046c3d2 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/await-async-function-declaration-name/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/await-async-function-declaration-name/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2017/async-functions/await-async-function-declaration-name/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "await" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2017/async-functions/await-async-function-declaration-name/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2017/async-functions/await-async-function-declaration-name/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "es2017/async-functions/await-async-function-declaration-name/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/await-async-function-expression-name/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/await-async-function-expression-name/input.test.md index 2b7ff411342..de19d67a8e4 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/await-async-function-expression-name/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/await-async-function-expression-name/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2017/async-functions/await-async-function-expression-name/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2017/async-functions/await-async-function-expression-name/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { identifierName: "await" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2017/async-functions/await-async-function-expression-name/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "es2017/async-functions/await-async-function-expression-name/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "es2017/async-functions/await-async-function-expression-name/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/await-binding-inside-arrow-params-inside-async-arrow-params/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/await-binding-inside-arrow-params-inside-async-arrow-params/input.test.md index 77f95c537cb..7ec7ff8b316 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/await-binding-inside-arrow-params-inside-async-arrow-params/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/await-binding-inside-arrow-params-inside-async-arrow-params/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2017/async-functions/await-binding-inside-arrow-params-inside-async-arrow-params/input.js" end: Object { column: 0 - index: 37 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2017/async-functions/await-binding-inside-arrow-params-inside-async-arrow-params/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2017/async-functions/await-binding-inside-arrow-params-inside-async-arrow-params/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "es2017/async-functions/await-binding-inside-arrow-params-inside-async-arrow-params/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "es2017/async-functions/await-binding-inside-arrow-params-inside-async-arrow-params/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "es2017/async-functions/await-binding-inside-arrow-params-inside-async-arrow-params/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { identifierName: "a" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "es2017/async-functions/await-binding-inside-arrow-params-inside-async-arrow-params/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -150,12 +134,10 @@ JSRoot { filename: "es2017/async-functions/await-binding-inside-arrow-params-inside-async-arrow-params/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -170,12 +152,10 @@ JSRoot { filename: "es2017/async-functions/await-binding-inside-arrow-params-inside-async-arrow-params/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -186,12 +166,10 @@ JSRoot { filename: "es2017/async-functions/await-binding-inside-arrow-params-inside-async-arrow-params/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -205,12 +183,10 @@ JSRoot { identifierName: "await" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -219,12 +195,10 @@ JSRoot { filename: "es2017/async-functions/await-binding-inside-arrow-params-inside-async-arrow-params/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -236,12 +210,10 @@ JSRoot { identifierName: "await" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -250,12 +222,10 @@ JSRoot { filename: "es2017/async-functions/await-binding-inside-arrow-params-inside-async-arrow-params/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/await-function-declaration-name-inside-async-function/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/await-function-declaration-name-inside-async-function/input.test.md index f0cddef5d6d..bec68ccfb46 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/await-function-declaration-name-inside-async-function/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/await-function-declaration-name-inside-async-function/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2017/async-functions/await-function-declaration-name-inside-async-function/input.js" end: Object { column: 1 - index: 46 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 16 - index: 39 line: 2 } start: Object { column: 11 - index: 34 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "foo" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2017/async-functions/await-function-declaration-name-inside-async-function/input.js" end: Object { column: 1 - index: 46 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "es2017/async-functions/await-function-declaration-name-inside-async-function/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "es2017/async-functions/await-function-declaration-name-inside-async-function/input.js" end: Object { column: 1 - index: 46 line: 3 } start: Object { column: 21 - index: 21 line: 1 } } @@ -134,12 +122,10 @@ JSRoot { identifierName: "await" end: Object { column: 16 - index: 39 line: 2 } start: Object { column: 11 - index: 34 line: 2 } } @@ -148,12 +134,10 @@ JSRoot { filename: "es2017/async-functions/await-function-declaration-name-inside-async-function/input.js" end: Object { column: 21 - index: 44 line: 2 } start: Object { column: 2 - index: 25 line: 2 } } @@ -164,12 +148,10 @@ JSRoot { filename: "es2017/async-functions/await-function-declaration-name-inside-async-function/input.js" end: Object { column: 21 - index: 44 line: 2 } start: Object { column: 19 - index: 42 line: 2 } } @@ -187,12 +169,10 @@ JSRoot { filename: "es2017/async-functions/await-function-declaration-name-inside-async-function/input.js" end: Object { column: 18 - index: 41 line: 2 } start: Object { column: 16 - index: 39 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/await-function-expression-name-inside-async-function/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/await-function-expression-name-inside-async-function/input.test.md index 7baddca4e06..8529554758d 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/await-function-expression-name-inside-async-function/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/await-function-expression-name-inside-async-function/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2017/async-functions/await-function-expression-name-inside-async-function/input.js" end: Object { column: 1 - index: 48 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "fn" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2017/async-functions/await-function-expression-name-inside-async-function/input.js" end: Object { column: 1 - index: 48 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2017/async-functions/await-function-expression-name-inside-async-function/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2017/async-functions/await-function-expression-name-inside-async-function/input.js" end: Object { column: 1 - index: 48 line: 3 } start: Object { column: 20 - index: 20 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "es2017/async-functions/await-function-expression-name-inside-async-function/input.js" end: Object { column: 24 - index: 46 line: 2 } start: Object { column: 2 - index: 24 line: 2 } } @@ -124,12 +112,10 @@ JSRoot { identifierName: "await" end: Object { column: 17 - index: 39 line: 2 } start: Object { column: 12 - index: 34 line: 2 } } @@ -138,12 +124,10 @@ JSRoot { filename: "es2017/async-functions/await-function-expression-name-inside-async-function/input.js" end: Object { column: 22 - index: 44 line: 2 } start: Object { column: 3 - index: 25 line: 2 } } @@ -154,12 +138,10 @@ JSRoot { filename: "es2017/async-functions/await-function-expression-name-inside-async-function/input.js" end: Object { column: 22 - index: 44 line: 2 } start: Object { column: 20 - index: 42 line: 2 } } @@ -177,12 +159,10 @@ JSRoot { filename: "es2017/async-functions/await-function-expression-name-inside-async-function/input.js" end: Object { column: 19 - index: 41 line: 2 } start: Object { column: 17 - index: 39 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/await-identifier-inside-parameters-of-nested-function/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/await-identifier-inside-parameters-of-nested-function/input.test.md index 4da9e24a79b..88f2ee1532e 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/await-identifier-inside-parameters-of-nested-function/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/await-identifier-inside-parameters-of-nested-function/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2017/async-functions/await-identifier-inside-parameters-of-nested-function/input.js" end: Object { column: 1 - index: 50 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "fn" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2017/async-functions/await-identifier-inside-parameters-of-nested-function/input.js" end: Object { column: 1 - index: 50 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2017/async-functions/await-identifier-inside-parameters-of-nested-function/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2017/async-functions/await-identifier-inside-parameters-of-nested-function/input.js" end: Object { column: 1 - index: 50 line: 3 } start: Object { column: 20 - index: 20 line: 1 } } @@ -110,12 +100,10 @@ JSRoot { identifierName: "g" end: Object { column: 12 - index: 34 line: 2 } start: Object { column: 11 - index: 33 line: 2 } } @@ -124,12 +112,10 @@ JSRoot { filename: "es2017/async-functions/await-identifier-inside-parameters-of-nested-function/input.js" end: Object { column: 26 - index: 48 line: 2 } start: Object { column: 2 - index: 24 line: 2 } } @@ -140,12 +126,10 @@ JSRoot { filename: "es2017/async-functions/await-identifier-inside-parameters-of-nested-function/input.js" end: Object { column: 26 - index: 48 line: 2 } start: Object { column: 24 - index: 46 line: 2 } } @@ -162,12 +146,10 @@ JSRoot { filename: "es2017/async-functions/await-identifier-inside-parameters-of-nested-function/input.js" end: Object { column: 23 - index: 45 line: 2 } start: Object { column: 12 - index: 34 line: 2 } } @@ -177,12 +159,10 @@ JSRoot { filename: "es2017/async-functions/await-identifier-inside-parameters-of-nested-function/input.js" end: Object { column: 22 - index: 44 line: 2 } start: Object { column: 13 - index: 35 line: 2 } } @@ -193,12 +173,10 @@ JSRoot { identifierName: "await" end: Object { column: 22 - index: 44 line: 2 } start: Object { column: 17 - index: 39 line: 2 } } @@ -210,12 +188,10 @@ JSRoot { identifierName: "x" end: Object { column: 14 - index: 36 line: 2 } start: Object { column: 13 - index: 35 line: 2 } } @@ -226,12 +202,10 @@ JSRoot { filename: "es2017/async-functions/await-identifier-inside-parameters-of-nested-function/input.js" end: Object { column: 14 - index: 36 line: 2 } start: Object { column: 13 - index: 35 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/await-inside-arguments-of-async-call-inside-parameters-of-async-arrow-function/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/await-inside-arguments-of-async-call-inside-parameters-of-async-arrow-function/input.test.md index 730a221fe53..bb84e0b1476 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/await-inside-arguments-of-async-call-inside-parameters-of-async-arrow-function/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/await-inside-arguments-of-async-call-inside-parameters-of-async-arrow-function/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-arguments-of-async-call-inside-parameters-of-async-arrow-function/input.js" end: Object { column: 1 - index: 63 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 28 - index: 50 line: 2 } start: Object { column: 28 - index: 50 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "fn" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-arguments-of-async-call-inside-parameters-of-async-arrow-function/input.js" end: Object { column: 1 - index: 63 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-arguments-of-async-call-inside-parameters-of-async-arrow-function/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-arguments-of-async-call-inside-parameters-of-async-arrow-function/input.js" end: Object { column: 1 - index: 63 line: 3 } start: Object { column: 20 - index: 20 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-arguments-of-async-call-inside-parameters-of-async-arrow-function/input.js" end: Object { column: 39 - index: 61 line: 2 } start: Object { column: 2 - index: 24 line: 2 } } @@ -145,12 +131,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-arguments-of-async-call-inside-parameters-of-async-arrow-function/input.js" end: Object { column: 38 - index: 60 line: 2 } start: Object { column: 2 - index: 24 line: 2 } } @@ -161,12 +145,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-arguments-of-async-call-inside-parameters-of-async-arrow-function/input.js" end: Object { column: 38 - index: 60 line: 2 } start: Object { column: 36 - index: 58 line: 2 } } @@ -181,12 +163,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-arguments-of-async-call-inside-parameters-of-async-arrow-function/input.js" end: Object { column: 35 - index: 57 line: 2 } start: Object { column: 2 - index: 24 line: 2 } } @@ -197,12 +177,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-arguments-of-async-call-inside-parameters-of-async-arrow-function/input.js" end: Object { column: 31 - index: 53 line: 2 } start: Object { column: 9 - index: 31 line: 2 } } @@ -213,12 +191,10 @@ JSRoot { identifierName: "x" end: Object { column: 10 - index: 32 line: 2 } start: Object { column: 9 - index: 31 line: 2 } } @@ -228,12 +204,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-arguments-of-async-call-inside-parameters-of-async-arrow-function/input.js" end: Object { column: 31 - index: 53 line: 2 } start: Object { column: 13 - index: 35 line: 2 } } @@ -244,12 +218,10 @@ JSRoot { identifierName: "async" end: Object { column: 18 - index: 40 line: 2 } start: Object { column: 13 - index: 35 line: 2 } } @@ -261,12 +233,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-arguments-of-async-call-inside-parameters-of-async-arrow-function/input.js" end: Object { column: 30 - index: 52 line: 2 } start: Object { column: 19 - index: 41 line: 2 } } @@ -277,12 +247,10 @@ JSRoot { identifierName: "y" end: Object { column: 20 - index: 42 line: 2 } start: Object { column: 19 - index: 41 line: 2 } } @@ -292,12 +260,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-arguments-of-async-call-inside-parameters-of-async-arrow-function/input.js" end: Object { column: 30 - index: 52 line: 2 } start: Object { column: 23 - index: 45 line: 2 } } @@ -308,12 +274,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-arguments-of-async-call-inside-parameters-of-async-arrow-function/input.js" end: Object { column: 30 - index: 52 line: 2 } start: Object { column: 29 - index: 51 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/await-inside-arguments-of-async-function-call/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/await-inside-arguments-of-async-function-call/input.test.md index 1c18af567a0..f9468ef86d8 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/await-inside-arguments-of-async-function-call/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/await-inside-arguments-of-async-function-call/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-arguments-of-async-function-call/input.js" end: Object { column: 1 - index: 45 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "fn" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-arguments-of-async-function-call/input.js" end: Object { column: 1 - index: 45 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-arguments-of-async-function-call/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-arguments-of-async-function-call/input.js" end: Object { column: 1 - index: 45 line: 3 } start: Object { column: 20 - index: 20 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-arguments-of-async-function-call/input.js" end: Object { column: 21 - index: 43 line: 2 } start: Object { column: 2 - index: 24 line: 2 } } @@ -121,12 +109,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-arguments-of-async-function-call/input.js" end: Object { column: 20 - index: 42 line: 2 } start: Object { column: 2 - index: 24 line: 2 } } @@ -137,12 +123,10 @@ JSRoot { identifierName: "async" end: Object { column: 7 - index: 29 line: 2 } start: Object { column: 2 - index: 24 line: 2 } } @@ -154,12 +138,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-arguments-of-async-function-call/input.js" end: Object { column: 19 - index: 41 line: 2 } start: Object { column: 8 - index: 30 line: 2 } } @@ -170,12 +152,10 @@ JSRoot { identifierName: "x" end: Object { column: 9 - index: 31 line: 2 } start: Object { column: 8 - index: 30 line: 2 } } @@ -185,12 +165,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-arguments-of-async-function-call/input.js" end: Object { column: 19 - index: 41 line: 2 } start: Object { column: 12 - index: 34 line: 2 } } @@ -201,12 +179,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-arguments-of-async-function-call/input.js" end: Object { column: 19 - index: 41 line: 2 } start: Object { column: 18 - index: 40 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/await-inside-arrow-expression-disallowed/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/await-inside-arrow-expression-disallowed/input.test.md index b965da0cff6..0a8d9e47e60 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/await-inside-arrow-expression-disallowed/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/await-inside-arrow-expression-disallowed/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-arrow-expression-disallowed/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-arrow-expression-disallowed/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-arrow-expression-disallowed/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -95,12 +87,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-arrow-expression-disallowed/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-arrow-expression-disallowed/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -126,12 +114,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-arrow-expression-disallowed/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { identifierName: "await" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-arrow-expression-disallowed/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -174,12 +156,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/await-inside-arrow-identifier-allowed/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/await-inside-arrow-identifier-allowed/input.test.md index edcdfc03469..a52be17b654 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/await-inside-arrow-identifier-allowed/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/await-inside-arrow-identifier-allowed/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-arrow-identifier-allowed/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-arrow-identifier-allowed/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-arrow-identifier-allowed/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-arrow-identifier-allowed/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-arrow-identifier-allowed/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-arrow-identifier-allowed/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { identifierName: "await" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/await-inside-async-call-inside-parameters-of-function-inside-async-function/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/await-inside-async-call-inside-parameters-of-function-inside-async-function/input.test.md index 9cf074265b0..5301052cb23 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/await-inside-async-call-inside-parameters-of-function-inside-async-function/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/await-inside-async-call-inside-parameters-of-function-inside-async-function/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-async-call-inside-parameters-of-function-inside-async-function/input.js" end: Object { column: 0 - index: 57 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "f" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-async-call-inside-parameters-of-function-inside-async-function/input.js" end: Object { column: 1 - index: 56 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-async-call-inside-parameters-of-function-inside-async-function/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-async-call-inside-parameters-of-function-inside-async-function/input.js" end: Object { column: 1 - index: 56 line: 3 } start: Object { column: 19 - index: 19 line: 1 } } @@ -110,12 +100,10 @@ JSRoot { identifierName: "g" end: Object { column: 12 - index: 33 line: 2 } start: Object { column: 11 - index: 32 line: 2 } } @@ -124,12 +112,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-async-call-inside-parameters-of-function-inside-async-function/input.js" end: Object { column: 33 - index: 54 line: 2 } start: Object { column: 2 - index: 23 line: 2 } } @@ -140,12 +126,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-async-call-inside-parameters-of-function-inside-async-function/input.js" end: Object { column: 33 - index: 54 line: 2 } start: Object { column: 31 - index: 52 line: 2 } } @@ -162,12 +146,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-async-call-inside-parameters-of-function-inside-async-function/input.js" end: Object { column: 30 - index: 51 line: 2 } start: Object { column: 12 - index: 33 line: 2 } } @@ -177,12 +159,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-async-call-inside-parameters-of-function-inside-async-function/input.js" end: Object { column: 29 - index: 50 line: 2 } start: Object { column: 13 - index: 34 line: 2 } } @@ -193,12 +173,10 @@ JSRoot { identifierName: "x" end: Object { column: 14 - index: 35 line: 2 } start: Object { column: 13 - index: 34 line: 2 } } @@ -209,12 +187,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-async-call-inside-parameters-of-function-inside-async-function/input.js" end: Object { column: 14 - index: 35 line: 2 } start: Object { column: 13 - index: 34 line: 2 } } @@ -225,12 +201,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-async-call-inside-parameters-of-function-inside-async-function/input.js" end: Object { column: 29 - index: 50 line: 2 } start: Object { column: 17 - index: 38 line: 2 } } @@ -241,12 +215,10 @@ JSRoot { identifierName: "async" end: Object { column: 22 - index: 43 line: 2 } start: Object { column: 17 - index: 38 line: 2 } } @@ -259,12 +231,10 @@ JSRoot { identifierName: "await" end: Object { column: 28 - index: 49 line: 2 } start: Object { column: 23 - index: 44 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/await-inside-class-methods/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/await-inside-class-methods/input.test.md index be3d1513dce..5387c4955dd 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/await-inside-class-methods/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/await-inside-class-methods/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-class-methods/input.js" end: Object { column: 0 - index: 41 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-class-methods/input.js" end: Object { column: 1 - index: 40 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-class-methods/input.js" end: Object { column: 1 - index: 40 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-class-methods/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-class-methods/input.js" end: Object { column: 1 - index: 40 line: 3 } start: Object { column: 6 - index: 6 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-class-methods/input.js" end: Object { column: 1 - index: 40 line: 3 } start: Object { column: 6 - index: 6 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { identifierName: "m" end: Object { column: 9 - index: 23 line: 2 } start: Object { column: 8 - index: 22 line: 2 } } @@ -139,12 +125,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-class-methods/input.js" end: Object { column: 9 - index: 23 line: 2 } start: Object { column: 8 - index: 22 line: 2 } } @@ -153,12 +137,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-class-methods/input.js" end: Object { column: 24 - index: 38 line: 2 } start: Object { column: 2 - index: 16 line: 2 } } @@ -175,12 +157,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-class-methods/input.js" end: Object { column: 11 - index: 25 line: 2 } start: Object { column: 9 - index: 23 line: 2 } } @@ -194,19 +174,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 16 line: 2 } loc: Object { filename: "es2017/async-functions/await-inside-class-methods/input.js" end: Object { column: 9 - index: 23 line: 2 } start: Object { column: 2 - index: 16 line: 2 } } @@ -217,12 +194,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-class-methods/input.js" end: Object { column: 24 - index: 38 line: 2 } start: Object { column: 12 - index: 26 line: 2 } } @@ -232,12 +207,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-class-methods/input.js" end: Object { column: 22 - index: 36 line: 2 } start: Object { column: 14 - index: 28 line: 2 } } @@ -246,12 +219,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-class-methods/input.js" end: Object { column: 22 - index: 36 line: 2 } start: Object { column: 14 - index: 28 line: 2 } } @@ -262,12 +233,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-class-methods/input.js" end: Object { column: 22 - index: 36 line: 2 } start: Object { column: 20 - index: 34 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/await-inside-computed-class-property/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/await-inside-computed-class-property/input.test.md index 60d319890d4..d1046f85b59 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/await-inside-computed-class-property/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/await-inside-computed-class-property/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-computed-class-property/input.js" end: Object { column: 0 - index: 41 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-computed-class-property/input.js" end: Object { column: 1 - index: 40 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-computed-class-property/input.js" end: Object { column: 1 - index: 40 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-computed-class-property/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-computed-class-property/input.js" end: Object { column: 1 - index: 40 line: 3 } start: Object { column: 12 - index: 12 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-computed-class-property/input.js" end: Object { column: 1 - index: 40 line: 3 } start: Object { column: 12 - index: 12 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-computed-class-property/input.js" end: Object { column: 11 - index: 31 line: 2 } start: Object { column: 3 - index: 23 line: 2 } } @@ -139,12 +125,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-computed-class-property/input.js" end: Object { column: 11 - index: 31 line: 2 } start: Object { column: 9 - index: 29 line: 2 } } @@ -154,12 +138,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-computed-class-property/input.js" end: Object { column: 12 - index: 32 line: 2 } start: Object { column: 2 - index: 22 line: 2 } } @@ -168,12 +150,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-computed-class-property/input.js" end: Object { column: 18 - index: 38 line: 2 } start: Object { column: 2 - index: 22 line: 2 } } @@ -184,12 +164,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-computed-class-property/input.js" end: Object { column: 18 - index: 38 line: 2 } start: Object { column: 15 - index: 35 line: 2 } } @@ -207,12 +185,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-computed-class-property/input.js" end: Object { column: 14 - index: 34 line: 2 } start: Object { column: 12 - index: 32 line: 2 } } @@ -226,19 +202,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 22 line: 2 } loc: Object { filename: "es2017/async-functions/await-inside-computed-class-property/input.js" end: Object { column: 12 - index: 32 line: 2 } start: Object { column: 2 - index: 22 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/await-inside-parameters-of-async-arrow-function/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/await-inside-parameters-of-async-arrow-function/input.test.md index 415b509c749..bcc60566998 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/await-inside-parameters-of-async-arrow-function/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/await-inside-parameters-of-async-arrow-function/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters-of-async-arrow-function/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters-of-async-arrow-function/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters-of-async-arrow-function/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { identifierName: "async" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters-of-async-arrow-function/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -146,12 +132,10 @@ JSRoot { identifierName: "await" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -165,12 +149,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters-of-async-arrow-function/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -181,12 +163,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters-of-async-arrow-function/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -197,12 +177,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters-of-async-arrow-function/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -212,12 +190,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters-of-async-arrow-function/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -228,12 +204,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters-of-async-arrow-function/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -243,12 +217,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters-of-async-arrow-function/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -261,12 +233,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters-of-async-arrow-function/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -276,12 +246,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters-of-async-arrow-function/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/await-inside-parameters-of-nested-arrow-function/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/await-inside-parameters-of-nested-arrow-function/input.test.md index e18a853963f..a85f96a94d5 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/await-inside-parameters-of-nested-arrow-function/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/await-inside-parameters-of-nested-arrow-function/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters-of-nested-arrow-function/input.js" end: Object { column: 1 - index: 46 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 12 - index: 34 line: 2 } start: Object { column: 12 - index: 34 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "fn" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters-of-nested-arrow-function/input.js" end: Object { column: 1 - index: 46 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters-of-nested-arrow-function/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters-of-nested-arrow-function/input.js" end: Object { column: 1 - index: 46 line: 3 } start: Object { column: 20 - index: 20 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters-of-nested-arrow-function/input.js" end: Object { column: 22 - index: 44 line: 2 } start: Object { column: 2 - index: 24 line: 2 } } @@ -145,12 +131,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters-of-nested-arrow-function/input.js" end: Object { column: 21 - index: 43 line: 2 } start: Object { column: 2 - index: 24 line: 2 } } @@ -161,12 +145,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters-of-nested-arrow-function/input.js" end: Object { column: 21 - index: 43 line: 2 } start: Object { column: 19 - index: 41 line: 2 } } @@ -181,12 +163,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters-of-nested-arrow-function/input.js" end: Object { column: 18 - index: 40 line: 2 } start: Object { column: 2 - index: 24 line: 2 } } @@ -197,12 +177,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters-of-nested-arrow-function/input.js" end: Object { column: 14 - index: 36 line: 2 } start: Object { column: 3 - index: 25 line: 2 } } @@ -213,12 +191,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 26 line: 2 } start: Object { column: 3 - index: 25 line: 2 } } @@ -228,12 +204,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters-of-nested-arrow-function/input.js" end: Object { column: 14 - index: 36 line: 2 } start: Object { column: 7 - index: 29 line: 2 } } @@ -244,12 +218,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters-of-nested-arrow-function/input.js" end: Object { column: 14 - index: 36 line: 2 } start: Object { column: 13 - index: 35 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/await-inside-parameters-of-nested-async-arrow-function/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/await-inside-parameters-of-nested-async-arrow-function/input.test.md index bc2173d39f8..ef29a42216e 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/await-inside-parameters-of-nested-async-arrow-function/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/await-inside-parameters-of-nested-async-arrow-function/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters-of-nested-async-arrow-function/input.js" end: Object { column: 1 - index: 52 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 18 - index: 40 line: 2 } start: Object { column: 18 - index: 40 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "fn" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters-of-nested-async-arrow-function/input.js" end: Object { column: 1 - index: 52 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters-of-nested-async-arrow-function/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters-of-nested-async-arrow-function/input.js" end: Object { column: 1 - index: 52 line: 3 } start: Object { column: 20 - index: 20 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters-of-nested-async-arrow-function/input.js" end: Object { column: 28 - index: 50 line: 2 } start: Object { column: 2 - index: 24 line: 2 } } @@ -145,12 +131,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters-of-nested-async-arrow-function/input.js" end: Object { column: 27 - index: 49 line: 2 } start: Object { column: 2 - index: 24 line: 2 } } @@ -161,12 +145,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters-of-nested-async-arrow-function/input.js" end: Object { column: 27 - index: 49 line: 2 } start: Object { column: 25 - index: 47 line: 2 } } @@ -181,12 +163,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters-of-nested-async-arrow-function/input.js" end: Object { column: 24 - index: 46 line: 2 } start: Object { column: 2 - index: 24 line: 2 } } @@ -197,12 +177,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters-of-nested-async-arrow-function/input.js" end: Object { column: 20 - index: 42 line: 2 } start: Object { column: 9 - index: 31 line: 2 } } @@ -213,12 +191,10 @@ JSRoot { identifierName: "x" end: Object { column: 10 - index: 32 line: 2 } start: Object { column: 9 - index: 31 line: 2 } } @@ -228,12 +204,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters-of-nested-async-arrow-function/input.js" end: Object { column: 20 - index: 42 line: 2 } start: Object { column: 13 - index: 35 line: 2 } } @@ -244,12 +218,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters-of-nested-async-arrow-function/input.js" end: Object { column: 20 - index: 42 line: 2 } start: Object { column: 19 - index: 41 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/await-inside-parameters-of-nested-function/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/await-inside-parameters-of-nested-function/input.test.md index 75fbe7fe49b..770e0c6128a 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/await-inside-parameters-of-nested-function/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/await-inside-parameters-of-nested-function/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters-of-nested-function/input.js" end: Object { column: 1 - index: 55 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 24 - index: 47 line: 2 } start: Object { column: 25 - index: 48 line: 2 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "foo" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters-of-nested-function/input.js" end: Object { column: 1 - index: 55 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters-of-nested-function/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -121,12 +111,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters-of-nested-function/input.js" end: Object { column: 1 - index: 55 line: 3 } start: Object { column: 21 - index: 21 line: 1 } } @@ -139,12 +127,10 @@ JSRoot { identifierName: "bar" end: Object { column: 14 - index: 37 line: 2 } start: Object { column: 11 - index: 34 line: 2 } } @@ -153,12 +139,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters-of-nested-function/input.js" end: Object { column: 1 - index: 55 line: 3 } start: Object { column: 2 - index: 25 line: 2 } } @@ -174,12 +158,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters-of-nested-function/input.js" end: Object { column: 24 - index: 47 line: 2 } start: Object { column: 14 - index: 37 line: 2 } } @@ -189,12 +171,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters-of-nested-function/input.js" end: Object { column: 24 - index: 47 line: 2 } start: Object { column: 15 - index: 38 line: 2 } } @@ -205,12 +185,10 @@ JSRoot { identifierName: "await" end: Object { column: 24 - index: 47 line: 2 } start: Object { column: 19 - index: 42 line: 2 } } @@ -222,12 +200,10 @@ JSRoot { identifierName: "x" end: Object { column: 16 - index: 39 line: 2 } start: Object { column: 15 - index: 38 line: 2 } } @@ -238,12 +214,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters-of-nested-function/input.js" end: Object { column: 16 - index: 39 line: 2 } start: Object { column: 15 - index: 38 line: 2 } } @@ -258,12 +232,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters-of-nested-function/input.js" end: Object { column: 1 - index: 55 line: 3 } start: Object { column: 25 - index: 48 line: 2 } } @@ -273,12 +245,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters-of-nested-function/input.js" end: Object { column: 26 - index: 49 line: 2 } start: Object { column: 25 - index: 48 line: 2 } } @@ -289,12 +259,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters-of-nested-function/input.js" end: Object { column: 26 - index: 49 line: 2 } start: Object { column: 25 - index: 48 line: 2 } } @@ -305,12 +273,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters-of-nested-function/input.js" end: Object { column: 27 - index: 50 line: 2 } start: Object { column: 26 - index: 49 line: 2 } } @@ -320,12 +286,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters-of-nested-function/input.js" end: Object { column: 27 - index: 50 line: 2 } start: Object { column: 26 - index: 49 line: 2 } } @@ -338,12 +302,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters-of-nested-function/input.js" end: Object { column: 30 - index: 53 line: 2 } start: Object { column: 28 - index: 51 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/await-inside-parameters/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/await-inside-parameters/input.test.md index 78659020f7e..46711af422c 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/await-inside-parameters/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/await-inside-parameters/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "fn" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -145,12 +131,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -161,12 +145,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -179,12 +161,10 @@ JSRoot { identifierName: "x" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -195,12 +175,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parameters/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/await-inside-parenthesized-assign/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/await-inside-parenthesized-assign/input.test.md index 4eacd7dfc2d..828194247ed 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/await-inside-parenthesized-assign/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/await-inside-parenthesized-assign/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parenthesized-assign/input.js" end: Object { column: 1 - index: 40 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "fn" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parenthesized-assign/input.js" end: Object { column: 1 - index: 40 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parenthesized-assign/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parenthesized-assign/input.js" end: Object { column: 1 - index: 40 line: 3 } start: Object { column: 20 - index: 20 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parenthesized-assign/input.js" end: Object { column: 16 - index: 38 line: 2 } start: Object { column: 2 - index: 24 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parenthesized-assign/input.js" end: Object { column: 14 - index: 36 line: 2 } start: Object { column: 3 - index: 25 line: 2 } } @@ -138,12 +124,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 26 line: 2 } start: Object { column: 3 - index: 25 line: 2 } } @@ -153,12 +137,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parenthesized-assign/input.js" end: Object { column: 14 - index: 36 line: 2 } start: Object { column: 7 - index: 29 line: 2 } } @@ -169,12 +151,10 @@ JSRoot { filename: "es2017/async-functions/await-inside-parenthesized-assign/input.js" end: Object { column: 14 - index: 36 line: 2 } start: Object { column: 13 - index: 35 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/await-object-key-inside-arrow-params-inside-async-arrow-params copy/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/await-object-key-inside-arrow-params-inside-async-arrow-params copy/input.test.md index 5cc32295856..9012dfa866d 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/await-object-key-inside-arrow-params-inside-async-arrow-params copy/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/await-object-key-inside-arrow-params-inside-async-arrow-params copy/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2017/async-functions/await-object-key-inside-arrow-params-inside-async-arrow-params copy/input.js" end: Object { column: 0 - index: 40 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2017/async-functions/await-object-key-inside-arrow-params-inside-async-arrow-params copy/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2017/async-functions/await-object-key-inside-arrow-params-inside-async-arrow-params copy/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "es2017/async-functions/await-object-key-inside-arrow-params-inside-async-arrow-params copy/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "es2017/async-functions/await-object-key-inside-arrow-params-inside-async-arrow-params copy/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "es2017/async-functions/await-object-key-inside-arrow-params-inside-async-arrow-params copy/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { identifierName: "a" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "es2017/async-functions/await-object-key-inside-arrow-params-inside-async-arrow-params copy/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -150,12 +134,10 @@ JSRoot { filename: "es2017/async-functions/await-object-key-inside-arrow-params-inside-async-arrow-params copy/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -170,12 +152,10 @@ JSRoot { filename: "es2017/async-functions/await-object-key-inside-arrow-params-inside-async-arrow-params copy/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -186,12 +166,10 @@ JSRoot { filename: "es2017/async-functions/await-object-key-inside-arrow-params-inside-async-arrow-params copy/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -205,12 +183,10 @@ JSRoot { identifierName: "await" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -219,12 +195,10 @@ JSRoot { filename: "es2017/async-functions/await-object-key-inside-arrow-params-inside-async-arrow-params copy/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -236,12 +210,10 @@ JSRoot { identifierName: "x" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -250,12 +222,10 @@ JSRoot { filename: "es2017/async-functions/await-object-key-inside-arrow-params-inside-async-arrow-params copy/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/context-division-after-expression/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/context-division-after-expression/input.test.md index b1dc1e9458c..0f8641c4060 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/context-division-after-expression/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/context-division-after-expression/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2017/async-functions/context-division-after-expression/input.js" end: Object { column: 6 - index: 34 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2017/async-functions/context-division-after-expression/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "es2017/async-functions/context-division-after-expression/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "fn" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2017/async-functions/context-division-after-expression/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "es2017/async-functions/context-division-after-expression/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "es2017/async-functions/context-division-after-expression/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -141,12 +127,10 @@ JSRoot { filename: "es2017/async-functions/context-division-after-expression/input.js" end: Object { column: 6 - index: 34 line: 2 } start: Object { column: 0 - index: 28 line: 2 } } @@ -161,12 +145,10 @@ JSRoot { filename: "es2017/async-functions/context-division-after-expression/input.js" end: Object { column: 6 - index: 34 line: 2 } start: Object { column: 0 - index: 28 line: 2 } } @@ -175,12 +157,10 @@ JSRoot { filename: "es2017/async-functions/context-division-after-expression/input.js" end: Object { column: 4 - index: 32 line: 2 } start: Object { column: 1 - index: 29 line: 2 } } @@ -191,12 +171,10 @@ JSRoot { filename: "es2017/async-functions/context-division-after-expression/input.js" end: Object { column: 2 - index: 30 line: 2 } start: Object { column: 1 - index: 29 line: 2 } } @@ -207,12 +185,10 @@ JSRoot { filename: "es2017/async-functions/context-division-after-expression/input.js" end: Object { column: 3 - index: 31 line: 2 } start: Object { column: 2 - index: 30 line: 2 } } @@ -223,12 +199,10 @@ JSRoot { filename: "es2017/async-functions/context-division-after-expression/input.js" end: Object { column: 4 - index: 32 line: 2 } start: Object { column: 3 - index: 31 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/context-regex-after-statement/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/context-regex-after-statement/input.test.md index 9a0cc315483..e3c351154d5 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/context-regex-after-statement/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/context-regex-after-statement/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2017/async-functions/context-regex-after-statement/input.js" end: Object { column: 6 - index: 29 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "fn" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2017/async-functions/context-regex-after-statement/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2017/async-functions/context-regex-after-statement/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "es2017/async-functions/context-regex-after-statement/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "es2017/async-functions/context-regex-after-statement/input.js" end: Object { column: 6 - index: 29 line: 2 } start: Object { column: 0 - index: 23 line: 2 } } @@ -129,12 +117,10 @@ JSRoot { filename: "es2017/async-functions/context-regex-after-statement/input.js" end: Object { column: 6 - index: 29 line: 2 } start: Object { column: 0 - index: 23 line: 2 } } @@ -143,12 +129,10 @@ JSRoot { filename: "es2017/async-functions/context-regex-after-statement/input.js" end: Object { column: 4 - index: 27 line: 2 } start: Object { column: 1 - index: 24 line: 2 } } @@ -159,12 +143,10 @@ JSRoot { filename: "es2017/async-functions/context-regex-after-statement/input.js" end: Object { column: 2 - index: 25 line: 2 } start: Object { column: 1 - index: 24 line: 2 } } @@ -175,12 +157,10 @@ JSRoot { filename: "es2017/async-functions/context-regex-after-statement/input.js" end: Object { column: 3 - index: 26 line: 2 } start: Object { column: 2 - index: 25 line: 2 } } @@ -191,12 +171,10 @@ JSRoot { filename: "es2017/async-functions/context-regex-after-statement/input.js" end: Object { column: 4 - index: 27 line: 2 } start: Object { column: 3 - index: 26 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/export-arrow/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/export-arrow/input.test.md index b1c13313a30..11100de42d5 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/export-arrow/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/export-arrow/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2017/async-functions/export-arrow/input.js" end: Object { column: 0 - index: 39 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2017/async-functions/export-arrow/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2017/async-functions/export-arrow/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "es2017/async-functions/export-arrow/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "es2017/async-functions/export-arrow/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "es2017/async-functions/export-arrow/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "foo" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/export-async/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/export-async/input.test.md index 5e684b7eecb..5104cd68249 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/export-async/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/export-async/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2017/async-functions/export-async/input.js" end: Object { column: 0 - index: 14 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { filename: "es2017/async-functions/export-async/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -79,12 +73,10 @@ JSRoot { filename: "es2017/async-functions/export-async/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -95,12 +87,10 @@ JSRoot { identifierName: "async" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/export-default-newline/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/export-default-newline/input.test.md index 2f0bd9caa5f..724bc4434b5 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/export-default-newline/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/export-default-newline/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2017/async-functions/export-default-newline/input.js" end: Object { column: 0 - index: 39 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2017/async-functions/export-default-newline/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "async" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { identifierName: "bar" end: Object { column: 12 - index: 33 line: 2 } start: Object { column: 9 - index: 30 line: 2 } } @@ -86,12 +78,10 @@ JSRoot { filename: "es2017/async-functions/export-default-newline/input.js" end: Object { column: 17 - index: 38 line: 2 } start: Object { column: 0 - index: 21 line: 2 } } @@ -102,12 +92,10 @@ JSRoot { filename: "es2017/async-functions/export-default-newline/input.js" end: Object { column: 17 - index: 38 line: 2 } start: Object { column: 15 - index: 36 line: 2 } } @@ -125,12 +113,10 @@ JSRoot { filename: "es2017/async-functions/export-default-newline/input.js" end: Object { column: 14 - index: 35 line: 2 } start: Object { column: 12 - index: 33 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/export-invalid/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/export-invalid/input.test.md index 5cad8b26006..9d3e8126e97 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/export-invalid/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/export-invalid/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2017/async-functions/export-invalid/input.js" end: Object { column: 0 - index: 37 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2017/async-functions/export-invalid/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "es2017/async-functions/export-invalid/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -95,12 +87,10 @@ JSRoot { filename: "es2017/async-functions/export-invalid/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "es2017/async-functions/export-invalid/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { identifierName: "functionX" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -152,12 +138,10 @@ JSRoot { filename: "es2017/async-functions/export-invalid/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/export/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/export/input.test.md index 4e052c3d475..4168e293a6e 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/export/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/export/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2017/async-functions/export/input.js" end: Object { column: 0 - index: 70 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "es2017/async-functions/export/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { identifierName: "foo" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2017/async-functions/export/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "es2017/async-functions/export/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "es2017/async-functions/export/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -126,12 +114,10 @@ JSRoot { filename: "es2017/async-functions/export/input.js" end: Object { column: 38 - index: 69 line: 2 } start: Object { column: 0 - index: 31 line: 2 } } @@ -143,12 +129,10 @@ JSRoot { identifierName: "bar" end: Object { column: 33 - index: 64 line: 2 } start: Object { column: 30 - index: 61 line: 2 } } @@ -157,12 +141,10 @@ JSRoot { filename: "es2017/async-functions/export/input.js" end: Object { column: 38 - index: 69 line: 2 } start: Object { column: 15 - index: 46 line: 2 } } @@ -173,12 +155,10 @@ JSRoot { filename: "es2017/async-functions/export/input.js" end: Object { column: 38 - index: 69 line: 2 } start: Object { column: 36 - index: 67 line: 2 } } @@ -196,12 +176,10 @@ JSRoot { filename: "es2017/async-functions/export/input.js" end: Object { column: 35 - index: 66 line: 2 } start: Object { column: 33 - index: 64 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/invalid-escape-async-class-method/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/invalid-escape-async-class-method/input.test.md index 15ec50f3b20..f61e65e7cc3 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/invalid-escape-async-class-method/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/invalid-escape-async-class-method/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-async-class-method/input.js" end: Object { column: 0 - index: 39 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "X" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-async-class-method/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -101,12 +93,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-async-class-method/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -121,12 +111,10 @@ JSRoot { identifierName: "x" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -135,12 +123,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-async-class-method/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -149,12 +135,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-async-class-method/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -171,12 +155,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-async-class-method/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -190,19 +172,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 10 - index: 10 line: 1 } loc: Object { filename: "es2017/async-functions/invalid-escape-async-class-method/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -213,12 +192,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-async-class-method/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -228,12 +205,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-async-class-method/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -242,12 +217,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-async-class-method/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -258,12 +231,10 @@ JSRoot { identifierName: "x" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/invalid-escape-async-obj-method/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/invalid-escape-async-obj-method/input.test.md index f1db4e26e49..09113c8950b 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/invalid-escape-async-obj-method/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/invalid-escape-async-obj-method/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-async-obj-method/input.js" end: Object { column: 0 - index: 33 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-async-obj-method/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-async-obj-method/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { identifierName: "async" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-async-obj-method/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { identifierName: "async" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-async-obj-method/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -162,12 +146,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-async-obj-method/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -177,12 +159,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-async-obj-method/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -193,12 +173,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -211,12 +189,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-async-obj-method/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -226,12 +202,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-async-obj-method/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -242,12 +216,10 @@ JSRoot { identifierName: "await" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -258,12 +230,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-async-obj-method/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -274,12 +244,10 @@ JSRoot { identifierName: "x" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -292,12 +260,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-async-obj-method/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -307,12 +273,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-async-obj-method/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -323,12 +287,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-async-obj-method/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -338,12 +300,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-async-obj-method/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/invalid-escape-async-static-class-method/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/invalid-escape-async-static-class-method/input.test.md index 0166e45bc30..b27394147cf 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/invalid-escape-async-static-class-method/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/invalid-escape-async-static-class-method/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-async-static-class-method/input.js" end: Object { column: 0 - index: 46 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "X" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-async-static-class-method/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -101,12 +93,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-async-static-class-method/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -121,12 +111,10 @@ JSRoot { identifierName: "x" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -135,12 +123,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-async-static-class-method/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -149,12 +135,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-async-static-class-method/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -171,12 +155,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-async-static-class-method/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -190,19 +172,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 10 - index: 10 line: 1 } loc: Object { filename: "es2017/async-functions/invalid-escape-async-static-class-method/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -213,12 +192,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-async-static-class-method/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -228,12 +205,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-async-static-class-method/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -242,12 +217,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-async-static-class-method/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -258,12 +231,10 @@ JSRoot { identifierName: "x" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/invalid-escape-await/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/invalid-escape-await/input.test.md index a1f324803c6..bfdac2d7f66 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/invalid-escape-await/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/invalid-escape-await/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-await/input.js" end: Object { column: 0 - index: 36 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-await/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-await/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-await/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-await/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-await/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -145,12 +131,10 @@ JSRoot { identifierName: "await" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -161,12 +145,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-await/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -177,12 +159,10 @@ JSRoot { identifierName: "x" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/invalid-escape-export-async-function/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/invalid-escape-export-async-function/input.test.md index 72ba0d8cb3d..e5d1ee4fc26 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/invalid-escape-export-async-function/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/invalid-escape-export-async-function/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-export-async-function/input.js" end: Object { column: 0 - index: 43 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +64,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-export-async-function/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-export-async-function/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { identifierName: "async" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "async" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -132,12 +120,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-export-async-function/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -148,12 +134,10 @@ JSRoot { identifierName: "function" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -165,12 +149,10 @@ JSRoot { identifierName: "function" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -181,12 +163,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-export-async-function/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -197,12 +177,10 @@ JSRoot { identifierName: "y" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -214,12 +192,10 @@ JSRoot { identifierName: "y" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -230,12 +206,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-export-async-function/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -246,12 +220,10 @@ JSRoot { identifierName: "" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -263,12 +235,10 @@ JSRoot { identifierName: "" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -279,12 +249,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-export-async-function/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -295,12 +263,10 @@ JSRoot { identifierName: "" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -312,12 +278,10 @@ JSRoot { identifierName: "" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -328,12 +292,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-export-async-function/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -344,12 +306,10 @@ JSRoot { identifierName: "" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -361,12 +321,10 @@ JSRoot { identifierName: "" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -377,12 +335,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-export-async-function/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -393,12 +349,10 @@ JSRoot { identifierName: "await" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -410,12 +364,10 @@ JSRoot { identifierName: "await" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -426,12 +378,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-export-async-function/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 39 - index: 39 line: 1 } } @@ -442,12 +392,10 @@ JSRoot { identifierName: "x" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 39 - index: 39 line: 1 } } @@ -459,12 +407,10 @@ JSRoot { identifierName: "x" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 39 - index: 39 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/invalid-escape-export-dflt-async-function/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/invalid-escape-export-dflt-async-function/input.test.md index 2d321f40513..78dfe8e15f0 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/invalid-escape-export-dflt-async-function/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/invalid-escape-export-dflt-async-function/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-export-dflt-async-function/input.js" end: Object { column: 0 - index: 51 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-export-dflt-async-function/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "async" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { identifierName: "y" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -110,12 +100,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-export-dflt-async-function/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -132,12 +120,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-export-dflt-async-function/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -148,12 +134,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-export-dflt-async-function/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 39 - index: 39 line: 1 } } @@ -163,12 +147,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-export-dflt-async-function/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } @@ -179,12 +161,10 @@ JSRoot { identifierName: "await" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } @@ -195,12 +175,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-export-dflt-async-function/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -211,12 +189,10 @@ JSRoot { identifierName: "x" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/invalid-escape-sequence-arrow-list/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/invalid-escape-sequence-arrow-list/input.test.md index 8a2d36da8e0..cfcbc133bdd 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/invalid-escape-sequence-arrow-list/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/invalid-escape-sequence-arrow-list/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-sequence-arrow-list/input.js" end: Object { column: 0 - index: 30 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-sequence-arrow-list/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { identifierName: "async" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-sequence-arrow-list/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-sequence-arrow-list/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-sequence-arrow-list/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -147,12 +133,10 @@ JSRoot { identifierName: "x" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -165,12 +149,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-sequence-arrow-list/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -180,12 +162,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-sequence-arrow-list/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -196,12 +176,10 @@ JSRoot { identifierName: "await" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -212,12 +190,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-sequence-arrow-list/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -228,12 +204,10 @@ JSRoot { identifierName: "x" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -248,12 +222,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-sequence-arrow-list/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -263,12 +235,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-sequence-arrow-list/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/invalid-escape-sequence-arrow/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/invalid-escape-sequence-arrow/input.test.md index f420d5aa3cc..148fa8db86a 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/invalid-escape-sequence-arrow/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/invalid-escape-sequence-arrow/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-sequence-arrow/input.js" end: Object { column: 0 - index: 28 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-sequence-arrow/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "async" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-sequence-arrow/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-sequence-arrow/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-sequence-arrow/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { identifierName: "x" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -160,12 +144,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-sequence-arrow/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -175,12 +157,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-sequence-arrow/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -191,12 +171,10 @@ JSRoot { identifierName: "await" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -207,12 +185,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-sequence-arrow/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -223,12 +199,10 @@ JSRoot { identifierName: "x" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/invalid-escape-sequence-function-list/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/invalid-escape-sequence-function-list/input.test.md index f17d553245b..4c63515f7d2 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/invalid-escape-sequence-function-list/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/invalid-escape-sequence-function-list/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-sequence-function-list/input.js" end: Object { column: 0 - index: 36 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-sequence-function-list/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { identifierName: "async" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -101,12 +93,10 @@ JSRoot { identifierName: "" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -115,12 +105,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-sequence-function-list/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -137,12 +125,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-sequence-function-list/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-sequence-function-list/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -168,12 +152,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-sequence-function-list/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -184,12 +166,10 @@ JSRoot { identifierName: "await" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -200,12 +180,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-sequence-function-list/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -216,12 +194,10 @@ JSRoot { identifierName: "x" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -235,12 +211,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-sequence-function-list/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -250,12 +224,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-sequence-function-list/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/invalid-escape-sequence-function/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/invalid-escape-sequence-function/input.test.md index 9a9f96170cf..9d568d072da 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/invalid-escape-sequence-function/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/invalid-escape-sequence-function/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-sequence-function/input.js" end: Object { column: 0 - index: 34 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-sequence-function/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "async" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { identifierName: "" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -110,12 +100,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-sequence-function/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -132,12 +120,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-sequence-function/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -148,12 +134,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-sequence-function/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -163,12 +147,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-sequence-function/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -179,12 +161,10 @@ JSRoot { identifierName: "await" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -195,12 +175,10 @@ JSRoot { filename: "es2017/async-functions/invalid-escape-sequence-function/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -211,12 +189,10 @@ JSRoot { identifierName: "x" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/invalid-inside-loop/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/invalid-inside-loop/input.test.md index d1b0f5e5182..a3cb1cd926f 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/invalid-inside-loop/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/invalid-inside-loop/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2017/async-functions/invalid-inside-loop/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2017/async-functions/invalid-inside-loop/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "es2017/async-functions/invalid-inside-loop/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -95,12 +87,10 @@ JSRoot { identifierName: "foo" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "es2017/async-functions/invalid-inside-loop/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { filename: "es2017/async-functions/invalid-inside-loop/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -148,12 +134,10 @@ JSRoot { filename: "es2017/async-functions/invalid-inside-loop/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/invalid-newline-after-params/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/invalid-newline-after-params/input.test.md index 062aab02680..e9195c1ac5b 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/invalid-newline-after-params/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/invalid-newline-after-params/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2017/async-functions/invalid-newline-after-params/input.js" end: Object { column: 0 - index: 16 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 10 line: 2 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2017/async-functions/invalid-newline-after-params/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "es2017/async-functions/invalid-newline-after-params/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { identifierName: "async" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -132,12 +120,10 @@ JSRoot { filename: "es2017/async-functions/invalid-newline-after-params/input.js" end: Object { column: 2 - index: 12 line: 2 } start: Object { column: 0 - index: 10 line: 2 } } @@ -147,12 +133,10 @@ JSRoot { filename: "es2017/async-functions/invalid-newline-after-params/input.js" end: Object { column: 2 - index: 12 line: 2 } start: Object { column: 0 - index: 10 line: 2 } } @@ -165,12 +149,10 @@ JSRoot { filename: "es2017/async-functions/invalid-newline-after-params/input.js" end: Object { column: 5 - index: 15 line: 2 } start: Object { column: 3 - index: 13 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/invalid-parens-async-arrow/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/invalid-parens-async-arrow/input.test.md index bed50097a87..cd7f7cc03f1 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/invalid-parens-async-arrow/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/invalid-parens-async-arrow/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2017/async-functions/invalid-parens-async-arrow/input.js" end: Object { column: 0 - index: 17 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2017/async-functions/invalid-parens-async-arrow/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "es2017/async-functions/invalid-parens-async-arrow/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "async" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { identifierName: "a" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "es2017/async-functions/invalid-parens-async-arrow/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { filename: "es2017/async-functions/invalid-parens-async-arrow/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -160,12 +144,10 @@ JSRoot { filename: "es2017/async-functions/invalid-parens-async-arrow/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/invalid-parens-async-func/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/invalid-parens-async-func/input.test.md index 8990f5fa5c2..b5f779aec4a 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/invalid-parens-async-func/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/invalid-parens-async-func/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2017/async-functions/invalid-parens-async-func/input.js" end: Object { column: 0 - index: 26 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2017/async-functions/invalid-parens-async-func/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "async" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { identifierName: "x" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -110,12 +100,10 @@ JSRoot { filename: "es2017/async-functions/invalid-parens-async-func/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -126,12 +114,10 @@ JSRoot { filename: "es2017/async-functions/invalid-parens-async-func/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -148,12 +134,10 @@ JSRoot { filename: "es2017/async-functions/invalid-parens-async-func/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -165,12 +149,10 @@ JSRoot { identifierName: "a" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -181,12 +163,10 @@ JSRoot { filename: "es2017/async-functions/invalid-parens-async-func/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/newline-arrow/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/newline-arrow/input.test.md index bfa93cf6eb5..1787b542cfa 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/newline-arrow/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/newline-arrow/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2017/async-functions/newline-arrow/input.js" end: Object { column: 0 - index: 13 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2017/async-functions/newline-arrow/input.js" end: Object { column: 6 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2017/async-functions/newline-arrow/input.js" end: Object { column: 6 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "x" end: Object { column: 6 - index: 12 line: 2 } start: Object { column: 5 - index: 11 line: 2 } } @@ -86,12 +78,10 @@ JSRoot { filename: "es2017/async-functions/newline-arrow/input.js" end: Object { column: 4 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 7 line: 2 } start: Object { column: 0 - index: 6 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/newline/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/newline/input.test.md index d3d077f25e0..89b6635ad5e 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/newline/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/newline/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2017/async-functions/newline/input.js" end: Object { column: 0 - index: 25 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2017/async-functions/newline/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "async" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { identifierName: "foo" end: Object { column: 12 - index: 18 line: 2 } start: Object { column: 9 - index: 15 line: 2 } } @@ -86,12 +78,10 @@ JSRoot { filename: "es2017/async-functions/newline/input.js" end: Object { column: 18 - index: 24 line: 2 } start: Object { column: 0 - index: 6 line: 2 } } @@ -102,12 +92,10 @@ JSRoot { filename: "es2017/async-functions/newline/input.js" end: Object { column: 18 - index: 24 line: 2 } start: Object { column: 15 - index: 21 line: 2 } } @@ -125,12 +113,10 @@ JSRoot { filename: "es2017/async-functions/newline/input.js" end: Object { column: 14 - index: 20 line: 2 } start: Object { column: 12 - index: 18 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/no-constructor/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/no-constructor/input.test.md index 1d1528bdf2d..2acaa763cff 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/no-constructor/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/no-constructor/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2017/async-functions/no-constructor/input.js" end: Object { column: 1 - index: 36 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 19 - index: 29 line: 2 } start: Object { column: 8 - index: 18 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2017/async-functions/no-constructor/input.js" end: Object { column: 1 - index: 36 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "es2017/async-functions/no-constructor/input.js" end: Object { column: 1 - index: 36 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "constructor" end: Object { column: 19 - index: 29 line: 2 } start: Object { column: 8 - index: 18 line: 2 } } @@ -130,12 +118,10 @@ JSRoot { filename: "es2017/async-functions/no-constructor/input.js" end: Object { column: 19 - index: 29 line: 2 } start: Object { column: 8 - index: 18 line: 2 } } @@ -144,12 +130,10 @@ JSRoot { filename: "es2017/async-functions/no-constructor/input.js" end: Object { column: 24 - index: 34 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -160,12 +144,10 @@ JSRoot { filename: "es2017/async-functions/no-constructor/input.js" end: Object { column: 24 - index: 34 line: 2 } start: Object { column: 22 - index: 32 line: 2 } } @@ -183,12 +165,10 @@ JSRoot { filename: "es2017/async-functions/no-constructor/input.js" end: Object { column: 21 - index: 31 line: 2 } start: Object { column: 19 - index: 29 line: 2 } } @@ -202,19 +182,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "es2017/async-functions/no-constructor/input.js" end: Object { column: 19 - index: 29 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/no-method-asi/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/no-method-asi/input.test.md index 8ccc0205f73..8025d820033 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/no-method-asi/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/no-method-asi/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2017/async-functions/no-method-asi/input.js" end: Object { column: 1 - index: 27 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2017/async-functions/no-method-asi/input.js" end: Object { column: 1 - index: 27 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "es2017/async-functions/no-method-asi/input.js" end: Object { column: 1 - index: 27 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "async" end: Object { column: 7 - index: 17 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -105,12 +95,10 @@ JSRoot { filename: "es2017/async-functions/no-method-asi/input.js" end: Object { column: 7 - index: 17 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "es2017/async-functions/no-method-asi/input.js" end: Object { column: 7 - index: 17 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -140,19 +126,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "es2017/async-functions/no-method-asi/input.js" end: Object { column: 7 - index: 17 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -168,12 +151,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 21 line: 3 } start: Object { column: 2 - index: 20 line: 3 } } @@ -182,12 +163,10 @@ JSRoot { filename: "es2017/async-functions/no-method-asi/input.js" end: Object { column: 3 - index: 21 line: 3 } start: Object { column: 2 - index: 20 line: 3 } } @@ -196,12 +175,10 @@ JSRoot { filename: "es2017/async-functions/no-method-asi/input.js" end: Object { column: 7 - index: 25 line: 3 } start: Object { column: 2 - index: 20 line: 3 } } @@ -212,12 +189,10 @@ JSRoot { filename: "es2017/async-functions/no-method-asi/input.js" end: Object { column: 7 - index: 25 line: 3 } start: Object { column: 5 - index: 23 line: 3 } } @@ -235,12 +210,10 @@ JSRoot { filename: "es2017/async-functions/no-method-asi/input.js" end: Object { column: 5 - index: 23 line: 3 } start: Object { column: 3 - index: 21 line: 3 } } @@ -254,19 +227,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 20 line: 3 } loc: Object { filename: "es2017/async-functions/no-method-asi/input.js" end: Object { column: 3 - index: 21 line: 3 } start: Object { column: 2 - index: 20 line: 3 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/object-default-params/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/object-default-params/input.test.md index f159617ffbb..39816f55773 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/object-default-params/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/object-default-params/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2017/async-functions/object-default-params/input.js" end: Object { column: 0 - index: 38 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2017/async-functions/object-default-params/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "es2017/async-functions/object-default-params/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { identifierName: "b" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "es2017/async-functions/object-default-params/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "es2017/async-functions/object-default-params/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { identifierName: "async" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -160,12 +144,10 @@ JSRoot { filename: "es2017/async-functions/object-default-params/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -175,12 +157,10 @@ JSRoot { filename: "es2017/async-functions/object-default-params/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -191,12 +171,10 @@ JSRoot { filename: "es2017/async-functions/object-default-params/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -210,12 +188,10 @@ JSRoot { identifierName: "bar" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -224,12 +200,10 @@ JSRoot { filename: "es2017/async-functions/object-default-params/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -241,12 +215,10 @@ JSRoot { identifierName: "bar" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -255,12 +227,10 @@ JSRoot { filename: "es2017/async-functions/object-default-params/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -279,12 +249,10 @@ JSRoot { filename: "es2017/async-functions/object-default-params/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -294,12 +262,10 @@ JSRoot { filename: "es2017/async-functions/object-default-params/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -310,12 +276,10 @@ JSRoot { filename: "es2017/async-functions/object-default-params/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -325,12 +289,10 @@ JSRoot { filename: "es2017/async-functions/object-default-params/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -341,12 +303,10 @@ JSRoot { filename: "es2017/async-functions/object-default-params/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -356,12 +316,10 @@ JSRoot { filename: "es2017/async-functions/object-default-params/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -374,12 +332,10 @@ JSRoot { filename: "es2017/async-functions/object-default-params/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/async-functions/params-invalid-rest-trailing-comma/input.test.md b/internal/js-parser/test-fixtures/es2017/async-functions/params-invalid-rest-trailing-comma/input.test.md index 3b67cd4233e..911fc725c46 100644 --- a/internal/js-parser/test-fixtures/es2017/async-functions/params-invalid-rest-trailing-comma/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/async-functions/params-invalid-rest-trailing-comma/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2017/async-functions/params-invalid-rest-trailing-comma/input.js" end: Object { column: 0 - index: 21 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2017/async-functions/params-invalid-rest-trailing-comma/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "es2017/async-functions/params-invalid-rest-trailing-comma/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "es2017/async-functions/params-invalid-rest-trailing-comma/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { filename: "es2017/async-functions/params-invalid-rest-trailing-comma/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { identifierName: "a" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/trailing-function-commas/1/input.test.md b/internal/js-parser/test-fixtures/es2017/trailing-function-commas/1/input.test.md index 303c0141ffb..a97a1e1aaf2 100644 --- a/internal/js-parser/test-fixtures/es2017/trailing-function-commas/1/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/trailing-function-commas/1/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2017/trailing-function-commas/1/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2017/trailing-function-commas/1/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2017/trailing-function-commas/1/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "log" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "n" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "es2017/trailing-function-commas/1/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "es2017/trailing-function-commas/1/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/trailing-function-commas/2/input.test.md b/internal/js-parser/test-fixtures/es2017/trailing-function-commas/2/input.test.md index 098f9c809bf..58424076d04 100644 --- a/internal/js-parser/test-fixtures/es2017/trailing-function-commas/2/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/trailing-function-commas/2/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2017/trailing-function-commas/2/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "log" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2017/trailing-function-commas/2/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2017/trailing-function-commas/2/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2017/trailing-function-commas/2/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { identifierName: "n" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { filename: "es2017/trailing-function-commas/2/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { identifierName: "op" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "es2017/trailing-function-commas/2/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -177,12 +159,10 @@ JSRoot { identifierName: "val" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -193,12 +173,10 @@ JSRoot { filename: "es2017/trailing-function-commas/2/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/trailing-function-commas/3/input.test.md b/internal/js-parser/test-fixtures/es2017/trailing-function-commas/3/input.test.md index c72b9aa8d9c..a6a1b4f763a 100644 --- a/internal/js-parser/test-fixtures/es2017/trailing-function-commas/3/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/trailing-function-commas/3/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2017/trailing-function-commas/3/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2017/trailing-function-commas/3/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "es2017/trailing-function-commas/3/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "bar" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "es2017/trailing-function-commas/3/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "es2017/trailing-function-commas/3/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "es2017/trailing-function-commas/3/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 12 - index: 12 line: 1 } loc: Object { filename: "es2017/trailing-function-commas/3/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -184,12 +165,10 @@ JSRoot { filename: "es2017/trailing-function-commas/3/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -201,12 +180,10 @@ JSRoot { identifierName: "a" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -217,12 +194,10 @@ JSRoot { filename: "es2017/trailing-function-commas/3/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/trailing-function-commas/4/input.test.md b/internal/js-parser/test-fixtures/es2017/trailing-function-commas/4/input.test.md index 9092c5cfe9f..d335ecbc34d 100644 --- a/internal/js-parser/test-fixtures/es2017/trailing-function-commas/4/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/trailing-function-commas/4/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2017/trailing-function-commas/4/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2017/trailing-function-commas/4/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2017/trailing-function-commas/4/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "es2017/trailing-function-commas/4/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "es2017/trailing-function-commas/4/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { identifierName: "x" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/trailing-function-commas/5/input.test.md b/internal/js-parser/test-fixtures/es2017/trailing-function-commas/5/input.test.md index 247a2acb483..5a43b2e7e10 100644 --- a/internal/js-parser/test-fixtures/es2017/trailing-function-commas/5/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/trailing-function-commas/5/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2017/trailing-function-commas/5/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2017/trailing-function-commas/5/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "es2017/trailing-function-commas/5/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { identifierName: "log" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "es2017/trailing-function-commas/5/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/trailing-function-commas/6/input.test.md b/internal/js-parser/test-fixtures/es2017/trailing-function-commas/6/input.test.md index 0752d731386..dbc38c4a46b 100644 --- a/internal/js-parser/test-fixtures/es2017/trailing-function-commas/6/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/trailing-function-commas/6/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2017/trailing-function-commas/6/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "log" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2017/trailing-function-commas/6/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "es2017/trailing-function-commas/6/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "es2017/trailing-function-commas/6/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -133,12 +121,10 @@ JSRoot { identifierName: "" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -149,12 +135,10 @@ JSRoot { filename: "es2017/trailing-function-commas/6/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2017/trailing-function-commas/7/input.test.md b/internal/js-parser/test-fixtures/es2017/trailing-function-commas/7/input.test.md index 142dda4362b..cb2a45befaa 100644 --- a/internal/js-parser/test-fixtures/es2017/trailing-function-commas/7/input.test.md +++ b/internal/js-parser/test-fixtures/es2017/trailing-function-commas/7/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2017/trailing-function-commas/7/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2017/trailing-function-commas/7/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2017/trailing-function-commas/7/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2018/async-generators/class-method-2/input.test.md b/internal/js-parser/test-fixtures/es2018/async-generators/class-method-2/input.test.md index 3a125fb9655..ba409348023 100644 --- a/internal/js-parser/test-fixtures/es2018/async-generators/class-method-2/input.test.md +++ b/internal/js-parser/test-fixtures/es2018/async-generators/class-method-2/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2018/async-generators/class-method-2/input.js" end: Object { column: 0 - index: 30 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2018/async-generators/class-method-2/input.js" end: Object { column: 1 - index: 29 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "es2018/async-generators/class-method-2/input.js" end: Object { column: 1 - index: 29 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 23 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } @@ -106,12 +96,10 @@ JSRoot { filename: "es2018/async-generators/class-method-2/input.js" end: Object { column: 3 - index: 23 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } @@ -120,12 +108,10 @@ JSRoot { filename: "es2018/async-generators/class-method-2/input.js" end: Object { column: 7 - index: 27 line: 3 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "es2018/async-generators/class-method-2/input.js" end: Object { column: 7 - index: 27 line: 3 } start: Object { column: 5 - index: 25 line: 3 } } @@ -159,12 +143,10 @@ JSRoot { filename: "es2018/async-generators/class-method-2/input.js" end: Object { column: 5 - index: 25 line: 3 } start: Object { column: 3 - index: 23 line: 3 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "es2018/async-generators/class-method-2/input.js" end: Object { column: 3 - index: 23 line: 3 } start: Object { column: 2 - index: 12 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2018/async-generators/class-method-no-asi/input.test.md b/internal/js-parser/test-fixtures/es2018/async-generators/class-method-no-asi/input.test.md index 1491c4eeec1..99a54b0ccf3 100644 --- a/internal/js-parser/test-fixtures/es2018/async-generators/class-method-no-asi/input.test.md +++ b/internal/js-parser/test-fixtures/es2018/async-generators/class-method-no-asi/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2018/async-generators/class-method-no-asi/input.js" end: Object { column: 0 - index: 30 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2018/async-generators/class-method-no-asi/input.js" end: Object { column: 1 - index: 29 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "es2018/async-generators/class-method-no-asi/input.js" end: Object { column: 1 - index: 29 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "async" end: Object { column: 7 - index: 17 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -105,12 +95,10 @@ JSRoot { filename: "es2018/async-generators/class-method-no-asi/input.js" end: Object { column: 7 - index: 17 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "es2018/async-generators/class-method-no-asi/input.js" end: Object { column: 7 - index: 17 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -140,19 +126,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "es2018/async-generators/class-method-no-asi/input.js" end: Object { column: 7 - index: 17 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -168,12 +151,10 @@ JSRoot { identifierName: "a" end: Object { column: 5 - index: 23 line: 3 } start: Object { column: 4 - index: 22 line: 3 } } @@ -182,12 +163,10 @@ JSRoot { filename: "es2018/async-generators/class-method-no-asi/input.js" end: Object { column: 5 - index: 23 line: 3 } start: Object { column: 4 - index: 22 line: 3 } } @@ -196,12 +175,10 @@ JSRoot { filename: "es2018/async-generators/class-method-no-asi/input.js" end: Object { column: 9 - index: 27 line: 3 } start: Object { column: 2 - index: 20 line: 3 } } @@ -212,12 +189,10 @@ JSRoot { filename: "es2018/async-generators/class-method-no-asi/input.js" end: Object { column: 9 - index: 27 line: 3 } start: Object { column: 7 - index: 25 line: 3 } } @@ -235,12 +210,10 @@ JSRoot { filename: "es2018/async-generators/class-method-no-asi/input.js" end: Object { column: 7 - index: 25 line: 3 } start: Object { column: 5 - index: 23 line: 3 } } @@ -254,19 +227,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 20 line: 3 } loc: Object { filename: "es2018/async-generators/class-method-no-asi/input.js" end: Object { column: 5 - index: 23 line: 3 } start: Object { column: 2 - index: 20 line: 3 } } diff --git a/internal/js-parser/test-fixtures/es2018/async-generators/class-method/input.test.md b/internal/js-parser/test-fixtures/es2018/async-generators/class-method/input.test.md index 9b17f3bc352..90acfc1dacb 100644 --- a/internal/js-parser/test-fixtures/es2018/async-generators/class-method/input.test.md +++ b/internal/js-parser/test-fixtures/es2018/async-generators/class-method/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2018/async-generators/class-method/input.js" end: Object { column: 0 - index: 131 line: 8 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "Query" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2018/async-generators/class-method/input.js" end: Object { column: 1 - index: 130 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "es2018/async-generators/class-method/input.js" end: Object { column: 1 - index: 130 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "queryAll" end: Object { column: 19 - index: 33 line: 2 } start: Object { column: 11 - index: 25 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "es2018/async-generators/class-method/input.js" end: Object { column: 19 - index: 33 line: 2 } start: Object { column: 11 - index: 25 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "es2018/async-generators/class-method/input.js" end: Object { column: 5 - index: 128 line: 6 } start: Object { column: 4 - index: 18 line: 2 } } @@ -138,19 +124,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 18 line: 2 } loc: Object { filename: "es2018/async-generators/class-method/input.js" end: Object { column: 19 - index: 33 line: 2 } start: Object { column: 4 - index: 18 line: 2 } } @@ -167,12 +150,10 @@ JSRoot { filename: "es2018/async-generators/class-method/input.js" end: Object { column: 24 - index: 38 line: 2 } start: Object { column: 19 - index: 33 line: 2 } } @@ -184,12 +165,10 @@ JSRoot { identifierName: "ids" end: Object { column: 23 - index: 37 line: 2 } start: Object { column: 20 - index: 34 line: 2 } } @@ -200,12 +179,10 @@ JSRoot { filename: "es2018/async-generators/class-method/input.js" end: Object { column: 23 - index: 37 line: 2 } start: Object { column: 20 - index: 34 line: 2 } } @@ -219,12 +196,10 @@ JSRoot { filename: "es2018/async-generators/class-method/input.js" end: Object { column: 5 - index: 128 line: 6 } start: Object { column: 25 - index: 39 line: 2 } } @@ -235,12 +210,10 @@ JSRoot { filename: "es2018/async-generators/class-method/input.js" end: Object { column: 9 - index: 122 line: 5 } start: Object { column: 8 - index: 49 line: 3 } } @@ -251,12 +224,10 @@ JSRoot { identifierName: "ids" end: Object { column: 28 - index: 69 line: 3 } start: Object { column: 25 - index: 66 line: 3 } } @@ -267,12 +238,10 @@ JSRoot { filename: "es2018/async-generators/class-method/input.js" end: Object { column: 21 - index: 62 line: 3 } start: Object { column: 13 - index: 54 line: 3 } } @@ -285,12 +254,10 @@ JSRoot { identifierName: "id" end: Object { column: 21 - index: 62 line: 3 } start: Object { column: 19 - index: 60 line: 3 } } @@ -300,12 +267,10 @@ JSRoot { filename: "es2018/async-generators/class-method/input.js" end: Object { column: 21 - index: 62 line: 3 } start: Object { column: 19 - index: 60 line: 3 } } @@ -318,12 +283,10 @@ JSRoot { filename: "es2018/async-generators/class-method/input.js" end: Object { column: 9 - index: 122 line: 5 } start: Object { column: 30 - index: 71 line: 3 } } @@ -333,12 +296,10 @@ JSRoot { filename: "es2018/async-generators/class-method/input.js" end: Object { column: 39 - index: 112 line: 4 } start: Object { column: 12 - index: 85 line: 4 } } @@ -348,12 +309,10 @@ JSRoot { filename: "es2018/async-generators/class-method/input.js" end: Object { column: 38 - index: 111 line: 4 } start: Object { column: 12 - index: 85 line: 4 } } @@ -362,12 +321,10 @@ JSRoot { filename: "es2018/async-generators/class-method/input.js" end: Object { column: 38 - index: 111 line: 4 } start: Object { column: 18 - index: 91 line: 4 } } @@ -376,12 +333,10 @@ JSRoot { filename: "es2018/async-generators/class-method/input.js" end: Object { column: 38 - index: 111 line: 4 } start: Object { column: 24 - index: 97 line: 4 } } @@ -393,12 +348,10 @@ JSRoot { identifierName: "id" end: Object { column: 37 - index: 110 line: 4 } start: Object { column: 35 - index: 108 line: 4 } } @@ -409,12 +362,10 @@ JSRoot { filename: "es2018/async-generators/class-method/input.js" end: Object { column: 34 - index: 107 line: 4 } start: Object { column: 24 - index: 97 line: 4 } } @@ -423,12 +374,10 @@ JSRoot { filename: "es2018/async-generators/class-method/input.js" end: Object { column: 28 - index: 101 line: 4 } start: Object { column: 24 - index: 97 line: 4 } } @@ -441,12 +390,10 @@ JSRoot { identifierName: "query" end: Object { column: 34 - index: 107 line: 4 } start: Object { column: 29 - index: 102 line: 4 } } @@ -456,12 +403,10 @@ JSRoot { identifierName: "query" end: Object { column: 34 - index: 107 line: 4 } start: Object { column: 29 - index: 102 line: 4 } } diff --git a/internal/js-parser/test-fixtures/es2018/async-generators/for-await-async-context/input.test.md b/internal/js-parser/test-fixtures/es2018/async-generators/for-await-async-context/input.test.md index f75ae4fb1c0..2ffed26951f 100644 --- a/internal/js-parser/test-fixtures/es2018/async-generators/for-await-async-context/input.test.md +++ b/internal/js-parser/test-fixtures/es2018/async-generators/for-await-async-context/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2018/async-generators/for-await-async-context/input.js" end: Object { column: 0 - index: 43 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 11 - index: 26 line: 2 } start: Object { column: 6 - index: 21 line: 2 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "f" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "es2018/async-generators/for-await-async-context/input.js" end: Object { column: 1 - index: 42 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "es2018/async-generators/for-await-async-context/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -121,12 +111,10 @@ JSRoot { filename: "es2018/async-generators/for-await-async-context/input.js" end: Object { column: 1 - index: 42 line: 3 } start: Object { column: 13 - index: 13 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "es2018/async-generators/for-await-async-context/input.js" end: Object { column: 23 - index: 38 line: 2 } start: Object { column: 2 - index: 17 line: 2 } } @@ -152,12 +138,10 @@ JSRoot { identifierName: "x" end: Object { column: 18 - index: 33 line: 2 } start: Object { column: 17 - index: 32 line: 2 } } @@ -169,12 +153,10 @@ JSRoot { identifierName: "of" end: Object { column: 21 - index: 36 line: 2 } start: Object { column: 19 - index: 34 line: 2 } } @@ -184,12 +166,10 @@ JSRoot { filename: "es2018/async-generators/for-await-async-context/input.js" end: Object { column: 23 - index: 38 line: 2 } start: Object { column: 22 - index: 37 line: 2 } } @@ -200,12 +180,10 @@ JSRoot { identifierName: "y" end: Object { column: 23 - index: 38 line: 2 } start: Object { column: 22 - index: 37 line: 2 } } @@ -216,12 +194,10 @@ JSRoot { filename: "es2018/async-generators/for-await-async-context/input.js" end: Object { column: 16 - index: 31 line: 2 } start: Object { column: 6 - index: 21 line: 2 } } @@ -232,12 +208,10 @@ JSRoot { identifierName: "await" end: Object { column: 11 - index: 26 line: 2 } start: Object { column: 6 - index: 21 line: 2 } } @@ -250,12 +224,10 @@ JSRoot { identifierName: "let" end: Object { column: 16 - index: 31 line: 2 } start: Object { column: 13 - index: 28 line: 2 } } @@ -268,12 +240,10 @@ JSRoot { filename: "es2018/async-generators/for-await-async-context/input.js" end: Object { column: 25 - index: 40 line: 2 } start: Object { column: 23 - index: 38 line: 2 } } @@ -283,12 +253,10 @@ JSRoot { filename: "es2018/async-generators/for-await-async-context/input.js" end: Object { column: 24 - index: 39 line: 2 } start: Object { column: 23 - index: 38 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2018/async-generators/for-await-no-in/input.test.md b/internal/js-parser/test-fixtures/es2018/async-generators/for-await-no-in/input.test.md index 60b69b19e07..06a414d9fd9 100644 --- a/internal/js-parser/test-fixtures/es2018/async-generators/for-await-no-in/input.test.md +++ b/internal/js-parser/test-fixtures/es2018/async-generators/for-await-no-in/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2018/async-generators/for-await-no-in/input.js" end: Object { column: 0 - index: 49 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 11 - index: 32 line: 2 } start: Object { column: 11 - index: 32 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "f" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2018/async-generators/for-await-no-in/input.js" end: Object { column: 1 - index: 48 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "es2018/async-generators/for-await-no-in/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "es2018/async-generators/for-await-no-in/input.js" end: Object { column: 1 - index: 48 line: 3 } start: Object { column: 19 - index: 19 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "es2018/async-generators/for-await-no-in/input.js" end: Object { column: 25 - index: 46 line: 2 } start: Object { column: 2 - index: 23 line: 2 } } @@ -145,12 +131,10 @@ JSRoot { filename: "es2018/async-generators/for-await-no-in/input.js" end: Object { column: 25 - index: 46 line: 2 } start: Object { column: 24 - index: 45 line: 2 } } @@ -162,12 +146,10 @@ JSRoot { identifierName: "y" end: Object { column: 23 - index: 44 line: 2 } start: Object { column: 22 - index: 43 line: 2 } } @@ -178,12 +160,10 @@ JSRoot { filename: "es2018/async-generators/for-await-no-in/input.js" end: Object { column: 18 - index: 39 line: 2 } start: Object { column: 13 - index: 34 line: 2 } } @@ -196,12 +176,10 @@ JSRoot { identifierName: "x" end: Object { column: 18 - index: 39 line: 2 } start: Object { column: 17 - index: 38 line: 2 } } @@ -211,12 +189,10 @@ JSRoot { filename: "es2018/async-generators/for-await-no-in/input.js" end: Object { column: 18 - index: 39 line: 2 } start: Object { column: 17 - index: 38 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2018/async-generators/for-await-no-semi-1/input.test.md b/internal/js-parser/test-fixtures/es2018/async-generators/for-await-no-semi-1/input.test.md index e5bea399bd5..21231bb4865 100644 --- a/internal/js-parser/test-fixtures/es2018/async-generators/for-await-no-semi-1/input.test.md +++ b/internal/js-parser/test-fixtures/es2018/async-generators/for-await-no-semi-1/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2018/async-generators/for-await-no-semi-1/input.js" end: Object { column: 0 - index: 46 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 14 - index: 35 line: 2 } start: Object { column: 13 - index: 34 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "f" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2018/async-generators/for-await-no-semi-1/input.js" end: Object { column: 1 - index: 45 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "es2018/async-generators/for-await-no-semi-1/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "es2018/async-generators/for-await-no-semi-1/input.js" end: Object { column: 1 - index: 45 line: 3 } start: Object { column: 19 - index: 19 line: 1 } } @@ -133,12 +121,10 @@ JSRoot { filename: "es2018/async-generators/for-await-no-semi-1/input.js" end: Object { column: 22 - index: 43 line: 2 } start: Object { column: 2 - index: 23 line: 2 } } @@ -147,12 +133,10 @@ JSRoot { filename: "es2018/async-generators/for-await-no-semi-1/input.js" end: Object { column: 22 - index: 43 line: 2 } start: Object { column: 21 - index: 42 line: 2 } } @@ -163,12 +147,10 @@ JSRoot { filename: "es2018/async-generators/for-await-no-semi-1/input.js" end: Object { column: 19 - index: 40 line: 2 } start: Object { column: 14 - index: 35 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2018/async-generators/for-await-no-semi-2/input.test.md b/internal/js-parser/test-fixtures/es2018/async-generators/for-await-no-semi-2/input.test.md index 6fc20622c6c..5f9768ac04a 100644 --- a/internal/js-parser/test-fixtures/es2018/async-generators/for-await-no-semi-2/input.test.md +++ b/internal/js-parser/test-fixtures/es2018/async-generators/for-await-no-semi-2/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2018/async-generators/for-await-no-semi-2/input.js" end: Object { column: 0 - index: 55 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 11 - index: 32 line: 2 } start: Object { column: 11 - index: 32 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "f" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2018/async-generators/for-await-no-semi-2/input.js" end: Object { column: 1 - index: 54 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "es2018/async-generators/for-await-no-semi-2/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "es2018/async-generators/for-await-no-semi-2/input.js" end: Object { column: 1 - index: 54 line: 3 } start: Object { column: 19 - index: 19 line: 1 } } @@ -132,12 +120,10 @@ JSRoot { filename: "es2018/async-generators/for-await-no-semi-2/input.js" end: Object { column: 31 - index: 52 line: 2 } start: Object { column: 2 - index: 23 line: 2 } } @@ -146,12 +132,10 @@ JSRoot { filename: "es2018/async-generators/for-await-no-semi-2/input.js" end: Object { column: 31 - index: 52 line: 2 } start: Object { column: 30 - index: 51 line: 2 } } @@ -162,12 +146,10 @@ JSRoot { filename: "es2018/async-generators/for-await-no-semi-2/input.js" end: Object { column: 28 - index: 49 line: 2 } start: Object { column: 23 - index: 44 line: 2 } } @@ -178,12 +160,10 @@ JSRoot { filename: "es2018/async-generators/for-await-no-semi-2/input.js" end: Object { column: 22 - index: 43 line: 2 } start: Object { column: 13 - index: 34 line: 2 } } @@ -196,12 +176,10 @@ JSRoot { identifierName: "i" end: Object { column: 18 - index: 39 line: 2 } start: Object { column: 17 - index: 38 line: 2 } } @@ -210,12 +188,10 @@ JSRoot { filename: "es2018/async-generators/for-await-no-semi-2/input.js" end: Object { column: 22 - index: 43 line: 2 } start: Object { column: 17 - index: 38 line: 2 } } @@ -226,12 +202,10 @@ JSRoot { filename: "es2018/async-generators/for-await-no-semi-2/input.js" end: Object { column: 22 - index: 43 line: 2 } start: Object { column: 21 - index: 42 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2018/async-generators/for-await-no-semi-3/input.test.md b/internal/js-parser/test-fixtures/es2018/async-generators/for-await-no-semi-3/input.test.md index 7b90cfe83b5..2a3be3dffaa 100644 --- a/internal/js-parser/test-fixtures/es2018/async-generators/for-await-no-semi-3/input.test.md +++ b/internal/js-parser/test-fixtures/es2018/async-generators/for-await-no-semi-3/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2018/async-generators/for-await-no-semi-3/input.js" end: Object { column: 0 - index: 51 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 11 - index: 32 line: 2 } start: Object { column: 11 - index: 32 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "f" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2018/async-generators/for-await-no-semi-3/input.js" end: Object { column: 1 - index: 50 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "es2018/async-generators/for-await-no-semi-3/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "es2018/async-generators/for-await-no-semi-3/input.js" end: Object { column: 1 - index: 50 line: 3 } start: Object { column: 19 - index: 19 line: 1 } } @@ -132,12 +120,10 @@ JSRoot { filename: "es2018/async-generators/for-await-no-semi-3/input.js" end: Object { column: 27 - index: 48 line: 2 } start: Object { column: 2 - index: 23 line: 2 } } @@ -146,12 +132,10 @@ JSRoot { filename: "es2018/async-generators/for-await-no-semi-3/input.js" end: Object { column: 27 - index: 48 line: 2 } start: Object { column: 26 - index: 47 line: 2 } } @@ -162,12 +146,10 @@ JSRoot { filename: "es2018/async-generators/for-await-no-semi-3/input.js" end: Object { column: 24 - index: 45 line: 2 } start: Object { column: 19 - index: 40 line: 2 } } @@ -178,12 +160,10 @@ JSRoot { filename: "es2018/async-generators/for-await-no-semi-3/input.js" end: Object { column: 18 - index: 39 line: 2 } start: Object { column: 13 - index: 34 line: 2 } } @@ -194,12 +174,10 @@ JSRoot { identifierName: "x" end: Object { column: 14 - index: 35 line: 2 } start: Object { column: 13 - index: 34 line: 2 } } @@ -211,12 +189,10 @@ JSRoot { filename: "es2018/async-generators/for-await-no-semi-3/input.js" end: Object { column: 18 - index: 39 line: 2 } start: Object { column: 17 - index: 38 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2018/async-generators/for-await/input.test.md b/internal/js-parser/test-fixtures/es2018/async-generators/for-await/input.test.md index 0f60a3e9c17..94f6de0092a 100644 --- a/internal/js-parser/test-fixtures/es2018/async-generators/for-await/input.test.md +++ b/internal/js-parser/test-fixtures/es2018/async-generators/for-await/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2018/async-generators/for-await/input.js" end: Object { column: 0 - index: 49 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "f" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2018/async-generators/for-await/input.js" end: Object { column: 1 - index: 48 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2018/async-generators/for-await/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2018/async-generators/for-await/input.js" end: Object { column: 1 - index: 48 line: 3 } start: Object { column: 19 - index: 19 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "es2018/async-generators/for-await/input.js" end: Object { column: 25 - index: 46 line: 2 } start: Object { column: 2 - index: 23 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "es2018/async-generators/for-await/input.js" end: Object { column: 25 - index: 46 line: 2 } start: Object { column: 24 - index: 45 line: 2 } } @@ -139,12 +125,10 @@ JSRoot { identifierName: "y" end: Object { column: 23 - index: 44 line: 2 } start: Object { column: 22 - index: 43 line: 2 } } @@ -155,12 +139,10 @@ JSRoot { filename: "es2018/async-generators/for-await/input.js" end: Object { column: 18 - index: 39 line: 2 } start: Object { column: 13 - index: 34 line: 2 } } @@ -173,12 +155,10 @@ JSRoot { identifierName: "x" end: Object { column: 18 - index: 39 line: 2 } start: Object { column: 17 - index: 38 line: 2 } } @@ -188,12 +168,10 @@ JSRoot { filename: "es2018/async-generators/for-await/input.js" end: Object { column: 18 - index: 39 line: 2 } start: Object { column: 17 - index: 38 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2018/async-generators/object-method/input.test.md b/internal/js-parser/test-fixtures/es2018/async-generators/object-method/input.test.md index 8d7afb39937..20456d30b30 100644 --- a/internal/js-parser/test-fixtures/es2018/async-generators/object-method/input.test.md +++ b/internal/js-parser/test-fixtures/es2018/async-generators/object-method/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2018/async-generators/object-method/input.js" end: Object { column: 0 - index: 134 line: 8 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2018/async-generators/object-method/input.js" end: Object { column: 2 - index: 133 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2018/async-generators/object-method/input.js" end: Object { column: 2 - index: 133 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "query" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2018/async-generators/object-method/input.js" end: Object { column: 1 - index: 132 line: 7 } start: Object { column: 6 - index: 6 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "es2018/async-generators/object-method/input.js" end: Object { column: 1 - index: 132 line: 7 } start: Object { column: 14 - index: 14 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { identifierName: "queryAll" end: Object { column: 19 - index: 35 line: 2 } start: Object { column: 11 - index: 27 line: 2 } } @@ -132,12 +118,10 @@ JSRoot { filename: "es2018/async-generators/object-method/input.js" end: Object { column: 19 - index: 35 line: 2 } start: Object { column: 11 - index: 27 line: 2 } } @@ -146,12 +130,10 @@ JSRoot { filename: "es2018/async-generators/object-method/input.js" end: Object { column: 5 - index: 130 line: 6 } start: Object { column: 4 - index: 20 line: 2 } } @@ -167,12 +149,10 @@ JSRoot { filename: "es2018/async-generators/object-method/input.js" end: Object { column: 24 - index: 40 line: 2 } start: Object { column: 19 - index: 35 line: 2 } } @@ -184,12 +164,10 @@ JSRoot { identifierName: "ids" end: Object { column: 23 - index: 39 line: 2 } start: Object { column: 20 - index: 36 line: 2 } } @@ -200,12 +178,10 @@ JSRoot { filename: "es2018/async-generators/object-method/input.js" end: Object { column: 23 - index: 39 line: 2 } start: Object { column: 20 - index: 36 line: 2 } } @@ -219,12 +195,10 @@ JSRoot { filename: "es2018/async-generators/object-method/input.js" end: Object { column: 5 - index: 130 line: 6 } start: Object { column: 25 - index: 41 line: 2 } } @@ -235,12 +209,10 @@ JSRoot { filename: "es2018/async-generators/object-method/input.js" end: Object { column: 9 - index: 124 line: 5 } start: Object { column: 8 - index: 51 line: 3 } } @@ -251,12 +223,10 @@ JSRoot { identifierName: "ids" end: Object { column: 28 - index: 71 line: 3 } start: Object { column: 25 - index: 68 line: 3 } } @@ -267,12 +237,10 @@ JSRoot { filename: "es2018/async-generators/object-method/input.js" end: Object { column: 21 - index: 64 line: 3 } start: Object { column: 13 - index: 56 line: 3 } } @@ -285,12 +253,10 @@ JSRoot { identifierName: "id" end: Object { column: 21 - index: 64 line: 3 } start: Object { column: 19 - index: 62 line: 3 } } @@ -300,12 +266,10 @@ JSRoot { filename: "es2018/async-generators/object-method/input.js" end: Object { column: 21 - index: 64 line: 3 } start: Object { column: 19 - index: 62 line: 3 } } @@ -318,12 +282,10 @@ JSRoot { filename: "es2018/async-generators/object-method/input.js" end: Object { column: 9 - index: 124 line: 5 } start: Object { column: 30 - index: 73 line: 3 } } @@ -333,12 +295,10 @@ JSRoot { filename: "es2018/async-generators/object-method/input.js" end: Object { column: 39 - index: 114 line: 4 } start: Object { column: 12 - index: 87 line: 4 } } @@ -348,12 +308,10 @@ JSRoot { filename: "es2018/async-generators/object-method/input.js" end: Object { column: 38 - index: 113 line: 4 } start: Object { column: 12 - index: 87 line: 4 } } @@ -362,12 +320,10 @@ JSRoot { filename: "es2018/async-generators/object-method/input.js" end: Object { column: 38 - index: 113 line: 4 } start: Object { column: 18 - index: 93 line: 4 } } @@ -376,12 +332,10 @@ JSRoot { filename: "es2018/async-generators/object-method/input.js" end: Object { column: 38 - index: 113 line: 4 } start: Object { column: 24 - index: 99 line: 4 } } @@ -393,12 +347,10 @@ JSRoot { identifierName: "id" end: Object { column: 37 - index: 112 line: 4 } start: Object { column: 35 - index: 110 line: 4 } } @@ -409,12 +361,10 @@ JSRoot { filename: "es2018/async-generators/object-method/input.js" end: Object { column: 34 - index: 109 line: 4 } start: Object { column: 24 - index: 99 line: 4 } } @@ -423,12 +373,10 @@ JSRoot { filename: "es2018/async-generators/object-method/input.js" end: Object { column: 28 - index: 103 line: 4 } start: Object { column: 24 - index: 99 line: 4 } } @@ -441,12 +389,10 @@ JSRoot { identifierName: "query" end: Object { column: 34 - index: 109 line: 4 } start: Object { column: 29 - index: 104 line: 4 } } @@ -456,12 +402,10 @@ JSRoot { identifierName: "query" end: Object { column: 34 - index: 109 line: 4 } start: Object { column: 29 - index: 104 line: 4 } } diff --git a/internal/js-parser/test-fixtures/es2018/object-rest-spread/1/input.test.md b/internal/js-parser/test-fixtures/es2018/object-rest-spread/1/input.test.md index 0bf154119d4..044977dd937 100644 --- a/internal/js-parser/test-fixtures/es2018/object-rest-spread/1/input.test.md +++ b/internal/js-parser/test-fixtures/es2018/object-rest-spread/1/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2018/object-rest-spread/1/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2018/object-rest-spread/1/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2018/object-rest-spread/1/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "es2018/object-rest-spread/1/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "x" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "es2018/object-rest-spread/1/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { identifierName: "z" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2018/object-rest-spread/10/input.test.md b/internal/js-parser/test-fixtures/es2018/object-rest-spread/10/input.test.md index 57e57c958cd..b3f8b4d1a80 100644 --- a/internal/js-parser/test-fixtures/es2018/object-rest-spread/10/input.test.md +++ b/internal/js-parser/test-fixtures/es2018/object-rest-spread/10/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2018/object-rest-spread/10/input.js" end: Object { column: 0 - index: 21 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2018/object-rest-spread/10/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2018/object-rest-spread/10/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "es2018/object-rest-spread/10/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -88,12 +80,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "es2018/object-rest-spread/10/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "es2018/object-rest-spread/10/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { identifierName: "y" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -166,12 +148,10 @@ JSRoot { filename: "es2018/object-rest-spread/10/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -183,12 +163,10 @@ JSRoot { identifierName: "y" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -197,12 +175,10 @@ JSRoot { filename: "es2018/object-rest-spread/10/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -213,12 +189,10 @@ JSRoot { filename: "es2018/object-rest-spread/10/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -229,12 +203,10 @@ JSRoot { identifierName: "obj" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2018/object-rest-spread/11/input.test.md b/internal/js-parser/test-fixtures/es2018/object-rest-spread/11/input.test.md index 2fba9329dca..c2a86be6600 100644 --- a/internal/js-parser/test-fixtures/es2018/object-rest-spread/11/input.test.md +++ b/internal/js-parser/test-fixtures/es2018/object-rest-spread/11/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2018/object-rest-spread/11/input.js" end: Object { column: 0 - index: 58 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "es2018/object-rest-spread/11/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "es2018/object-rest-spread/11/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2018/object-rest-spread/11/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "foo" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "es2018/object-rest-spread/11/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "es2018/object-rest-spread/11/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "es2018/object-rest-spread/11/input.js" end: Object { column: 35 - index: 57 line: 2 } start: Object { column: 0 - index: 22 line: 2 } } @@ -152,12 +136,10 @@ JSRoot { filename: "es2018/object-rest-spread/11/input.js" end: Object { column: 35 - index: 57 line: 2 } start: Object { column: 7 - index: 29 line: 2 } } @@ -167,12 +149,10 @@ JSRoot { filename: "es2018/object-rest-spread/11/input.js" end: Object { column: 35 - index: 57 line: 2 } start: Object { column: 7 - index: 29 line: 2 } } @@ -183,12 +163,10 @@ JSRoot { filename: "es2018/object-rest-spread/11/input.js" end: Object { column: 28 - index: 50 line: 2 } start: Object { column: 13 - index: 35 line: 2 } } @@ -199,12 +177,10 @@ JSRoot { identifierName: "foo" end: Object { column: 26 - index: 48 line: 2 } start: Object { column: 23 - index: 45 line: 2 } } @@ -219,12 +195,10 @@ JSRoot { identifierName: "bar" end: Object { column: 18 - index: 40 line: 2 } start: Object { column: 15 - index: 37 line: 2 } } @@ -233,12 +207,10 @@ JSRoot { filename: "es2018/object-rest-spread/11/input.js" end: Object { column: 18 - index: 40 line: 2 } start: Object { column: 15 - index: 37 line: 2 } } @@ -250,12 +222,10 @@ JSRoot { identifierName: "bar" end: Object { column: 18 - index: 40 line: 2 } start: Object { column: 15 - index: 37 line: 2 } } @@ -264,12 +234,10 @@ JSRoot { filename: "es2018/object-rest-spread/11/input.js" end: Object { column: 18 - index: 40 line: 2 } start: Object { column: 15 - index: 37 line: 2 } } @@ -280,12 +248,10 @@ JSRoot { filename: "es2018/object-rest-spread/11/input.js" end: Object { column: 34 - index: 56 line: 2 } start: Object { column: 13 - index: 35 line: 2 } } @@ -296,12 +262,10 @@ JSRoot { identifierName: "baz" end: Object { column: 34 - index: 56 line: 2 } start: Object { column: 31 - index: 53 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2018/object-rest-spread/12/input.test.md b/internal/js-parser/test-fixtures/es2018/object-rest-spread/12/input.test.md index 2d60a0aec84..a2b950fdda2 100644 --- a/internal/js-parser/test-fixtures/es2018/object-rest-spread/12/input.test.md +++ b/internal/js-parser/test-fixtures/es2018/object-rest-spread/12/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2018/object-rest-spread/12/input.js" end: Object { column: 0 - index: 58 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "es2018/object-rest-spread/12/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "es2018/object-rest-spread/12/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2018/object-rest-spread/12/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2018/object-rest-spread/12/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "bar" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { identifierName: "foo" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "es2018/object-rest-spread/12/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -151,12 +135,10 @@ JSRoot { identifierName: "foo" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -165,12 +147,10 @@ JSRoot { filename: "es2018/object-rest-spread/12/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -181,12 +161,10 @@ JSRoot { filename: "es2018/object-rest-spread/12/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -197,12 +175,10 @@ JSRoot { identifierName: "baz" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -219,12 +195,10 @@ JSRoot { filename: "es2018/object-rest-spread/12/input.js" end: Object { column: 21 - index: 57 line: 2 } start: Object { column: 0 - index: 36 line: 2 } } @@ -233,12 +207,10 @@ JSRoot { filename: "es2018/object-rest-spread/12/input.js" end: Object { column: 21 - index: 57 line: 2 } start: Object { column: 7 - index: 43 line: 2 } } @@ -248,12 +220,10 @@ JSRoot { filename: "es2018/object-rest-spread/12/input.js" end: Object { column: 21 - index: 57 line: 2 } start: Object { column: 7 - index: 43 line: 2 } } @@ -266,12 +236,10 @@ JSRoot { identifierName: "bar" end: Object { column: 16 - index: 52 line: 2 } start: Object { column: 13 - index: 49 line: 2 } } @@ -280,12 +248,10 @@ JSRoot { filename: "es2018/object-rest-spread/12/input.js" end: Object { column: 20 - index: 56 line: 2 } start: Object { column: 13 - index: 49 line: 2 } } @@ -296,12 +262,10 @@ JSRoot { filename: "es2018/object-rest-spread/12/input.js" end: Object { column: 20 - index: 56 line: 2 } start: Object { column: 19 - index: 55 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2018/object-rest-spread/13/input.test.md b/internal/js-parser/test-fixtures/es2018/object-rest-spread/13/input.test.md index 9c3faf9c71d..a3d5d627b74 100644 --- a/internal/js-parser/test-fixtures/es2018/object-rest-spread/13/input.test.md +++ b/internal/js-parser/test-fixtures/es2018/object-rest-spread/13/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2018/object-rest-spread/13/input.js" end: Object { column: 0 - index: 67 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "es2018/object-rest-spread/13/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "es2018/object-rest-spread/13/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2018/object-rest-spread/13/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "foo" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "es2018/object-rest-spread/13/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "es2018/object-rest-spread/13/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "es2018/object-rest-spread/13/input.js" end: Object { column: 44 - index: 66 line: 2 } start: Object { column: 0 - index: 22 line: 2 } } @@ -152,12 +136,10 @@ JSRoot { filename: "es2018/object-rest-spread/13/input.js" end: Object { column: 44 - index: 66 line: 2 } start: Object { column: 7 - index: 29 line: 2 } } @@ -167,12 +149,10 @@ JSRoot { filename: "es2018/object-rest-spread/13/input.js" end: Object { column: 44 - index: 66 line: 2 } start: Object { column: 7 - index: 29 line: 2 } } @@ -184,12 +164,10 @@ JSRoot { filename: "es2018/object-rest-spread/13/input.js" end: Object { column: 37 - index: 59 line: 2 } start: Object { column: 13 - index: 35 line: 2 } } @@ -203,12 +181,10 @@ JSRoot { identifierName: "bar" end: Object { column: 18 - index: 40 line: 2 } start: Object { column: 15 - index: 37 line: 2 } } @@ -217,12 +193,10 @@ JSRoot { filename: "es2018/object-rest-spread/13/input.js" end: Object { column: 18 - index: 40 line: 2 } start: Object { column: 15 - index: 37 line: 2 } } @@ -232,12 +206,10 @@ JSRoot { filename: "es2018/object-rest-spread/13/input.js" end: Object { column: 35 - index: 57 line: 2 } start: Object { column: 20 - index: 42 line: 2 } } @@ -248,12 +220,10 @@ JSRoot { identifierName: "foo" end: Object { column: 33 - index: 55 line: 2 } start: Object { column: 30 - index: 52 line: 2 } } @@ -268,12 +238,10 @@ JSRoot { identifierName: "baz" end: Object { column: 25 - index: 47 line: 2 } start: Object { column: 22 - index: 44 line: 2 } } @@ -282,12 +250,10 @@ JSRoot { filename: "es2018/object-rest-spread/13/input.js" end: Object { column: 25 - index: 47 line: 2 } start: Object { column: 22 - index: 44 line: 2 } } @@ -299,12 +265,10 @@ JSRoot { identifierName: "baz" end: Object { column: 25 - index: 47 line: 2 } start: Object { column: 22 - index: 44 line: 2 } } @@ -313,12 +277,10 @@ JSRoot { filename: "es2018/object-rest-spread/13/input.js" end: Object { column: 25 - index: 47 line: 2 } start: Object { column: 22 - index: 44 line: 2 } } @@ -329,12 +291,10 @@ JSRoot { filename: "es2018/object-rest-spread/13/input.js" end: Object { column: 35 - index: 57 line: 2 } start: Object { column: 15 - index: 37 line: 2 } } @@ -345,12 +305,10 @@ JSRoot { filename: "es2018/object-rest-spread/13/input.js" end: Object { column: 43 - index: 65 line: 2 } start: Object { column: 13 - index: 35 line: 2 } } @@ -361,12 +319,10 @@ JSRoot { identifierName: "qux" end: Object { column: 43 - index: 65 line: 2 } start: Object { column: 40 - index: 62 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2018/object-rest-spread/14/input.test.md b/internal/js-parser/test-fixtures/es2018/object-rest-spread/14/input.test.md index 483bd556205..b76ac5068c9 100644 --- a/internal/js-parser/test-fixtures/es2018/object-rest-spread/14/input.test.md +++ b/internal/js-parser/test-fixtures/es2018/object-rest-spread/14/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2018/object-rest-spread/14/input.js" end: Object { column: 0 - index: 65 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "es2018/object-rest-spread/14/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "es2018/object-rest-spread/14/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2018/object-rest-spread/14/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "foo" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "es2018/object-rest-spread/14/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "es2018/object-rest-spread/14/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "es2018/object-rest-spread/14/input.js" end: Object { column: 42 - index: 64 line: 2 } start: Object { column: 0 - index: 22 line: 2 } } @@ -152,12 +136,10 @@ JSRoot { filename: "es2018/object-rest-spread/14/input.js" end: Object { column: 42 - index: 64 line: 2 } start: Object { column: 7 - index: 29 line: 2 } } @@ -167,12 +149,10 @@ JSRoot { filename: "es2018/object-rest-spread/14/input.js" end: Object { column: 42 - index: 64 line: 2 } start: Object { column: 7 - index: 29 line: 2 } } @@ -184,12 +164,10 @@ JSRoot { filename: "es2018/object-rest-spread/14/input.js" end: Object { column: 35 - index: 57 line: 2 } start: Object { column: 13 - index: 35 line: 2 } } @@ -201,12 +179,10 @@ JSRoot { identifierName: "bar" end: Object { column: 17 - index: 39 line: 2 } start: Object { column: 14 - index: 36 line: 2 } } @@ -217,12 +193,10 @@ JSRoot { filename: "es2018/object-rest-spread/14/input.js" end: Object { column: 17 - index: 39 line: 2 } start: Object { column: 14 - index: 36 line: 2 } } @@ -233,12 +207,10 @@ JSRoot { filename: "es2018/object-rest-spread/14/input.js" end: Object { column: 34 - index: 56 line: 2 } start: Object { column: 19 - index: 41 line: 2 } } @@ -249,12 +221,10 @@ JSRoot { filename: "es2018/object-rest-spread/14/input.js" end: Object { column: 34 - index: 56 line: 2 } start: Object { column: 19 - index: 41 line: 2 } } @@ -266,12 +236,10 @@ JSRoot { identifierName: "foo" end: Object { column: 32 - index: 54 line: 2 } start: Object { column: 29 - index: 51 line: 2 } } @@ -286,12 +254,10 @@ JSRoot { identifierName: "baz" end: Object { column: 24 - index: 46 line: 2 } start: Object { column: 21 - index: 43 line: 2 } } @@ -300,12 +266,10 @@ JSRoot { filename: "es2018/object-rest-spread/14/input.js" end: Object { column: 24 - index: 46 line: 2 } start: Object { column: 21 - index: 43 line: 2 } } @@ -317,12 +281,10 @@ JSRoot { identifierName: "baz" end: Object { column: 24 - index: 46 line: 2 } start: Object { column: 21 - index: 43 line: 2 } } @@ -331,12 +293,10 @@ JSRoot { filename: "es2018/object-rest-spread/14/input.js" end: Object { column: 24 - index: 46 line: 2 } start: Object { column: 21 - index: 43 line: 2 } } @@ -349,12 +309,10 @@ JSRoot { filename: "es2018/object-rest-spread/14/input.js" end: Object { column: 41 - index: 63 line: 2 } start: Object { column: 13 - index: 35 line: 2 } } @@ -365,12 +323,10 @@ JSRoot { identifierName: "qux" end: Object { column: 41 - index: 63 line: 2 } start: Object { column: 38 - index: 60 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2018/object-rest-spread/15/input.test.md b/internal/js-parser/test-fixtures/es2018/object-rest-spread/15/input.test.md index 51f98488618..6b9dc54a883 100644 --- a/internal/js-parser/test-fixtures/es2018/object-rest-spread/15/input.test.md +++ b/internal/js-parser/test-fixtures/es2018/object-rest-spread/15/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2018/object-rest-spread/15/input.js" end: Object { column: 0 - index: 67 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "es2018/object-rest-spread/15/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "es2018/object-rest-spread/15/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2018/object-rest-spread/15/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "foo" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "es2018/object-rest-spread/15/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "es2018/object-rest-spread/15/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "es2018/object-rest-spread/15/input.js" end: Object { column: 44 - index: 66 line: 2 } start: Object { column: 0 - index: 22 line: 2 } } @@ -152,12 +136,10 @@ JSRoot { filename: "es2018/object-rest-spread/15/input.js" end: Object { column: 44 - index: 66 line: 2 } start: Object { column: 7 - index: 29 line: 2 } } @@ -167,12 +149,10 @@ JSRoot { filename: "es2018/object-rest-spread/15/input.js" end: Object { column: 44 - index: 66 line: 2 } start: Object { column: 7 - index: 29 line: 2 } } @@ -184,12 +164,10 @@ JSRoot { filename: "es2018/object-rest-spread/15/input.js" end: Object { column: 37 - index: 59 line: 2 } start: Object { column: 13 - index: 35 line: 2 } } @@ -201,12 +179,10 @@ JSRoot { identifierName: "bar" end: Object { column: 17 - index: 39 line: 2 } start: Object { column: 14 - index: 36 line: 2 } } @@ -217,12 +193,10 @@ JSRoot { filename: "es2018/object-rest-spread/15/input.js" end: Object { column: 17 - index: 39 line: 2 } start: Object { column: 14 - index: 36 line: 2 } } @@ -234,12 +208,10 @@ JSRoot { filename: "es2018/object-rest-spread/15/input.js" end: Object { column: 36 - index: 58 line: 2 } start: Object { column: 19 - index: 41 line: 2 } } @@ -250,12 +222,10 @@ JSRoot { filename: "es2018/object-rest-spread/15/input.js" end: Object { column: 36 - index: 58 line: 2 } start: Object { column: 19 - index: 41 line: 2 } } @@ -266,12 +236,10 @@ JSRoot { filename: "es2018/object-rest-spread/15/input.js" end: Object { column: 35 - index: 57 line: 2 } start: Object { column: 20 - index: 42 line: 2 } } @@ -282,12 +250,10 @@ JSRoot { filename: "es2018/object-rest-spread/15/input.js" end: Object { column: 35 - index: 57 line: 2 } start: Object { column: 20 - index: 42 line: 2 } } @@ -299,12 +265,10 @@ JSRoot { identifierName: "foo" end: Object { column: 33 - index: 55 line: 2 } start: Object { column: 30 - index: 52 line: 2 } } @@ -319,12 +283,10 @@ JSRoot { identifierName: "baz" end: Object { column: 25 - index: 47 line: 2 } start: Object { column: 22 - index: 44 line: 2 } } @@ -333,12 +295,10 @@ JSRoot { filename: "es2018/object-rest-spread/15/input.js" end: Object { column: 25 - index: 47 line: 2 } start: Object { column: 22 - index: 44 line: 2 } } @@ -350,12 +310,10 @@ JSRoot { identifierName: "baz" end: Object { column: 25 - index: 47 line: 2 } start: Object { column: 22 - index: 44 line: 2 } } @@ -364,12 +322,10 @@ JSRoot { filename: "es2018/object-rest-spread/15/input.js" end: Object { column: 25 - index: 47 line: 2 } start: Object { column: 22 - index: 44 line: 2 } } @@ -384,12 +340,10 @@ JSRoot { filename: "es2018/object-rest-spread/15/input.js" end: Object { column: 43 - index: 65 line: 2 } start: Object { column: 13 - index: 35 line: 2 } } @@ -400,12 +354,10 @@ JSRoot { identifierName: "qux" end: Object { column: 43 - index: 65 line: 2 } start: Object { column: 40 - index: 62 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2018/object-rest-spread/16/input.test.md b/internal/js-parser/test-fixtures/es2018/object-rest-spread/16/input.test.md index 7116e236cc3..fad81fac1dc 100644 --- a/internal/js-parser/test-fixtures/es2018/object-rest-spread/16/input.test.md +++ b/internal/js-parser/test-fixtures/es2018/object-rest-spread/16/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2018/object-rest-spread/16/input.js" end: Object { column: 0 - index: 24 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2018/object-rest-spread/16/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2018/object-rest-spread/16/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2018/object-rest-spread/16/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { identifierName: "" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { identifierName: "z" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { filename: "es2018/object-rest-spread/16/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { identifierName: "z" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { filename: "es2018/object-rest-spread/16/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -190,12 +170,10 @@ JSRoot { filename: "es2018/object-rest-spread/16/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -208,12 +186,10 @@ JSRoot { filename: "es2018/object-rest-spread/16/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -223,12 +199,10 @@ JSRoot { filename: "es2018/object-rest-spread/16/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -238,12 +212,10 @@ JSRoot { filename: "es2018/object-rest-spread/16/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -253,12 +225,10 @@ JSRoot { filename: "es2018/object-rest-spread/16/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -272,12 +242,10 @@ JSRoot { identifierName: "z" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -286,12 +254,10 @@ JSRoot { filename: "es2018/object-rest-spread/16/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -303,12 +269,10 @@ JSRoot { filename: "es2018/object-rest-spread/16/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -317,12 +281,10 @@ JSRoot { filename: "es2018/object-rest-spread/16/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2018/object-rest-spread/17/input.test.md b/internal/js-parser/test-fixtures/es2018/object-rest-spread/17/input.test.md index fd9bcebac77..a90554f1540 100644 --- a/internal/js-parser/test-fixtures/es2018/object-rest-spread/17/input.test.md +++ b/internal/js-parser/test-fixtures/es2018/object-rest-spread/17/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2018/object-rest-spread/17/input.js" end: Object { column: 0 - index: 32 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2018/object-rest-spread/17/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2018/object-rest-spread/17/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2018/object-rest-spread/17/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { identifierName: "" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { identifierName: "x" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { filename: "es2018/object-rest-spread/17/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { filename: "es2018/object-rest-spread/17/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { identifierName: "x" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -190,12 +170,10 @@ JSRoot { filename: "es2018/object-rest-spread/17/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -205,12 +183,10 @@ JSRoot { filename: "es2018/object-rest-spread/17/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -222,12 +198,10 @@ JSRoot { filename: "es2018/object-rest-spread/17/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -240,12 +214,10 @@ JSRoot { filename: "es2018/object-rest-spread/17/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -255,12 +227,10 @@ JSRoot { filename: "es2018/object-rest-spread/17/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -270,12 +240,10 @@ JSRoot { filename: "es2018/object-rest-spread/17/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -285,12 +253,10 @@ JSRoot { filename: "es2018/object-rest-spread/17/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -304,12 +270,10 @@ JSRoot { identifierName: "x" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -318,12 +282,10 @@ JSRoot { filename: "es2018/object-rest-spread/17/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -335,12 +297,10 @@ JSRoot { filename: "es2018/object-rest-spread/17/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -349,12 +309,10 @@ JSRoot { filename: "es2018/object-rest-spread/17/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2018/object-rest-spread/18/input.test.md b/internal/js-parser/test-fixtures/es2018/object-rest-spread/18/input.test.md index 9ff08de12e9..accaea72dcb 100644 --- a/internal/js-parser/test-fixtures/es2018/object-rest-spread/18/input.test.md +++ b/internal/js-parser/test-fixtures/es2018/object-rest-spread/18/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2018/object-rest-spread/18/input.js" end: Object { column: 0 - index: 15 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2018/object-rest-spread/18/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2018/object-rest-spread/18/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "es2018/object-rest-spread/18/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "es2018/object-rest-spread/18/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2018/object-rest-spread/19/input.test.md b/internal/js-parser/test-fixtures/es2018/object-rest-spread/19/input.test.md index e1fad417986..e19019be99d 100644 --- a/internal/js-parser/test-fixtures/es2018/object-rest-spread/19/input.test.md +++ b/internal/js-parser/test-fixtures/es2018/object-rest-spread/19/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2018/object-rest-spread/19/input.js" end: Object { column: 0 - index: 26 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "test" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2018/object-rest-spread/19/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { filename: "es2018/object-rest-spread/19/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -115,12 +105,10 @@ JSRoot { filename: "es2018/object-rest-spread/19/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "es2018/object-rest-spread/19/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -148,12 +134,10 @@ JSRoot { identifierName: "" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -167,12 +151,10 @@ JSRoot { filename: "es2018/object-rest-spread/19/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -182,12 +164,10 @@ JSRoot { filename: "es2018/object-rest-spread/19/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -198,12 +178,10 @@ JSRoot { filename: "es2018/object-rest-spread/19/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -213,12 +191,10 @@ JSRoot { filename: "es2018/object-rest-spread/19/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -231,12 +207,10 @@ JSRoot { filename: "es2018/object-rest-spread/19/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2018/object-rest-spread/2/input.test.md b/internal/js-parser/test-fixtures/es2018/object-rest-spread/2/input.test.md index 89151649e44..f61df28c217 100644 --- a/internal/js-parser/test-fixtures/es2018/object-rest-spread/2/input.test.md +++ b/internal/js-parser/test-fixtures/es2018/object-rest-spread/2/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2018/object-rest-spread/2/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2018/object-rest-spread/2/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2018/object-rest-spread/2/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2018/object-rest-spread/2/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { identifierName: "y" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { identifierName: "x" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "es2018/object-rest-spread/2/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -135,12 +121,10 @@ JSRoot { identifierName: "x" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "es2018/object-rest-spread/2/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -165,12 +147,10 @@ JSRoot { filename: "es2018/object-rest-spread/2/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -181,12 +161,10 @@ JSRoot { identifierName: "z" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2018/object-rest-spread/20/input.test.md b/internal/js-parser/test-fixtures/es2018/object-rest-spread/20/input.test.md index 6000ddf5618..96b16471ecc 100644 --- a/internal/js-parser/test-fixtures/es2018/object-rest-spread/20/input.test.md +++ b/internal/js-parser/test-fixtures/es2018/object-rest-spread/20/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2018/object-rest-spread/20/input.js" end: Object { column: 0 - index: 27 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "test" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2018/object-rest-spread/20/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { filename: "es2018/object-rest-spread/20/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "es2018/object-rest-spread/20/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "es2018/object-rest-spread/20/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -147,12 +133,10 @@ JSRoot { identifierName: "" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -167,12 +151,10 @@ JSRoot { identifierName: "a" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -181,12 +163,10 @@ JSRoot { filename: "es2018/object-rest-spread/20/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -198,12 +178,10 @@ JSRoot { identifierName: "a" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -212,12 +190,10 @@ JSRoot { filename: "es2018/object-rest-spread/20/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -232,12 +208,10 @@ JSRoot { filename: "es2018/object-rest-spread/20/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -247,12 +221,10 @@ JSRoot { filename: "es2018/object-rest-spread/20/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -263,12 +235,10 @@ JSRoot { filename: "es2018/object-rest-spread/20/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -278,12 +248,10 @@ JSRoot { filename: "es2018/object-rest-spread/20/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -296,12 +264,10 @@ JSRoot { filename: "es2018/object-rest-spread/20/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2018/object-rest-spread/21/input.test.md b/internal/js-parser/test-fixtures/es2018/object-rest-spread/21/input.test.md index 98ccc198828..72ff2f9fb2e 100644 --- a/internal/js-parser/test-fixtures/es2018/object-rest-spread/21/input.test.md +++ b/internal/js-parser/test-fixtures/es2018/object-rest-spread/21/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2018/object-rest-spread/21/input.js" end: Object { column: 0 - index: 18 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2018/object-rest-spread/21/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2018/object-rest-spread/21/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "es2018/object-rest-spread/21/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "es2018/object-rest-spread/21/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "es2018/object-rest-spread/21/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2018/object-rest-spread/22/input.test.md b/internal/js-parser/test-fixtures/es2018/object-rest-spread/22/input.test.md index 5df0ad74e7d..e0389f7bb7c 100644 --- a/internal/js-parser/test-fixtures/es2018/object-rest-spread/22/input.test.md +++ b/internal/js-parser/test-fixtures/es2018/object-rest-spread/22/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2018/object-rest-spread/22/input.js" end: Object { column: 0 - index: 20 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2018/object-rest-spread/22/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "es2018/object-rest-spread/22/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { filename: "es2018/object-rest-spread/22/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { identifierName: "x" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -133,12 +121,10 @@ JSRoot { identifierName: "" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -147,12 +133,10 @@ JSRoot { filename: "es2018/object-rest-spread/22/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -164,12 +148,10 @@ JSRoot { identifierName: "" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -178,12 +160,10 @@ JSRoot { filename: "es2018/object-rest-spread/22/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -194,12 +174,10 @@ JSRoot { filename: "es2018/object-rest-spread/22/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -209,12 +187,10 @@ JSRoot { filename: "es2018/object-rest-spread/22/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2018/object-rest-spread/23/input.test.md b/internal/js-parser/test-fixtures/es2018/object-rest-spread/23/input.test.md index 30c99406451..59184158a45 100644 --- a/internal/js-parser/test-fixtures/es2018/object-rest-spread/23/input.test.md +++ b/internal/js-parser/test-fixtures/es2018/object-rest-spread/23/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2018/object-rest-spread/23/input.js" end: Object { column: 0 - index: 29 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "test" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "es2018/object-rest-spread/23/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { filename: "es2018/object-rest-spread/23/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -121,12 +111,10 @@ JSRoot { filename: "es2018/object-rest-spread/23/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "es2018/object-rest-spread/23/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -152,12 +138,10 @@ JSRoot { filename: "es2018/object-rest-spread/23/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -169,12 +153,10 @@ JSRoot { identifierName: "x" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -189,12 +171,10 @@ JSRoot { identifierName: "" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -203,12 +183,10 @@ JSRoot { filename: "es2018/object-rest-spread/23/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -220,12 +198,10 @@ JSRoot { identifierName: "" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -234,12 +210,10 @@ JSRoot { filename: "es2018/object-rest-spread/23/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2018/object-rest-spread/24/input.test.md b/internal/js-parser/test-fixtures/es2018/object-rest-spread/24/input.test.md index 22efa5952de..45f6bd2e9c6 100644 --- a/internal/js-parser/test-fixtures/es2018/object-rest-spread/24/input.test.md +++ b/internal/js-parser/test-fixtures/es2018/object-rest-spread/24/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2018/object-rest-spread/24/input.js" end: Object { column: 0 - index: 15 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2018/object-rest-spread/24/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2018/object-rest-spread/24/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "es2018/object-rest-spread/24/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "es2018/object-rest-spread/24/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2018/object-rest-spread/25/input.test.md b/internal/js-parser/test-fixtures/es2018/object-rest-spread/25/input.test.md index 4c8d41682bc..e386c81203d 100644 --- a/internal/js-parser/test-fixtures/es2018/object-rest-spread/25/input.test.md +++ b/internal/js-parser/test-fixtures/es2018/object-rest-spread/25/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2018/object-rest-spread/25/input.js" end: Object { column: 0 - index: 17 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2018/object-rest-spread/25/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2018/object-rest-spread/25/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2018/object-rest-spread/25/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { identifierName: "" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { identifierName: "" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { filename: "es2018/object-rest-spread/25/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { identifierName: "" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { filename: "es2018/object-rest-spread/25/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -189,12 +169,10 @@ JSRoot { filename: "es2018/object-rest-spread/25/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -204,12 +182,10 @@ JSRoot { filename: "es2018/object-rest-spread/25/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2018/object-rest-spread/26/input.test.md b/internal/js-parser/test-fixtures/es2018/object-rest-spread/26/input.test.md index 565469876f9..c8e52d23b9d 100644 --- a/internal/js-parser/test-fixtures/es2018/object-rest-spread/26/input.test.md +++ b/internal/js-parser/test-fixtures/es2018/object-rest-spread/26/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2018/object-rest-spread/26/input.js" end: Object { column: 0 - index: 26 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "test" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2018/object-rest-spread/26/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "es2018/object-rest-spread/26/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "es2018/object-rest-spread/26/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "es2018/object-rest-spread/26/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -147,12 +133,10 @@ JSRoot { filename: "es2018/object-rest-spread/26/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -164,12 +148,10 @@ JSRoot { identifierName: "" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -184,12 +166,10 @@ JSRoot { identifierName: "" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -198,12 +178,10 @@ JSRoot { filename: "es2018/object-rest-spread/26/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -215,12 +193,10 @@ JSRoot { identifierName: "" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -229,12 +205,10 @@ JSRoot { filename: "es2018/object-rest-spread/26/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2018/object-rest-spread/3/input.test.md b/internal/js-parser/test-fixtures/es2018/object-rest-spread/3/input.test.md index 8e144947fa6..694d5f7bd4a 100644 --- a/internal/js-parser/test-fixtures/es2018/object-rest-spread/3/input.test.md +++ b/internal/js-parser/test-fixtures/es2018/object-rest-spread/3/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2018/object-rest-spread/3/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2018/object-rest-spread/3/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2018/object-rest-spread/3/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2018/object-rest-spread/3/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -90,12 +82,10 @@ JSRoot { filename: "es2018/object-rest-spread/3/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { filename: "es2018/object-rest-spread/3/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { filename: "es2018/object-rest-spread/3/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { identifierName: "y" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { identifierName: "x" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -172,12 +154,10 @@ JSRoot { filename: "es2018/object-rest-spread/3/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -189,12 +169,10 @@ JSRoot { identifierName: "x" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -203,12 +181,10 @@ JSRoot { filename: "es2018/object-rest-spread/3/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2018/object-rest-spread/4/input.test.md b/internal/js-parser/test-fixtures/es2018/object-rest-spread/4/input.test.md index 9db4ebb1f89..f2cb561adf9 100644 --- a/internal/js-parser/test-fixtures/es2018/object-rest-spread/4/input.test.md +++ b/internal/js-parser/test-fixtures/es2018/object-rest-spread/4/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2018/object-rest-spread/4/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2018/object-rest-spread/4/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2018/object-rest-spread/4/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "z" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2018/object-rest-spread/4/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "es2018/object-rest-spread/4/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -113,12 +101,10 @@ JSRoot { filename: "es2018/object-rest-spread/4/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -129,12 +115,10 @@ JSRoot { identifierName: "x" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2018/object-rest-spread/5/input.test.md b/internal/js-parser/test-fixtures/es2018/object-rest-spread/5/input.test.md index 5ca89e834df..4b3b8734d62 100644 --- a/internal/js-parser/test-fixtures/es2018/object-rest-spread/5/input.test.md +++ b/internal/js-parser/test-fixtures/es2018/object-rest-spread/5/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2018/object-rest-spread/5/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2018/object-rest-spread/5/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2018/object-rest-spread/5/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "z" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "es2018/object-rest-spread/5/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "x" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "es2018/object-rest-spread/5/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { identifierName: "x" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "es2018/object-rest-spread/5/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -162,12 +144,10 @@ JSRoot { filename: "es2018/object-rest-spread/5/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -178,12 +158,10 @@ JSRoot { identifierName: "y" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2018/object-rest-spread/6/input.test.md b/internal/js-parser/test-fixtures/es2018/object-rest-spread/6/input.test.md index 32a8010a82a..b23fe6c27b9 100644 --- a/internal/js-parser/test-fixtures/es2018/object-rest-spread/6/input.test.md +++ b/internal/js-parser/test-fixtures/es2018/object-rest-spread/6/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2018/object-rest-spread/6/input.js" end: Object { column: 0 - index: 26 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2018/object-rest-spread/6/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2018/object-rest-spread/6/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "x" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2018/object-rest-spread/6/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { identifierName: "x" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "es2018/object-rest-spread/6/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -130,12 +116,10 @@ JSRoot { filename: "es2018/object-rest-spread/6/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -146,12 +130,10 @@ JSRoot { identifierName: "y" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -166,12 +148,10 @@ JSRoot { identifierName: "a" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -180,12 +160,10 @@ JSRoot { filename: "es2018/object-rest-spread/6/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -197,12 +175,10 @@ JSRoot { identifierName: "a" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -211,12 +187,10 @@ JSRoot { filename: "es2018/object-rest-spread/6/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -226,12 +200,10 @@ JSRoot { filename: "es2018/object-rest-spread/6/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -242,12 +214,10 @@ JSRoot { identifierName: "b" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -262,12 +232,10 @@ JSRoot { identifierName: "c" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -276,12 +244,10 @@ JSRoot { filename: "es2018/object-rest-spread/6/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -293,12 +259,10 @@ JSRoot { identifierName: "c" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -307,12 +271,10 @@ JSRoot { filename: "es2018/object-rest-spread/6/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2018/object-rest-spread/7/input.test.md b/internal/js-parser/test-fixtures/es2018/object-rest-spread/7/input.test.md index 22d71132ba8..57a6d7dc7d0 100644 --- a/internal/js-parser/test-fixtures/es2018/object-rest-spread/7/input.test.md +++ b/internal/js-parser/test-fixtures/es2018/object-rest-spread/7/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2018/object-rest-spread/7/input.js" end: Object { column: 0 - index: 26 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2018/object-rest-spread/7/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2018/object-rest-spread/7/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2018/object-rest-spread/7/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { identifierName: "x" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { identifierName: "y" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { filename: "es2018/object-rest-spread/7/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { identifierName: "y" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { filename: "es2018/object-rest-spread/7/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -192,12 +172,10 @@ JSRoot { identifierName: "z" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -206,12 +184,10 @@ JSRoot { filename: "es2018/object-rest-spread/7/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -223,12 +199,10 @@ JSRoot { identifierName: "z" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -237,12 +211,10 @@ JSRoot { filename: "es2018/object-rest-spread/7/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -253,12 +225,10 @@ JSRoot { filename: "es2018/object-rest-spread/7/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -269,12 +239,10 @@ JSRoot { identifierName: "obj" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2018/object-rest-spread/8/input.test.md b/internal/js-parser/test-fixtures/es2018/object-rest-spread/8/input.test.md index cda0261d336..f12f0fd2e85 100644 --- a/internal/js-parser/test-fixtures/es2018/object-rest-spread/8/input.test.md +++ b/internal/js-parser/test-fixtures/es2018/object-rest-spread/8/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2018/object-rest-spread/8/input.js" end: Object { column: 0 - index: 27 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2018/object-rest-spread/8/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2018/object-rest-spread/8/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2018/object-rest-spread/8/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { identifierName: "z" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { filename: "es2018/object-rest-spread/8/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { filename: "es2018/object-rest-spread/8/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -192,12 +172,10 @@ JSRoot { identifierName: "y" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -206,12 +184,10 @@ JSRoot { filename: "es2018/object-rest-spread/8/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -223,12 +199,10 @@ JSRoot { identifierName: "y" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -237,12 +211,10 @@ JSRoot { filename: "es2018/object-rest-spread/8/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -253,12 +225,10 @@ JSRoot { filename: "es2018/object-rest-spread/8/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -269,12 +239,10 @@ JSRoot { identifierName: "obj" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2018/object-rest-spread/9/input.test.md b/internal/js-parser/test-fixtures/es2018/object-rest-spread/9/input.test.md index ae5f6dfc0d7..7523e56abfd 100644 --- a/internal/js-parser/test-fixtures/es2018/object-rest-spread/9/input.test.md +++ b/internal/js-parser/test-fixtures/es2018/object-rest-spread/9/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2018/object-rest-spread/9/input.js" end: Object { column: 0 - index: 29 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2018/object-rest-spread/9/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2018/object-rest-spread/9/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2018/object-rest-spread/9/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { identifierName: "z" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { filename: "es2018/object-rest-spread/9/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { filename: "es2018/object-rest-spread/9/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -189,12 +169,10 @@ JSRoot { filename: "es2018/object-rest-spread/9/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -205,12 +183,10 @@ JSRoot { identifierName: "obj" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2018/object-rest-spread/comma-after-rest/input.test.md b/internal/js-parser/test-fixtures/es2018/object-rest-spread/comma-after-rest/input.test.md index 8cd678da5cd..7f35b3881de 100644 --- a/internal/js-parser/test-fixtures/es2018/object-rest-spread/comma-after-rest/input.test.md +++ b/internal/js-parser/test-fixtures/es2018/object-rest-spread/comma-after-rest/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2018/object-rest-spread/comma-after-rest/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2018/object-rest-spread/comma-after-rest/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2018/object-rest-spread/comma-after-rest/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "es2018/object-rest-spread/comma-after-rest/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "es2018/object-rest-spread/comma-after-rest/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { identifierName: "a" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2018/object-rest-spread/comma-after-spread-for-in/input.test.md b/internal/js-parser/test-fixtures/es2018/object-rest-spread/comma-after-spread-for-in/input.test.md index a270c46a866..4ec0009422f 100644 --- a/internal/js-parser/test-fixtures/es2018/object-rest-spread/comma-after-spread-for-in/input.test.md +++ b/internal/js-parser/test-fixtures/es2018/object-rest-spread/comma-after-spread-for-in/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2018/object-rest-spread/comma-after-spread-for-in/input.js" end: Object { column: 0 - index: 21 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2018/object-rest-spread/comma-after-spread-for-in/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2018/object-rest-spread/comma-after-spread-for-in/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "es2018/object-rest-spread/comma-after-spread-for-in/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "es2018/object-rest-spread/comma-after-spread-for-in/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2018/object-rest-spread/comma-after-spread-nested/input.test.md b/internal/js-parser/test-fixtures/es2018/object-rest-spread/comma-after-spread-nested/input.test.md index 733c58b41f1..db7f289f843 100644 --- a/internal/js-parser/test-fixtures/es2018/object-rest-spread/comma-after-spread-nested/input.test.md +++ b/internal/js-parser/test-fixtures/es2018/object-rest-spread/comma-after-spread-nested/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2018/object-rest-spread/comma-after-spread-nested/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2018/object-rest-spread/comma-after-spread-nested/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2018/object-rest-spread/comma-after-spread-nested/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "es2018/object-rest-spread/comma-after-spread-nested/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "es2018/object-rest-spread/comma-after-spread-nested/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "es2018/object-rest-spread/comma-after-spread-nested/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { identifierName: "a" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2018/object-rest-spread/comma-after-spread/input.test.md b/internal/js-parser/test-fixtures/es2018/object-rest-spread/comma-after-spread/input.test.md index 063e3ea404d..8450a8eaf19 100644 --- a/internal/js-parser/test-fixtures/es2018/object-rest-spread/comma-after-spread/input.test.md +++ b/internal/js-parser/test-fixtures/es2018/object-rest-spread/comma-after-spread/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2018/object-rest-spread/comma-after-spread/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2018/object-rest-spread/comma-after-spread/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2018/object-rest-spread/comma-after-spread/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -66,12 +60,10 @@ JSRoot { filename: "es2018/object-rest-spread/comma-after-spread/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -82,12 +74,10 @@ JSRoot { identifierName: "a" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2018/object-rest-spread/expression-rest-not-last-invalid/input.test.md b/internal/js-parser/test-fixtures/es2018/object-rest-spread/expression-rest-not-last-invalid/input.test.md index 7016a17e375..c73c8e7f619 100644 --- a/internal/js-parser/test-fixtures/es2018/object-rest-spread/expression-rest-not-last-invalid/input.test.md +++ b/internal/js-parser/test-fixtures/es2018/object-rest-spread/expression-rest-not-last-invalid/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2018/object-rest-spread/expression-rest-not-last-invalid/input.js" end: Object { column: 0 - index: 20 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2018/object-rest-spread/expression-rest-not-last-invalid/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2018/object-rest-spread/expression-rest-not-last-invalid/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "es2018/object-rest-spread/expression-rest-not-last-invalid/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -82,12 +74,10 @@ JSRoot { filename: "es2018/object-rest-spread/expression-rest-not-last-invalid/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { identifierName: "rest" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { identifierName: "b" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { filename: "es2018/object-rest-spread/expression-rest-not-last-invalid/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { identifierName: "b" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -163,12 +145,10 @@ JSRoot { filename: "es2018/object-rest-spread/expression-rest-not-last-invalid/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2019/json-strings/directive-line-separator/input.test.md b/internal/js-parser/test-fixtures/es2019/json-strings/directive-line-separator/input.test.md index d9a53f8780a..f216758b5ac 100644 --- a/internal/js-parser/test-fixtures/es2019/json-strings/directive-line-separator/input.test.md +++ b/internal/js-parser/test-fixtures/es2019/json-strings/directive-line-separator/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2019/json-strings/directive-line-separator/input.js" end: Object { column: 0 - index: 99 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "es2019/json-strings/directive-line-separator/input.js" end: Object { column: 82 - index: 98 line: 3 } start: Object { column: 0 - index: 16 line: 3 } } @@ -57,12 +53,10 @@ JSRoot { filename: "es2019/json-strings/directive-line-separator/input.js" end: Object { column: 15 - index: 15 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2019/json-strings/directive-paragraph-separator/input.test.md b/internal/js-parser/test-fixtures/es2019/json-strings/directive-paragraph-separator/input.test.md index b8c0249846b..4e51386c1b8 100644 --- a/internal/js-parser/test-fixtures/es2019/json-strings/directive-paragraph-separator/input.test.md +++ b/internal/js-parser/test-fixtures/es2019/json-strings/directive-paragraph-separator/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2019/json-strings/directive-paragraph-separator/input.js" end: Object { column: 0 - index: 104 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "es2019/json-strings/directive-paragraph-separator/input.js" end: Object { column: 87 - index: 103 line: 3 } start: Object { column: 0 - index: 16 line: 3 } } @@ -57,12 +53,10 @@ JSRoot { filename: "es2019/json-strings/directive-paragraph-separator/input.js" end: Object { column: 15 - index: 15 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2019/json-strings/string-line-separator/input.test.md b/internal/js-parser/test-fixtures/es2019/json-strings/string-line-separator/input.test.md index 253e3718dd2..ca982c8c69b 100644 --- a/internal/js-parser/test-fixtures/es2019/json-strings/string-line-separator/input.test.md +++ b/internal/js-parser/test-fixtures/es2019/json-strings/string-line-separator/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2019/json-strings/string-line-separator/input.js" end: Object { column: 0 - index: 102 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "es2019/json-strings/string-line-separator/input.js" end: Object { column: 83 - index: 101 line: 3 } start: Object { column: 0 - index: 18 line: 3 } } @@ -56,12 +52,10 @@ JSRoot { filename: "es2019/json-strings/string-line-separator/input.js" end: Object { column: 17 - index: 17 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "es2019/json-strings/string-line-separator/input.js" end: Object { column: 15 - index: 15 line: 2 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2019/json-strings/string-paragraph-separator/input.test.md b/internal/js-parser/test-fixtures/es2019/json-strings/string-paragraph-separator/input.test.md index e61acbb31a1..1e3faebe938 100644 --- a/internal/js-parser/test-fixtures/es2019/json-strings/string-paragraph-separator/input.test.md +++ b/internal/js-parser/test-fixtures/es2019/json-strings/string-paragraph-separator/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2019/json-strings/string-paragraph-separator/input.js" end: Object { column: 0 - index: 107 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "es2019/json-strings/string-paragraph-separator/input.js" end: Object { column: 88 - index: 106 line: 3 } start: Object { column: 0 - index: 18 line: 3 } } @@ -56,12 +52,10 @@ JSRoot { filename: "es2019/json-strings/string-paragraph-separator/input.js" end: Object { column: 17 - index: 17 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "es2019/json-strings/string-paragraph-separator/input.js" end: Object { column: 15 - index: 15 line: 2 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2019/json-strings/template-line-separator/input.test.md b/internal/js-parser/test-fixtures/es2019/json-strings/template-line-separator/input.test.md index f33d586b8ef..bbb7e543406 100644 --- a/internal/js-parser/test-fixtures/es2019/json-strings/template-line-separator/input.test.md +++ b/internal/js-parser/test-fixtures/es2019/json-strings/template-line-separator/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2019/json-strings/template-line-separator/input.js" end: Object { column: 0 - index: 102 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "es2019/json-strings/template-line-separator/input.js" end: Object { column: 83 - index: 101 line: 3 } start: Object { column: 0 - index: 18 line: 3 } } @@ -56,12 +52,10 @@ JSRoot { filename: "es2019/json-strings/template-line-separator/input.js" end: Object { column: 8 - index: 17 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "es2019/json-strings/template-line-separator/input.js" end: Object { column: 6 - index: 15 line: 2 } start: Object { column: 1 - index: 1 line: 1 } } @@ -89,12 +81,10 @@ JSRoot { filename: "es2019/json-strings/template-line-separator/input.js" end: Object { column: 5 - index: 14 line: 2 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2019/json-strings/template-paragraph-separator/input.test.md b/internal/js-parser/test-fixtures/es2019/json-strings/template-paragraph-separator/input.test.md index 31041523a89..9a0c55998a4 100644 --- a/internal/js-parser/test-fixtures/es2019/json-strings/template-paragraph-separator/input.test.md +++ b/internal/js-parser/test-fixtures/es2019/json-strings/template-paragraph-separator/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2019/json-strings/template-paragraph-separator/input.js" end: Object { column: 0 - index: 107 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "es2019/json-strings/template-paragraph-separator/input.js" end: Object { column: 88 - index: 106 line: 3 } start: Object { column: 0 - index: 18 line: 3 } } @@ -56,12 +52,10 @@ JSRoot { filename: "es2019/json-strings/template-paragraph-separator/input.js" end: Object { column: 8 - index: 17 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "es2019/json-strings/template-paragraph-separator/input.js" end: Object { column: 6 - index: 15 line: 2 } start: Object { column: 1 - index: 1 line: 1 } } @@ -89,12 +81,10 @@ JSRoot { filename: "es2019/json-strings/template-paragraph-separator/input.js" end: Object { column: 5 - index: 14 line: 2 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2019/optional-catch-binding/no-binding-finally/input.test.md b/internal/js-parser/test-fixtures/es2019/optional-catch-binding/no-binding-finally/input.test.md index 5ab82716612..7876a3a6128 100644 --- a/internal/js-parser/test-fixtures/es2019/optional-catch-binding/no-binding-finally/input.test.md +++ b/internal/js-parser/test-fixtures/es2019/optional-catch-binding/no-binding-finally/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2019/optional-catch-binding/no-binding-finally/input.js" end: Object { column: 0 - index: 35 line: 10 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2019/optional-catch-binding/no-binding-finally/input.js" end: Object { column: 1 - index: 34 line: 9 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "es2019/optional-catch-binding/no-binding-finally/input.js" end: Object { column: 1 - index: 8 line: 3 } start: Object { column: 4 - index: 4 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2019/optional-catch-binding/no-binding-finally/input.js" end: Object { column: 1 - index: 34 line: 9 } start: Object { column: 8 - index: 28 line: 7 } } @@ -86,12 +78,10 @@ JSRoot { filename: "es2019/optional-catch-binding/no-binding-finally/input.js" end: Object { column: 1 - index: 19 line: 6 } start: Object { column: 0 - index: 9 line: 4 } } @@ -102,12 +92,10 @@ JSRoot { filename: "es2019/optional-catch-binding/no-binding-finally/input.js" end: Object { column: 1 - index: 19 line: 6 } start: Object { column: 6 - index: 15 line: 4 } } diff --git a/internal/js-parser/test-fixtures/es2019/optional-catch-binding/no-binding/input.test.md b/internal/js-parser/test-fixtures/es2019/optional-catch-binding/no-binding/input.test.md index 55fe657555e..bdee2c069cd 100644 --- a/internal/js-parser/test-fixtures/es2019/optional-catch-binding/no-binding/input.test.md +++ b/internal/js-parser/test-fixtures/es2019/optional-catch-binding/no-binding/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2019/optional-catch-binding/no-binding/input.js" end: Object { column: 0 - index: 22 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "es2019/optional-catch-binding/no-binding/input.js" end: Object { column: 1 - index: 21 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2019/optional-catch-binding/no-binding/input.js" end: Object { column: 1 - index: 8 line: 3 } start: Object { column: 4 - index: 4 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "es2019/optional-catch-binding/no-binding/input.js" end: Object { column: 1 - index: 21 line: 6 } start: Object { column: 0 - index: 9 line: 4 } } @@ -86,12 +78,10 @@ JSRoot { filename: "es2019/optional-catch-binding/no-binding/input.js" end: Object { column: 1 - index: 21 line: 6 } start: Object { column: 6 - index: 15 line: 4 } } diff --git a/internal/js-parser/test-fixtures/es2020/bigint/decimal-as-property-name/input.test.md b/internal/js-parser/test-fixtures/es2020/bigint/decimal-as-property-name/input.test.md index 9858f3f0a82..bbc415a6ae0 100644 --- a/internal/js-parser/test-fixtures/es2020/bigint/decimal-as-property-name/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/bigint/decimal-as-property-name/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2020/bigint/decimal-as-property-name/input.js" end: Object { column: 0 - index: 72 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2020/bigint/decimal-as-property-name/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "es2020/bigint/decimal-as-property-name/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "es2020/bigint/decimal-as-property-name/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { filename: "es2020/bigint/decimal-as-property-name/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -139,12 +125,10 @@ JSRoot { filename: "es2020/bigint/decimal-as-property-name/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { identifierName: "" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { filename: "es2020/bigint/decimal-as-property-name/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -187,12 +167,10 @@ JSRoot { filename: "es2020/bigint/decimal-as-property-name/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -203,12 +181,10 @@ JSRoot { filename: "es2020/bigint/decimal-as-property-name/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -226,12 +202,10 @@ JSRoot { filename: "es2020/bigint/decimal-as-property-name/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -246,12 +220,10 @@ JSRoot { identifierName: "get" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -260,12 +232,10 @@ JSRoot { filename: "es2020/bigint/decimal-as-property-name/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -277,12 +247,10 @@ JSRoot { identifierName: "get" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -291,12 +259,10 @@ JSRoot { filename: "es2020/bigint/decimal-as-property-name/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -309,12 +275,10 @@ JSRoot { filename: "es2020/bigint/decimal-as-property-name/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -324,12 +288,10 @@ JSRoot { filename: "es2020/bigint/decimal-as-property-name/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -339,12 +301,10 @@ JSRoot { filename: "es2020/bigint/decimal-as-property-name/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -358,12 +318,10 @@ JSRoot { filename: "es2020/bigint/decimal-as-property-name/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -373,12 +331,10 @@ JSRoot { filename: "es2020/bigint/decimal-as-property-name/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -388,12 +344,10 @@ JSRoot { filename: "es2020/bigint/decimal-as-property-name/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -404,12 +358,10 @@ JSRoot { filename: "es2020/bigint/decimal-as-property-name/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -420,12 +372,10 @@ JSRoot { identifierName: "set" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -436,12 +386,10 @@ JSRoot { filename: "es2020/bigint/decimal-as-property-name/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -450,12 +398,10 @@ JSRoot { filename: "es2020/bigint/decimal-as-property-name/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -465,12 +411,10 @@ JSRoot { filename: "es2020/bigint/decimal-as-property-name/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -483,12 +427,10 @@ JSRoot { identifierName: "_" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } @@ -503,12 +445,10 @@ JSRoot { filename: "es2020/bigint/decimal-as-property-name/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -518,12 +458,10 @@ JSRoot { filename: "es2020/bigint/decimal-as-property-name/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -533,12 +471,10 @@ JSRoot { filename: "es2020/bigint/decimal-as-property-name/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -549,12 +485,10 @@ JSRoot { filename: "es2020/bigint/decimal-as-property-name/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 44 - index: 44 line: 1 } } @@ -565,12 +499,10 @@ JSRoot { identifierName: "async" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 44 - index: 44 line: 1 } } @@ -581,12 +513,10 @@ JSRoot { filename: "es2020/bigint/decimal-as-property-name/input.js" end: Object { column: 54 - index: 54 line: 1 } start: Object { column: 50 - index: 50 line: 1 } } @@ -596,12 +526,10 @@ JSRoot { filename: "es2020/bigint/decimal-as-property-name/input.js" end: Object { column: 54 - index: 54 line: 1 } start: Object { column: 50 - index: 50 line: 1 } } @@ -611,12 +539,10 @@ JSRoot { filename: "es2020/bigint/decimal-as-property-name/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 50 - index: 50 line: 1 } } @@ -630,12 +556,10 @@ JSRoot { filename: "es2020/bigint/decimal-as-property-name/input.js" end: Object { column: 57 - index: 57 line: 1 } start: Object { column: 55 - index: 55 line: 1 } } @@ -645,12 +569,10 @@ JSRoot { filename: "es2020/bigint/decimal-as-property-name/input.js" end: Object { column: 64 - index: 64 line: 1 } start: Object { column: 57 - index: 57 line: 1 } } @@ -660,12 +582,10 @@ JSRoot { filename: "es2020/bigint/decimal-as-property-name/input.js" end: Object { column: 64 - index: 64 line: 1 } start: Object { column: 57 - index: 57 line: 1 } } @@ -675,12 +595,10 @@ JSRoot { filename: "es2020/bigint/decimal-as-property-name/input.js" end: Object { column: 58 - index: 58 line: 1 } start: Object { column: 57 - index: 57 line: 1 } } @@ -691,12 +609,10 @@ JSRoot { filename: "es2020/bigint/decimal-as-property-name/input.js" end: Object { column: 64 - index: 64 line: 1 } start: Object { column: 60 - index: 60 line: 1 } } @@ -706,12 +622,10 @@ JSRoot { filename: "es2020/bigint/decimal-as-property-name/input.js" end: Object { column: 62 - index: 62 line: 1 } start: Object { column: 60 - index: 60 line: 1 } } @@ -726,12 +640,10 @@ JSRoot { filename: "es2020/bigint/decimal-as-property-name/input.js" end: Object { column: 67 - index: 67 line: 1 } start: Object { column: 65 - index: 65 line: 1 } } @@ -741,12 +653,10 @@ JSRoot { filename: "es2020/bigint/decimal-as-property-name/input.js" end: Object { column: 69 - index: 69 line: 1 } start: Object { column: 68 - index: 68 line: 1 } } @@ -756,12 +666,10 @@ JSRoot { filename: "es2020/bigint/decimal-as-property-name/input.js" end: Object { column: 69 - index: 69 line: 1 } start: Object { column: 68 - index: 68 line: 1 } } @@ -772,12 +680,10 @@ JSRoot { filename: "es2020/bigint/decimal-as-property-name/input.js" end: Object { column: 71 - index: 71 line: 1 } start: Object { column: 69 - index: 69 line: 1 } } @@ -787,12 +693,10 @@ JSRoot { filename: "es2020/bigint/decimal-as-property-name/input.js" end: Object { column: 70 - index: 70 line: 1 } start: Object { column: 69 - index: 69 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2020/bigint/hex-as-property-name/input.test.md b/internal/js-parser/test-fixtures/es2020/bigint/hex-as-property-name/input.test.md index fdd9c7a4c6c..6c23a593f10 100644 --- a/internal/js-parser/test-fixtures/es2020/bigint/hex-as-property-name/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/bigint/hex-as-property-name/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2020/bigint/hex-as-property-name/input.js" end: Object { column: 0 - index: 20 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2020/bigint/hex-as-property-name/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "es2020/bigint/hex-as-property-name/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "es2020/bigint/hex-as-property-name/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { filename: "es2020/bigint/hex-as-property-name/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -139,12 +125,10 @@ JSRoot { filename: "es2020/bigint/hex-as-property-name/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2020/bigint/invalid-decimal/input.test.md b/internal/js-parser/test-fixtures/es2020/bigint/invalid-decimal/input.test.md index 3a5669ac019..7fd0f9d84d6 100644 --- a/internal/js-parser/test-fixtures/es2020/bigint/invalid-decimal/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/bigint/invalid-decimal/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2020/bigint/invalid-decimal/input.js" end: Object { column: 0 - index: 5 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2020/bigint/invalid-decimal/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2020/bigint/invalid-decimal/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2020/bigint/invalid-e/input.test.md b/internal/js-parser/test-fixtures/es2020/bigint/invalid-e/input.test.md index 6df61681e0c..79487921832 100644 --- a/internal/js-parser/test-fixtures/es2020/bigint/invalid-e/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/bigint/invalid-e/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2020/bigint/invalid-e/input.js" end: Object { column: 0 - index: 5 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2020/bigint/invalid-e/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2020/bigint/invalid-e/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2020/bigint/invalid-non-octal-decimal-int/input.test.md b/internal/js-parser/test-fixtures/es2020/bigint/invalid-non-octal-decimal-int/input.test.md index 9e068689d59..abc8d0bbbf4 100644 --- a/internal/js-parser/test-fixtures/es2020/bigint/invalid-non-octal-decimal-int/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/bigint/invalid-non-octal-decimal-int/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2020/bigint/invalid-non-octal-decimal-int/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2020/bigint/invalid-non-octal-decimal-int/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2020/bigint/invalid-non-octal-decimal-int/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2020/bigint/invalid-octal-legacy/input.test.md b/internal/js-parser/test-fixtures/es2020/bigint/invalid-octal-legacy/input.test.md index e3571f4b60a..1a68e112c74 100644 --- a/internal/js-parser/test-fixtures/es2020/bigint/invalid-octal-legacy/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/bigint/invalid-octal-legacy/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2020/bigint/invalid-octal-legacy/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2020/bigint/invalid-octal-legacy/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2020/bigint/invalid-octal-legacy/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2020/bigint/valid-binary/input.test.md b/internal/js-parser/test-fixtures/es2020/bigint/valid-binary/input.test.md index bead02cc517..19bbf0e3f33 100644 --- a/internal/js-parser/test-fixtures/es2020/bigint/valid-binary/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/bigint/valid-binary/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2020/bigint/valid-binary/input.js" end: Object { column: 0 - index: 13 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2020/bigint/valid-binary/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2020/bigint/valid-binary/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2020/bigint/valid-hex/input.test.md b/internal/js-parser/test-fixtures/es2020/bigint/valid-hex/input.test.md index 3e7d9041364..56bea572879 100644 --- a/internal/js-parser/test-fixtures/es2020/bigint/valid-hex/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/bigint/valid-hex/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2020/bigint/valid-hex/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2020/bigint/valid-hex/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2020/bigint/valid-hex/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2020/bigint/valid-large/input.test.md b/internal/js-parser/test-fixtures/es2020/bigint/valid-large/input.test.md index 1034cfe70c0..89de229fd2b 100644 --- a/internal/js-parser/test-fixtures/es2020/bigint/valid-large/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/bigint/valid-large/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2020/bigint/valid-large/input.js" end: Object { column: 0 - index: 21 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2020/bigint/valid-large/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2020/bigint/valid-large/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2020/bigint/valid-octal-new/input.test.md b/internal/js-parser/test-fixtures/es2020/bigint/valid-octal-new/input.test.md index eab7426f593..e4ee2dafb74 100644 --- a/internal/js-parser/test-fixtures/es2020/bigint/valid-octal-new/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/bigint/valid-octal-new/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2020/bigint/valid-octal-new/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2020/bigint/valid-octal-new/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2020/bigint/valid-octal-new/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2020/bigint/valid-small/input.test.md b/internal/js-parser/test-fixtures/es2020/bigint/valid-small/input.test.md index d5e3381c0bc..754bf6aa360 100644 --- a/internal/js-parser/test-fixtures/es2020/bigint/valid-small/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/bigint/valid-small/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2020/bigint/valid-small/input.js" end: Object { column: 0 - index: 5 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2020/bigint/valid-small/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2020/bigint/valid-small/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2020/dynamic-import/direct-calls-only/input.test.md b/internal/js-parser/test-fixtures/es2020/dynamic-import/direct-calls-only/input.test.md index 01bc237bc33..d252e9c11f0 100644 --- a/internal/js-parser/test-fixtures/es2020/dynamic-import/direct-calls-only/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/dynamic-import/direct-calls-only/input.test.md @@ -21,18 +21,29 @@ JSRoot { filename: "es2020/dynamic-import/direct-calls-only/input.js" end: Object { column: 0 - index: 50 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } diagnostics: Array [ Object { origins: Array [Object {category: "parse/js"}] + location: Object { + filename: "es2020/dynamic-import/direct-calls-only/input.js" + mtime: undefined + sourceText: undefined + end: Object { + column: 20 + line: 2 + } + start: Object { + column: 16 + line: 2 + } + } description: Object { advice: Array [] category: "parse/js" @@ -47,21 +58,6 @@ JSRoot { ] } } - location: Object { - filename: "es2020/dynamic-import/direct-calls-only/input.js" - mtime: undefined - sourceText: undefined - end: Object { - column: 20 - index: 44 - line: 2 - } - start: Object { - column: 16 - index: 40 - line: 2 - } - } } ] body: Array [ @@ -73,12 +69,10 @@ JSRoot { identifierName: "failsParse" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -87,12 +81,10 @@ JSRoot { filename: "es2020/dynamic-import/direct-calls-only/input.js" end: Object { column: 1 - index: 49 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -109,12 +101,10 @@ JSRoot { filename: "es2020/dynamic-import/direct-calls-only/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -125,12 +115,10 @@ JSRoot { filename: "es2020/dynamic-import/direct-calls-only/input.js" end: Object { column: 1 - index: 49 line: 3 } start: Object { column: 22 - index: 22 line: 1 } } @@ -140,12 +128,10 @@ JSRoot { filename: "es2020/dynamic-import/direct-calls-only/input.js" end: Object { column: 23 - index: 47 line: 2 } start: Object { column: 2 - index: 26 line: 2 } } @@ -155,12 +141,10 @@ JSRoot { filename: "es2020/dynamic-import/direct-calls-only/input.js" end: Object { column: 22 - index: 46 line: 2 } start: Object { column: 9 - index: 33 line: 2 } } @@ -169,12 +153,10 @@ JSRoot { filename: "es2020/dynamic-import/direct-calls-only/input.js" end: Object { column: 20 - index: 44 line: 2 } start: Object { column: 9 - index: 33 line: 2 } } @@ -185,12 +167,10 @@ JSRoot { identifierName: "import" end: Object { column: 15 - index: 39 line: 2 } start: Object { column: 9 - index: 33 line: 2 } } @@ -202,12 +182,10 @@ JSRoot { identifierName: "then" end: Object { column: 20 - index: 44 line: 2 } start: Object { column: 16 - index: 40 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2020/dynamic-import/generator/input.test.md b/internal/js-parser/test-fixtures/es2020/dynamic-import/generator/input.test.md index 70880c03894..ddb507d1193 100644 --- a/internal/js-parser/test-fixtures/es2020/dynamic-import/generator/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/dynamic-import/generator/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2020/dynamic-import/generator/input.js" end: Object { column: 0 - index: 42 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "a" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2020/dynamic-import/generator/input.js" end: Object { column: 1 - index: 41 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2020/dynamic-import/generator/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2020/dynamic-import/generator/input.js" end: Object { column: 1 - index: 41 line: 3 } start: Object { column: 14 - index: 14 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "es2020/dynamic-import/generator/input.js" end: Object { column: 23 - index: 39 line: 2 } start: Object { column: 2 - index: 18 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "es2020/dynamic-import/generator/input.js" end: Object { column: 22 - index: 38 line: 2 } start: Object { column: 2 - index: 18 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "es2020/dynamic-import/generator/input.js" end: Object { column: 22 - index: 38 line: 2 } start: Object { column: 14 - index: 30 line: 2 } } @@ -151,12 +135,10 @@ JSRoot { filename: "es2020/dynamic-import/generator/input.js" end: Object { column: 21 - index: 37 line: 2 } start: Object { column: 15 - index: 31 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2020/dynamic-import/inside-function/input.test.md b/internal/js-parser/test-fixtures/es2020/dynamic-import/inside-function/input.test.md index ba198a7c180..0e6e7201244 100644 --- a/internal/js-parser/test-fixtures/es2020/dynamic-import/inside-function/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/dynamic-import/inside-function/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2020/dynamic-import/inside-function/input.js" end: Object { column: 0 - index: 66 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "loadImport" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2020/dynamic-import/inside-function/input.js" end: Object { column: 1 - index: 65 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "es2020/dynamic-import/inside-function/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "file" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "es2020/dynamic-import/inside-function/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "es2020/dynamic-import/inside-function/input.js" end: Object { column: 1 - index: 65 line: 3 } start: Object { column: 26 - index: 26 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { filename: "es2020/dynamic-import/inside-function/input.js" end: Object { column: 35 - index: 63 line: 2 } start: Object { column: 2 - index: 30 line: 2 } } @@ -156,12 +140,10 @@ JSRoot { filename: "es2020/dynamic-import/inside-function/input.js" end: Object { column: 34 - index: 62 line: 2 } start: Object { column: 15 - index: 43 line: 2 } } @@ -170,12 +152,10 @@ JSRoot { filename: "es2020/dynamic-import/inside-function/input.js" end: Object { column: 33 - index: 61 line: 2 } start: Object { column: 16 - index: 44 line: 2 } } @@ -187,12 +167,10 @@ JSRoot { identifierName: "file" end: Object { column: 28 - index: 56 line: 2 } start: Object { column: 24 - index: 52 line: 2 } } @@ -207,12 +185,10 @@ JSRoot { filename: "es2020/dynamic-import/inside-function/input.js" end: Object { column: 22 - index: 50 line: 2 } start: Object { column: 17 - index: 45 line: 2 } } @@ -225,12 +201,10 @@ JSRoot { filename: "es2020/dynamic-import/inside-function/input.js" end: Object { column: 32 - index: 60 line: 2 } start: Object { column: 29 - index: 57 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2020/dynamic-import/invalid-arguments-spread/input.test.md b/internal/js-parser/test-fixtures/es2020/dynamic-import/invalid-arguments-spread/input.test.md index 76a47b678ac..c80aa46b425 100644 --- a/internal/js-parser/test-fixtures/es2020/dynamic-import/invalid-arguments-spread/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/dynamic-import/invalid-arguments-spread/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2020/dynamic-import/invalid-arguments-spread/input.js" end: Object { column: 0 - index: 15 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2020/dynamic-import/invalid-arguments-spread/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "es2020/dynamic-import/invalid-arguments-spread/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -89,12 +81,10 @@ JSRoot { filename: "es2020/dynamic-import/invalid-arguments-spread/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "es2020/dynamic-import/invalid-arguments-spread/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2020/dynamic-import/invalid-new/input.test.md b/internal/js-parser/test-fixtures/es2020/dynamic-import/invalid-new/input.test.md index 64d6626657b..200fe42ca77 100644 --- a/internal/js-parser/test-fixtures/es2020/dynamic-import/invalid-new/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/dynamic-import/invalid-new/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2020/dynamic-import/invalid-new/input.js" end: Object { column: 0 - index: 19 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2020/dynamic-import/invalid-new/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2020/dynamic-import/invalid-new/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "es2020/dynamic-import/invalid-new/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "es2020/dynamic-import/invalid-new/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2020/dynamic-import/invalid-trailing-comma/input.test.md b/internal/js-parser/test-fixtures/es2020/dynamic-import/invalid-trailing-comma/input.test.md index f4ec4abaec6..937445fb5ca 100644 --- a/internal/js-parser/test-fixtures/es2020/dynamic-import/invalid-trailing-comma/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/dynamic-import/invalid-trailing-comma/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2020/dynamic-import/invalid-trailing-comma/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2020/dynamic-import/invalid-trailing-comma/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "es2020/dynamic-import/invalid-trailing-comma/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -90,12 +82,10 @@ JSRoot { filename: "es2020/dynamic-import/invalid-trailing-comma/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2020/dynamic-import/multiple-args/input.test.md b/internal/js-parser/test-fixtures/es2020/dynamic-import/multiple-args/input.test.md index f1e70f351fc..1d9de82e235 100644 --- a/internal/js-parser/test-fixtures/es2020/dynamic-import/multiple-args/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/dynamic-import/multiple-args/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2020/dynamic-import/multiple-args/input.js" end: Object { column: 0 - index: 31 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2020/dynamic-import/multiple-args/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "es2020/dynamic-import/multiple-args/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -90,12 +82,10 @@ JSRoot { filename: "es2020/dynamic-import/multiple-args/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "es2020/dynamic-import/multiple-args/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { filename: "es2020/dynamic-import/multiple-args/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "es2020/dynamic-import/multiple-args/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -153,12 +137,10 @@ JSRoot { filename: "es2020/dynamic-import/multiple-args/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -171,12 +153,10 @@ JSRoot { filename: "es2020/dynamic-import/multiple-args/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -186,12 +166,10 @@ JSRoot { filename: "es2020/dynamic-import/multiple-args/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2020/dynamic-import/no-args/input.test.md b/internal/js-parser/test-fixtures/es2020/dynamic-import/no-args/input.test.md index c481bb1092e..c3325d949b2 100644 --- a/internal/js-parser/test-fixtures/es2020/dynamic-import/no-args/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/dynamic-import/no-args/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2020/dynamic-import/no-args/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2020/dynamic-import/no-args/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "es2020/dynamic-import/no-args/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -90,12 +82,10 @@ JSRoot { filename: "es2020/dynamic-import/no-args/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2020/dynamic-import/parses-module/input.test.md b/internal/js-parser/test-fixtures/es2020/dynamic-import/parses-module/input.test.md index 285e33adb4c..83b9315df90 100644 --- a/internal/js-parser/test-fixtures/es2020/dynamic-import/parses-module/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/dynamic-import/parses-module/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2020/dynamic-import/parses-module/input.js" end: Object { column: 0 - index: 19 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2020/dynamic-import/parses-module/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2020/dynamic-import/parses-module/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -66,12 +60,10 @@ JSRoot { filename: "es2020/dynamic-import/parses-module/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2020/dynamic-import/parses-strict/input.test.md b/internal/js-parser/test-fixtures/es2020/dynamic-import/parses-strict/input.test.md index 562a901d340..a15eeb16ea1 100644 --- a/internal/js-parser/test-fixtures/es2020/dynamic-import/parses-strict/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/dynamic-import/parses-strict/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2020/dynamic-import/parses-strict/input.js" end: Object { column: 0 - index: 34 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2020/dynamic-import/parses-strict/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2020/dynamic-import/parses-strict/input.js" end: Object { column: 18 - index: 33 line: 3 } start: Object { column: 0 - index: 15 line: 3 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2020/dynamic-import/parses-strict/input.js" end: Object { column: 17 - index: 32 line: 3 } start: Object { column: 6 - index: 21 line: 3 } } @@ -83,12 +75,10 @@ JSRoot { filename: "es2020/dynamic-import/parses-strict/input.js" end: Object { column: 16 - index: 31 line: 3 } start: Object { column: 7 - index: 22 line: 3 } } diff --git a/internal/js-parser/test-fixtures/es2020/dynamic-import/return-value/input.test.md b/internal/js-parser/test-fixtures/es2020/dynamic-import/return-value/input.test.md index 01c436b5f2e..229ad589f92 100644 --- a/internal/js-parser/test-fixtures/es2020/dynamic-import/return-value/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/dynamic-import/return-value/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2020/dynamic-import/return-value/input.js" end: Object { column: 0 - index: 40 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2020/dynamic-import/return-value/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2020/dynamic-import/return-value/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "importResult" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2020/dynamic-import/return-value/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "es2020/dynamic-import/return-value/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -113,12 +101,10 @@ JSRoot { filename: "es2020/dynamic-import/return-value/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2020/dynamic-import/top-level/input.test.md b/internal/js-parser/test-fixtures/es2020/dynamic-import/top-level/input.test.md index 821c0338452..fdd4dba1277 100644 --- a/internal/js-parser/test-fixtures/es2020/dynamic-import/top-level/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/dynamic-import/top-level/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2020/dynamic-import/top-level/input.js" end: Object { column: 0 - index: 113 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2020/dynamic-import/top-level/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2020/dynamic-import/top-level/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -66,12 +60,10 @@ JSRoot { filename: "es2020/dynamic-import/top-level/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "es2020/dynamic-import/top-level/input.js" end: Object { column: 21 - index: 44 line: 3 } start: Object { column: 0 - index: 23 line: 3 } } @@ -98,12 +88,10 @@ JSRoot { filename: "es2020/dynamic-import/top-level/input.js" end: Object { column: 21 - index: 44 line: 3 } start: Object { column: 0 - index: 23 line: 3 } } @@ -116,12 +104,10 @@ JSRoot { identifierName: "test" end: Object { column: 10 - index: 33 line: 3 } start: Object { column: 6 - index: 29 line: 3 } } @@ -130,12 +116,10 @@ JSRoot { filename: "es2020/dynamic-import/top-level/input.js" end: Object { column: 20 - index: 43 line: 3 } start: Object { column: 6 - index: 29 line: 3 } } @@ -145,12 +129,10 @@ JSRoot { filename: "es2020/dynamic-import/top-level/input.js" end: Object { column: 20 - index: 43 line: 3 } start: Object { column: 13 - index: 36 line: 3 } } @@ -164,12 +146,10 @@ JSRoot { filename: "es2020/dynamic-import/top-level/input.js" end: Object { column: 29 - index: 74 line: 4 } start: Object { column: 0 - index: 45 line: 4 } } @@ -178,12 +158,10 @@ JSRoot { filename: "es2020/dynamic-import/top-level/input.js" end: Object { column: 28 - index: 73 line: 4 } start: Object { column: 6 - index: 51 line: 4 } } @@ -192,12 +170,10 @@ JSRoot { filename: "es2020/dynamic-import/top-level/input.js" end: Object { column: 27 - index: 72 line: 4 } start: Object { column: 7 - index: 52 line: 4 } } @@ -209,12 +185,10 @@ JSRoot { identifierName: "test" end: Object { column: 22 - index: 67 line: 4 } start: Object { column: 18 - index: 63 line: 4 } } @@ -229,12 +203,10 @@ JSRoot { filename: "es2020/dynamic-import/top-level/input.js" end: Object { column: 16 - index: 61 line: 4 } start: Object { column: 8 - index: 53 line: 4 } } @@ -247,12 +219,10 @@ JSRoot { filename: "es2020/dynamic-import/top-level/input.js" end: Object { column: 26 - index: 71 line: 4 } start: Object { column: 23 - index: 68 line: 4 } } @@ -266,12 +236,10 @@ JSRoot { filename: "es2020/dynamic-import/top-level/input.js" end: Object { column: 36 - index: 112 line: 6 } start: Object { column: 0 - index: 76 line: 6 } } @@ -280,12 +248,10 @@ JSRoot { filename: "es2020/dynamic-import/top-level/input.js" end: Object { column: 35 - index: 111 line: 6 } start: Object { column: 0 - index: 76 line: 6 } } @@ -295,12 +261,10 @@ JSRoot { filename: "es2020/dynamic-import/top-level/input.js" end: Object { column: 34 - index: 110 line: 6 } start: Object { column: 26 - index: 102 line: 6 } } @@ -311,12 +275,10 @@ JSRoot { filename: "es2020/dynamic-import/top-level/input.js" end: Object { column: 34 - index: 110 line: 6 } start: Object { column: 32 - index: 108 line: 6 } } @@ -332,12 +294,10 @@ JSRoot { filename: "es2020/dynamic-import/top-level/input.js" end: Object { column: 31 - index: 107 line: 6 } start: Object { column: 26 - index: 102 line: 6 } } @@ -349,12 +309,10 @@ JSRoot { filename: "es2020/dynamic-import/top-level/input.js" end: Object { column: 25 - index: 101 line: 6 } start: Object { column: 0 - index: 76 line: 6 } } @@ -363,12 +321,10 @@ JSRoot { filename: "es2020/dynamic-import/top-level/input.js" end: Object { column: 20 - index: 96 line: 6 } start: Object { column: 6 - index: 82 line: 6 } } @@ -378,12 +334,10 @@ JSRoot { filename: "es2020/dynamic-import/top-level/input.js" end: Object { column: 19 - index: 95 line: 6 } start: Object { column: 7 - index: 83 line: 6 } } @@ -397,12 +351,10 @@ JSRoot { identifierName: "then" end: Object { column: 25 - index: 101 line: 6 } start: Object { column: 21 - index: 97 line: 6 } } @@ -412,12 +364,10 @@ JSRoot { identifierName: "then" end: Object { column: 25 - index: 101 line: 6 } start: Object { column: 21 - index: 97 line: 6 } } diff --git a/internal/js-parser/test-fixtures/es2020/dynamic-import/variable-arguments/input.test.md b/internal/js-parser/test-fixtures/es2020/dynamic-import/variable-arguments/input.test.md index a8d4ca636a7..27386faf4ce 100644 --- a/internal/js-parser/test-fixtures/es2020/dynamic-import/variable-arguments/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/dynamic-import/variable-arguments/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2020/dynamic-import/variable-arguments/input.js" end: Object { column: 0 - index: 67 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2020/dynamic-import/variable-arguments/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2020/dynamic-import/variable-arguments/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "testVarible" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2020/dynamic-import/variable-arguments/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "es2020/dynamic-import/variable-arguments/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "es2020/dynamic-import/variable-arguments/input.js" end: Object { column: 35 - index: 66 line: 2 } start: Object { column: 0 - index: 31 line: 2 } } @@ -132,12 +118,10 @@ JSRoot { filename: "es2020/dynamic-import/variable-arguments/input.js" end: Object { column: 34 - index: 65 line: 2 } start: Object { column: 0 - index: 31 line: 2 } } @@ -147,12 +131,10 @@ JSRoot { filename: "es2020/dynamic-import/variable-arguments/input.js" end: Object { column: 33 - index: 64 line: 2 } start: Object { column: 25 - index: 56 line: 2 } } @@ -163,12 +145,10 @@ JSRoot { filename: "es2020/dynamic-import/variable-arguments/input.js" end: Object { column: 33 - index: 64 line: 2 } start: Object { column: 31 - index: 62 line: 2 } } @@ -184,12 +164,10 @@ JSRoot { filename: "es2020/dynamic-import/variable-arguments/input.js" end: Object { column: 30 - index: 61 line: 2 } start: Object { column: 25 - index: 56 line: 2 } } @@ -201,12 +179,10 @@ JSRoot { filename: "es2020/dynamic-import/variable-arguments/input.js" end: Object { column: 24 - index: 55 line: 2 } start: Object { column: 0 - index: 31 line: 2 } } @@ -215,12 +191,10 @@ JSRoot { filename: "es2020/dynamic-import/variable-arguments/input.js" end: Object { column: 19 - index: 50 line: 2 } start: Object { column: 6 - index: 37 line: 2 } } @@ -231,12 +205,10 @@ JSRoot { identifierName: "testVarible" end: Object { column: 18 - index: 49 line: 2 } start: Object { column: 7 - index: 38 line: 2 } } @@ -250,12 +222,10 @@ JSRoot { identifierName: "then" end: Object { column: 24 - index: 55 line: 2 } start: Object { column: 20 - index: 51 line: 2 } } @@ -265,12 +235,10 @@ JSRoot { identifierName: "then" end: Object { column: 24 - index: 55 line: 2 } start: Object { column: 20 - index: 51 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2020/export-ns-from/ns-and-named/input.test.md b/internal/js-parser/test-fixtures/es2020/export-ns-from/ns-and-named/input.test.md index 9dd766dfc89..df8e7253239 100644 --- a/internal/js-parser/test-fixtures/es2020/export-ns-from/ns-and-named/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/export-ns-from/ns-and-named/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2020/export-ns-from/ns-and-named/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "es2020/export-ns-from/ns-and-named/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "es2020/export-ns-from/ns-and-named/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "es2020/export-ns-from/ns-and-named/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { identifierName: "foo" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "es2020/export-ns-from/ns-and-named/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "bar" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { identifierName: "bar" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2020/export-ns-from/ns-default/input.test.md b/internal/js-parser/test-fixtures/es2020/export-ns-from/ns-default/input.test.md index 3e8f13cf206..cb3b96438be 100644 --- a/internal/js-parser/test-fixtures/es2020/export-ns-from/ns-default/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/export-ns-from/ns-default/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2020/export-ns-from/ns-default/input.js" end: Object { column: 0 - index: 32 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "es2020/export-ns-from/ns-default/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2020/export-ns-from/ns-default/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "es2020/export-ns-from/ns-default/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "default" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2020/export-ns-from/ns/input.test.md b/internal/js-parser/test-fixtures/es2020/export-ns-from/ns/input.test.md index 93847ba97ec..a50763b1f0a 100644 --- a/internal/js-parser/test-fixtures/es2020/export-ns-from/ns/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/export-ns-from/ns/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2020/export-ns-from/ns/input.js" end: Object { column: 0 - index: 27 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "es2020/export-ns-from/ns/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2020/export-ns-from/ns/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "es2020/export-ns-from/ns/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "A" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2020/import-meta/error-in-script/input.test.md b/internal/js-parser/test-fixtures/es2020/import-meta/error-in-script/input.test.md index c245f4568e7..540dcd01892 100644 --- a/internal/js-parser/test-fixtures/es2020/import-meta/error-in-script/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/import-meta/error-in-script/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2020/import-meta/error-in-script/input.js" end: Object { column: 0 - index: 23 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2020/import-meta/error-in-script/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2020/import-meta/error-in-script/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "es2020/import-meta/error-in-script/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "es2020/import-meta/error-in-script/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { identifierName: "import" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -155,12 +139,10 @@ JSRoot { identifierName: "meta" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2020/import-meta/no-other-prop-names/input.test.md b/internal/js-parser/test-fixtures/es2020/import-meta/no-other-prop-names/input.test.md index 9353e68b051..8fc20b657f1 100644 --- a/internal/js-parser/test-fixtures/es2020/import-meta/no-other-prop-names/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/import-meta/no-other-prop-names/input.test.md @@ -21,18 +21,29 @@ JSRoot { filename: "es2020/import-meta/no-other-prop-names/input.js" end: Object { column: 0 - index: 16 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } diagnostics: Array [ Object { origins: Array [Object {category: "parse/js"}] + location: Object { + filename: "es2020/import-meta/no-other-prop-names/input.js" + mtime: undefined + sourceText: undefined + end: Object { + column: 14 + line: 1 + } + start: Object { + column: 7 + line: 1 + } + } description: Object { advice: Array [] category: "parse/js" @@ -47,21 +58,6 @@ JSRoot { ] } } - location: Object { - filename: "es2020/import-meta/no-other-prop-names/input.js" - mtime: undefined - sourceText: undefined - end: Object { - column: 14 - index: 14 - line: 1 - } - start: Object { - column: 7 - index: 7 - line: 1 - } - } } ] body: Array [ @@ -70,12 +66,10 @@ JSRoot { filename: "es2020/import-meta/no-other-prop-names/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +78,10 @@ JSRoot { filename: "es2020/import-meta/no-other-prop-names/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { identifierName: "import" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -117,12 +107,10 @@ JSRoot { identifierName: "notMeta" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2020/import-meta/not-assignable/input.test.md b/internal/js-parser/test-fixtures/es2020/import-meta/not-assignable/input.test.md index bf5f6356f08..f3ae4ed3d2e 100644 --- a/internal/js-parser/test-fixtures/es2020/import-meta/not-assignable/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/import-meta/not-assignable/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2020/import-meta/not-assignable/input.js" end: Object { column: 0 - index: 20 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "es2020/import-meta/not-assignable/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "es2020/import-meta/not-assignable/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "es2020/import-meta/not-assignable/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "es2020/import-meta/not-assignable/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2020/import-meta/valid-in-module/input.test.md b/internal/js-parser/test-fixtures/es2020/import-meta/valid-in-module/input.test.md index 447192dc073..7a54117f234 100644 --- a/internal/js-parser/test-fixtures/es2020/import-meta/valid-in-module/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/import-meta/valid-in-module/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2020/import-meta/valid-in-module/input.js" end: Object { column: 0 - index: 117 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2020/import-meta/valid-in-module/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2020/import-meta/valid-in-module/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2020/import-meta/valid-in-module/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "es2020/import-meta/valid-in-module/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { identifierName: "import" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { identifierName: "meta" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -151,12 +135,10 @@ JSRoot { filename: "es2020/import-meta/valid-in-module/input.js" end: Object { column: 28 - index: 51 line: 2 } start: Object { column: 0 - index: 23 line: 2 } } @@ -166,12 +148,10 @@ JSRoot { filename: "es2020/import-meta/valid-in-module/input.js" end: Object { column: 28 - index: 51 line: 2 } start: Object { column: 0 - index: 23 line: 2 } } @@ -184,12 +164,10 @@ JSRoot { identifierName: "url" end: Object { column: 9 - index: 32 line: 2 } start: Object { column: 6 - index: 29 line: 2 } } @@ -198,12 +176,10 @@ JSRoot { filename: "es2020/import-meta/valid-in-module/input.js" end: Object { column: 27 - index: 50 line: 2 } start: Object { column: 6 - index: 29 line: 2 } } @@ -212,12 +188,10 @@ JSRoot { filename: "es2020/import-meta/valid-in-module/input.js" end: Object { column: 27 - index: 50 line: 2 } start: Object { column: 12 - index: 35 line: 2 } } @@ -229,12 +203,10 @@ JSRoot { identifierName: "url" end: Object { column: 27 - index: 50 line: 2 } start: Object { column: 24 - index: 47 line: 2 } } @@ -244,12 +216,10 @@ JSRoot { identifierName: "url" end: Object { column: 27 - index: 50 line: 2 } start: Object { column: 24 - index: 47 line: 2 } } @@ -259,12 +229,10 @@ JSRoot { filename: "es2020/import-meta/valid-in-module/input.js" end: Object { column: 23 - index: 46 line: 2 } start: Object { column: 12 - index: 35 line: 2 } } @@ -275,12 +243,10 @@ JSRoot { identifierName: "import" end: Object { column: 18 - index: 41 line: 2 } start: Object { column: 12 - index: 35 line: 2 } } @@ -292,12 +258,10 @@ JSRoot { identifierName: "meta" end: Object { column: 23 - index: 46 line: 2 } start: Object { column: 19 - index: 42 line: 2 } } @@ -313,12 +277,10 @@ JSRoot { filename: "es2020/import-meta/valid-in-module/input.js" end: Object { column: 12 - index: 64 line: 3 } start: Object { column: 0 - index: 52 line: 3 } } @@ -327,12 +289,10 @@ JSRoot { filename: "es2020/import-meta/valid-in-module/input.js" end: Object { column: 11 - index: 63 line: 3 } start: Object { column: 0 - index: 52 line: 3 } } @@ -343,12 +303,10 @@ JSRoot { identifierName: "import" end: Object { column: 6 - index: 58 line: 3 } start: Object { column: 0 - index: 52 line: 3 } } @@ -360,12 +318,10 @@ JSRoot { identifierName: "meta" end: Object { column: 11 - index: 63 line: 3 } start: Object { column: 7 - index: 59 line: 3 } } @@ -377,12 +333,10 @@ JSRoot { filename: "es2020/import-meta/valid-in-module/input.js" end: Object { column: 16 - index: 81 line: 4 } start: Object { column: 0 - index: 65 line: 4 } } @@ -391,12 +345,10 @@ JSRoot { filename: "es2020/import-meta/valid-in-module/input.js" end: Object { column: 15 - index: 80 line: 4 } start: Object { column: 0 - index: 65 line: 4 } } @@ -408,12 +360,10 @@ JSRoot { identifierName: "url" end: Object { column: 15 - index: 80 line: 4 } start: Object { column: 12 - index: 77 line: 4 } } @@ -423,12 +373,10 @@ JSRoot { identifierName: "url" end: Object { column: 15 - index: 80 line: 4 } start: Object { column: 12 - index: 77 line: 4 } } @@ -438,12 +386,10 @@ JSRoot { filename: "es2020/import-meta/valid-in-module/input.js" end: Object { column: 11 - index: 76 line: 4 } start: Object { column: 0 - index: 65 line: 4 } } @@ -454,12 +400,10 @@ JSRoot { identifierName: "import" end: Object { column: 6 - index: 71 line: 4 } start: Object { column: 0 - index: 65 line: 4 } } @@ -471,12 +415,10 @@ JSRoot { identifierName: "meta" end: Object { column: 11 - index: 76 line: 4 } start: Object { column: 7 - index: 72 line: 4 } } @@ -489,12 +431,10 @@ JSRoot { filename: "es2020/import-meta/valid-in-module/input.js" end: Object { column: 34 - index: 116 line: 5 } start: Object { column: 0 - index: 82 line: 5 } } @@ -504,12 +444,10 @@ JSRoot { filename: "es2020/import-meta/valid-in-module/input.js" end: Object { column: 33 - index: 115 line: 5 } start: Object { column: 0 - index: 82 line: 5 } } @@ -519,12 +457,10 @@ JSRoot { filename: "es2020/import-meta/valid-in-module/input.js" end: Object { column: 33 - index: 115 line: 5 } start: Object { column: 29 - index: 111 line: 5 } } @@ -534,12 +470,10 @@ JSRoot { filename: "es2020/import-meta/valid-in-module/input.js" end: Object { column: 26 - index: 108 line: 5 } start: Object { column: 0 - index: 82 line: 5 } } @@ -551,12 +485,10 @@ JSRoot { identifierName: "couldBeMutable" end: Object { column: 26 - index: 108 line: 5 } start: Object { column: 12 - index: 94 line: 5 } } @@ -566,12 +498,10 @@ JSRoot { identifierName: "couldBeMutable" end: Object { column: 26 - index: 108 line: 5 } start: Object { column: 12 - index: 94 line: 5 } } @@ -581,12 +511,10 @@ JSRoot { filename: "es2020/import-meta/valid-in-module/input.js" end: Object { column: 11 - index: 93 line: 5 } start: Object { column: 0 - index: 82 line: 5 } } @@ -597,12 +525,10 @@ JSRoot { identifierName: "import" end: Object { column: 6 - index: 88 line: 5 } start: Object { column: 0 - index: 82 line: 5 } } @@ -614,12 +540,10 @@ JSRoot { identifierName: "meta" end: Object { column: 11 - index: 93 line: 5 } start: Object { column: 7 - index: 89 line: 5 } } diff --git a/internal/js-parser/test-fixtures/es2020/nullish-coalescing-operator/and-nullish/input.test.md b/internal/js-parser/test-fixtures/es2020/nullish-coalescing-operator/and-nullish/input.test.md index 30e8aee753c..17c571b53cf 100644 --- a/internal/js-parser/test-fixtures/es2020/nullish-coalescing-operator/and-nullish/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/nullish-coalescing-operator/and-nullish/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2020/nullish-coalescing-operator/and-nullish/input.js" end: Object { column: 0 - index: 15 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2020/nullish-coalescing-operator/and-nullish/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2020/nullish-coalescing-operator/and-nullish/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "c" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2020/nullish-coalescing-operator/and-nullish/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "a" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "b" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2020/nullish-coalescing-operator/associativity/input.test.md b/internal/js-parser/test-fixtures/es2020/nullish-coalescing-operator/associativity/input.test.md index 108c6ec5a2b..010d09b46b8 100644 --- a/internal/js-parser/test-fixtures/es2020/nullish-coalescing-operator/associativity/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/nullish-coalescing-operator/associativity/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2020/nullish-coalescing-operator/associativity/input.js" end: Object { column: 0 - index: 13 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2020/nullish-coalescing-operator/associativity/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2020/nullish-coalescing-operator/associativity/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "c" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2020/nullish-coalescing-operator/associativity/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "a" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "b" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2020/nullish-coalescing-operator/expression/input.test.md b/internal/js-parser/test-fixtures/es2020/nullish-coalescing-operator/expression/input.test.md index c750f712837..6f6170cab79 100644 --- a/internal/js-parser/test-fixtures/es2020/nullish-coalescing-operator/expression/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/nullish-coalescing-operator/expression/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2020/nullish-coalescing-operator/expression/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2020/nullish-coalescing-operator/expression/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2020/nullish-coalescing-operator/expression/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "foo" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "es2020/nullish-coalescing-operator/expression/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2020/nullish-coalescing-operator/multiline/input.test.md b/internal/js-parser/test-fixtures/es2020/nullish-coalescing-operator/multiline/input.test.md index 8ed4e84a4c4..1afeaf54a58 100644 --- a/internal/js-parser/test-fixtures/es2020/nullish-coalescing-operator/multiline/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/nullish-coalescing-operator/multiline/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2020/nullish-coalescing-operator/multiline/input.js" end: Object { column: 0 - index: 18 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2020/nullish-coalescing-operator/multiline/input.js" end: Object { column: 7 - index: 17 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2020/nullish-coalescing-operator/multiline/input.js" end: Object { column: 6 - index: 16 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "c" end: Object { column: 6 - index: 16 line: 3 } start: Object { column: 5 - index: 15 line: 3 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2020/nullish-coalescing-operator/multiline/input.js" end: Object { column: 6 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "a" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "b" end: Object { column: 6 - index: 9 line: 2 } start: Object { column: 5 - index: 8 line: 2 } } diff --git a/internal/js-parser/test-fixtures/es2020/nullish-coalescing-operator/no-paren-and-nullish/input.test.md b/internal/js-parser/test-fixtures/es2020/nullish-coalescing-operator/no-paren-and-nullish/input.test.md index 0cbbbf55b56..e6498d6029c 100644 --- a/internal/js-parser/test-fixtures/es2020/nullish-coalescing-operator/no-paren-and-nullish/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/nullish-coalescing-operator/no-paren-and-nullish/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2020/nullish-coalescing-operator/no-paren-and-nullish/input.js" end: Object { column: 0 - index: 13 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2020/nullish-coalescing-operator/no-paren-and-nullish/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2020/nullish-coalescing-operator/no-paren-and-nullish/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "e" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2020/nullish-coalescing-operator/no-paren-and-nullish/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "c" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "d" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2020/nullish-coalescing-operator/no-paren-nullish-and/input.test.md b/internal/js-parser/test-fixtures/es2020/nullish-coalescing-operator/no-paren-nullish-and/input.test.md index 967d3b89762..2c4c8322286 100644 --- a/internal/js-parser/test-fixtures/es2020/nullish-coalescing-operator/no-paren-nullish-and/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/nullish-coalescing-operator/no-paren-nullish-and/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2020/nullish-coalescing-operator/no-paren-nullish-and/input.js" end: Object { column: 0 - index: 13 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2020/nullish-coalescing-operator/no-paren-nullish-and/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2020/nullish-coalescing-operator/no-paren-nullish-and/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "a" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2020/nullish-coalescing-operator/no-paren-nullish-and/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "b" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "c" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2020/nullish-coalescing-operator/no-paren-nullish-or/input.test.md b/internal/js-parser/test-fixtures/es2020/nullish-coalescing-operator/no-paren-nullish-or/input.test.md index 2faa462eeb4..ef8f3c94584 100644 --- a/internal/js-parser/test-fixtures/es2020/nullish-coalescing-operator/no-paren-nullish-or/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/nullish-coalescing-operator/no-paren-nullish-or/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2020/nullish-coalescing-operator/no-paren-nullish-or/input.js" end: Object { column: 0 - index: 18 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2020/nullish-coalescing-operator/no-paren-nullish-or/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2020/nullish-coalescing-operator/no-paren-nullish-or/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "h" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2020/nullish-coalescing-operator/no-paren-nullish-or/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "g" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "es2020/nullish-coalescing-operator/no-paren-nullish-or/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { identifierName: "e" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { identifierName: "f" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2020/nullish-coalescing-operator/no-paren-or-nullish/input.test.md b/internal/js-parser/test-fixtures/es2020/nullish-coalescing-operator/no-paren-or-nullish/input.test.md index 36d43a56203..61da257b9fc 100644 --- a/internal/js-parser/test-fixtures/es2020/nullish-coalescing-operator/no-paren-or-nullish/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/nullish-coalescing-operator/no-paren-or-nullish/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2020/nullish-coalescing-operator/no-paren-or-nullish/input.js" end: Object { column: 0 - index: 13 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2020/nullish-coalescing-operator/no-paren-or-nullish/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2020/nullish-coalescing-operator/no-paren-or-nullish/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "j" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2020/nullish-coalescing-operator/no-paren-or-nullish/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "h" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "i" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2020/nullish-coalescing-operator/nullish-and/input.test.md b/internal/js-parser/test-fixtures/es2020/nullish-coalescing-operator/nullish-and/input.test.md index be945a41545..5b2b1208678 100644 --- a/internal/js-parser/test-fixtures/es2020/nullish-coalescing-operator/nullish-and/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/nullish-coalescing-operator/nullish-and/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2020/nullish-coalescing-operator/nullish-and/input.js" end: Object { column: 0 - index: 15 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2020/nullish-coalescing-operator/nullish-and/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2020/nullish-coalescing-operator/nullish-and/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "a" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2020/nullish-coalescing-operator/nullish-and/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "b" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "c" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2020/nullish-coalescing-operator/nullish-or/input.test.md b/internal/js-parser/test-fixtures/es2020/nullish-coalescing-operator/nullish-or/input.test.md index 6c0718b8755..87a116bd3fa 100644 --- a/internal/js-parser/test-fixtures/es2020/nullish-coalescing-operator/nullish-or/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/nullish-coalescing-operator/nullish-or/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2020/nullish-coalescing-operator/nullish-or/input.js" end: Object { column: 0 - index: 15 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2020/nullish-coalescing-operator/nullish-or/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2020/nullish-coalescing-operator/nullish-or/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "a" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2020/nullish-coalescing-operator/nullish-or/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "b" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "c" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2020/nullish-coalescing-operator/or-nullish/input.test.md b/internal/js-parser/test-fixtures/es2020/nullish-coalescing-operator/or-nullish/input.test.md index 76ef606c96d..630e0c5b0ad 100644 --- a/internal/js-parser/test-fixtures/es2020/nullish-coalescing-operator/or-nullish/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/nullish-coalescing-operator/or-nullish/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2020/nullish-coalescing-operator/or-nullish/input.js" end: Object { column: 0 - index: 15 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2020/nullish-coalescing-operator/or-nullish/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2020/nullish-coalescing-operator/or-nullish/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "c" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "es2020/nullish-coalescing-operator/or-nullish/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "a" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "b" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2020/optional-chaining/chaining-off-optionally-chained-keys-named-class-or-function/input.test.md b/internal/js-parser/test-fixtures/es2020/optional-chaining/chaining-off-optionally-chained-keys-named-class-or-function/input.test.md index 2cf66e26a05..c023d119876 100644 --- a/internal/js-parser/test-fixtures/es2020/optional-chaining/chaining-off-optionally-chained-keys-named-class-or-function/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/optional-chaining/chaining-off-optionally-chained-keys-named-class-or-function/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2020/optional-chaining/chaining-off-optionally-chained-keys-named-class-or-function/input.js" end: Object { column: 0 - index: 72 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2020/optional-chaining/chaining-off-optionally-chained-keys-named-class-or-function/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2020/optional-chaining/chaining-off-optionally-chained-keys-named-class-or-function/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "bar" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { identifierName: "bar" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "es2020/optional-chaining/chaining-off-optionally-chained-keys-named-class-or-function/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { identifierName: "foo" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { identifierName: "class" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -148,12 +132,10 @@ JSRoot { identifierName: "class" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -166,12 +148,10 @@ JSRoot { filename: "es2020/optional-chaining/chaining-off-optionally-chained-keys-named-class-or-function/input.js" end: Object { column: 17 - index: 32 line: 2 } start: Object { column: 0 - index: 15 line: 2 } } @@ -180,12 +160,10 @@ JSRoot { filename: "es2020/optional-chaining/chaining-off-optionally-chained-keys-named-class-or-function/input.js" end: Object { column: 17 - index: 32 line: 2 } start: Object { column: 0 - index: 15 line: 2 } } @@ -197,12 +175,10 @@ JSRoot { identifierName: "bar" end: Object { column: 17 - index: 32 line: 2 } start: Object { column: 14 - index: 29 line: 2 } } @@ -212,12 +188,10 @@ JSRoot { identifierName: "bar" end: Object { column: 17 - index: 32 line: 2 } start: Object { column: 14 - index: 29 line: 2 } } @@ -227,12 +201,10 @@ JSRoot { filename: "es2020/optional-chaining/chaining-off-optionally-chained-keys-named-class-or-function/input.js" end: Object { column: 13 - index: 28 line: 2 } start: Object { column: 0 - index: 15 line: 2 } } @@ -243,12 +215,10 @@ JSRoot { identifierName: "foo" end: Object { column: 3 - index: 18 line: 2 } start: Object { column: 0 - index: 15 line: 2 } } @@ -261,12 +231,10 @@ JSRoot { identifierName: "function" end: Object { column: 13 - index: 28 line: 2 } start: Object { column: 5 - index: 20 line: 2 } } @@ -277,12 +245,10 @@ JSRoot { identifierName: "function" end: Object { column: 13 - index: 28 line: 2 } start: Object { column: 5 - index: 20 line: 2 } } @@ -295,12 +261,10 @@ JSRoot { filename: "es2020/optional-chaining/chaining-off-optionally-chained-keys-named-class-or-function/input.js" end: Object { column: 19 - index: 52 line: 3 } start: Object { column: 0 - index: 33 line: 3 } } @@ -309,12 +273,10 @@ JSRoot { filename: "es2020/optional-chaining/chaining-off-optionally-chained-keys-named-class-or-function/input.js" end: Object { column: 19 - index: 52 line: 3 } start: Object { column: 0 - index: 33 line: 3 } } @@ -326,12 +288,10 @@ JSRoot { identifierName: "bar" end: Object { column: 19 - index: 52 line: 3 } start: Object { column: 16 - index: 49 line: 3 } } @@ -341,12 +301,10 @@ JSRoot { identifierName: "bar" end: Object { column: 19 - index: 52 line: 3 } start: Object { column: 16 - index: 49 line: 3 } } @@ -356,12 +314,10 @@ JSRoot { filename: "es2020/optional-chaining/chaining-off-optionally-chained-keys-named-class-or-function/input.js" end: Object { column: 15 - index: 48 line: 3 } start: Object { column: 0 - index: 33 line: 3 } } @@ -373,12 +329,10 @@ JSRoot { identifierName: "class" end: Object { column: 15 - index: 48 line: 3 } start: Object { column: 10 - index: 43 line: 3 } } @@ -389,12 +343,10 @@ JSRoot { identifierName: "class" end: Object { column: 15 - index: 48 line: 3 } start: Object { column: 10 - index: 43 line: 3 } } @@ -404,12 +356,10 @@ JSRoot { filename: "es2020/optional-chaining/chaining-off-optionally-chained-keys-named-class-or-function/input.js" end: Object { column: 8 - index: 41 line: 3 } start: Object { column: 0 - index: 33 line: 3 } } @@ -420,12 +370,10 @@ JSRoot { identifierName: "foo" end: Object { column: 3 - index: 36 line: 3 } start: Object { column: 0 - index: 33 line: 3 } } @@ -438,12 +386,10 @@ JSRoot { identifierName: "bar" end: Object { column: 8 - index: 41 line: 3 } start: Object { column: 5 - index: 38 line: 3 } } @@ -454,12 +400,10 @@ JSRoot { identifierName: "bar" end: Object { column: 8 - index: 41 line: 3 } start: Object { column: 5 - index: 38 line: 3 } } @@ -473,12 +417,10 @@ JSRoot { filename: "es2020/optional-chaining/chaining-off-optionally-chained-keys-named-class-or-function/input.js" end: Object { column: 18 - index: 71 line: 4 } start: Object { column: 0 - index: 53 line: 4 } } @@ -487,12 +429,10 @@ JSRoot { filename: "es2020/optional-chaining/chaining-off-optionally-chained-keys-named-class-or-function/input.js" end: Object { column: 18 - index: 71 line: 4 } start: Object { column: 0 - index: 53 line: 4 } } @@ -504,12 +444,10 @@ JSRoot { identifierName: "bar" end: Object { column: 18 - index: 71 line: 4 } start: Object { column: 15 - index: 68 line: 4 } } @@ -520,12 +458,10 @@ JSRoot { identifierName: "bar" end: Object { column: 18 - index: 71 line: 4 } start: Object { column: 15 - index: 68 line: 4 } } @@ -535,12 +471,10 @@ JSRoot { filename: "es2020/optional-chaining/chaining-off-optionally-chained-keys-named-class-or-function/input.js" end: Object { column: 13 - index: 66 line: 4 } start: Object { column: 0 - index: 53 line: 4 } } @@ -551,12 +485,10 @@ JSRoot { identifierName: "foo" end: Object { column: 3 - index: 56 line: 4 } start: Object { column: 0 - index: 53 line: 4 } } @@ -569,12 +501,10 @@ JSRoot { identifierName: "function" end: Object { column: 13 - index: 66 line: 4 } start: Object { column: 5 - index: 58 line: 4 } } @@ -585,12 +515,10 @@ JSRoot { identifierName: "function" end: Object { column: 13 - index: 66 line: 4 } start: Object { column: 5 - index: 58 line: 4 } } diff --git a/internal/js-parser/test-fixtures/es2020/optional-chaining/class-contructor-call/input.test.md b/internal/js-parser/test-fixtures/es2020/optional-chaining/class-contructor-call/input.test.md index b23400b8996..8a02e9598e9 100644 --- a/internal/js-parser/test-fixtures/es2020/optional-chaining/class-contructor-call/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/optional-chaining/class-contructor-call/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2020/optional-chaining/class-contructor-call/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2020/optional-chaining/class-contructor-call/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "es2020/optional-chaining/class-contructor-call/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "es2020/optional-chaining/class-contructor-call/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "es2020/optional-chaining/class-contructor-call/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { identifierName: "d" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { identifierName: "d" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "es2020/optional-chaining/class-contructor-call/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -175,12 +157,10 @@ JSRoot { identifierName: "C" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -193,12 +173,10 @@ JSRoot { identifierName: "b" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -209,12 +187,10 @@ JSRoot { identifierName: "b" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2020/optional-chaining/conditional-decimal/input.test.md b/internal/js-parser/test-fixtures/es2020/optional-chaining/conditional-decimal/input.test.md index 1151eb6f0d8..7fd5083079a 100644 --- a/internal/js-parser/test-fixtures/es2020/optional-chaining/conditional-decimal/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/optional-chaining/conditional-decimal/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2020/optional-chaining/conditional-decimal/input.js" end: Object { column: 0 - index: 25 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2020/optional-chaining/conditional-decimal/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2020/optional-chaining/conditional-decimal/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +60,10 @@ JSRoot { filename: "es2020/optional-chaining/conditional-decimal/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "es2020/optional-chaining/conditional-decimal/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "es2020/optional-chaining/conditional-decimal/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "es2020/optional-chaining/conditional-decimal/input.js" end: Object { column: 13 - index: 24 line: 3 } start: Object { column: 0 - index: 11 line: 3 } } @@ -131,12 +117,10 @@ JSRoot { filename: "es2020/optional-chaining/conditional-decimal/input.js" end: Object { column: 13 - index: 24 line: 3 } start: Object { column: 0 - index: 11 line: 3 } } @@ -146,12 +130,10 @@ JSRoot { filename: "es2020/optional-chaining/conditional-decimal/input.js" end: Object { column: 4 - index: 15 line: 3 } start: Object { column: 0 - index: 11 line: 3 } } @@ -163,12 +145,10 @@ JSRoot { filename: "es2020/optional-chaining/conditional-decimal/input.js" end: Object { column: 13 - index: 24 line: 3 } start: Object { column: 12 - index: 23 line: 3 } } @@ -180,12 +160,10 @@ JSRoot { filename: "es2020/optional-chaining/conditional-decimal/input.js" end: Object { column: 9 - index: 20 line: 3 } start: Object { column: 7 - index: 18 line: 3 } } diff --git a/internal/js-parser/test-fixtures/es2020/optional-chaining/function-call/input.test.md b/internal/js-parser/test-fixtures/es2020/optional-chaining/function-call/input.test.md index c62076a2076..1a28381de93 100644 --- a/internal/js-parser/test-fixtures/es2020/optional-chaining/function-call/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/optional-chaining/function-call/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2020/optional-chaining/function-call/input.js" end: Object { column: 10 - index: 64 line: 9 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2020/optional-chaining/function-call/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2020/optional-chaining/function-call/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "func" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "es2020/optional-chaining/function-call/input.js" end: Object { column: 12 - index: 22 line: 3 } start: Object { column: 0 - index: 10 line: 3 } } @@ -99,12 +89,10 @@ JSRoot { filename: "es2020/optional-chaining/function-call/input.js" end: Object { column: 12 - index: 22 line: 3 } start: Object { column: 0 - index: 10 line: 3 } } @@ -115,12 +103,10 @@ JSRoot { identifierName: "func" end: Object { column: 4 - index: 14 line: 3 } start: Object { column: 0 - index: 10 line: 3 } } @@ -133,12 +119,10 @@ JSRoot { identifierName: "a" end: Object { column: 8 - index: 18 line: 3 } start: Object { column: 7 - index: 17 line: 3 } } @@ -150,12 +134,10 @@ JSRoot { identifierName: "b" end: Object { column: 11 - index: 21 line: 3 } start: Object { column: 10 - index: 20 line: 3 } } @@ -168,12 +150,10 @@ JSRoot { filename: "es2020/optional-chaining/function-call/input.js" end: Object { column: 11 - index: 35 line: 5 } start: Object { column: 0 - index: 24 line: 5 } } @@ -183,12 +163,10 @@ JSRoot { filename: "es2020/optional-chaining/function-call/input.js" end: Object { column: 11 - index: 35 line: 5 } start: Object { column: 0 - index: 24 line: 5 } } @@ -197,12 +175,10 @@ JSRoot { filename: "es2020/optional-chaining/function-call/input.js" end: Object { column: 7 - index: 31 line: 5 } start: Object { column: 0 - index: 24 line: 5 } } @@ -213,12 +189,10 @@ JSRoot { identifierName: "a" end: Object { column: 1 - index: 25 line: 5 } start: Object { column: 0 - index: 24 line: 5 } } @@ -231,12 +205,10 @@ JSRoot { identifierName: "func" end: Object { column: 7 - index: 31 line: 5 } start: Object { column: 3 - index: 27 line: 5 } } @@ -247,12 +219,10 @@ JSRoot { identifierName: "func" end: Object { column: 7 - index: 31 line: 5 } start: Object { column: 3 - index: 27 line: 5 } } @@ -265,12 +235,10 @@ JSRoot { filename: "es2020/optional-chaining/function-call/input.js" end: Object { column: 15 - index: 52 line: 7 } start: Object { column: 0 - index: 37 line: 7 } } @@ -279,12 +247,10 @@ JSRoot { filename: "es2020/optional-chaining/function-call/input.js" end: Object { column: 15 - index: 52 line: 7 } start: Object { column: 0 - index: 37 line: 7 } } @@ -296,12 +262,10 @@ JSRoot { identifierName: "a" end: Object { column: 11 - index: 48 line: 7 } start: Object { column: 10 - index: 47 line: 7 } } @@ -313,12 +277,10 @@ JSRoot { identifierName: "b" end: Object { column: 14 - index: 51 line: 7 } start: Object { column: 13 - index: 50 line: 7 } } @@ -329,12 +291,10 @@ JSRoot { filename: "es2020/optional-chaining/function-call/input.js" end: Object { column: 7 - index: 44 line: 7 } start: Object { column: 0 - index: 37 line: 7 } } @@ -345,12 +305,10 @@ JSRoot { identifierName: "a" end: Object { column: 1 - index: 38 line: 7 } start: Object { column: 0 - index: 37 line: 7 } } @@ -363,12 +321,10 @@ JSRoot { identifierName: "func" end: Object { column: 7 - index: 44 line: 7 } start: Object { column: 3 - index: 40 line: 7 } } @@ -379,12 +335,10 @@ JSRoot { identifierName: "func" end: Object { column: 7 - index: 44 line: 7 } start: Object { column: 3 - index: 40 line: 7 } } @@ -397,12 +351,10 @@ JSRoot { filename: "es2020/optional-chaining/function-call/input.js" end: Object { column: 10 - index: 64 line: 9 } start: Object { column: 0 - index: 54 line: 9 } } @@ -412,12 +364,10 @@ JSRoot { filename: "es2020/optional-chaining/function-call/input.js" end: Object { column: 10 - index: 64 line: 9 } start: Object { column: 0 - index: 54 line: 9 } } @@ -426,12 +376,10 @@ JSRoot { filename: "es2020/optional-chaining/function-call/input.js" end: Object { column: 6 - index: 60 line: 9 } start: Object { column: 0 - index: 54 line: 9 } } @@ -442,12 +390,10 @@ JSRoot { identifierName: "a" end: Object { column: 1 - index: 55 line: 9 } start: Object { column: 0 - index: 54 line: 9 } } @@ -460,12 +406,10 @@ JSRoot { identifierName: "func" end: Object { column: 6 - index: 60 line: 9 } start: Object { column: 2 - index: 56 line: 9 } } @@ -475,12 +419,10 @@ JSRoot { identifierName: "func" end: Object { column: 6 - index: 60 line: 9 } start: Object { column: 2 - index: 56 line: 9 } } diff --git a/internal/js-parser/test-fixtures/es2020/optional-chaining/member-access-bracket/input.test.md b/internal/js-parser/test-fixtures/es2020/optional-chaining/member-access-bracket/input.test.md index de6d3c68361..5b64e1e51d9 100644 --- a/internal/js-parser/test-fixtures/es2020/optional-chaining/member-access-bracket/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/optional-chaining/member-access-bracket/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2020/optional-chaining/member-access-bracket/input.js" end: Object { column: 13 - index: 97 line: 11 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2020/optional-chaining/member-access-bracket/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2020/optional-chaining/member-access-bracket/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "obj" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "expr" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "es2020/optional-chaining/member-access-bracket/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "es2020/optional-chaining/member-access-bracket/input.js" end: Object { column: 20 - index: 33 line: 3 } start: Object { column: 0 - index: 13 line: 3 } } @@ -131,12 +117,10 @@ JSRoot { filename: "es2020/optional-chaining/member-access-bracket/input.js" end: Object { column: 20 - index: 33 line: 3 } start: Object { column: 0 - index: 13 line: 3 } } @@ -148,12 +132,10 @@ JSRoot { identifierName: "other" end: Object { column: 19 - index: 32 line: 3 } start: Object { column: 14 - index: 27 line: 3 } } @@ -163,12 +145,10 @@ JSRoot { filename: "es2020/optional-chaining/member-access-bracket/input.js" end: Object { column: 20 - index: 33 line: 3 } start: Object { column: 13 - index: 26 line: 3 } } @@ -178,12 +158,10 @@ JSRoot { filename: "es2020/optional-chaining/member-access-bracket/input.js" end: Object { column: 11 - index: 24 line: 3 } start: Object { column: 0 - index: 13 line: 3 } } @@ -194,12 +172,10 @@ JSRoot { identifierName: "obj" end: Object { column: 3 - index: 16 line: 3 } start: Object { column: 0 - index: 13 line: 3 } } @@ -212,12 +188,10 @@ JSRoot { identifierName: "expr" end: Object { column: 10 - index: 23 line: 3 } start: Object { column: 6 - index: 19 line: 3 } } @@ -227,12 +201,10 @@ JSRoot { filename: "es2020/optional-chaining/member-access-bracket/input.js" end: Object { column: 11 - index: 24 line: 3 } start: Object { column: 5 - index: 18 line: 3 } } @@ -245,12 +217,10 @@ JSRoot { filename: "es2020/optional-chaining/member-access-bracket/input.js" end: Object { column: 11 - index: 46 line: 5 } start: Object { column: 0 - index: 35 line: 5 } } @@ -259,12 +229,10 @@ JSRoot { filename: "es2020/optional-chaining/member-access-bracket/input.js" end: Object { column: 11 - index: 46 line: 5 } start: Object { column: 0 - index: 35 line: 5 } } @@ -275,12 +243,10 @@ JSRoot { identifierName: "obj" end: Object { column: 3 - index: 38 line: 5 } start: Object { column: 0 - index: 35 line: 5 } } @@ -292,12 +258,10 @@ JSRoot { filename: "es2020/optional-chaining/member-access-bracket/input.js" end: Object { column: 10 - index: 45 line: 5 } start: Object { column: 6 - index: 41 line: 5 } } @@ -307,12 +271,10 @@ JSRoot { filename: "es2020/optional-chaining/member-access-bracket/input.js" end: Object { column: 11 - index: 46 line: 5 } start: Object { column: 5 - index: 40 line: 5 } } @@ -324,12 +286,10 @@ JSRoot { filename: "es2020/optional-chaining/member-access-bracket/input.js" end: Object { column: 19 - index: 67 line: 7 } start: Object { column: 0 - index: 48 line: 7 } } @@ -338,12 +298,10 @@ JSRoot { filename: "es2020/optional-chaining/member-access-bracket/input.js" end: Object { column: 19 - index: 67 line: 7 } start: Object { column: 0 - index: 48 line: 7 } } @@ -354,12 +312,10 @@ JSRoot { filename: "es2020/optional-chaining/member-access-bracket/input.js" end: Object { column: 18 - index: 66 line: 7 } start: Object { column: 14 - index: 62 line: 7 } } @@ -369,12 +325,10 @@ JSRoot { filename: "es2020/optional-chaining/member-access-bracket/input.js" end: Object { column: 19 - index: 67 line: 7 } start: Object { column: 13 - index: 61 line: 7 } } @@ -384,12 +338,10 @@ JSRoot { filename: "es2020/optional-chaining/member-access-bracket/input.js" end: Object { column: 11 - index: 59 line: 7 } start: Object { column: 0 - index: 48 line: 7 } } @@ -400,12 +352,10 @@ JSRoot { identifierName: "obj" end: Object { column: 3 - index: 51 line: 7 } start: Object { column: 0 - index: 48 line: 7 } } @@ -417,12 +367,10 @@ JSRoot { filename: "es2020/optional-chaining/member-access-bracket/input.js" end: Object { column: 10 - index: 58 line: 7 } start: Object { column: 6 - index: 54 line: 7 } } @@ -432,12 +380,10 @@ JSRoot { filename: "es2020/optional-chaining/member-access-bracket/input.js" end: Object { column: 11 - index: 59 line: 7 } start: Object { column: 5 - index: 53 line: 7 } } @@ -450,12 +396,10 @@ JSRoot { filename: "es2020/optional-chaining/member-access-bracket/input.js" end: Object { column: 13 - index: 82 line: 9 } start: Object { column: 0 - index: 69 line: 9 } } @@ -464,12 +408,10 @@ JSRoot { filename: "es2020/optional-chaining/member-access-bracket/input.js" end: Object { column: 13 - index: 82 line: 9 } start: Object { column: 0 - index: 69 line: 9 } } @@ -481,12 +423,10 @@ JSRoot { identifierName: "expr" end: Object { column: 12 - index: 81 line: 9 } start: Object { column: 8 - index: 77 line: 9 } } @@ -496,12 +436,10 @@ JSRoot { filename: "es2020/optional-chaining/member-access-bracket/input.js" end: Object { column: 13 - index: 82 line: 9 } start: Object { column: 7 - index: 76 line: 9 } } @@ -511,12 +449,10 @@ JSRoot { filename: "es2020/optional-chaining/member-access-bracket/input.js" end: Object { column: 5 - index: 74 line: 9 } start: Object { column: 0 - index: 69 line: 9 } } @@ -527,12 +463,10 @@ JSRoot { identifierName: "obj" end: Object { column: 3 - index: 72 line: 9 } start: Object { column: 0 - index: 69 line: 9 } } @@ -545,12 +479,10 @@ JSRoot { identifierName: "a" end: Object { column: 5 - index: 74 line: 9 } start: Object { column: 4 - index: 73 line: 9 } } @@ -560,12 +492,10 @@ JSRoot { identifierName: "a" end: Object { column: 5 - index: 74 line: 9 } start: Object { column: 4 - index: 73 line: 9 } } @@ -578,12 +508,10 @@ JSRoot { filename: "es2020/optional-chaining/member-access-bracket/input.js" end: Object { column: 13 - index: 97 line: 11 } start: Object { column: 0 - index: 84 line: 11 } } @@ -592,12 +520,10 @@ JSRoot { filename: "es2020/optional-chaining/member-access-bracket/input.js" end: Object { column: 13 - index: 97 line: 11 } start: Object { column: 0 - index: 84 line: 11 } } @@ -608,12 +534,10 @@ JSRoot { filename: "es2020/optional-chaining/member-access-bracket/input.js" end: Object { column: 12 - index: 96 line: 11 } start: Object { column: 8 - index: 92 line: 11 } } @@ -623,12 +547,10 @@ JSRoot { filename: "es2020/optional-chaining/member-access-bracket/input.js" end: Object { column: 13 - index: 97 line: 11 } start: Object { column: 7 - index: 91 line: 11 } } @@ -638,12 +560,10 @@ JSRoot { filename: "es2020/optional-chaining/member-access-bracket/input.js" end: Object { column: 5 - index: 89 line: 11 } start: Object { column: 0 - index: 84 line: 11 } } @@ -654,12 +574,10 @@ JSRoot { identifierName: "obj" end: Object { column: 3 - index: 87 line: 11 } start: Object { column: 0 - index: 84 line: 11 } } @@ -672,12 +590,10 @@ JSRoot { identifierName: "a" end: Object { column: 5 - index: 89 line: 11 } start: Object { column: 4 - index: 88 line: 11 } } @@ -687,12 +603,10 @@ JSRoot { identifierName: "a" end: Object { column: 5 - index: 89 line: 11 } start: Object { column: 4 - index: 88 line: 11 } } diff --git a/internal/js-parser/test-fixtures/es2020/optional-chaining/member-access/input.test.md b/internal/js-parser/test-fixtures/es2020/optional-chaining/member-access/input.test.md index 3b91bfee0c8..c5672a26f1d 100644 --- a/internal/js-parser/test-fixtures/es2020/optional-chaining/member-access/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/optional-chaining/member-access/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2020/optional-chaining/member-access/input.js" end: Object { column: 12 - index: 37 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2020/optional-chaining/member-access/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2020/optional-chaining/member-access/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "foo" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "bar" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { identifierName: "bar" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "es2020/optional-chaining/member-access/input.js" end: Object { column: 13 - index: 23 line: 3 } start: Object { column: 0 - index: 10 line: 3 } } @@ -132,12 +118,10 @@ JSRoot { filename: "es2020/optional-chaining/member-access/input.js" end: Object { column: 13 - index: 23 line: 3 } start: Object { column: 0 - index: 10 line: 3 } } @@ -149,12 +133,10 @@ JSRoot { identifierName: "baz" end: Object { column: 13 - index: 23 line: 3 } start: Object { column: 10 - index: 20 line: 3 } } @@ -165,12 +147,10 @@ JSRoot { identifierName: "baz" end: Object { column: 13 - index: 23 line: 3 } start: Object { column: 10 - index: 20 line: 3 } } @@ -180,12 +160,10 @@ JSRoot { filename: "es2020/optional-chaining/member-access/input.js" end: Object { column: 8 - index: 18 line: 3 } start: Object { column: 0 - index: 10 line: 3 } } @@ -196,12 +174,10 @@ JSRoot { identifierName: "foo" end: Object { column: 3 - index: 13 line: 3 } start: Object { column: 0 - index: 10 line: 3 } } @@ -214,12 +190,10 @@ JSRoot { identifierName: "bar" end: Object { column: 8 - index: 18 line: 3 } start: Object { column: 5 - index: 15 line: 3 } } @@ -230,12 +204,10 @@ JSRoot { identifierName: "bar" end: Object { column: 8 - index: 18 line: 3 } start: Object { column: 5 - index: 15 line: 3 } } @@ -248,12 +220,10 @@ JSRoot { filename: "es2020/optional-chaining/member-access/input.js" end: Object { column: 12 - index: 37 line: 5 } start: Object { column: 0 - index: 25 line: 5 } } @@ -262,12 +232,10 @@ JSRoot { filename: "es2020/optional-chaining/member-access/input.js" end: Object { column: 12 - index: 37 line: 5 } start: Object { column: 0 - index: 25 line: 5 } } @@ -279,12 +247,10 @@ JSRoot { identifierName: "baz" end: Object { column: 12 - index: 37 line: 5 } start: Object { column: 9 - index: 34 line: 5 } } @@ -295,12 +261,10 @@ JSRoot { identifierName: "baz" end: Object { column: 12 - index: 37 line: 5 } start: Object { column: 9 - index: 34 line: 5 } } @@ -310,12 +274,10 @@ JSRoot { filename: "es2020/optional-chaining/member-access/input.js" end: Object { column: 7 - index: 32 line: 5 } start: Object { column: 0 - index: 25 line: 5 } } @@ -326,12 +288,10 @@ JSRoot { identifierName: "foo" end: Object { column: 3 - index: 28 line: 5 } start: Object { column: 0 - index: 25 line: 5 } } @@ -344,12 +304,10 @@ JSRoot { identifierName: "bar" end: Object { column: 7 - index: 32 line: 5 } start: Object { column: 4 - index: 29 line: 5 } } @@ -359,12 +317,10 @@ JSRoot { identifierName: "bar" end: Object { column: 7 - index: 32 line: 5 } start: Object { column: 4 - index: 29 line: 5 } } diff --git a/internal/js-parser/test-fixtures/es2020/optional-chaining/optioanl-chain-expression/input.test.md b/internal/js-parser/test-fixtures/es2020/optional-chaining/optioanl-chain-expression/input.test.md index 48e3e92388c..ee737560266 100644 --- a/internal/js-parser/test-fixtures/es2020/optional-chaining/optioanl-chain-expression/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/optional-chaining/optioanl-chain-expression/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2020/optional-chaining/optioanl-chain-expression/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2020/optional-chaining/optioanl-chain-expression/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "es2020/optional-chaining/optioanl-chain-expression/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +60,10 @@ JSRoot { filename: "es2020/optional-chaining/optioanl-chain-expression/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { identifierName: "c" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { identifierName: "c" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { filename: "es2020/optional-chaining/optioanl-chain-expression/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -130,12 +116,10 @@ JSRoot { identifierName: "a" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -148,12 +132,10 @@ JSRoot { identifierName: "b" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -163,12 +145,10 @@ JSRoot { identifierName: "b" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2020/optional-chaining/optional-constructor/input.test.md b/internal/js-parser/test-fixtures/es2020/optional-chaining/optional-constructor/input.test.md index 0681b608566..ff1c539aa2d 100644 --- a/internal/js-parser/test-fixtures/es2020/optional-chaining/optional-constructor/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/optional-chaining/optional-constructor/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2020/optional-chaining/optional-constructor/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2020/optional-chaining/optional-constructor/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2020/optional-chaining/optional-constructor/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "a" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2020/optional-chaining/optional-super-property-class/input.test.md b/internal/js-parser/test-fixtures/es2020/optional-chaining/optional-super-property-class/input.test.md index 77ed5d1c404..7d20d8fea49 100644 --- a/internal/js-parser/test-fixtures/es2020/optional-chaining/optional-super-property-class/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/optional-chaining/optional-super-property-class/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2020/optional-chaining/optional-super-property-class/input.js" end: Object { column: 1 - index: 50 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 20 - index: 38 line: 3 } start: Object { column: 20 - index: 38 line: 3 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "es2020/optional-chaining/optional-super-property-class/input.js" end: Object { column: 1 - index: 50 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "es2020/optional-chaining/optional-super-property-class/input.js" end: Object { column: 1 - index: 50 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "b" end: Object { column: 5 - index: 14 line: 2 } start: Object { column: 4 - index: 13 line: 2 } } @@ -130,12 +118,10 @@ JSRoot { filename: "es2020/optional-chaining/optional-super-property-class/input.js" end: Object { column: 5 - index: 14 line: 2 } start: Object { column: 4 - index: 13 line: 2 } } @@ -144,12 +130,10 @@ JSRoot { filename: "es2020/optional-chaining/optional-super-property-class/input.js" end: Object { column: 5 - index: 48 line: 4 } start: Object { column: 4 - index: 13 line: 2 } } @@ -166,12 +150,10 @@ JSRoot { filename: "es2020/optional-chaining/optional-super-property-class/input.js" end: Object { column: 7 - index: 16 line: 2 } start: Object { column: 5 - index: 14 line: 2 } } @@ -185,19 +167,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 13 line: 2 } loc: Object { filename: "es2020/optional-chaining/optional-super-property-class/input.js" end: Object { column: 5 - index: 14 line: 2 } start: Object { column: 4 - index: 13 line: 2 } } @@ -208,12 +187,10 @@ JSRoot { filename: "es2020/optional-chaining/optional-super-property-class/input.js" end: Object { column: 5 - index: 48 line: 4 } start: Object { column: 7 - index: 16 line: 2 } } @@ -223,12 +200,10 @@ JSRoot { filename: "es2020/optional-chaining/optional-super-property-class/input.js" end: Object { column: 24 - index: 42 line: 3 } start: Object { column: 8 - index: 26 line: 3 } } @@ -237,12 +212,10 @@ JSRoot { filename: "es2020/optional-chaining/optional-super-property-class/input.js" end: Object { column: 23 - index: 41 line: 3 } start: Object { column: 15 - index: 33 line: 3 } } @@ -251,12 +224,10 @@ JSRoot { filename: "es2020/optional-chaining/optional-super-property-class/input.js" end: Object { column: 20 - index: 38 line: 3 } start: Object { column: 15 - index: 33 line: 3 } } @@ -269,12 +240,10 @@ JSRoot { identifierName: "b" end: Object { column: 23 - index: 41 line: 3 } start: Object { column: 22 - index: 40 line: 3 } } @@ -285,12 +254,10 @@ JSRoot { identifierName: "b" end: Object { column: 23 - index: 41 line: 3 } start: Object { column: 22 - index: 40 line: 3 } } diff --git a/internal/js-parser/test-fixtures/es2020/optional-chaining/optional-super-property/input.test.md b/internal/js-parser/test-fixtures/es2020/optional-chaining/optional-super-property/input.test.md index 124acc0d8ea..43ed9e2825d 100644 --- a/internal/js-parser/test-fixtures/es2020/optional-chaining/optional-super-property/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/optional-chaining/optional-super-property/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2020/optional-chaining/optional-super-property/input.js" end: Object { column: 1 - index: 53 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 20 - index: 41 line: 3 } start: Object { column: 20 - index: 41 line: 3 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2020/optional-chaining/optional-super-property/input.js" end: Object { column: 1 - index: 53 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2020/optional-chaining/optional-super-property/input.js" end: Object { column: 1 - index: 53 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "a" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "es2020/optional-chaining/optional-super-property/input.js" end: Object { column: 1 - index: 53 line: 5 } start: Object { column: 6 - index: 6 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "es2020/optional-chaining/optional-super-property/input.js" end: Object { column: 1 - index: 53 line: 5 } start: Object { column: 10 - index: 10 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { identifierName: "b" end: Object { column: 5 - index: 17 line: 2 } start: Object { column: 4 - index: 16 line: 2 } } @@ -156,12 +140,10 @@ JSRoot { filename: "es2020/optional-chaining/optional-super-property/input.js" end: Object { column: 5 - index: 17 line: 2 } start: Object { column: 4 - index: 16 line: 2 } } @@ -170,12 +152,10 @@ JSRoot { filename: "es2020/optional-chaining/optional-super-property/input.js" end: Object { column: 5 - index: 51 line: 4 } start: Object { column: 4 - index: 16 line: 2 } } @@ -192,12 +172,10 @@ JSRoot { filename: "es2020/optional-chaining/optional-super-property/input.js" end: Object { column: 7 - index: 19 line: 2 } start: Object { column: 5 - index: 17 line: 2 } } @@ -208,12 +186,10 @@ JSRoot { filename: "es2020/optional-chaining/optional-super-property/input.js" end: Object { column: 5 - index: 51 line: 4 } start: Object { column: 7 - index: 19 line: 2 } } @@ -223,12 +199,10 @@ JSRoot { filename: "es2020/optional-chaining/optional-super-property/input.js" end: Object { column: 24 - index: 45 line: 3 } start: Object { column: 8 - index: 29 line: 3 } } @@ -237,12 +211,10 @@ JSRoot { filename: "es2020/optional-chaining/optional-super-property/input.js" end: Object { column: 23 - index: 44 line: 3 } start: Object { column: 15 - index: 36 line: 3 } } @@ -251,12 +223,10 @@ JSRoot { filename: "es2020/optional-chaining/optional-super-property/input.js" end: Object { column: 20 - index: 41 line: 3 } start: Object { column: 15 - index: 36 line: 3 } } @@ -269,12 +239,10 @@ JSRoot { identifierName: "c" end: Object { column: 23 - index: 44 line: 3 } start: Object { column: 22 - index: 43 line: 3 } } @@ -285,12 +253,10 @@ JSRoot { identifierName: "c" end: Object { column: 23 - index: 44 line: 3 } start: Object { column: 22 - index: 43 line: 3 } } diff --git a/internal/js-parser/test-fixtures/es2020/optional-chaining/optional-tagged-template-literals/input.test.md b/internal/js-parser/test-fixtures/es2020/optional-chaining/optional-tagged-template-literals/input.test.md index fbe4c9b092a..fccb97404e5 100644 --- a/internal/js-parser/test-fixtures/es2020/optional-chaining/optional-tagged-template-literals/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/optional-chaining/optional-tagged-template-literals/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "es2020/optional-chaining/optional-tagged-template-literals/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "es2020/optional-chaining/optional-tagged-template-literals/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "es2020/optional-chaining/optional-tagged-template-literals/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "es2020/optional-chaining/optional-tagged-template-literals/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "es2020/optional-chaining/optional-tagged-template-literals/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -126,12 +114,10 @@ JSRoot { filename: "es2020/optional-chaining/optional-tagged-template-literals/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { identifierName: "a" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -160,12 +144,10 @@ JSRoot { identifierName: "b" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -176,12 +158,10 @@ JSRoot { identifierName: "b" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/es2020/optional-chaining/parenthised-chain/input.test.md b/internal/js-parser/test-fixtures/es2020/optional-chaining/parenthised-chain/input.test.md index 2fe7214e1f2..105b2c8a425 100644 --- a/internal/js-parser/test-fixtures/es2020/optional-chaining/parenthised-chain/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/optional-chaining/parenthised-chain/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2020/optional-chaining/parenthised-chain/input.js" end: Object { column: 15 - index: 39 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2020/optional-chaining/parenthised-chain/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2020/optional-chaining/parenthised-chain/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "c" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { identifierName: "c" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "es2020/optional-chaining/parenthised-chain/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { identifierName: "a" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { identifierName: "b" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -148,12 +132,10 @@ JSRoot { identifierName: "b" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -166,12 +148,10 @@ JSRoot { filename: "es2020/optional-chaining/parenthised-chain/input.js" end: Object { column: 11 - index: 22 line: 3 } start: Object { column: 0 - index: 11 line: 3 } } @@ -181,12 +161,10 @@ JSRoot { filename: "es2020/optional-chaining/parenthised-chain/input.js" end: Object { column: 10 - index: 21 line: 3 } start: Object { column: 0 - index: 11 line: 3 } } @@ -195,12 +173,10 @@ JSRoot { filename: "es2020/optional-chaining/parenthised-chain/input.js" end: Object { column: 8 - index: 19 line: 3 } start: Object { column: 0 - index: 11 line: 3 } } @@ -212,12 +188,10 @@ JSRoot { identifierName: "c" end: Object { column: 8 - index: 19 line: 3 } start: Object { column: 7 - index: 18 line: 3 } } @@ -227,12 +201,10 @@ JSRoot { identifierName: "c" end: Object { column: 8 - index: 19 line: 3 } start: Object { column: 7 - index: 18 line: 3 } } @@ -242,12 +214,10 @@ JSRoot { filename: "es2020/optional-chaining/parenthised-chain/input.js" end: Object { column: 5 - index: 16 line: 3 } start: Object { column: 1 - index: 12 line: 3 } } @@ -258,12 +228,10 @@ JSRoot { identifierName: "a" end: Object { column: 2 - index: 13 line: 3 } start: Object { column: 1 - index: 12 line: 3 } } @@ -276,12 +244,10 @@ JSRoot { identifierName: "b" end: Object { column: 5 - index: 16 line: 3 } start: Object { column: 4 - index: 15 line: 3 } } @@ -292,12 +258,10 @@ JSRoot { identifierName: "b" end: Object { column: 5 - index: 16 line: 3 } start: Object { column: 4 - index: 15 line: 3 } } @@ -311,12 +275,10 @@ JSRoot { filename: "es2020/optional-chaining/parenthised-chain/input.js" end: Object { column: 15 - index: 39 line: 5 } start: Object { column: 0 - index: 24 line: 5 } } @@ -325,12 +287,10 @@ JSRoot { filename: "es2020/optional-chaining/parenthised-chain/input.js" end: Object { column: 14 - index: 38 line: 5 } start: Object { column: 0 - index: 24 line: 5 } } @@ -342,12 +302,10 @@ JSRoot { identifierName: "e" end: Object { column: 14 - index: 38 line: 5 } start: Object { column: 13 - index: 37 line: 5 } } @@ -358,12 +316,10 @@ JSRoot { identifierName: "e" end: Object { column: 14 - index: 38 line: 5 } start: Object { column: 13 - index: 37 line: 5 } } @@ -373,12 +329,10 @@ JSRoot { filename: "es2020/optional-chaining/parenthised-chain/input.js" end: Object { column: 11 - index: 35 line: 5 } start: Object { column: 0 - index: 24 line: 5 } } @@ -390,12 +344,10 @@ JSRoot { identifierName: "d" end: Object { column: 11 - index: 35 line: 5 } start: Object { column: 10 - index: 34 line: 5 } } @@ -405,12 +357,10 @@ JSRoot { identifierName: "d" end: Object { column: 11 - index: 35 line: 5 } start: Object { column: 10 - index: 34 line: 5 } } @@ -420,12 +370,10 @@ JSRoot { filename: "es2020/optional-chaining/parenthised-chain/input.js" end: Object { column: 9 - index: 33 line: 5 } start: Object { column: 0 - index: 24 line: 5 } } @@ -437,12 +385,10 @@ JSRoot { identifierName: "c" end: Object { column: 9 - index: 33 line: 5 } start: Object { column: 8 - index: 32 line: 5 } } @@ -453,12 +399,10 @@ JSRoot { identifierName: "c" end: Object { column: 9 - index: 33 line: 5 } start: Object { column: 8 - index: 32 line: 5 } } @@ -468,12 +412,10 @@ JSRoot { filename: "es2020/optional-chaining/parenthised-chain/input.js" end: Object { column: 5 - index: 29 line: 5 } start: Object { column: 1 - index: 25 line: 5 } } @@ -484,12 +426,10 @@ JSRoot { identifierName: "a" end: Object { column: 2 - index: 26 line: 5 } start: Object { column: 1 - index: 25 line: 5 } } @@ -502,12 +442,10 @@ JSRoot { identifierName: "b" end: Object { column: 5 - index: 29 line: 5 } start: Object { column: 4 - index: 28 line: 5 } } @@ -518,12 +456,10 @@ JSRoot { identifierName: "b" end: Object { column: 5 - index: 29 line: 5 } start: Object { column: 4 - index: 28 line: 5 } } diff --git a/internal/js-parser/test-fixtures/es2020/optional-chaining/separated-chaining/input.test.md b/internal/js-parser/test-fixtures/es2020/optional-chaining/separated-chaining/input.test.md index 062d6f1cb13..8d4218ad55c 100644 --- a/internal/js-parser/test-fixtures/es2020/optional-chaining/separated-chaining/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/optional-chaining/separated-chaining/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2020/optional-chaining/separated-chaining/input.js" end: Object { column: 0 - index: 28 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "es2020/optional-chaining/separated-chaining/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "es2020/optional-chaining/separated-chaining/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "f" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { identifierName: "f" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "es2020/optional-chaining/separated-chaining/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { identifierName: "e" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { identifierName: "e" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -146,12 +130,10 @@ JSRoot { filename: "es2020/optional-chaining/separated-chaining/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -163,12 +145,10 @@ JSRoot { identifierName: "d" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -178,12 +158,10 @@ JSRoot { identifierName: "d" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -193,12 +171,10 @@ JSRoot { filename: "es2020/optional-chaining/separated-chaining/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -210,12 +186,10 @@ JSRoot { identifierName: "c" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -225,12 +199,10 @@ JSRoot { identifierName: "c" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -240,12 +212,10 @@ JSRoot { filename: "es2020/optional-chaining/separated-chaining/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -256,12 +226,10 @@ JSRoot { identifierName: "a" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -274,12 +242,10 @@ JSRoot { identifierName: "b" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -290,12 +256,10 @@ JSRoot { identifierName: "b" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -311,12 +275,10 @@ JSRoot { filename: "es2020/optional-chaining/separated-chaining/input.js" end: Object { column: 12 - index: 27 line: 3 } start: Object { column: 0 - index: 15 line: 3 } } @@ -325,12 +287,10 @@ JSRoot { filename: "es2020/optional-chaining/separated-chaining/input.js" end: Object { column: 12 - index: 27 line: 3 } start: Object { column: 0 - index: 15 line: 3 } } @@ -342,12 +302,10 @@ JSRoot { identifierName: "f" end: Object { column: 12 - index: 27 line: 3 } start: Object { column: 11 - index: 26 line: 3 } } @@ -357,12 +315,10 @@ JSRoot { identifierName: "f" end: Object { column: 12 - index: 27 line: 3 } start: Object { column: 11 - index: 26 line: 3 } } @@ -372,12 +328,10 @@ JSRoot { filename: "es2020/optional-chaining/separated-chaining/input.js" end: Object { column: 10 - index: 25 line: 3 } start: Object { column: 0 - index: 15 line: 3 } } @@ -389,12 +343,10 @@ JSRoot { identifierName: "e" end: Object { column: 10 - index: 25 line: 3 } start: Object { column: 9 - index: 24 line: 3 } } @@ -404,12 +356,10 @@ JSRoot { identifierName: "e" end: Object { column: 10 - index: 25 line: 3 } start: Object { column: 9 - index: 24 line: 3 } } @@ -419,12 +369,10 @@ JSRoot { filename: "es2020/optional-chaining/separated-chaining/input.js" end: Object { column: 8 - index: 23 line: 3 } start: Object { column: 0 - index: 15 line: 3 } } @@ -436,12 +384,10 @@ JSRoot { identifierName: "d" end: Object { column: 8 - index: 23 line: 3 } start: Object { column: 7 - index: 22 line: 3 } } @@ -452,12 +398,10 @@ JSRoot { identifierName: "d" end: Object { column: 8 - index: 23 line: 3 } start: Object { column: 7 - index: 22 line: 3 } } @@ -467,12 +411,10 @@ JSRoot { filename: "es2020/optional-chaining/separated-chaining/input.js" end: Object { column: 5 - index: 20 line: 3 } start: Object { column: 0 - index: 15 line: 3 } } @@ -484,12 +426,10 @@ JSRoot { identifierName: "c" end: Object { column: 5 - index: 20 line: 3 } start: Object { column: 4 - index: 19 line: 3 } } @@ -499,12 +439,10 @@ JSRoot { identifierName: "c" end: Object { column: 5 - index: 20 line: 3 } start: Object { column: 4 - index: 19 line: 3 } } @@ -514,12 +452,10 @@ JSRoot { filename: "es2020/optional-chaining/separated-chaining/input.js" end: Object { column: 3 - index: 18 line: 3 } start: Object { column: 0 - index: 15 line: 3 } } @@ -530,12 +466,10 @@ JSRoot { identifierName: "a" end: Object { column: 1 - index: 16 line: 3 } start: Object { column: 0 - index: 15 line: 3 } } @@ -548,12 +482,10 @@ JSRoot { identifierName: "b" end: Object { column: 3 - index: 18 line: 3 } start: Object { column: 2 - index: 17 line: 3 } } @@ -563,12 +495,10 @@ JSRoot { identifierName: "b" end: Object { column: 3 - index: 18 line: 3 } start: Object { column: 2 - index: 17 line: 3 } } diff --git a/internal/js-parser/test-fixtures/es2020/optional-chaining/super-method-class/input.test.md b/internal/js-parser/test-fixtures/es2020/optional-chaining/super-method-class/input.test.md index 09fd26ccb1e..e5b0684afd8 100644 --- a/internal/js-parser/test-fixtures/es2020/optional-chaining/super-method-class/input.test.md +++ b/internal/js-parser/test-fixtures/es2020/optional-chaining/super-method-class/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "es2020/optional-chaining/super-method-class/input.js" end: Object { column: 0 - index: 67 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "es2020/optional-chaining/super-method-class/input.js" end: Object { column: 1 - index: 66 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "es2020/optional-chaining/super-method-class/input.js" end: Object { column: 1 - index: 66 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "B" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { identifierName: "constructor" end: Object { column: 15 - index: 35 line: 2 } start: Object { column: 4 - index: 24 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "es2020/optional-chaining/super-method-class/input.js" end: Object { column: 15 - index: 35 line: 2 } start: Object { column: 4 - index: 24 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "es2020/optional-chaining/super-method-class/input.js" end: Object { column: 5 - index: 64 line: 4 } start: Object { column: 4 - index: 24 line: 2 } } @@ -158,12 +142,10 @@ JSRoot { filename: "es2020/optional-chaining/super-method-class/input.js" end: Object { column: 17 - index: 37 line: 2 } start: Object { column: 15 - index: 35 line: 2 } } @@ -177,19 +159,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 24 line: 2 } loc: Object { filename: "es2020/optional-chaining/super-method-class/input.js" end: Object { column: 15 - index: 35 line: 2 } start: Object { column: 4 - index: 24 line: 2 } } @@ -200,12 +179,10 @@ JSRoot { filename: "es2020/optional-chaining/super-method-class/input.js" end: Object { column: 5 - index: 64 line: 4 } start: Object { column: 17 - index: 37 line: 2 } } @@ -215,12 +192,10 @@ JSRoot { filename: "es2020/optional-chaining/super-method-class/input.js" end: Object { column: 19 - index: 58 line: 3 } start: Object { column: 8 - index: 47 line: 3 } } @@ -229,12 +204,10 @@ JSRoot { filename: "es2020/optional-chaining/super-method-class/input.js" end: Object { column: 18 - index: 57 line: 3 } start: Object { column: 8 - index: 47 line: 3 } } @@ -244,12 +217,10 @@ JSRoot { filename: "es2020/optional-chaining/super-method-class/input.js" end: Object { column: 15 - index: 54 line: 3 } start: Object { column: 8 - index: 47 line: 3 } } @@ -258,12 +229,10 @@ JSRoot { filename: "es2020/optional-chaining/super-method-class/input.js" end: Object { column: 13 - index: 52 line: 3 } start: Object { column: 8 - index: 47 line: 3 } } @@ -277,12 +246,10 @@ JSRoot { identifierName: "b" end: Object { column: 18 - index: 57 line: 3 } start: Object { column: 17 - index: 56 line: 3 } } @@ -293,12 +260,10 @@ JSRoot { identifierName: "b" end: Object { column: 18 - index: 57 line: 3 } start: Object { column: 17 - index: 56 line: 3 } } diff --git a/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0000/input.test.md b/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0000/input.test.md index f78fc447f13..1564f5bd3ad 100644 --- a/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0000/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0000/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0000/input.js" end: Object { column: 0 - index: 10 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0000/input.js" end: Object { column: 5 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0000/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "x" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0000/input.js" end: Object { column: 3 - index: 7 line: 2 } start: Object { column: 0 - index: 4 line: 2 } } @@ -101,12 +91,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0000/input.js" end: Object { column: 3 - index: 7 line: 2 } start: Object { column: 0 - index: 4 line: 2 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "y" end: Object { column: 3 - index: 7 line: 2 } start: Object { column: 2 - index: 6 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0001/input.test.md b/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0001/input.test.md index 03f09de05c4..16d79c82d92 100644 --- a/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0001/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0001/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0001/input.js" end: Object { column: 0 - index: 10 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0001/input.js" end: Object { column: 5 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0001/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "x" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0001/input.js" end: Object { column: 3 - index: 7 line: 2 } start: Object { column: 0 - index: 4 line: 2 } } @@ -101,12 +91,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0001/input.js" end: Object { column: 3 - index: 7 line: 2 } start: Object { column: 0 - index: 4 line: 2 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "y" end: Object { column: 3 - index: 7 line: 2 } start: Object { column: 2 - index: 6 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0002/input.test.md b/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0002/input.test.md index 7e0082ea6d6..a95a0251d52 100644 --- a/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0002/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0002/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0002/input.js" end: Object { column: 0 - index: 21 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0002/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0002/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0002/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -89,12 +81,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0002/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0003/input.test.md b/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0003/input.test.md index ada70fc3794..660edb391ae 100644 --- a/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0003/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0003/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0003/input.js" end: Object { column: 0 - index: 25 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0003/input.js" end: Object { column: 4 - index: 24 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0003/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0003/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0003/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0003/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -135,12 +121,10 @@ JSRoot { identifierName: "y" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0003/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -165,12 +147,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0003/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -184,12 +164,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0003/input.js" end: Object { column: 2 - index: 22 line: 2 } start: Object { column: 0 - index: 20 line: 2 } } @@ -200,12 +178,10 @@ JSRoot { identifierName: "z" end: Object { column: 1 - index: 21 line: 2 } start: Object { column: 0 - index: 20 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0004/input.test.md b/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0004/input.test.md index 7f0b5d76e09..9e8c1029ea5 100644 --- a/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0004/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0004/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0004/input.js" end: Object { column: 0 - index: 33 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0004/input.js" end: Object { column: 8 - index: 32 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0004/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0004/input.js" end: Object { column: 8 - index: 32 line: 2 } start: Object { column: 13 - index: 13 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0004/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0004/input.js" end: Object { column: 6 - index: 30 line: 2 } start: Object { column: 0 - index: 24 line: 2 } } @@ -115,12 +103,10 @@ JSRoot { identifierName: "there" end: Object { column: 5 - index: 29 line: 2 } start: Object { column: 0 - index: 24 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0005/input.test.md b/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0005/input.test.md index cf8c1493cc9..af550029546 100644 --- a/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0005/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0005/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0005/input.js" end: Object { column: 0 - index: 44 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0005/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0005/input.js" end: Object { column: 8 - index: 43 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0005/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0005/input.js" end: Object { column: 8 - index: 43 line: 2 } start: Object { column: 13 - index: 13 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0005/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0005/input.js" end: Object { column: 6 - index: 41 line: 2 } start: Object { column: 0 - index: 35 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { identifierName: "there" end: Object { column: 5 - index: 40 line: 2 } start: Object { column: 0 - index: 35 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0006/input.test.md b/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0006/input.test.md index fad19ef0140..844fcafaaa3 100644 --- a/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0006/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0006/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0006/input.js" end: Object { column: 0 - index: 56 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0006/input.js" end: Object { column: 10 - index: 47 line: 2 } start: Object { column: 24 - index: 24 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0006/input.js" end: Object { column: 18 - index: 55 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0006/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0006/input.js" end: Object { column: 18 - index: 55 line: 2 } start: Object { column: 13 - index: 13 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0006/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0006/input.js" end: Object { column: 16 - index: 53 line: 2 } start: Object { column: 10 - index: 47 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { identifierName: "there" end: Object { column: 15 - index: 52 line: 2 } start: Object { column: 10 - index: 47 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0007/input.test.md b/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0007/input.test.md index 91a74152ff3..3da1f54938d 100644 --- a/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0007/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0007/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0007/input.js" end: Object { column: 0 - index: 30 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0007/input.js" end: Object { column: 8 - index: 29 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0007/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0007/input.js" end: Object { column: 8 - index: 29 line: 2 } start: Object { column: 13 - index: 13 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0007/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0007/input.js" end: Object { column: 6 - index: 27 line: 2 } start: Object { column: 0 - index: 21 line: 2 } } @@ -115,12 +103,10 @@ JSRoot { identifierName: "there" end: Object { column: 5 - index: 26 line: 2 } start: Object { column: 0 - index: 21 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0008/input.test.md b/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0008/input.test.md index 54ca2099162..8237891d64c 100644 --- a/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0008/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0008/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0008/input.js" end: Object { column: 0 - index: 41 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0008/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0008/input.js" end: Object { column: 8 - index: 40 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0008/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0008/input.js" end: Object { column: 8 - index: 40 line: 2 } start: Object { column: 13 - index: 13 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0008/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0008/input.js" end: Object { column: 6 - index: 38 line: 2 } start: Object { column: 0 - index: 32 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { identifierName: "there" end: Object { column: 5 - index: 37 line: 2 } start: Object { column: 0 - index: 32 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0009/input.test.md b/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0009/input.test.md index 6ac69119f74..9f969a2164b 100644 --- a/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0009/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0009/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0009/input.js" end: Object { column: 0 - index: 53 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0009/input.js" end: Object { column: 10 - index: 44 line: 2 } start: Object { column: 21 - index: 21 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0009/input.js" end: Object { column: 18 - index: 52 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0009/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0009/input.js" end: Object { column: 18 - index: 52 line: 2 } start: Object { column: 13 - index: 13 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0009/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0009/input.js" end: Object { column: 16 - index: 50 line: 2 } start: Object { column: 10 - index: 44 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { identifierName: "there" end: Object { column: 15 - index: 49 line: 2 } start: Object { column: 10 - index: 44 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0010/input.test.md b/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0010/input.test.md index 7bd43ab45b1..284e06159a2 100644 --- a/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0010/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0010/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0010/input.js" end: Object { column: 0 - index: 26 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0010/input.js" end: Object { column: 5 - index: 25 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0010/input.js" end: Object { column: 4 - index: 24 line: 2 } start: Object { column: 1 - index: 1 line: 1 } } @@ -74,12 +68,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0010/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -90,12 +82,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0010/input.js" end: Object { column: 4 - index: 24 line: 2 } start: Object { column: 11 - index: 11 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0010/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0010/input.js" end: Object { column: 2 - index: 22 line: 2 } start: Object { column: 0 - index: 20 line: 2 } } @@ -137,12 +123,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 21 line: 2 } start: Object { column: 0 - index: 20 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0011/input.test.md b/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0011/input.test.md index 8fffbfefc57..b3869dde248 100644 --- a/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0011/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0011/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0011/input.js" end: Object { column: 0 - index: 37 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0011/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0011/input.js" end: Object { column: 5 - index: 36 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0011/input.js" end: Object { column: 4 - index: 35 line: 2 } start: Object { column: 1 - index: 1 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0011/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0011/input.js" end: Object { column: 4 - index: 35 line: 2 } start: Object { column: 11 - index: 11 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0011/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -141,12 +127,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0011/input.js" end: Object { column: 2 - index: 33 line: 2 } start: Object { column: 0 - index: 31 line: 2 } } @@ -158,12 +142,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 32 line: 2 } start: Object { column: 0 - index: 31 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0012/input.test.md b/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0012/input.test.md index e6f5ca70941..0621fc6dc35 100644 --- a/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0012/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0012/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0012/input.js" end: Object { column: 0 - index: 48 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0012/input.js" end: Object { column: 10 - index: 42 line: 2 } start: Object { column: 19 - index: 19 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0012/input.js" end: Object { column: 15 - index: 47 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0012/input.js" end: Object { column: 14 - index: 46 line: 2 } start: Object { column: 1 - index: 1 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0012/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0012/input.js" end: Object { column: 14 - index: 46 line: 2 } start: Object { column: 11 - index: 11 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0012/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -141,12 +127,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0012/input.js" end: Object { column: 12 - index: 44 line: 2 } start: Object { column: 10 - index: 42 line: 2 } } @@ -158,12 +142,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 43 line: 2 } start: Object { column: 10 - index: 42 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0013/input.test.md b/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0013/input.test.md index dedb24db98a..7c9583ae988 100644 --- a/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0013/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0013/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0013/input.js" end: Object { column: 0 - index: 23 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0013/input.js" end: Object { column: 8 - index: 22 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0013/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "error" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0013/input.js" end: Object { column: 6 - index: 20 line: 2 } start: Object { column: 0 - index: 14 line: 2 } } @@ -101,12 +91,10 @@ JSRoot { identifierName: "error" end: Object { column: 5 - index: 19 line: 2 } start: Object { column: 0 - index: 14 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0014/input.test.md b/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0014/input.test.md index 1ee9160fe5b..411e8396055 100644 --- a/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0014/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0014/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0014/input.js" end: Object { column: 0 - index: 33 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0014/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0014/input.js" end: Object { column: 8 - index: 32 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0014/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -89,12 +81,10 @@ JSRoot { identifierName: "error" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0014/input.js" end: Object { column: 6 - index: 30 line: 2 } start: Object { column: 0 - index: 24 line: 2 } } @@ -123,12 +111,10 @@ JSRoot { identifierName: "error" end: Object { column: 5 - index: 29 line: 2 } start: Object { column: 0 - index: 24 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0015/input.test.md b/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0015/input.test.md index 040cc29cdaf..aa26e088267 100644 --- a/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0015/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/automatic-semicolon-insertion/migrated_0015/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0015/input.js" end: Object { column: 0 - index: 45 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0015/input.js" end: Object { column: 10 - index: 36 line: 2 } start: Object { column: 13 - index: 13 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0015/input.js" end: Object { column: 18 - index: 44 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0015/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -89,12 +81,10 @@ JSRoot { identifierName: "error" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "esprima/automatic-semicolon-insertion/migrated_0015/input.js" end: Object { column: 16 - index: 42 line: 2 } start: Object { column: 10 - index: 36 line: 2 } } @@ -123,12 +111,10 @@ JSRoot { identifierName: "error" end: Object { column: 15 - index: 41 line: 2 } start: Object { column: 10 - index: 36 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/declaration-const/migrated_0000/input.test.md b/internal/js-parser/test-fixtures/esprima/declaration-const/migrated_0000/input.test.md index 61cf73d0bf5..71ec9e64c69 100644 --- a/internal/js-parser/test-fixtures/esprima/declaration-const/migrated_0000/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/declaration-const/migrated_0000/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/declaration-const/migrated_0000/input.js" end: Object { column: 0 - index: 13 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/declaration-const/migrated_0000/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/declaration-const/migrated_0000/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/declaration-const/migrated_0000/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "esprima/declaration-const/migrated_0000/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/declaration-const/migrated_0001/input.test.md b/internal/js-parser/test-fixtures/esprima/declaration-const/migrated_0001/input.test.md index 2528efe057c..405a3bed0cc 100644 --- a/internal/js-parser/test-fixtures/esprima/declaration-const/migrated_0001/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/declaration-const/migrated_0001/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/declaration-const/migrated_0001/input.js" end: Object { column: 0 - index: 17 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/declaration-const/migrated_0001/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/declaration-const/migrated_0001/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/declaration-const/migrated_0001/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "x" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "esprima/declaration-const/migrated_0001/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "esprima/declaration-const/migrated_0001/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/declaration-const/migrated_0002/input.test.md b/internal/js-parser/test-fixtures/esprima/declaration-const/migrated_0002/input.test.md index 3e86e0ac755..b7b15822e4a 100644 --- a/internal/js-parser/test-fixtures/esprima/declaration-const/migrated_0002/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/declaration-const/migrated_0002/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/declaration-const/migrated_0002/input.js" end: Object { column: 0 - index: 34 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/declaration-const/migrated_0002/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/declaration-const/migrated_0002/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/declaration-const/migrated_0002/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "x" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "esprima/declaration-const/migrated_0002/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "esprima/declaration-const/migrated_0002/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -135,12 +121,10 @@ JSRoot { identifierName: "y" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "esprima/declaration-const/migrated_0002/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -165,12 +147,10 @@ JSRoot { filename: "esprima/declaration-const/migrated_0002/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -184,12 +164,10 @@ JSRoot { identifierName: "z" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -198,12 +176,10 @@ JSRoot { filename: "esprima/declaration-const/migrated_0002/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -214,12 +190,10 @@ JSRoot { filename: "esprima/declaration-const/migrated_0002/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/declaration-function/dupe-param/input.test.md b/internal/js-parser/test-fixtures/esprima/declaration-function/dupe-param/input.test.md index c99b2142d0d..ff97e63394c 100644 --- a/internal/js-parser/test-fixtures/esprima/declaration-function/dupe-param/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/declaration-function/dupe-param/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/declaration-function/dupe-param/input.js" end: Object { column: 0 - index: 33 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { sourceText: undefined end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -68,12 +64,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -91,12 +85,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "esprima/declaration-function/dupe-param/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "esprima/declaration-function/dupe-param/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "esprima/declaration-function/dupe-param/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -160,12 +146,10 @@ JSRoot { filename: "esprima/declaration-function/dupe-param/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -177,12 +161,10 @@ JSRoot { identifierName: "x" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -193,12 +175,10 @@ JSRoot { filename: "esprima/declaration-function/dupe-param/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -211,12 +191,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -227,12 +205,10 @@ JSRoot { filename: "esprima/declaration-function/dupe-param/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0000/input.test.md b/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0000/input.test.md index 62fb31e5314..8a8b95744cc 100644 --- a/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0000/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0000/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0000/input.js" end: Object { column: 0 - index: 30 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0000/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0000/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0000/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0000/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0000/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { identifierName: "sayHi" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0001/input.test.md b/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0001/input.test.md index f2d1d5ee749..1c1db5af4f8 100644 --- a/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0001/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0001/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0001/input.js" end: Object { column: 0 - index: 20 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "eval" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0001/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0001/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0001/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0002/input.test.md b/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0002/input.test.md index 74f0f92b2d1..2a8762ca8d9 100644 --- a/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0002/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0002/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0002/input.js" end: Object { column: 0 - index: 25 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0002/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0002/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0002/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0003/input.test.md b/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0003/input.test.md index 3095ec34840..0bd7c4e9bd9 100644 --- a/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0003/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0003/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0003/input.js" end: Object { column: 0 - index: 24 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "test" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0003/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0003/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0003/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { identifierName: "t" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0003/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { identifierName: "t" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0003/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0004/input.test.md b/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0004/input.test.md index e668a52a991..7cc07022655 100644 --- a/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0004/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0004/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0004/input.js" end: Object { column: 0 - index: 26 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0004/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { identifierName: "test" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0004/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0004/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0004/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { identifierName: "t" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -139,12 +125,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0004/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { identifierName: "t" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0004/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0005/input.test.md b/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0005/input.test.md index 4c9311788c9..8ded100a7c1 100644 --- a/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0005/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0005/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0005/input.js" end: Object { column: 0 - index: 54 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "eval" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0005/input.js" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0005/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0005/input.js" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -110,12 +100,10 @@ JSRoot { identifierName: "inner" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0005/input.js" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -146,12 +132,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0005/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -162,12 +146,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0005/input.js" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -178,12 +160,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0005/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0006/input.test.md b/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0006/input.test.md index 04939e88294..16c1139bcf3 100644 --- a/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0006/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0006/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0006/input.js" end: Object { column: 0 - index: 31 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0006/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0006/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "a" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0006/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0006/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0006/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0006/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { identifierName: "sayHi" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0007/input.test.md b/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0007/input.test.md index a88a2eea1d1..2d18c1ef82e 100644 --- a/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0007/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0007/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0007/input.js" end: Object { column: 0 - index: 34 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0007/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0007/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0007/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0007/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { identifierName: "sayHi" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -141,12 +127,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0007/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { identifierName: "a" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -174,12 +156,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0007/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -192,12 +172,10 @@ JSRoot { identifierName: "b" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -208,12 +186,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0007/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0008/input.test.md b/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0008/input.test.md index c7b705b6ef4..c13183b51b3 100644 --- a/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0008/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0008/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0008/input.js" end: Object { column: 0 - index: 33 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0008/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0008/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "hi" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0008/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0008/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0008/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0008/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0008/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -167,12 +149,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0008/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -183,12 +163,10 @@ JSRoot { identifierName: "sayHi" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0009/input.test.md b/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0009/input.test.md index 63725e444ad..baeee958242 100644 --- a/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0009/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0009/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0009/input.js" end: Object { column: 0 - index: 30 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0009/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0009/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "hi" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0009/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { identifierName: "eval" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0009/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0009/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -154,12 +138,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0009/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0010/input.test.md b/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0010/input.test.md index e6ee42bfb0f..261324b8b80 100644 --- a/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0010/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0010/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0010/input.js" end: Object { column: 0 - index: 35 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0010/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0010/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "hi" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0010/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0010/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0010/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -154,12 +138,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0010/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0011/input.test.md b/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0011/input.test.md index 6097a00697f..f74a8735af8 100644 --- a/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0011/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0011/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0011/input.js" end: Object { column: 0 - index: 39 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0011/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0011/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "hello" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0011/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { identifierName: "hi" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0011/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0011/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -153,12 +137,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0011/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -168,12 +150,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0011/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -183,12 +163,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0011/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -199,12 +177,10 @@ JSRoot { identifierName: "sayHi" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0012/input.test.md b/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0012/input.test.md index 4fd188b90b8..3c87be44038 100644 --- a/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0012/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0012/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0012/input.js" end: Object { column: 0 - index: 15 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0012/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0012/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0012/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0012/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0013/input.test.md b/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0013/input.test.md index 4bab0eee678..5f672cb8345 100644 --- a/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0013/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0013/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0013/input.js" end: Object { column: 0 - index: 33 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "universe" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0013/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0013/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0013/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0013/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0014/input.test.md b/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0014/input.test.md index 25c0f239ef5..114160aab51 100644 --- a/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0014/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/declaration-function/migrated_0014/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0014/input.js" end: Object { column: 0 - index: 39 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "test" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0014/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0014/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0014/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0014/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0014/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0014/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -154,12 +138,10 @@ JSRoot { filename: "esprima/declaration-function/migrated_0014/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/declaration-let/migrated_0000/input.test.md b/internal/js-parser/test-fixtures/esprima/declaration-let/migrated_0000/input.test.md index 147d4489991..9a1a07e7e65 100644 --- a/internal/js-parser/test-fixtures/esprima/declaration-let/migrated_0000/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/declaration-let/migrated_0000/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/declaration-let/migrated_0000/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/declaration-let/migrated_0000/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/declaration-let/migrated_0000/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/declaration-let/migrated_0000/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/declaration-let/migrated_0001/input.test.md b/internal/js-parser/test-fixtures/esprima/declaration-let/migrated_0001/input.test.md index 434ab9eb076..217af558170 100644 --- a/internal/js-parser/test-fixtures/esprima/declaration-let/migrated_0001/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/declaration-let/migrated_0001/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/declaration-let/migrated_0001/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/declaration-let/migrated_0001/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/declaration-let/migrated_0001/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/declaration-let/migrated_0001/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "esprima/declaration-let/migrated_0001/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/declaration-let/migrated_0002/input.test.md b/internal/js-parser/test-fixtures/esprima/declaration-let/migrated_0002/input.test.md index 7ffc3757ede..8282ee6c6b8 100644 --- a/internal/js-parser/test-fixtures/esprima/declaration-let/migrated_0002/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/declaration-let/migrated_0002/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/declaration-let/migrated_0002/input.js" end: Object { column: 0 - index: 15 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/declaration-let/migrated_0002/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/declaration-let/migrated_0002/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/declaration-let/migrated_0002/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "esprima/declaration-let/migrated_0002/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "esprima/declaration-let/migrated_0002/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/declaration-let/migrated_0003/input.test.md b/internal/js-parser/test-fixtures/esprima/declaration-let/migrated_0003/input.test.md index fbbed2b9a1d..8fb41967160 100644 --- a/internal/js-parser/test-fixtures/esprima/declaration-let/migrated_0003/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/declaration-let/migrated_0003/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/declaration-let/migrated_0003/input.js" end: Object { column: 0 - index: 32 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/declaration-let/migrated_0003/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/declaration-let/migrated_0003/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/declaration-let/migrated_0003/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "esprima/declaration-let/migrated_0003/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "esprima/declaration-let/migrated_0003/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -135,12 +121,10 @@ JSRoot { identifierName: "y" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "esprima/declaration-let/migrated_0003/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -165,12 +147,10 @@ JSRoot { filename: "esprima/declaration-let/migrated_0003/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -184,12 +164,10 @@ JSRoot { identifierName: "z" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -198,12 +176,10 @@ JSRoot { filename: "esprima/declaration-let/migrated_0003/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -214,12 +190,10 @@ JSRoot { filename: "esprima/declaration-let/migrated_0003/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/directive-prolog/migrated_0000/input.test.md b/internal/js-parser/test-fixtures/esprima/directive-prolog/migrated_0000/input.test.md index 019c46e3943..2e1b9af97ee 100644 --- a/internal/js-parser/test-fixtures/esprima/directive-prolog/migrated_0000/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/directive-prolog/migrated_0000/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/directive-prolog/migrated_0000/input.js" end: Object { column: 0 - index: 47 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/directive-prolog/migrated_0000/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/directive-prolog/migrated_0000/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "esprima/directive-prolog/migrated_0000/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -89,12 +81,10 @@ JSRoot { filename: "esprima/directive-prolog/migrated_0000/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { filename: "esprima/directive-prolog/migrated_0000/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "esprima/directive-prolog/migrated_0000/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "esprima/directive-prolog/migrated_0000/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -151,12 +135,10 @@ JSRoot { filename: "esprima/directive-prolog/migrated_0000/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -168,12 +150,10 @@ JSRoot { identifierName: "i" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/directive-prolog/migrated_0001/input.test.md b/internal/js-parser/test-fixtures/esprima/directive-prolog/migrated_0001/input.test.md index 86a6f5d6613..ea6af982b96 100644 --- a/internal/js-parser/test-fixtures/esprima/directive-prolog/migrated_0001/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/directive-prolog/migrated_0001/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/directive-prolog/migrated_0001/input.js" end: Object { column: 0 - index: 45 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/directive-prolog/migrated_0001/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/directive-prolog/migrated_0001/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "esprima/directive-prolog/migrated_0001/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -89,12 +81,10 @@ JSRoot { filename: "esprima/directive-prolog/migrated_0001/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { filename: "esprima/directive-prolog/migrated_0001/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "esprima/directive-prolog/migrated_0001/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "esprima/directive-prolog/migrated_0001/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -151,12 +135,10 @@ JSRoot { filename: "esprima/directive-prolog/migrated_0001/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } @@ -168,12 +150,10 @@ JSRoot { identifierName: "i" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-array-binding-pattern/array-binding-pattern-01/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-array-binding-pattern/array-binding-pattern-01/input.test.md index c83bc0ce6e4..f31403278ab 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-array-binding-pattern/array-binding-pattern-01/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-array-binding-pattern/array-binding-pattern-01/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-array-binding-pattern/array-binding-pattern-01/input.js" end: Object { column: 0 - index: 14 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-array-binding-pattern/array-binding-pattern-01/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-array-binding-pattern/array-binding-pattern-01/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -65,12 +59,10 @@ JSRoot { filename: "esprima/es2015-array-binding-pattern/array-binding-pattern-01/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -82,12 +74,10 @@ JSRoot { filename: "esprima/es2015-array-binding-pattern/array-binding-pattern-01/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { filename: "esprima/es2015-array-binding-pattern/array-binding-pattern-01/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "esprima/es2015-array-binding-pattern/array-binding-pattern-01/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-array-binding-pattern/array-binding-pattern-02/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-array-binding-pattern/array-binding-pattern-02/input.test.md index 1b1daea52c5..162787616e5 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-array-binding-pattern/array-binding-pattern-02/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-array-binding-pattern/array-binding-pattern-02/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-array-binding-pattern/array-binding-pattern-02/input.js" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-array-binding-pattern/array-binding-pattern-02/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-array-binding-pattern/array-binding-pattern-02/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "esprima/es2015-array-binding-pattern/array-binding-pattern-02/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "esprima/es2015-array-binding-pattern/array-binding-pattern-02/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "esprima/es2015-array-binding-pattern/array-binding-pattern-02/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { identifierName: "b" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-array-binding-pattern/array-binding-pattern-03/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-array-binding-pattern/array-binding-pattern-03/input.test.md index 7476aee9c69..1aeb01597a1 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-array-binding-pattern/array-binding-pattern-03/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-array-binding-pattern/array-binding-pattern-03/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-array-binding-pattern/array-binding-pattern-03/input.js" end: Object { column: 0 - index: 15 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-array-binding-pattern/array-binding-pattern-03/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-array-binding-pattern/array-binding-pattern-03/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "esprima/es2015-array-binding-pattern/array-binding-pattern-03/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "esprima/es2015-array-binding-pattern/array-binding-pattern-03/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "esprima/es2015-array-binding-pattern/array-binding-pattern-03/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { identifierName: "b" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-array-binding-pattern/array-binding-pattern-empty/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-array-binding-pattern/array-binding-pattern-empty/input.test.md index 41324c648eb..1c6a9182d9c 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-array-binding-pattern/array-binding-pattern-empty/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-array-binding-pattern/array-binding-pattern-empty/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-array-binding-pattern/array-binding-pattern-empty/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-array-binding-pattern/array-binding-pattern-empty/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-array-binding-pattern/array-binding-pattern-empty/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "esprima/es2015-array-binding-pattern/array-binding-pattern-empty/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "esprima/es2015-array-binding-pattern/array-binding-pattern-empty/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { filename: "esprima/es2015-array-binding-pattern/array-binding-pattern-empty/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-array-binding-pattern/elision/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-array-binding-pattern/elision/input.test.md index 8bac95c1566..6dc25702962 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-array-binding-pattern/elision/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-array-binding-pattern/elision/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-array-binding-pattern/elision/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-array-binding-pattern/elision/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-array-binding-pattern/elision/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "esprima/es2015-array-binding-pattern/elision/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "esprima/es2015-array-binding-pattern/elision/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "esprima/es2015-array-binding-pattern/elision/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "esprima/es2015-array-binding-pattern/elision/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "esprima/es2015-array-binding-pattern/elision/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-array-binding-pattern/invalid-dup-param/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-array-binding-pattern/invalid-dup-param/input.test.md index 7a43b2677e8..5adcdb8052f 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-array-binding-pattern/invalid-dup-param/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-array-binding-pattern/invalid-dup-param/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-array-binding-pattern/invalid-dup-param/input.js" end: Object { column: 0 - index: 19 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { sourceText: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -68,12 +64,10 @@ JSRoot { identifierName: "b" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -88,12 +82,10 @@ JSRoot { filename: "esprima/es2015-array-binding-pattern/invalid-dup-param/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -102,12 +94,10 @@ JSRoot { filename: "esprima/es2015-array-binding-pattern/invalid-dup-param/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -118,12 +108,10 @@ JSRoot { filename: "esprima/es2015-array-binding-pattern/invalid-dup-param/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -138,12 +126,10 @@ JSRoot { filename: "esprima/es2015-array-binding-pattern/invalid-dup-param/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "esprima/es2015-array-binding-pattern/invalid-dup-param/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -169,12 +153,10 @@ JSRoot { identifierName: "b" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -187,12 +169,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -203,12 +183,10 @@ JSRoot { filename: "esprima/es2015-array-binding-pattern/invalid-dup-param/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -220,12 +198,10 @@ JSRoot { identifierName: "b" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/dupe-param-1/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/dupe-param-1/input.test.md index ce8ccefe34f..b843a591686 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/dupe-param-1/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/dupe-param-1/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/dupe-param-1/input.js" end: Object { column: 0 - index: 35 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/dupe-param-1/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { sourceText: undefined end: Object { column: 15 - index: 29 line: 2 } start: Object { column: 14 - index: 28 line: 2 } } @@ -85,12 +79,10 @@ JSRoot { identifierName: "a" end: Object { column: 15 - index: 29 line: 2 } start: Object { column: 14 - index: 28 line: 2 } } @@ -108,12 +100,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 24 line: 2 } start: Object { column: 9 - index: 23 line: 2 } } @@ -122,12 +112,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/dupe-param-1/input.js" end: Object { column: 20 - index: 34 line: 2 } start: Object { column: 0 - index: 14 line: 2 } } @@ -138,12 +126,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/dupe-param-1/input.js" end: Object { column: 20 - index: 34 line: 2 } start: Object { column: 17 - index: 31 line: 2 } } @@ -160,12 +146,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/dupe-param-1/input.js" end: Object { column: 17 - index: 31 line: 2 } start: Object { column: 10 - index: 24 line: 2 } } @@ -176,12 +160,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/dupe-param-1/input.js" end: Object { column: 16 - index: 30 line: 2 } start: Object { column: 11 - index: 25 line: 2 } } @@ -192,12 +174,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/dupe-param-1/input.js" end: Object { column: 16 - index: 30 line: 2 } start: Object { column: 11 - index: 25 line: 2 } } @@ -210,12 +190,10 @@ JSRoot { identifierName: "a" end: Object { column: 13 - index: 27 line: 2 } start: Object { column: 12 - index: 26 line: 2 } } @@ -226,12 +204,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/dupe-param-1/input.js" end: Object { column: 13 - index: 27 line: 2 } start: Object { column: 12 - index: 26 line: 2 } } @@ -244,12 +220,10 @@ JSRoot { identifierName: "a" end: Object { column: 15 - index: 29 line: 2 } start: Object { column: 14 - index: 28 line: 2 } } @@ -260,12 +234,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/dupe-param-1/input.js" end: Object { column: 15 - index: 29 line: 2 } start: Object { column: 14 - index: 28 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/dupe-param-2/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/dupe-param-2/input.test.md index 5afc75c3301..ad07ebe2b60 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/dupe-param-2/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/dupe-param-2/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/dupe-param-2/input.js" end: Object { column: 0 - index: 38 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/dupe-param-2/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { sourceText: undefined end: Object { column: 13 - index: 27 line: 2 } start: Object { column: 12 - index: 26 line: 2 } } @@ -85,12 +79,10 @@ JSRoot { identifierName: "a" end: Object { column: 13 - index: 27 line: 2 } start: Object { column: 12 - index: 26 line: 2 } } @@ -108,12 +100,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 24 line: 2 } start: Object { column: 9 - index: 23 line: 2 } } @@ -122,12 +112,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/dupe-param-2/input.js" end: Object { column: 23 - index: 37 line: 2 } start: Object { column: 0 - index: 14 line: 2 } } @@ -138,12 +126,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/dupe-param-2/input.js" end: Object { column: 23 - index: 37 line: 2 } start: Object { column: 20 - index: 34 line: 2 } } @@ -160,12 +146,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/dupe-param-2/input.js" end: Object { column: 20 - index: 34 line: 2 } start: Object { column: 10 - index: 24 line: 2 } } @@ -175,12 +159,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/dupe-param-2/input.js" end: Object { column: 19 - index: 33 line: 2 } start: Object { column: 11 - index: 25 line: 2 } } @@ -191,12 +173,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/dupe-param-2/input.js" end: Object { column: 19 - index: 33 line: 2 } start: Object { column: 11 - index: 25 line: 2 } } @@ -208,12 +188,10 @@ JSRoot { identifierName: "a" end: Object { column: 18 - index: 32 line: 2 } start: Object { column: 17 - index: 31 line: 2 } } @@ -224,12 +202,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/dupe-param-2/input.js" end: Object { column: 18 - index: 32 line: 2 } start: Object { column: 17 - index: 31 line: 2 } } @@ -243,12 +219,10 @@ JSRoot { identifierName: "a" end: Object { column: 13 - index: 27 line: 2 } start: Object { column: 12 - index: 26 line: 2 } } @@ -259,12 +233,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/dupe-param-2/input.js" end: Object { column: 13 - index: 27 line: 2 } start: Object { column: 12 - index: 26 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/dupe-param-3/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/dupe-param-3/input.test.md index 530aa2ed2f0..0c2024dcb1a 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/dupe-param-3/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/dupe-param-3/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/dupe-param-3/input.js" end: Object { column: 0 - index: 40 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/dupe-param-3/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { sourceText: undefined end: Object { column: 14 - index: 28 line: 2 } start: Object { column: 13 - index: 27 line: 2 } } @@ -85,12 +79,10 @@ JSRoot { identifierName: "a" end: Object { column: 14 - index: 28 line: 2 } start: Object { column: 13 - index: 27 line: 2 } } @@ -108,12 +100,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 24 line: 2 } start: Object { column: 9 - index: 23 line: 2 } } @@ -122,12 +112,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/dupe-param-3/input.js" end: Object { column: 25 - index: 39 line: 2 } start: Object { column: 0 - index: 14 line: 2 } } @@ -138,12 +126,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/dupe-param-3/input.js" end: Object { column: 25 - index: 39 line: 2 } start: Object { column: 22 - index: 36 line: 2 } } @@ -160,12 +146,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/dupe-param-3/input.js" end: Object { column: 22 - index: 36 line: 2 } start: Object { column: 10 - index: 24 line: 2 } } @@ -175,12 +159,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/dupe-param-3/input.js" end: Object { column: 21 - index: 35 line: 2 } start: Object { column: 11 - index: 25 line: 2 } } @@ -191,12 +173,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/dupe-param-3/input.js" end: Object { column: 21 - index: 35 line: 2 } start: Object { column: 11 - index: 25 line: 2 } } @@ -208,12 +188,10 @@ JSRoot { identifierName: "a" end: Object { column: 20 - index: 34 line: 2 } start: Object { column: 19 - index: 33 line: 2 } } @@ -224,12 +202,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/dupe-param-3/input.js" end: Object { column: 20 - index: 34 line: 2 } start: Object { column: 19 - index: 33 line: 2 } } @@ -242,12 +218,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/dupe-param-3/input.js" end: Object { column: 15 - index: 29 line: 2 } start: Object { column: 12 - index: 26 line: 2 } } @@ -258,12 +232,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/dupe-param-3/input.js" end: Object { column: 15 - index: 29 line: 2 } start: Object { column: 12 - index: 26 line: 2 } } @@ -278,12 +250,10 @@ JSRoot { identifierName: "a" end: Object { column: 14 - index: 28 line: 2 } start: Object { column: 13 - index: 27 line: 2 } } @@ -292,12 +262,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/dupe-param-3/input.js" end: Object { column: 14 - index: 28 line: 2 } start: Object { column: 13 - index: 27 line: 2 } } @@ -309,12 +277,10 @@ JSRoot { identifierName: "a" end: Object { column: 14 - index: 28 line: 2 } start: Object { column: 13 - index: 27 line: 2 } } @@ -323,12 +289,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/dupe-param-3/input.js" end: Object { column: 14 - index: 28 line: 2 } start: Object { column: 13 - index: 27 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/elision/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/elision/input.test.md index b0cd4c20f62..c87400f653a 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/elision/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/elision/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/elision/input.js" end: Object { column: 0 - index: 14 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/elision/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/elision/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/elision/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "a" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/elision/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/elision/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -135,12 +121,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/elision/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/empty-pattern-catch-param/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/empty-pattern-catch-param/input.test.md index c3025989251..ae229fa8a3b 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/empty-pattern-catch-param/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/empty-pattern-catch-param/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/empty-pattern-catch-param/input.js" end: Object { column: 0 - index: 22 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/empty-pattern-catch-param/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/empty-pattern-catch-param/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/empty-pattern-catch-param/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/empty-pattern-catch-param/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/empty-pattern-catch-param/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/empty-pattern-fn/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/empty-pattern-fn/input.test.md index cee97dbd0ae..93d7dd458fa 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/empty-pattern-fn/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/empty-pattern-fn/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/empty-pattern-fn/input.js" end: Object { column: 0 - index: 18 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/empty-pattern-fn/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/empty-pattern-fn/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/empty-pattern-fn/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/empty-pattern-fn/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/empty-pattern-fn/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/empty-pattern-lexical/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/empty-pattern-lexical/input.test.md index 2c13ab95f43..8214864f49f 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/empty-pattern-lexical/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/empty-pattern-lexical/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/empty-pattern-lexical/input.js" end: Object { column: 0 - index: 13 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/empty-pattern-lexical/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/empty-pattern-lexical/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/empty-pattern-lexical/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/empty-pattern-lexical/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/empty-pattern-lexical/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/empty-pattern-var/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/empty-pattern-var/input.test.md index c4e83121c65..b0e72a2daa2 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/empty-pattern-var/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/empty-pattern-var/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/empty-pattern-var/input.js" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/empty-pattern-var/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/empty-pattern-var/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/empty-pattern-var/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/empty-pattern-var/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/empty-pattern-var/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/hole/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/hole/input.test.md index c50da655a39..429dd4f95b6 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/hole/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/hole/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/hole/input.js" end: Object { column: 0 - index: 13 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/hole/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/hole/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/hole/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "a" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/hole/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/hole/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -135,12 +121,10 @@ JSRoot { identifierName: "b" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -151,12 +135,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/hole/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -168,12 +150,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/hole/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -184,12 +164,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/hole/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/nested-pattern/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/nested-pattern/input.test.md index f17412a1463..666a05d2568 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/nested-pattern/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/nested-pattern/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/nested-pattern/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/nested-pattern/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/nested-pattern/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/nested-pattern/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/nested-pattern/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/nested-pattern/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/nested-pattern/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -135,12 +121,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/nested-pattern/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/patterned-catch/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/patterned-catch/input.test.md index fcd1bfc4de1..7e66e6ae325 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/patterned-catch/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/patterned-catch/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/patterned-catch/input.js" end: Object { column: 0 - index: 50 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/patterned-catch/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/patterned-catch/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/patterned-catch/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/patterned-catch/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/patterned-catch/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { identifierName: "a" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/patterned-catch/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { identifierName: "b" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -168,12 +150,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/patterned-catch/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -185,12 +165,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/patterned-catch/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -201,12 +179,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/patterned-catch/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -221,12 +197,10 @@ JSRoot { identifierName: "c" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -235,12 +209,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/patterned-catch/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -252,12 +224,10 @@ JSRoot { identifierName: "c" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -266,12 +236,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/patterned-catch/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -285,12 +253,10 @@ JSRoot { identifierName: "d" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -299,12 +265,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/patterned-catch/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -314,12 +278,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/patterned-catch/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -330,12 +292,10 @@ JSRoot { identifierName: "e" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -347,12 +307,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/patterned-catch/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -362,12 +320,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/patterned-catch/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -381,12 +337,10 @@ JSRoot { identifierName: "f" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -395,12 +349,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/patterned-catch/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -410,12 +362,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/patterned-catch/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -426,12 +376,10 @@ JSRoot { identifierName: "g" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -443,12 +391,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/patterned-catch/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -458,12 +404,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/patterned-catch/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -477,12 +421,10 @@ JSRoot { identifierName: "h" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -491,12 +433,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/patterned-catch/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -506,12 +446,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/patterned-catch/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -522,12 +460,10 @@ JSRoot { identifierName: "h" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -539,12 +475,10 @@ JSRoot { identifierName: "i" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -554,12 +488,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/patterned-catch/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/rest/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/rest/input.test.md index 04e27e51cc9..57c8a1dbffd 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/rest/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/rest/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/rest/input.js" end: Object { column: 0 - index: 16 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/rest/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/rest/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/rest/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "a" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/rest/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/rest/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/rest/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/tailing-hold/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/tailing-hold/input.test.md index 802a19c3bc7..6ad015c7f57 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/tailing-hold/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/tailing-hold/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/tailing-hold/input.js" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/tailing-hold/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/tailing-hold/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/tailing-hold/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "a" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/tailing-hold/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/tailing-hold/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/tailing-hold/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -150,12 +134,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/tailing-hold/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/with-default-catch-param-fail/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/with-default-catch-param-fail/input.test.md index 646a28929c6..ec61405d929 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/with-default-catch-param-fail/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/with-default-catch-param-fail/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/with-default-catch-param-fail/input.js" end: Object { column: 0 - index: 29 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { sourceText: undefined end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -72,12 +68,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/with-default-catch-param-fail/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -93,12 +87,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/with-default-catch-param-fail/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -109,12 +101,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/with-default-catch-param-fail/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -124,12 +114,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/with-default-catch-param-fail/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -139,12 +127,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/with-default-catch-param-fail/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -156,12 +142,10 @@ JSRoot { identifierName: "a" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -172,12 +156,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/with-default-catch-param-fail/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -191,12 +173,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/with-default-catch-param-fail/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -206,12 +186,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/with-default-catch-param-fail/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -220,12 +198,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/with-default-catch-param-fail/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -235,12 +211,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/with-default-catch-param-fail/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -252,12 +226,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/with-default-catch-param-fail/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -266,12 +238,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/with-default-catch-param-fail/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -283,12 +253,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/with-default-catch-param-fail/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -298,12 +266,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/with-default-catch-param-fail/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -316,12 +282,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/with-default-catch-param-fail/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/with-default-catch-param/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/with-default-catch-param/input.test.md index aa3b0458da7..e1e52cdb0b2 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/with-default-catch-param/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/with-default-catch-param/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/with-default-catch-param/input.js" end: Object { column: 0 - index: 28 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/with-default-catch-param/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/with-default-catch-param/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/with-default-catch-param/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/with-default-catch-param/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/with-default-catch-param/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/with-default-catch-param/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/with-default-catch-param/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { identifierName: "a" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -165,12 +147,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/with-default-catch-param/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/with-default-fn/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/with-default-fn/input.test.md index 0a07f6011b1..8a3581a956b 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/with-default-fn/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/with-default-fn/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/with-default-fn/input.js" end: Object { column: 0 - index: 21 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/with-default-fn/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/with-default-fn/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/with-default-fn/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/with-default-fn/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/with-default-fn/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -140,12 +126,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/with-default-fn/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -156,12 +140,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/with-default-fn/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { identifierName: "a" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -189,12 +169,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/with-default-fn/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/with-object-pattern/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/with-object-pattern/input.test.md index 0f4fc221167..7e1c41f31ce 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/with-object-pattern/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-array-pattern/with-object-pattern/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/with-object-pattern/input.js" end: Object { column: 0 - index: 14 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/with-object-pattern/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/with-object-pattern/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/with-object-pattern/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/with-object-pattern/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/with-object-pattern/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { identifierName: "a" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -135,12 +121,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/with-object-pattern/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { identifierName: "a" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -166,12 +148,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/with-object-pattern/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -184,12 +164,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/with-object-pattern/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -200,12 +178,10 @@ JSRoot { filename: "esprima/es2015-array-pattern/with-object-pattern/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/arrow-rest-forgetting-comma/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/arrow-rest-forgetting-comma/input.test.md index 01d499dd73d..a980ac84ad4 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/arrow-rest-forgetting-comma/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/arrow-rest-forgetting-comma/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/arrow-rest-forgetting-comma/input.js" end: Object { column: 0 - index: 14 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/arrow-rest-forgetting-comma/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { identifierName: "a" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/arrow-rest-forgetting-comma/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/arrow-rest-forgetting-comma/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/arrow-rest-forgetting-comma/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -145,12 +131,10 @@ JSRoot { identifierName: "b" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -161,12 +145,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/arrow-rest-forgetting-comma/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -176,12 +158,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/arrow-rest-forgetting-comma/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -192,12 +172,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/arrow-rest-forgetting-comma/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -207,12 +185,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/arrow-rest-forgetting-comma/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -223,12 +199,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/arrow-rest-forgetting-comma/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -239,12 +213,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/arrow-rest-forgetting-comma/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/arrow-with-multiple-arg-and-rest/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/arrow-with-multiple-arg-and-rest/input.test.md index 116bf5076d9..633e17d55ab 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/arrow-with-multiple-arg-and-rest/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/arrow-with-multiple-arg-and-rest/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/arrow-with-multiple-arg-and-rest/input.js" end: Object { column: 0 - index: 17 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/arrow-with-multiple-arg-and-rest/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/arrow-with-multiple-arg-and-rest/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/arrow-with-multiple-arg-and-rest/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/arrow-with-multiple-arg-and-rest/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "c" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { identifierName: "a" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { identifierName: "b" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/arrow-with-multiple-rest/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/arrow-with-multiple-rest/input.test.md index a7546e327ab..33170853c43 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/arrow-with-multiple-rest/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/arrow-with-multiple-rest/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/arrow-with-multiple-rest/input.js" end: Object { column: 0 - index: 18 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/arrow-with-multiple-rest/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/arrow-with-multiple-rest/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/arrow-with-multiple-rest/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -110,12 +100,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/arrow-with-multiple-rest/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -126,12 +114,10 @@ JSRoot { identifierName: "b" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/arrow-with-multiple-rest/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/arrow-with-only-rest/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/arrow-with-only-rest/input.test.md index a2a0b0e271e..19fb486cb87 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/arrow-with-only-rest/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/arrow-with-only-rest/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/arrow-with-only-rest/input.js" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/arrow-with-only-rest/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/arrow-with-only-rest/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/arrow-with-only-rest/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/arrow-with-only-rest/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "a" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/complex-rest-in-arrow-not-allowed/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/complex-rest-in-arrow-not-allowed/input.test.md index d7fb228b55b..59956c0300e 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/complex-rest-in-arrow-not-allowed/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/complex-rest-in-arrow-not-allowed/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/complex-rest-in-arrow-not-allowed/input.js" end: Object { column: 0 - index: 17 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/complex-rest-in-arrow-not-allowed/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/complex-rest-in-arrow-not-allowed/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/complex-rest-in-arrow-not-allowed/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/complex-rest-in-arrow-not-allowed/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "a" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/complex-rest-in-arrow-not-allowed/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { identifierName: "a" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/invalid-duplicated-params/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/invalid-duplicated-params/input.test.md index d42cf5b882c..b66f8de3066 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/invalid-duplicated-params/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/invalid-duplicated-params/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/invalid-duplicated-params/input.js" end: Object { column: 0 - index: 13 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -68,12 +64,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -88,12 +82,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/invalid-duplicated-params/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -102,12 +94,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/invalid-duplicated-params/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -118,12 +108,10 @@ JSRoot { identifierName: "y" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -138,12 +126,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/invalid-duplicated-params/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -155,12 +141,10 @@ JSRoot { identifierName: "x" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -172,12 +156,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/invalid-line-terminator-arrow/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/invalid-line-terminator-arrow/input.test.md index ec5cfd13e52..cd2dbd216d2 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/invalid-line-terminator-arrow/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/invalid-line-terminator-arrow/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/invalid-line-terminator-arrow/input.js" end: Object { column: 0 - index: 9 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/invalid-line-terminator-arrow/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/invalid-line-terminator-arrow/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/invalid-line-terminator-arrow/input.js" end: Object { column: 2 - index: 5 line: 2 } start: Object { column: 0 - index: 3 line: 2 } } @@ -107,12 +97,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/invalid-line-terminator-arrow/input.js" end: Object { column: 2 - index: 5 line: 2 } start: Object { column: 0 - index: 3 line: 2 } } @@ -123,12 +111,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/invalid-line-terminator-arrow/input.js" end: Object { column: 5 - index: 8 line: 2 } start: Object { column: 3 - index: 6 line: 2 } } @@ -139,12 +125,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/invalid-line-terminator-arrow/input.js" end: Object { column: 5 - index: 8 line: 2 } start: Object { column: 3 - index: 6 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/invalid-param-strict-mode/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/invalid-param-strict-mode/input.test.md index 6ec69ce3870..1a0b0578639 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/invalid-param-strict-mode/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/invalid-param-strict-mode/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/invalid-param-strict-mode/input.js" end: Object { column: 0 - index: 24 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/invalid-param-strict-mode/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/invalid-param-strict-mode/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -95,12 +87,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/invalid-param-strict-mode/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/invalid-param-strict-mode/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -132,12 +120,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/invalid-param-strict-mode/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -149,12 +135,10 @@ JSRoot { identifierName: "eval" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0000/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0000/input.test.md index 983c8b7167d..068563f0267 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0000/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0000/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0000/input.js" end: Object { column: 0 - index: 13 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0000/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0000/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +60,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0000/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0000/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0001/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0001/input.test.md index 2e51a7b82d9..4ac0587498d 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0001/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0001/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0001/input.js" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0001/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0001/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +60,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0001/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0001/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "e" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0002/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0002/input.test.md index 9eddb870656..c4604a21580 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0002/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0002/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0002/input.js" end: Object { column: 0 - index: 14 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0002/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0002/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +60,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0002/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0002/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "e" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0003/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0003/input.test.md index d778e98d5ae..9b9c9d8cb83 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0003/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0003/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0003/input.js" end: Object { column: 0 - index: 17 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0003/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0003/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +60,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0003/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0003/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "a" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { identifierName: "b" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0004/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0004/input.test.md index e8a48abad99..2306f959bff 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0004/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0004/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0004/input.js" end: Object { column: 0 - index: 13 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0004/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0004/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0004/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "e" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0004/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0004/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -135,12 +121,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0004/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0005/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0005/input.test.md index 40ae84b52b2..6ba1653b2fb 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0005/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0005/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0005/input.js" end: Object { column: 0 - index: 24 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0005/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0005/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0005/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "e" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0005/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { identifierName: "property" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0005/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -153,12 +137,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0005/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -167,12 +149,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0005/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0006/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0006/input.test.md index 31c7bdb6c30..bb6708a9eaa 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0006/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0006/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0006/input.js" end: Object { column: 0 - index: 19 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0006/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0006/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0006/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "e" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0006/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0006/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -135,12 +121,10 @@ JSRoot { identifierName: "label" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -150,12 +134,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0006/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -166,12 +148,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0006/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0007/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0007/input.test.md index 7495e59303b..36a26cd6ed5 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0007/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0007/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0007/input.js" end: Object { column: 0 - index: 18 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0007/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0007/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +60,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0007/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -81,12 +73,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0007/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -97,12 +87,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0007/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0007/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { identifierName: "a" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -154,12 +138,10 @@ JSRoot { identifierName: "b" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0008/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0008/input.test.md index 1bc70bd6cec..83edefa350e 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0008/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0008/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0008/input.js" end: Object { column: 0 - index: 15 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0008/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0008/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +60,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0008/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -82,12 +74,10 @@ JSRoot { identifierName: "x" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { identifierName: "x" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0008/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0008/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { identifierName: "x" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -169,12 +151,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0008/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0009/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0009/input.test.md index 9c813c292e7..63af6f34233 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0009/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0009/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0009/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0009/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0009/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0009/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0009/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "eval" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0010/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0010/input.test.md index e3db2878bc0..6967c7eeade 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0010/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0010/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0010/input.js" end: Object { column: 0 - index: 16 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0010/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0010/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0010/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0010/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0011/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0011/input.test.md index f0fb4a57b8c..31fad7defb8 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0011/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0011/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0011/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0011/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0011/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0011/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0011/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { identifierName: "a" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0012/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0012/input.test.md index c548c2cebe8..6795f48d850 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0012/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0012/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0012/input.js" end: Object { column: 0 - index: 16 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0012/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0012/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0012/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0012/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { identifierName: "eval" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { identifierName: "a" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0013/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0013/input.test.md index 55f768a3642..bfb0d06db9a 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0013/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0013/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0013/input.js" end: Object { column: 0 - index: 18 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0013/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0013/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0013/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0013/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0013/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { identifierName: "eval" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0013/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0014/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0014/input.test.md index b3bd9e8c701..7ed6785c00b 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0014/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0014/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0014/input.js" end: Object { column: 0 - index: 21 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0014/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0014/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0014/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0014/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { identifierName: "eval" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0014/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { identifierName: "a" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -153,12 +137,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0014/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0015/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0015/input.test.md index 544017b6c70..9d04440c2c2 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0015/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0015/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0015/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0015/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0015/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0015/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "x" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0016/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0016/input.test.md index 85a32bb209d..ef068d97e53 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0016/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0016/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0016/input.js" end: Object { column: 0 - index: 13 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0016/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0016/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0016/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0016/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0016/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0016/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -155,12 +139,10 @@ JSRoot { identifierName: "y" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0017/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0017/input.test.md index a72425b2632..53df3f9a699 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0017/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0017/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0017/input.js" end: Object { column: 0 - index: 29 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0017/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0017/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0017/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "x" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0017/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0017/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -140,12 +126,10 @@ JSRoot { identifierName: "y" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { identifierName: "z" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -174,12 +156,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0017/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -191,12 +171,10 @@ JSRoot { identifierName: "x" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -208,12 +186,10 @@ JSRoot { identifierName: "y" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -225,12 +201,10 @@ JSRoot { identifierName: "z" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0018/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0018/input.test.md index 9f1979b139c..254d34695ae 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0018/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0018/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0018/input.js" end: Object { column: 0 - index: 14 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0018/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0018/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "foo" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0018/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0018/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0018/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0019/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0019/input.test.md index 5d6b756d066..6d40de8a65b 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0019/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0019/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0019/input.js" end: Object { column: 0 - index: 18 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0019/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0019/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "foo" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0019/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0019/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0019/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { identifierName: "x" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -153,12 +137,10 @@ JSRoot { identifierName: "y" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0020/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0020/input.test.md index 147d65ca9f6..77581b83c99 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0020/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/migrated_0020/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0020/input.js" end: Object { column: 0 - index: 15 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0020/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0020/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "earth" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/migrated_0020/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { identifierName: "sun" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/non-arrow-param-followed-by-arrow/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/non-arrow-param-followed-by-arrow/input.test.md index 6f95c71b977..b11f47254a4 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/non-arrow-param-followed-by-arrow/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/non-arrow-param-followed-by-arrow/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/non-arrow-param-followed-by-arrow/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/non-arrow-param-followed-by-arrow/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/non-arrow-param-followed-by-arrow/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/non-arrow-param-followed-by-arrow/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/non-arrow-param-followed-by-arrow/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/non-arrow-param-followed-by-rest/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/non-arrow-param-followed-by-rest/input.test.md index 3ba2e34c48d..e4932729351 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/non-arrow-param-followed-by-rest/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/non-arrow-param-followed-by-rest/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/non-arrow-param-followed-by-rest/input.js" end: Object { column: 0 - index: 17 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/non-arrow-param-followed-by-rest/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/non-arrow-param-followed-by-rest/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/non-arrow-param-followed-by-rest/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -110,12 +100,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/non-arrow-param-followed-by-rest/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -126,12 +114,10 @@ JSRoot { identifierName: "b" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/object-binding-pattern-01/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/object-binding-pattern-01/input.test.md index 2363f114b5a..a8ee56e65cd 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/object-binding-pattern-01/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/object-binding-pattern-01/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-01/input.js" end: Object { column: 0 - index: 26 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-01/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-01/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-01/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { identifierName: "b" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-01/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -147,12 +133,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -161,12 +145,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-01/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -178,12 +160,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -192,12 +172,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-01/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -211,12 +189,10 @@ JSRoot { identifierName: "b" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -225,12 +201,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-01/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -242,12 +216,10 @@ JSRoot { identifierName: "b" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -256,12 +228,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-01/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -276,12 +246,10 @@ JSRoot { identifierName: "a" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -291,12 +259,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-01/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -308,12 +274,10 @@ JSRoot { identifierName: "a" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -328,12 +292,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-01/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -343,12 +305,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-01/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -359,12 +319,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-01/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -374,12 +332,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-01/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -390,12 +346,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-01/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -405,12 +359,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-01/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -421,12 +373,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-01/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -437,12 +387,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-01/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/object-binding-pattern-empty/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/object-binding-pattern-empty/input.test.md index 92c96d7f325..ba230cde255 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/object-binding-pattern-empty/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/object-binding-pattern-empty/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-empty/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-empty/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-empty/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-empty/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-empty/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-empty/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/object-binding-pattern-invalid-member-expr/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/object-binding-pattern-invalid-member-expr/input.test.md index 50c0944140b..0681b70446e 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/object-binding-pattern-invalid-member-expr/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/object-binding-pattern-invalid-member-expr/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-member-expr/input.js" end: Object { column: 0 - index: 14 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-member-expr/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-member-expr/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-member-expr/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-member-expr/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-member-expr/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -146,12 +132,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -160,12 +144,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-member-expr/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -176,12 +158,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-member-expr/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -190,12 +170,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-member-expr/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/object-binding-pattern-invalid-method-in-pattern/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/object-binding-pattern-invalid-method-in-pattern/input.test.md index fd5baa7393d..533937675ce 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/object-binding-pattern-invalid-method-in-pattern/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/object-binding-pattern-invalid-method-in-pattern/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-method-in-pattern/input.js" end: Object { column: 0 - index: 20 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-method-in-pattern/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-method-in-pattern/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-method-in-pattern/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-method-in-pattern/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-method-in-pattern/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -145,12 +131,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-method-in-pattern/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-method-in-pattern/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -175,12 +157,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-method-in-pattern/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -189,12 +169,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-method-in-pattern/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/object-binding-pattern-invalid-nested-param/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/object-binding-pattern-invalid-nested-param/input.test.md index 6419d938a2a..46bbd3c346f 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/object-binding-pattern-invalid-nested-param/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/object-binding-pattern-invalid-nested-param/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-nested-param/input.js" end: Object { column: 0 - index: 55 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-nested-param/input.js" end: Object { column: 54 - index: 54 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-nested-param/input.js" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-nested-param/input.js" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 52 - index: 52 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-nested-param/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-nested-param/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-nested-param/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-nested-param/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -175,12 +157,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-nested-param/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -191,12 +171,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-nested-param/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -207,12 +185,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-nested-param/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -223,12 +199,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-nested-param/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -239,12 +213,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-nested-param/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -255,12 +227,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-nested-param/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -271,12 +241,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-nested-param/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -287,12 +255,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-nested-param/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -303,12 +269,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-nested-param/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -319,12 +283,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-nested-param/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -335,12 +297,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-nested-param/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -351,12 +311,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-nested-param/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -367,12 +325,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-nested-param/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -383,12 +339,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-nested-param/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -399,12 +353,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-nested-param/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -415,12 +367,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-nested-param/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -431,12 +381,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-nested-param/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -447,12 +395,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-nested-param/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -466,12 +412,10 @@ JSRoot { identifierName: "a" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -480,12 +424,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-nested-param/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -496,12 +438,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-nested-param/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -510,12 +450,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-nested-param/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/object-binding-pattern-invalid-pattern-without-parenthesis/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/object-binding-pattern-invalid-pattern-without-parenthesis/input.test.md index 4a500736d43..03b1da19021 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/object-binding-pattern-invalid-pattern-without-parenthesis/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/object-binding-pattern-invalid-pattern-without-parenthesis/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-pattern-without-parenthesis/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-pattern-without-parenthesis/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-pattern-without-parenthesis/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-pattern-without-parenthesis/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-pattern-without-parenthesis/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -133,12 +121,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-pattern-without-parenthesis/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -152,12 +138,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-pattern-without-parenthesis/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -167,12 +151,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-pattern-without-parenthesis/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/object-binding-pattern-invalid-rest-in-object-pattern/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/object-binding-pattern-invalid-rest-in-object-pattern/input.test.md index c1d9381505f..57690bd2531 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/object-binding-pattern-invalid-rest-in-object-pattern/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/object-binding-pattern-invalid-rest-in-object-pattern/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-rest-in-object-pattern/input.js" end: Object { column: 0 - index: 17 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-rest-in-object-pattern/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-rest-in-object-pattern/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-rest-in-object-pattern/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-rest-in-object-pattern/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-rest-in-object-pattern/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { identifierName: "b" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-rest-in-object-pattern/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -169,12 +151,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -183,12 +163,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-invalid-rest-in-object-pattern/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/object-binding-pattern-nested-cover-grammar/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/object-binding-pattern-nested-cover-grammar/input.test.md index 3111cdb6130..ef417402b00 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/object-binding-pattern-nested-cover-grammar/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/object-binding-pattern-nested-cover-grammar/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-nested-cover-grammar/input.js" end: Object { column: 0 - index: 52 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-nested-cover-grammar/input.js" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-nested-cover-grammar/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-nested-cover-grammar/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 49 - index: 49 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-nested-cover-grammar/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -132,12 +120,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-nested-cover-grammar/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -148,12 +134,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-nested-cover-grammar/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -164,12 +148,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-nested-cover-grammar/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -180,12 +162,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-nested-cover-grammar/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -196,12 +176,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-nested-cover-grammar/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -212,12 +190,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-nested-cover-grammar/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -228,12 +204,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-nested-cover-grammar/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -244,12 +218,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-nested-cover-grammar/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -260,12 +232,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-nested-cover-grammar/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -276,12 +246,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-nested-cover-grammar/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -292,12 +260,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-nested-cover-grammar/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -308,12 +274,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-nested-cover-grammar/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -324,12 +288,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-nested-cover-grammar/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -340,12 +302,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-nested-cover-grammar/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -356,12 +316,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-nested-cover-grammar/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -372,12 +330,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-nested-cover-grammar/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -388,12 +344,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-nested-cover-grammar/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -404,12 +358,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-nested-cover-grammar/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -420,12 +372,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-nested-cover-grammar/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -436,12 +386,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-nested-cover-grammar/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -452,12 +400,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-nested-cover-grammar/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -468,12 +414,10 @@ JSRoot { identifierName: "b" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -484,12 +428,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-nested-cover-grammar/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -503,12 +445,10 @@ JSRoot { identifierName: "a" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -517,12 +457,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-nested-cover-grammar/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -534,12 +472,10 @@ JSRoot { identifierName: "a" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -548,12 +484,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-nested-cover-grammar/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -567,12 +501,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/object-binding-pattern-nested-cover-grammar/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/param-with-rest-without-arrow/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/param-with-rest-without-arrow/input.test.md index 326f8a6f1c9..f39d980a054 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/param-with-rest-without-arrow/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/param-with-rest-without-arrow/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/param-with-rest-without-arrow/input.js" end: Object { column: 0 - index: 14 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/param-with-rest-without-arrow/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/param-with-rest-without-arrow/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/param-with-rest-without-arrow/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/param-with-rest-without-arrow/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { identifierName: "b" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -140,12 +126,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/param-with-rest-without-arrow/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/rest-without-arrow/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/rest-without-arrow/input.test.md index 2ee7d6b8d8b..fd7ed42d77a 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/rest-without-arrow/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-arrow-function/rest-without-arrow/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/rest-without-arrow/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/rest-without-arrow/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/rest-without-arrow/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/rest-without-arrow/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "esprima/es2015-arrow-function/rest-without-arrow/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-binary-integer-literal/migrated_0000/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-binary-integer-literal/migrated_0000/input.test.md index 17eb134a351..1fe88ee6486 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-binary-integer-literal/migrated_0000/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-binary-integer-literal/migrated_0000/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-binary-integer-literal/migrated_0000/input.js" end: Object { column: 0 - index: 4 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-binary-integer-literal/migrated_0000/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/es2015-binary-integer-literal/migrated_0000/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-binary-integer-literal/migrated_0001/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-binary-integer-literal/migrated_0001/input.test.md index 919ad725f99..76ec12c1439 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-binary-integer-literal/migrated_0001/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-binary-integer-literal/migrated_0001/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-binary-integer-literal/migrated_0001/input.js" end: Object { column: 0 - index: 4 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-binary-integer-literal/migrated_0001/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/es2015-binary-integer-literal/migrated_0001/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-binary-integer-literal/migrated_0002/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-binary-integer-literal/migrated_0002/input.test.md index f319a74ce83..df37cdc8e37 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-binary-integer-literal/migrated_0002/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-binary-integer-literal/migrated_0002/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-binary-integer-literal/migrated_0002/input.js" end: Object { column: 0 - index: 5 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-binary-integer-literal/migrated_0002/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/es2015-binary-integer-literal/migrated_0002/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-binary-integer-literal/migrated_0003/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-binary-integer-literal/migrated_0003/input.test.md index e25b987708f..d361a701dbb 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-binary-integer-literal/migrated_0003/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-binary-integer-literal/migrated_0003/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-binary-integer-literal/migrated_0003/input.js" end: Object { column: 0 - index: 4 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-binary-integer-literal/migrated_0003/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/es2015-binary-integer-literal/migrated_0003/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-binary-integer-literal/migrated_0004/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-binary-integer-literal/migrated_0004/input.test.md index 6a6182d1f00..1046489453b 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-binary-integer-literal/migrated_0004/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-binary-integer-literal/migrated_0004/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-binary-integer-literal/migrated_0004/input.js" end: Object { column: 0 - index: 4 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-binary-integer-literal/migrated_0004/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/es2015-binary-integer-literal/migrated_0004/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-binary-integer-literal/migrated_0005/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-binary-integer-literal/migrated_0005/input.test.md index 871c22e9ee5..b30d51ef5b3 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-binary-integer-literal/migrated_0005/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-binary-integer-literal/migrated_0005/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-binary-integer-literal/migrated_0005/input.js" end: Object { column: 0 - index: 5 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-binary-integer-literal/migrated_0005/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/es2015-binary-integer-literal/migrated_0005/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0000/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0000/input.test.md index 78680cc352c..0672c6a95b2 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0000/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0000/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0000/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0000/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -73,12 +67,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0000/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0001/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0001/input.test.md index f9494da378b..751adfb9cc3 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0001/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0001/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0001/input.js" end: Object { column: 0 - index: 21 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0001/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0001/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -88,12 +80,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0001/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0002/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0002/input.test.md index e9ae5db633a..9ea697d51dd 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0002/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0002/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0002/input.js" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0002/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -73,12 +67,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0002/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0003/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0003/input.test.md index 7fda3cb8116..00c33eeac72 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0003/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0003/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0003/input.js" end: Object { column: 0 - index: 13 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0003/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -73,12 +67,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0003/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0004/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0004/input.test.md index 5032003afb3..ee2d71302e4 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0004/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0004/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0004/input.js" end: Object { column: 0 - index: 16 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0004/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0004/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0004/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0004/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0004/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0004/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 9 - index: 9 line: 1 } loc: Object { filename: "esprima/es2015-class/migrated_0004/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0005/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0005/input.test.md index dd42697ab63..b3b6011fb08 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0005/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0005/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0005/input.js" end: Object { column: 0 - index: 21 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0005/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0005/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0005/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0005/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0005/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0005/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 9 - index: 9 line: 1 } loc: Object { filename: "esprima/es2015-class/migrated_0005/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -206,12 +185,10 @@ JSRoot { identifierName: "b" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -220,12 +197,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0005/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -234,12 +209,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0005/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -250,12 +223,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0005/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -273,12 +244,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0005/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -292,19 +261,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 14 - index: 14 line: 1 } loc: Object { filename: "esprima/es2015-class/migrated_0005/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0006/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0006/input.test.md index eaa95d7ead7..9f4347aa391 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0006/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0006/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0006/input.js" end: Object { column: 0 - index: 22 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0006/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0006/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0006/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0006/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0006/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0006/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 9 - index: 9 line: 1 } loc: Object { filename: "esprima/es2015-class/migrated_0006/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -206,12 +185,10 @@ JSRoot { identifierName: "b" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -220,12 +197,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0006/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -234,12 +209,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0006/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -250,12 +223,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0006/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -273,12 +244,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0006/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -292,19 +261,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 15 - index: 15 line: 1 } loc: Object { filename: "esprima/es2015-class/migrated_0006/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0007/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0007/input.test.md index bb4b431431b..e54730598c2 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0007/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0007/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0007/input.js" end: Object { column: 0 - index: 23 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0007/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0007/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0007/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0007/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0007/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0007/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 9 - index: 9 line: 1 } loc: Object { filename: "esprima/es2015-class/migrated_0007/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -206,12 +185,10 @@ JSRoot { identifierName: "b" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -220,12 +197,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0007/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -234,12 +209,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0007/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -250,12 +223,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0007/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -273,12 +244,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0007/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -292,19 +261,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 15 - index: 15 line: 1 } loc: Object { filename: "esprima/es2015-class/migrated_0007/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0008/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0008/input.test.md index 1b8fcad2e00..5aee17d7d5b 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0008/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0008/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0008/input.js" end: Object { column: 0 - index: 24 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0008/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0008/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "a" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0008/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0008/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0008/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0008/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 10 - index: 10 line: 1 } loc: Object { filename: "esprima/es2015-class/migrated_0008/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -206,12 +185,10 @@ JSRoot { identifierName: "b" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -220,12 +197,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0008/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -234,12 +209,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0008/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -250,12 +223,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0008/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -273,12 +244,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0008/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -292,19 +261,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 16 - index: 16 line: 1 } loc: Object { filename: "esprima/es2015-class/migrated_0008/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0009/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0009/input.test.md index bd292e5fa4f..496db22820a 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0009/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0009/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0009/input.js" end: Object { column: 0 - index: 22 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0009/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0009/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "static" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { identifierName: "static" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0009/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0009/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0009/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -181,12 +163,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0009/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0010/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0010/input.test.md index 976ee90d784..eecabc6dc78 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0010/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0010/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0010/input.js" end: Object { column: 0 - index: 32 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0010/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0010/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "a" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0010/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0010/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0010/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0010/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 9 - index: 9 line: 1 } loc: Object { filename: "esprima/es2015-class/migrated_0010/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -206,12 +185,10 @@ JSRoot { identifierName: "b" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -220,12 +197,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0010/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -234,12 +209,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0010/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -250,12 +223,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0010/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -269,19 +240,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 19 - index: 19 line: 1 } loc: Object { filename: "esprima/es2015-class/migrated_0010/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -298,12 +266,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0010/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -315,12 +281,10 @@ JSRoot { identifierName: "c" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -331,12 +295,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0010/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0011/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0011/input.test.md index e55d6a213b1..5c7477e505c 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0011/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0011/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0011/input.js" end: Object { column: 0 - index: 59 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0011/input.js" end: Object { column: 58 - index: 58 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0011/input.js" end: Object { column: 58 - index: 58 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "a" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0011/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0011/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0011/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0011/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 9 - index: 9 line: 1 } loc: Object { filename: "esprima/es2015-class/migrated_0011/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -206,12 +185,10 @@ JSRoot { identifierName: "a" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -220,12 +197,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0011/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -234,12 +209,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0011/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -250,12 +223,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0011/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -273,12 +244,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0011/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -292,19 +261,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 22 - index: 22 line: 1 } loc: Object { filename: "esprima/es2015-class/migrated_0011/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -320,12 +286,10 @@ JSRoot { identifierName: "a" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 50 - index: 50 line: 1 } } @@ -334,12 +298,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0011/input.js" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 50 - index: 50 line: 1 } } @@ -348,12 +310,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0011/input.js" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 39 - index: 39 line: 1 } } @@ -364,12 +324,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0011/input.js" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 54 - index: 54 line: 1 } } @@ -383,19 +341,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 39 - index: 39 line: 1 } loc: Object { filename: "esprima/es2015-class/migrated_0011/input.js" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 39 - index: 39 line: 1 } } @@ -412,12 +367,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0011/input.js" end: Object { column: 54 - index: 54 line: 1 } start: Object { column: 51 - index: 51 line: 1 } } @@ -429,12 +382,10 @@ JSRoot { identifierName: "b" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 52 - index: 52 line: 1 } } @@ -445,12 +396,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0011/input.js" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 52 - index: 52 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0012/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0012/input.test.md index 21f97ae4474..1fe7f4aa936 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0012/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0012/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0012/input.js" end: Object { column: 0 - index: 24 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0012/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0012/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "a" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0012/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0012/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0012/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0012/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 9 - index: 9 line: 1 } loc: Object { filename: "esprima/es2015-class/migrated_0012/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0013/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0013/input.test.md index 16720f45599..07f9164208c 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0013/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0013/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0013/input.js" end: Object { column: 0 - index: 26 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0013/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0013/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "a" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0013/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0013/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0013/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0013/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 9 - index: 9 line: 1 } loc: Object { filename: "esprima/es2015-class/migrated_0013/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0014/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0014/input.test.md index fb325e0a850..dba2bd7db72 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0014/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0014/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0014/input.js" end: Object { column: 0 - index: 39 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0014/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0014/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "a" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0014/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0014/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0014/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0014/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 9 - index: 9 line: 1 } loc: Object { filename: "esprima/es2015-class/migrated_0014/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -206,12 +185,10 @@ JSRoot { identifierName: "b" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -220,12 +197,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0014/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -234,12 +209,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0014/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -250,12 +223,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0014/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -273,12 +244,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0014/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -292,19 +261,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 24 - index: 24 line: 1 } loc: Object { filename: "esprima/es2015-class/migrated_0014/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0015/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0015/input.test.md index d465d9583e6..66e102d581a 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0015/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0015/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0015/input.js" end: Object { column: 0 - index: 29 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0015/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0015/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "static" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0015/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0015/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0015/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0015/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 9 - index: 9 line: 1 } loc: Object { filename: "esprima/es2015-class/migrated_0015/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0016/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0016/input.test.md index 6cc71ecb8e5..e98a753aee9 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0016/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0016/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0016/input.js" end: Object { column: 0 - index: 28 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0016/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0016/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0016/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { identifierName: "A" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0016/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0016/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0016/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0017/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0017/input.test.md index ddb4f4bddff..db99ac5aaa5 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0017/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0017/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0017/input.js" end: Object { column: 0 - index: 24 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0017/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0017/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "prototype" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0017/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0017/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0017/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0017/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 9 - index: 9 line: 1 } loc: Object { filename: "esprima/es2015-class/migrated_0017/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0018/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0018/input.test.md index 3c05f592ac9..fc93719d4de 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0018/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0018/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0018/input.js" end: Object { column: 0 - index: 26 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0018/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0018/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "constructor" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0018/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0018/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0018/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0018/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 9 - index: 9 line: 1 } loc: Object { filename: "esprima/es2015-class/migrated_0018/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0019/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0019/input.test.md index d05bb597ad4..bea3d25bd2b 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0019/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0019/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0019/input.js" end: Object { column: 0 - index: 48 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0019/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0019/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -115,12 +105,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0019/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0019/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0019/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0019/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -182,12 +164,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0019/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -201,19 +181,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 9 - index: 9 line: 1 } loc: Object { filename: "esprima/es2015-class/migrated_0019/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -228,12 +205,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0019/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -242,12 +217,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0019/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -256,12 +229,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0019/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -272,12 +243,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0019/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 44 - index: 44 line: 1 } } @@ -295,12 +264,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0019/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -314,19 +281,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 27 - index: 27 line: 1 } loc: Object { filename: "esprima/es2015-class/migrated_0019/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0020/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0020/input.test.md index b9075c020d0..d0082b819ec 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0020/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0020/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0020/input.js" end: Object { column: 0 - index: 56 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0020/input.js" end: Object { column: 55 - index: 55 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0020/input.js" end: Object { column: 55 - index: 55 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "constructor" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0020/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0020/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0020/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0020/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 9 - index: 9 line: 1 } loc: Object { filename: "esprima/es2015-class/migrated_0020/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -206,12 +185,10 @@ JSRoot { identifierName: "constructor" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 39 - index: 39 line: 1 } } @@ -220,12 +197,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0020/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 39 - index: 39 line: 1 } } @@ -234,12 +209,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0020/input.js" end: Object { column: 54 - index: 54 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -250,12 +223,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0020/input.js" end: Object { column: 54 - index: 54 line: 1 } start: Object { column: 52 - index: 52 line: 1 } } @@ -273,12 +244,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0020/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 50 - index: 50 line: 1 } } @@ -292,19 +261,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 32 - index: 32 line: 1 } loc: Object { filename: "esprima/es2015-class/migrated_0020/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0021/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0021/input.test.md index e2f18563f89..c4ca560ff63 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0021/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0021/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0021/input.js" end: Object { column: 0 - index: 35 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0021/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0021/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0021/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0021/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0021/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -135,12 +121,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0021/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0021/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -177,19 +159,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 9 - index: 9 line: 1 } loc: Object { filename: "esprima/es2015-class/migrated_0021/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0022/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0022/input.test.md index 3b42fd79c7e..8745ae8e354 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0022/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0022/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0022/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0022/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0022/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0022/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0023/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0023/input.test.md index 89f4a32e3db..dcc9452a685 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0023/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0023/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0023/input.js" end: Object { column: 0 - index: 13 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0023/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { identifierName: "A" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0023/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0023/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0024/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0024/input.test.md index ec84c4e2f1d..428931d922d 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0024/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0024/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0024/input.js" end: Object { column: 0 - index: 20 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0024/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0024/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0024/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0024/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0025/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0025/input.test.md index de8a913177f..ab057e6c67c 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0025/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-class/migrated_0025/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0025/input.js" end: Object { column: 0 - index: 22 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0025/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { identifierName: "A" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0025/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0025/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "esprima/es2015-class/migrated_0025/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-default-parameter-value/migrated_0000/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-default-parameter-value/migrated_0000/input.test.md index 00132ba8426..acfde7786e9 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-default-parameter-value/migrated_0000/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-default-parameter-value/migrated_0000/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-default-parameter-value/migrated_0000/input.js" end: Object { column: 0 - index: 23 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-default-parameter-value/migrated_0000/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-default-parameter-value/migrated_0000/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/es2015-default-parameter-value/migrated_0000/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "esprima/es2015-default-parameter-value/migrated_0000/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "esprima/es2015-default-parameter-value/migrated_0000/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "esprima/es2015-default-parameter-value/migrated_0000/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -153,12 +137,10 @@ JSRoot { filename: "esprima/es2015-default-parameter-value/migrated_0000/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -170,12 +152,10 @@ JSRoot { identifierName: "y" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -186,12 +166,10 @@ JSRoot { filename: "esprima/es2015-default-parameter-value/migrated_0000/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-default-parameter-value/migrated_0001/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-default-parameter-value/migrated_0001/input.test.md index 9f470f3ca2d..7dba2538b73 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-default-parameter-value/migrated_0001/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-default-parameter-value/migrated_0001/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-default-parameter-value/migrated_0001/input.js" end: Object { column: 0 - index: 21 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "f" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-default-parameter-value/migrated_0001/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "esprima/es2015-default-parameter-value/migrated_0001/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "esprima/es2015-default-parameter-value/migrated_0001/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "esprima/es2015-default-parameter-value/migrated_0001/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "esprima/es2015-default-parameter-value/migrated_0001/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -140,12 +126,10 @@ JSRoot { identifierName: "a" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -156,12 +140,10 @@ JSRoot { filename: "esprima/es2015-default-parameter-value/migrated_0001/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-default-parameter-value/migrated_0002/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-default-parameter-value/migrated_0002/input.test.md index 7ef52c6366a..f1dee34e9e3 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-default-parameter-value/migrated_0002/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-default-parameter-value/migrated_0002/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-default-parameter-value/migrated_0002/input.js" end: Object { column: 0 - index: 28 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-default-parameter-value/migrated_0002/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-default-parameter-value/migrated_0002/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/es2015-default-parameter-value/migrated_0002/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "f" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "esprima/es2015-default-parameter-value/migrated_0002/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { filename: "esprima/es2015-default-parameter-value/migrated_0002/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -148,12 +132,10 @@ JSRoot { filename: "esprima/es2015-default-parameter-value/migrated_0002/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -170,12 +152,10 @@ JSRoot { filename: "esprima/es2015-default-parameter-value/migrated_0002/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -185,12 +165,10 @@ JSRoot { filename: "esprima/es2015-default-parameter-value/migrated_0002/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -201,12 +179,10 @@ JSRoot { filename: "esprima/es2015-default-parameter-value/migrated_0002/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -218,12 +194,10 @@ JSRoot { identifierName: "a" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -234,12 +208,10 @@ JSRoot { filename: "esprima/es2015-default-parameter-value/migrated_0002/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -253,12 +225,10 @@ JSRoot { filename: "esprima/es2015-default-parameter-value/migrated_0002/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment-array-pattern/dup-assignment/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment-array-pattern/dup-assignment/input.test.md index e512d15f9cb..a488e62f8a6 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment-array-pattern/dup-assignment/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment-array-pattern/dup-assignment/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-array-pattern/dup-assignment/input.js" end: Object { column: 0 - index: 15 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-array-pattern/dup-assignment/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-array-pattern/dup-assignment/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-array-pattern/dup-assignment/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-array-pattern/dup-assignment/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "a" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { identifierName: "a" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-array-pattern/dup-assignment/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment-array-pattern/elision/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment-array-pattern/elision/input.test.md index 2423af14e96..2c0614f078a 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment-array-pattern/elision/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment-array-pattern/elision/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-array-pattern/elision/input.js" end: Object { column: 0 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-array-pattern/elision/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-array-pattern/elision/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-array-pattern/elision/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-array-pattern/elision/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-array-pattern/elision/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-array-pattern/elision/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment-array-pattern/member-expr-in-rest/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment-array-pattern/member-expr-in-rest/input.test.md index 04767904568..49f13e4b8ab 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment-array-pattern/member-expr-in-rest/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment-array-pattern/member-expr-in-rest/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-array-pattern/member-expr-in-rest/input.js" end: Object { column: 0 - index: 15 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-array-pattern/member-expr-in-rest/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-array-pattern/member-expr-in-rest/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-array-pattern/member-expr-in-rest/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-array-pattern/member-expr-in-rest/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-array-pattern/member-expr-in-rest/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { identifierName: "a" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-array-pattern/member-expr-in-rest/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -146,12 +130,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-array-pattern/member-expr-in-rest/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment-array-pattern/nested-assignment/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment-array-pattern/nested-assignment/input.test.md index dde1c86a4af..4ae0c864d6b 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment-array-pattern/nested-assignment/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment-array-pattern/nested-assignment/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-array-pattern/nested-assignment/input.js" end: Object { column: 0 - index: 26 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-array-pattern/nested-assignment/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-array-pattern/nested-assignment/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-array-pattern/nested-assignment/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-array-pattern/nested-assignment/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { identifierName: "a" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-array-pattern/nested-assignment/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { identifierName: "b" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -150,12 +134,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-array-pattern/nested-assignment/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -167,12 +149,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-array-pattern/nested-assignment/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -182,12 +162,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-array-pattern/nested-assignment/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -197,12 +175,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-array-pattern/nested-assignment/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -214,12 +190,10 @@ JSRoot { identifierName: "c" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -230,12 +204,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-array-pattern/nested-assignment/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -246,12 +218,10 @@ JSRoot { identifierName: "a" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -264,12 +234,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-array-pattern/nested-assignment/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -278,12 +246,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-array-pattern/nested-assignment/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment-array-pattern/nested-cover-grammar/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment-array-pattern/nested-cover-grammar/input.test.md index 285500a6402..94cd03f8254 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment-array-pattern/nested-cover-grammar/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment-array-pattern/nested-cover-grammar/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-array-pattern/nested-cover-grammar/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-array-pattern/nested-cover-grammar/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-array-pattern/nested-cover-grammar/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-array-pattern/nested-cover-grammar/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { identifierName: "b" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-array-pattern/nested-cover-grammar/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -147,12 +133,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -161,12 +145,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-array-pattern/nested-cover-grammar/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -178,12 +160,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -192,12 +172,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-array-pattern/nested-cover-grammar/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -211,12 +189,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-array-pattern/nested-cover-grammar/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -226,12 +202,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-array-pattern/nested-cover-grammar/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -243,12 +217,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-array-pattern/nested-cover-grammar/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment-array-pattern/simple-assignment/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment-array-pattern/simple-assignment/input.test.md index 06458076659..cf87e95ca94 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment-array-pattern/simple-assignment/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment-array-pattern/simple-assignment/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-array-pattern/simple-assignment/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-array-pattern/simple-assignment/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-array-pattern/simple-assignment/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-array-pattern/simple-assignment/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-array-pattern/simple-assignment/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { identifierName: "a" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment-object-pattern/empty-object-pattern-assignment/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment-object-pattern/empty-object-pattern-assignment/input.test.md index 53330393651..6353d5b1cf9 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment-object-pattern/empty-object-pattern-assignment/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment-object-pattern/empty-object-pattern-assignment/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/empty-object-pattern-assignment/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/empty-object-pattern-assignment/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/empty-object-pattern-assignment/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/empty-object-pattern-assignment/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/empty-object-pattern-assignment/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment-object-pattern/invalid-lhs-01/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment-object-pattern/invalid-lhs-01/input.test.md index e4bed31f68b..26b5f9364fd 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment-object-pattern/invalid-lhs-01/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment-object-pattern/invalid-lhs-01/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/invalid-lhs-01/input.js" end: Object { column: 0 - index: 13 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/invalid-lhs-01/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/invalid-lhs-01/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/invalid-lhs-01/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/invalid-lhs-01/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -132,12 +120,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -146,12 +132,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/invalid-lhs-01/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -162,12 +146,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/invalid-lhs-01/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -176,12 +158,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/invalid-lhs-01/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment-object-pattern/invalid-lhs-02/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment-object-pattern/invalid-lhs-02/input.test.md index f69377bc832..2e20a67fd64 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment-object-pattern/invalid-lhs-02/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment-object-pattern/invalid-lhs-02/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/invalid-lhs-02/input.js" end: Object { column: 0 - index: 17 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/invalid-lhs-02/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/invalid-lhs-02/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/invalid-lhs-02/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/invalid-lhs-02/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -132,12 +120,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -146,12 +132,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/invalid-lhs-02/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -162,12 +146,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/invalid-lhs-02/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -176,12 +158,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/invalid-lhs-02/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment-object-pattern/invalid-pattern-with-method/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment-object-pattern/invalid-pattern-with-method/input.test.md index 382722ab2ac..396185c82c0 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment-object-pattern/invalid-pattern-with-method/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment-object-pattern/invalid-pattern-with-method/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/invalid-pattern-with-method/input.js" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/invalid-pattern-with-method/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/invalid-pattern-with-method/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/invalid-pattern-with-method/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/invalid-pattern-with-method/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -126,12 +114,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/invalid-pattern-with-method/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -140,12 +126,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/invalid-pattern-with-method/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -156,12 +140,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/invalid-pattern-with-method/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -170,12 +152,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/invalid-pattern-with-method/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment-object-pattern/nested-cover-grammar/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment-object-pattern/nested-cover-grammar/input.test.md index b92d1b7ffcd..271537a147a 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment-object-pattern/nested-cover-grammar/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment-object-pattern/nested-cover-grammar/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/nested-cover-grammar/input.js" end: Object { column: 0 - index: 52 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/nested-cover-grammar/input.js" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/nested-cover-grammar/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/nested-cover-grammar/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 49 - index: 49 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/nested-cover-grammar/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/nested-cover-grammar/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -145,12 +131,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/nested-cover-grammar/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -161,12 +145,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/nested-cover-grammar/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -177,12 +159,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/nested-cover-grammar/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -193,12 +173,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/nested-cover-grammar/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -209,12 +187,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/nested-cover-grammar/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -225,12 +201,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/nested-cover-grammar/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -241,12 +215,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/nested-cover-grammar/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -257,12 +229,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/nested-cover-grammar/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -273,12 +243,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/nested-cover-grammar/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -289,12 +257,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/nested-cover-grammar/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -305,12 +271,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/nested-cover-grammar/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -321,12 +285,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/nested-cover-grammar/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -337,12 +299,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/nested-cover-grammar/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -353,12 +313,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/nested-cover-grammar/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -369,12 +327,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/nested-cover-grammar/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -385,12 +341,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/nested-cover-grammar/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -401,12 +355,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/nested-cover-grammar/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -417,12 +369,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/nested-cover-grammar/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -433,12 +383,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/nested-cover-grammar/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -447,12 +395,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/nested-cover-grammar/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -463,12 +409,10 @@ JSRoot { identifierName: "b" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -481,12 +425,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/nested-cover-grammar/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -495,12 +437,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/nested-cover-grammar/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -512,12 +452,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/nested-cover-grammar/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -531,12 +469,10 @@ JSRoot { identifierName: "a" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -545,12 +481,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/nested-cover-grammar/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -562,12 +496,10 @@ JSRoot { identifierName: "a" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -576,12 +508,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/nested-cover-grammar/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -595,12 +525,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/nested-cover-grammar/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment-object-pattern/object-pattern-assignment/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment-object-pattern/object-pattern-assignment/input.test.md index bdb097cabdb..17503e69e29 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment-object-pattern/object-pattern-assignment/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment-object-pattern/object-pattern-assignment/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/object-pattern-assignment/input.js" end: Object { column: 0 - index: 86 line: 9 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/object-pattern-assignment/input.js" end: Object { column: 7 - index: 85 line: 8 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/object-pattern-assignment/input.js" end: Object { column: 5 - index: 83 line: 8 } start: Object { column: 1 - index: 1 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/object-pattern-assignment/input.js" end: Object { column: 5 - index: 83 line: 8 } start: Object { column: 4 - index: 82 line: 8 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/object-pattern-assignment/input.js" end: Object { column: 1 - index: 79 line: 8 } start: Object { column: 1 - index: 1 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "a" end: Object { column: 5 - index: 8 line: 2 } start: Object { column: 4 - index: 7 line: 2 } } @@ -117,12 +105,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/object-pattern-assignment/input.js" end: Object { column: 5 - index: 8 line: 2 } start: Object { column: 4 - index: 7 line: 2 } } @@ -134,12 +120,10 @@ JSRoot { identifierName: "a" end: Object { column: 5 - index: 8 line: 2 } start: Object { column: 4 - index: 7 line: 2 } } @@ -148,12 +132,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/object-pattern-assignment/input.js" end: Object { column: 5 - index: 8 line: 2 } start: Object { column: 4 - index: 7 line: 2 } } @@ -167,12 +149,10 @@ JSRoot { identifierName: "a" end: Object { column: 5 - index: 15 line: 3 } start: Object { column: 4 - index: 14 line: 3 } } @@ -181,12 +161,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/object-pattern-assignment/input.js" end: Object { column: 5 - index: 15 line: 3 } start: Object { column: 4 - index: 14 line: 3 } } @@ -198,12 +176,10 @@ JSRoot { identifierName: "a" end: Object { column: 7 - index: 17 line: 3 } start: Object { column: 6 - index: 16 line: 3 } } @@ -212,12 +188,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/object-pattern-assignment/input.js" end: Object { column: 7 - index: 17 line: 3 } start: Object { column: 4 - index: 14 line: 3 } } @@ -231,12 +205,10 @@ JSRoot { identifierName: "a" end: Object { column: 5 - index: 24 line: 4 } start: Object { column: 4 - index: 23 line: 4 } } @@ -245,12 +217,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/object-pattern-assignment/input.js" end: Object { column: 5 - index: 24 line: 4 } start: Object { column: 4 - index: 23 line: 4 } } @@ -261,12 +231,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/object-pattern-assignment/input.js" end: Object { column: 9 - index: 28 line: 4 } start: Object { column: 6 - index: 25 line: 4 } } @@ -277,12 +245,10 @@ JSRoot { identifierName: "a" end: Object { column: 7 - index: 26 line: 4 } start: Object { column: 6 - index: 25 line: 4 } } @@ -294,12 +260,10 @@ JSRoot { identifierName: "a" end: Object { column: 9 - index: 28 line: 4 } start: Object { column: 8 - index: 27 line: 4 } } @@ -309,12 +273,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/object-pattern-assignment/input.js" end: Object { column: 9 - index: 28 line: 4 } start: Object { column: 4 - index: 23 line: 4 } } @@ -328,12 +290,10 @@ JSRoot { identifierName: "a" end: Object { column: 6 - index: 36 line: 5 } start: Object { column: 5 - index: 35 line: 5 } } @@ -342,12 +302,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/object-pattern-assignment/input.js" end: Object { column: 7 - index: 37 line: 5 } start: Object { column: 4 - index: 34 line: 5 } } @@ -358,12 +316,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/object-pattern-assignment/input.js" end: Object { column: 11 - index: 41 line: 5 } start: Object { column: 8 - index: 38 line: 5 } } @@ -377,12 +333,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 40 line: 5 } start: Object { column: 9 - index: 39 line: 5 } } @@ -391,12 +345,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/object-pattern-assignment/input.js" end: Object { column: 10 - index: 40 line: 5 } start: Object { column: 9 - index: 39 line: 5 } } @@ -408,12 +360,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 40 line: 5 } start: Object { column: 9 - index: 39 line: 5 } } @@ -422,12 +372,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/object-pattern-assignment/input.js" end: Object { column: 10 - index: 40 line: 5 } start: Object { column: 9 - index: 39 line: 5 } } @@ -438,12 +386,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/object-pattern-assignment/input.js" end: Object { column: 11 - index: 41 line: 5 } start: Object { column: 4 - index: 34 line: 5 } } @@ -457,12 +403,10 @@ JSRoot { identifierName: "a" end: Object { column: 5 - index: 48 line: 6 } start: Object { column: 4 - index: 47 line: 6 } } @@ -471,12 +415,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/object-pattern-assignment/input.js" end: Object { column: 5 - index: 48 line: 6 } start: Object { column: 4 - index: 47 line: 6 } } @@ -486,12 +428,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/object-pattern-assignment/input.js" end: Object { column: 20 - index: 63 line: 6 } start: Object { column: 6 - index: 49 line: 6 } } @@ -503,12 +443,10 @@ JSRoot { identifierName: "a" end: Object { column: 19 - index: 62 line: 6 } start: Object { column: 18 - index: 61 line: 6 } } @@ -517,12 +455,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/object-pattern-assignment/input.js" end: Object { column: 20 - index: 63 line: 6 } start: Object { column: 17 - index: 60 line: 6 } } @@ -533,12 +469,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/object-pattern-assignment/input.js" end: Object { column: 17 - index: 60 line: 6 } start: Object { column: 6 - index: 49 line: 6 } } @@ -549,12 +483,10 @@ JSRoot { identifierName: "some_call" end: Object { column: 15 - index: 58 line: 6 } start: Object { column: 6 - index: 49 line: 6 } } @@ -565,12 +497,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/object-pattern-assignment/input.js" end: Object { column: 20 - index: 63 line: 6 } start: Object { column: 4 - index: 47 line: 6 } } @@ -584,12 +514,10 @@ JSRoot { identifierName: "a" end: Object { column: 5 - index: 70 line: 7 } start: Object { column: 4 - index: 69 line: 7 } } @@ -598,12 +526,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/object-pattern-assignment/input.js" end: Object { column: 5 - index: 70 line: 7 } start: Object { column: 4 - index: 69 line: 7 } } @@ -613,12 +539,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/object-pattern-assignment/input.js" end: Object { column: 12 - index: 77 line: 7 } start: Object { column: 6 - index: 71 line: 7 } } @@ -627,12 +551,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/object-pattern-assignment/input.js" end: Object { column: 10 - index: 75 line: 7 } start: Object { column: 6 - index: 71 line: 7 } } @@ -645,12 +567,10 @@ JSRoot { identifierName: "a" end: Object { column: 12 - index: 77 line: 7 } start: Object { column: 11 - index: 76 line: 7 } } @@ -660,12 +580,10 @@ JSRoot { identifierName: "a" end: Object { column: 12 - index: 77 line: 7 } start: Object { column: 11 - index: 76 line: 7 } } @@ -675,12 +593,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment-object-pattern/object-pattern-assignment/input.js" end: Object { column: 12 - index: 77 line: 7 } start: Object { column: 4 - index: 69 line: 7 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment/invalid-cover-grammar/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment/invalid-cover-grammar/input.test.md index 12ab574aa23..08f1fc6476a 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment/invalid-cover-grammar/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment/invalid-cover-grammar/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment/invalid-cover-grammar/input.js" end: Object { column: 0 - index: 46 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment/invalid-cover-grammar/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment/invalid-cover-grammar/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -95,12 +87,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment/invalid-cover-grammar/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -110,12 +100,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment/invalid-cover-grammar/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment/invalid-cover-grammar/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -140,12 +126,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment/invalid-cover-grammar/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -155,12 +139,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment/invalid-cover-grammar/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -170,12 +152,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment/invalid-cover-grammar/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -185,12 +165,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment/invalid-cover-grammar/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -200,12 +178,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment/invalid-cover-grammar/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -215,12 +191,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment/invalid-cover-grammar/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -230,12 +204,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment/invalid-cover-grammar/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -245,12 +217,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment/invalid-cover-grammar/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -260,12 +230,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment/invalid-cover-grammar/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -275,12 +243,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment/invalid-cover-grammar/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -290,12 +256,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment/invalid-cover-grammar/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -305,12 +269,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment/invalid-cover-grammar/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -320,12 +282,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment/invalid-cover-grammar/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -335,12 +295,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment/invalid-cover-grammar/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -350,12 +308,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment/invalid-cover-grammar/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -365,12 +321,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment/invalid-cover-grammar/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -381,12 +335,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment/invalid-cover-grammar/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -397,12 +349,10 @@ JSRoot { identifierName: "b" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -413,12 +363,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment/invalid-cover-grammar/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -432,12 +380,10 @@ JSRoot { identifierName: "a" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -446,12 +392,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment/invalid-cover-grammar/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -463,12 +407,10 @@ JSRoot { identifierName: "a" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -477,12 +419,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment/invalid-cover-grammar/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -496,12 +436,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment/invalid-cover-grammar/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment/invalid-group-assignment/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment/invalid-group-assignment/input.test.md index b1aae4273fa..8fda81d107a 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment/invalid-group-assignment/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-destructuring-assignment/invalid-group-assignment/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment/invalid-group-assignment/input.js" end: Object { column: 0 - index: 13 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment/invalid-group-assignment/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment/invalid-group-assignment/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment/invalid-group-assignment/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { filename: "esprima/es2015-destructuring-assignment/invalid-group-assignment/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { identifierName: "c" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -145,12 +131,10 @@ JSRoot { identifierName: "d" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-const-number/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-const-number/input.test.md index 97a45eece07..da840e0e265 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-const-number/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-const-number/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-const-number/input.js" end: Object { column: 0 - index: 22 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-const-number/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-const-number/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-const-number/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "foo" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-const-number/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-const-number/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-default-array/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-default-array/input.test.md index 85d090f3191..aa49a9af381 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-default-array/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-default-array/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-default-array/input.js" end: Object { column: 0 - index: 19 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-default-array/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-default-array/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-default-class/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-default-class/input.test.md index 7016cae158a..f2d8755aba6 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-default-class/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-default-class/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-default-class/input.js" end: Object { column: 0 - index: 24 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-default-class/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-default-class/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-default-class/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-default-class/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-default-expression/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-default-expression/input.test.md index ad99c069a11..2f4c0982fb7 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-default-expression/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-default-expression/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-default-expression/input.js" end: Object { column: 0 - index: 24 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-default-expression/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-default-expression/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-default-expression/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-default-expression/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-default-from-as-identifier-2/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-default-from-as-identifier-2/input.test.md index e55d574785e..cdac511dc77 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-default-from-as-identifier-2/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-default-from-as-identifier-2/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-default-from-as-identifier-2/input.js" end: Object { column: 0 - index: 27 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-default-from-as-identifier-2/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-default-from-as-identifier-2/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "from" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "bar" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-default-from-as-identifier-3/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-default-from-as-identifier-3/input.test.md index 3382d720c04..5a5723a15a3 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-default-from-as-identifier-3/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-default-from-as-identifier-3/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-default-from-as-identifier-3/input.js" end: Object { column: 0 - index: 27 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-default-from-as-identifier-3/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-default-from-as-identifier-3/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "from" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-default-from-as-identifier-3/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-default-from-as-identifier/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-default-from-as-identifier/input.test.md index abe32291506..e1ac687d534 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-default-from-as-identifier/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-default-from-as-identifier/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-default-from-as-identifier/input.js" end: Object { column: 0 - index: 21 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-default-from-as-identifier/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "from" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-default-function/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-default-function/input.test.md index 1ffbd041f1e..2bcc9ea8436 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-default-function/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-default-function/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-default-function/input.js" end: Object { column: 0 - index: 30 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-default-function/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-default-function/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-default-function/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-default-function/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-default-function/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-default-named-function/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-default-named-function/input.test.md index 046e2f4f30c..53e0251900d 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-default-named-function/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-default-named-function/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-default-named-function/input.js" end: Object { column: 0 - index: 33 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-default-named-function/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { identifierName: "foo" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-default-named-function/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-default-named-function/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-default-named-function/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-default-number/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-default-number/input.test.md index e64a85ddaec..2c8e09dfbb7 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-default-number/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-default-number/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-default-number/input.js" end: Object { column: 0 - index: 19 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-default-number/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-default-number/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-default-object/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-default-object/input.test.md index fea32c282c3..24b487780c6 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-default-object/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-default-object/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-default-object/input.js" end: Object { column: 0 - index: 27 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-default-object/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-default-object/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "foo" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-default-object/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-default-object/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-default-object/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-default-value/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-default-value/input.test.md index 3c77c202d3e..91ce6f98a55 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-default-value/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-default-value/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-default-value/input.js" end: Object { column: 0 - index: 20 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-default-value/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "foo" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-from-batch/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-from-batch/input.test.md index ca97bebf913..9015ed8eebf 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-from-batch/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-from-batch/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-from-batch/input.js" end: Object { column: 0 - index: 21 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-from-batch/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-from-batch/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-from-default/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-from-default/input.test.md index 8792c3d3dcb..238a7619b80 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-from-default/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-from-default/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-from-default/input.js" end: Object { column: 0 - index: 29 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-from-default/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-from-default/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-from-default/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "default" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { identifierName: "default" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-from-named-as-default/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-from-named-as-default/input.test.md index 5ec511c56d4..984542f0214 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-from-named-as-default/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-from-named-as-default/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-from-named-as-default/input.js" end: Object { column: 0 - index: 36 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-from-named-as-default/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-from-named-as-default/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-from-named-as-default/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "default" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { identifierName: "foo" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-from-named-as-specifier/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-from-named-as-specifier/input.test.md index f9199754e76..c71582766e5 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-from-named-as-specifier/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-from-named-as-specifier/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-from-named-as-specifier/input.js" end: Object { column: 0 - index: 32 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-from-named-as-specifier/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-from-named-as-specifier/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-from-named-as-specifier/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "bar" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { identifierName: "foo" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-from-named-as-specifiers/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-from-named-as-specifiers/input.test.md index 4f562f1695a..e9e9acee445 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-from-named-as-specifiers/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-from-named-as-specifiers/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-from-named-as-specifiers/input.js" end: Object { column: 0 - index: 41 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-from-named-as-specifiers/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-from-named-as-specifiers/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-from-named-as-specifiers/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "default" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { identifierName: "foo" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-from-named-as-specifiers/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { identifierName: "bar" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -153,12 +137,10 @@ JSRoot { identifierName: "bar" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-from-specifier/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-from-specifier/input.test.md index 53955004501..354f7bc1a07 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-from-specifier/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-from-specifier/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-from-specifier/input.js" end: Object { column: 0 - index: 25 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-from-specifier/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-from-specifier/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-from-specifier/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "foo" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { identifierName: "foo" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-from-specifiers/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-from-specifiers/input.test.md index 098b1a458a3..a6578fb8d22 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-from-specifiers/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-from-specifiers/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-from-specifiers/input.js" end: Object { column: 0 - index: 30 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-from-specifiers/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-from-specifiers/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-from-specifiers/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "foo" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { identifierName: "foo" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-from-specifiers/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { identifierName: "bar" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -153,12 +137,10 @@ JSRoot { identifierName: "bar" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-function-declaration/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-function-declaration/input.test.md index cd84a124e83..c82b86f7e63 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-function-declaration/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-function-declaration/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-function-declaration/input.js" end: Object { column: 0 - index: 32 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-function-declaration/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { identifierName: "foo" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-function-declaration/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-function-declaration/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-function-declaration/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -126,12 +114,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-function-declaration/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -141,12 +127,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-function-declaration/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-function/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-function/input.test.md index 705440c0a89..05c44cd8389 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-function/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-function/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-function/input.js" end: Object { column: 0 - index: 26 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-function/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { identifierName: "foo" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-function/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-function/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-function/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-let-number/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-let-number/input.test.md index 690fb29a4ab..70dfbd17895 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-let-number/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-let-number/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-let-number/input.js" end: Object { column: 0 - index: 20 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-let-number/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-let-number/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-let-number/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "foo" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-let-number/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-let-number/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-named-as-default/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-named-as-default/input.test.md index c9528d4a582..2bae65d7978 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-named-as-default/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-named-as-default/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-named-as-default/input.js" end: Object { column: 0 - index: 34 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-named-as-default/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-named-as-default/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "default" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "foo" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-named-as-default/input.js" end: Object { column: 8 - index: 33 line: 2 } start: Object { column: 0 - index: 25 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-named-as-default/input.js" end: Object { column: 8 - index: 33 line: 2 } start: Object { column: 0 - index: 25 line: 2 } } @@ -138,12 +124,10 @@ JSRoot { identifierName: "foo" end: Object { column: 7 - index: 32 line: 2 } start: Object { column: 4 - index: 29 line: 2 } } @@ -153,12 +137,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-named-as-default/input.js" end: Object { column: 7 - index: 32 line: 2 } start: Object { column: 4 - index: 29 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-named-as-specifier/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-named-as-specifier/input.test.md index 4c9c76ef159..8c164f933e8 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-named-as-specifier/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-named-as-specifier/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-named-as-specifier/input.js" end: Object { column: 0 - index: 35 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-named-as-specifier/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-named-as-specifier/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "foo" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-named-as-specifier/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "bar" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-named-as-specifier/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-named-as-specifier/input.js" end: Object { column: 20 - index: 34 line: 2 } start: Object { column: 0 - index: 14 line: 2 } } @@ -153,12 +137,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-named-as-specifier/input.js" end: Object { column: 18 - index: 32 line: 2 } start: Object { column: 8 - index: 22 line: 2 } } @@ -169,12 +151,10 @@ JSRoot { identifierName: "bar" end: Object { column: 18 - index: 32 line: 2 } start: Object { column: 15 - index: 29 line: 2 } } @@ -186,12 +166,10 @@ JSRoot { identifierName: "foo" end: Object { column: 11 - index: 25 line: 2 } start: Object { column: 8 - index: 22 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-named-as-specifiers/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-named-as-specifiers/input.test.md index 472e907bd75..37b857d56e2 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-named-as-specifiers/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-named-as-specifiers/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-named-as-specifiers/input.js" end: Object { column: 0 - index: 44 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-named-as-specifiers/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-named-as-specifiers/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "default" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "foo" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-named-as-specifiers/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { identifierName: "bar" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { identifierName: "bar" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -154,12 +138,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-named-as-specifiers/input.js" end: Object { column: 13 - index: 43 line: 2 } start: Object { column: 0 - index: 30 line: 2 } } @@ -169,12 +151,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-named-as-specifiers/input.js" end: Object { column: 13 - index: 43 line: 2 } start: Object { column: 0 - index: 30 line: 2 } } @@ -187,12 +167,10 @@ JSRoot { identifierName: "foo" end: Object { column: 7 - index: 37 line: 2 } start: Object { column: 4 - index: 34 line: 2 } } @@ -202,12 +180,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-named-as-specifiers/input.js" end: Object { column: 7 - index: 37 line: 2 } start: Object { column: 4 - index: 34 line: 2 } } @@ -220,12 +196,10 @@ JSRoot { identifierName: "bar" end: Object { column: 12 - index: 42 line: 2 } start: Object { column: 9 - index: 39 line: 2 } } @@ -235,12 +209,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-named-as-specifiers/input.js" end: Object { column: 12 - index: 42 line: 2 } start: Object { column: 9 - index: 39 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-named-empty/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-named-empty/input.test.md index c927864ffc9..7553a439ef5 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-named-empty/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-named-empty/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-named-empty/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-named-empty/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-named-specifier/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-named-specifier/input.test.md index c70e0658781..b03f2b3692f 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-named-specifier/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-named-specifier/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-named-specifier/input.js" end: Object { column: 0 - index: 23 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-named-specifier/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-named-specifier/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "foo" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-named-specifier/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-named-specifier/input.js" end: Object { column: 13 - index: 22 line: 2 } start: Object { column: 0 - index: 9 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-named-specifier/input.js" end: Object { column: 11 - index: 20 line: 2 } start: Object { column: 8 - index: 17 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { identifierName: "foo" end: Object { column: 11 - index: 20 line: 2 } start: Object { column: 8 - index: 17 line: 2 } } @@ -153,12 +137,10 @@ JSRoot { identifierName: "foo" end: Object { column: 11 - index: 20 line: 2 } start: Object { column: 8 - index: 17 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-named-specifiers-comma/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-named-specifiers-comma/input.test.md index ddbbf2959f3..60d0f583862 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-named-specifiers-comma/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-named-specifiers-comma/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-named-specifiers-comma/input.js" end: Object { column: 0 - index: 38 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-named-specifiers-comma/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-named-specifiers-comma/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "bar" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-named-specifiers-comma/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-named-specifiers-comma/input.js" end: Object { column: 19 - index: 28 line: 2 } start: Object { column: 0 - index: 9 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-named-specifiers-comma/input.js" end: Object { column: 11 - index: 20 line: 2 } start: Object { column: 8 - index: 17 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { identifierName: "foo" end: Object { column: 11 - index: 20 line: 2 } start: Object { column: 8 - index: 17 line: 2 } } @@ -153,12 +137,10 @@ JSRoot { identifierName: "foo" end: Object { column: 11 - index: 20 line: 2 } start: Object { column: 8 - index: 17 line: 2 } } @@ -169,12 +151,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-named-specifiers-comma/input.js" end: Object { column: 16 - index: 25 line: 2 } start: Object { column: 13 - index: 22 line: 2 } } @@ -185,12 +165,10 @@ JSRoot { identifierName: "bar" end: Object { column: 16 - index: 25 line: 2 } start: Object { column: 13 - index: 22 line: 2 } } @@ -202,12 +180,10 @@ JSRoot { identifierName: "bar" end: Object { column: 16 - index: 25 line: 2 } start: Object { column: 13 - index: 22 line: 2 } } @@ -220,12 +196,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-named-specifiers-comma/input.js" end: Object { column: 8 - index: 37 line: 3 } start: Object { column: 0 - index: 29 line: 3 } } @@ -235,12 +209,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-named-specifiers-comma/input.js" end: Object { column: 8 - index: 37 line: 3 } start: Object { column: 0 - index: 29 line: 3 } } @@ -253,12 +225,10 @@ JSRoot { identifierName: "foo" end: Object { column: 7 - index: 36 line: 3 } start: Object { column: 4 - index: 33 line: 3 } } @@ -268,12 +238,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-named-specifiers-comma/input.js" end: Object { column: 7 - index: 36 line: 3 } start: Object { column: 4 - index: 33 line: 3 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-named-specifiers/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-named-specifiers/input.test.md index 854d1020b0d..7699ed2e7e6 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-named-specifiers/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-named-specifiers/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-named-specifiers/input.js" end: Object { column: 0 - index: 37 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-named-specifiers/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-named-specifiers/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "foo" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-named-specifiers/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-named-specifiers/input.js" end: Object { column: 18 - index: 27 line: 2 } start: Object { column: 0 - index: 9 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-named-specifiers/input.js" end: Object { column: 11 - index: 20 line: 2 } start: Object { column: 8 - index: 17 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { identifierName: "foo" end: Object { column: 11 - index: 20 line: 2 } start: Object { column: 8 - index: 17 line: 2 } } @@ -153,12 +137,10 @@ JSRoot { identifierName: "foo" end: Object { column: 11 - index: 20 line: 2 } start: Object { column: 8 - index: 17 line: 2 } } @@ -169,12 +151,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-named-specifiers/input.js" end: Object { column: 16 - index: 25 line: 2 } start: Object { column: 13 - index: 22 line: 2 } } @@ -185,12 +165,10 @@ JSRoot { identifierName: "bar" end: Object { column: 16 - index: 25 line: 2 } start: Object { column: 13 - index: 22 line: 2 } } @@ -202,12 +180,10 @@ JSRoot { identifierName: "bar" end: Object { column: 16 - index: 25 line: 2 } start: Object { column: 13 - index: 22 line: 2 } } @@ -220,12 +196,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-named-specifiers/input.js" end: Object { column: 8 - index: 36 line: 3 } start: Object { column: 0 - index: 28 line: 3 } } @@ -235,12 +209,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-named-specifiers/input.js" end: Object { column: 8 - index: 36 line: 3 } start: Object { column: 0 - index: 28 line: 3 } } @@ -253,12 +225,10 @@ JSRoot { identifierName: "bar" end: Object { column: 7 - index: 35 line: 3 } start: Object { column: 4 - index: 32 line: 3 } } @@ -268,12 +238,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-named-specifiers/input.js" end: Object { column: 7 - index: 35 line: 3 } start: Object { column: 4 - index: 32 line: 3 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-var-anonymous-function/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-var-anonymous-function/input.test.md index b8761c4efeb..24fba19d516 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-var-anonymous-function/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-var-anonymous-function/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-var-anonymous-function/input.js" end: Object { column: 0 - index: 33 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-var-anonymous-function/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-var-anonymous-function/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-var-anonymous-function/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "foo" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-var-anonymous-function/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-var-anonymous-function/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-var-anonymous-function/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -154,12 +138,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-var-anonymous-function/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-var-number/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-var-number/input.test.md index 4c95089a383..9ee03c45c9b 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-var-number/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-var-number/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-var-number/input.js" end: Object { column: 0 - index: 20 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-var-number/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-var-number/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-var-number/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "foo" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-var-number/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-var-number/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-var/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-var/input.test.md index 43ddc2091c3..8b0dc46a965 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-var/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/export-var/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-var/input.js" end: Object { column: 0 - index: 16 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-var/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-var/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-var/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "bar" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/export-var/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/invalid-export-batch-missing-from-clause/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/invalid-export-batch-missing-from-clause/input.test.md index c78e3e204c8..5a60240bf97 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/invalid-export-batch-missing-from-clause/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/invalid-export-batch-missing-from-clause/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/invalid-export-batch-missing-from-clause/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 9 line: 2 } } @@ -62,12 +58,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/invalid-export-batch-missing-from-clause/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/invalid-export-batch-missing-from-clause/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 9 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/invalid-export-batch-token/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/invalid-export-batch-token/input.test.md index 28d84cc75af..a29f776cd8c 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/invalid-export-batch-token/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/invalid-export-batch-token/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/invalid-export-batch-token/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/invalid-export-batch-token/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/invalid-export-batch-token/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/invalid-export-batch-token/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 9 - index: 9 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/invalid-export-batch-token/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 9 - index: 9 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/invalid-export-batch-token/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 11 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/invalid-export-default-equal/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/invalid-export-default-equal/input.test.md index 72971618281..bc51f21768c 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/invalid-export-default-equal/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/invalid-export-default-equal/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/invalid-export-default-equal/input.js" end: Object { column: 0 - index: 20 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/invalid-export-default-equal/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/invalid-export-default-equal/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/invalid-export-default-equal/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/invalid-export-default-equal/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/invalid-export-default-token/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/invalid-export-default-token/input.test.md index ad521edefab..56702e6fb59 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/invalid-export-default-token/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/invalid-export-default-token/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/invalid-export-default-token/input.js" end: Object { column: 0 - index: 19 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -63,12 +59,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/invalid-export-default-token/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/invalid-export-default-token/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "default" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { identifierName: "default" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/invalid-export-default-token/input.js" end: Object { column: 0 - index: 19 line: 2 } start: Object { column: 17 - index: 17 line: 1 } } @@ -145,12 +131,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/invalid-export-default-token/input.js" end: Object { column: 0 - index: 19 line: 2 } start: Object { column: 17 - index: 17 line: 1 } } @@ -160,12 +144,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/invalid-export-default-token/input.js" end: Object { column: 0 - index: 19 line: 2 } start: Object { column: 0 - index: 19 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/invalid-export-named-default/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/invalid-export-named-default/input.test.md index e50e1b4316e..431555e0cb7 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/invalid-export-named-default/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-export-declaration/invalid-export-named-default/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/invalid-export-named-default/input.js" end: Object { column: 0 - index: 17 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -68,12 +64,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/invalid-export-named-default/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/es2015-export-declaration/invalid-export-named-default/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { identifierName: "default" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "default" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-for-of/for-of-array-pattern-let/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-for-of/for-of-array-pattern-let/input.test.md index 673deb49477..105b9d01e1f 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-for-of/for-of-array-pattern-let/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-for-of/for-of-array-pattern-let/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-for-of/for-of-array-pattern-let/input.js" end: Object { column: 0 - index: 23 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/es2015-for-of/for-of-array-pattern-let/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-for-of/for-of-array-pattern-let/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "r" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-for-of/for-of-array-pattern-let/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "esprima/es2015-for-of/for-of-array-pattern-let/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { identifierName: "p" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -135,12 +121,10 @@ JSRoot { filename: "esprima/es2015-for-of/for-of-array-pattern-let/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -153,12 +137,10 @@ JSRoot { identifierName: "q" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -169,12 +151,10 @@ JSRoot { filename: "esprima/es2015-for-of/for-of-array-pattern-let/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -187,12 +167,10 @@ JSRoot { filename: "esprima/es2015-for-of/for-of-array-pattern-let/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-for-of/for-of-array-pattern/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-for-of/for-of-array-pattern/input.test.md index aa25ace107a..61ff27cabc8 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-for-of/for-of-array-pattern/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-for-of/for-of-array-pattern/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-for-of/for-of-array-pattern/input.js" end: Object { column: 0 - index: 19 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/es2015-for-of/for-of-array-pattern/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-for-of/for-of-array-pattern/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "r" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-for-of/for-of-array-pattern/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "p" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { identifierName: "q" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-for-of/for-of-object-pattern-const/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-for-of/for-of-object-pattern-const/input.test.md index 709fae1ed8e..98fe9b63d20 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-for-of/for-of-object-pattern-const/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-for-of/for-of-object-pattern-const/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-for-of/for-of-object-pattern-const/input.js" end: Object { column: 0 - index: 25 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/es2015-for-of/for-of-object-pattern-const/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-for-of/for-of-object-pattern-const/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "z" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-for-of/for-of-object-pattern-const/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "esprima/es2015-for-of/for-of-object-pattern-const/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { identifierName: "x" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -135,12 +121,10 @@ JSRoot { filename: "esprima/es2015-for-of/for-of-object-pattern-const/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { identifierName: "x" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -166,12 +148,10 @@ JSRoot { filename: "esprima/es2015-for-of/for-of-object-pattern-const/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -185,12 +165,10 @@ JSRoot { identifierName: "y" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -199,12 +177,10 @@ JSRoot { filename: "esprima/es2015-for-of/for-of-object-pattern-const/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -216,12 +192,10 @@ JSRoot { identifierName: "y" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -230,12 +204,10 @@ JSRoot { filename: "esprima/es2015-for-of/for-of-object-pattern-const/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -247,12 +219,10 @@ JSRoot { filename: "esprima/es2015-for-of/for-of-object-pattern-const/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-for-of/for-of-object-pattern/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-for-of/for-of-object-pattern/input.test.md index c00bacfe1e7..cd60716d5d1 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-for-of/for-of-object-pattern/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-for-of/for-of-object-pattern/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-for-of/for-of-object-pattern/input.js" end: Object { column: 0 - index: 19 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/es2015-for-of/for-of-object-pattern/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-for-of/for-of-object-pattern/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "z" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-for-of/for-of-object-pattern/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "esprima/es2015-for-of/for-of-object-pattern/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -135,12 +121,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "esprima/es2015-for-of/for-of-object-pattern/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -168,12 +150,10 @@ JSRoot { identifierName: "y" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -182,12 +162,10 @@ JSRoot { filename: "esprima/es2015-for-of/for-of-object-pattern/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -199,12 +177,10 @@ JSRoot { identifierName: "y" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -213,12 +189,10 @@ JSRoot { filename: "esprima/es2015-for-of/for-of-object-pattern/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-for-of/for-of-with-const/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-for-of/for-of-with-const/input.test.md index cbcbae5e9ea..75646271b4b 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-for-of/for-of-with-const/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-for-of/for-of-with-const/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-for-of/for-of-with-const/input.js" end: Object { column: 0 - index: 23 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/es2015-for-of/for-of-with-const/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-for-of/for-of-with-const/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "list" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-for-of/for-of-with-const/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "y" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "esprima/es2015-for-of/for-of-with-const/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-for-of/for-of-with-let/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-for-of/for-of-with-let/input.test.md index e4257b79a7c..07166f47aeb 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-for-of/for-of-with-let/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-for-of/for-of-with-let/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-for-of/for-of-with-let/input.js" end: Object { column: 0 - index: 21 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/es2015-for-of/for-of-with-let/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-for-of/for-of-with-let/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "list" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-for-of/for-of-with-let/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "z" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "esprima/es2015-for-of/for-of-with-let/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-for-of/for-of-with-var/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-for-of/for-of-with-var/input.test.md index 914d8f9b557..aef57acb9ed 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-for-of/for-of-with-var/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-for-of/for-of-with-var/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-for-of/for-of-with-var/input.js" end: Object { column: 0 - index: 21 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/es2015-for-of/for-of-with-var/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-for-of/for-of-with-var/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "list" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-for-of/for-of-with-var/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "x" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "esprima/es2015-for-of/for-of-with-var/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-for-of/for-of/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-for-of/for-of/input.test.md index bdc38365a53..db6385f2fc9 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-for-of/for-of/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-for-of/for-of/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-for-of/for-of/input.js" end: Object { column: 0 - index: 14 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/es2015-for-of/for-of/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-for-of/for-of/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "p" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "q" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-for-of/invalid-const-init/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-for-of/invalid-const-init/input.test.md index 298891f2562..88d66bfdda4 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-for-of/invalid-const-init/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-for-of/invalid-const-init/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-for-of/invalid-const-init/input.js" end: Object { column: 0 - index: 24 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { filename: "esprima/es2015-for-of/invalid-const-init/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/es2015-for-of/invalid-const-init/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { identifierName: "y" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "esprima/es2015-for-of/invalid-const-init/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { identifierName: "x" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -141,12 +127,10 @@ JSRoot { filename: "esprima/es2015-for-of/invalid-const-init/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { filename: "esprima/es2015-for-of/invalid-const-init/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-for-of/invalid-let-init/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-for-of/invalid-let-init/input.test.md index 9bffcc48b36..0ee728e2ba1 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-for-of/invalid-let-init/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-for-of/invalid-let-init/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-for-of/invalid-let-init/input.js" end: Object { column: 0 - index: 22 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { filename: "esprima/es2015-for-of/invalid-let-init/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/es2015-for-of/invalid-let-init/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { identifierName: "y" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "esprima/es2015-for-of/invalid-let-init/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { identifierName: "x" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -141,12 +127,10 @@ JSRoot { filename: "esprima/es2015-for-of/invalid-let-init/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { filename: "esprima/es2015-for-of/invalid-let-init/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-for-of/invalid-lhs-init/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-for-of/invalid-lhs-init/input.test.md index 0524a155bed..dddbd4b4d66 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-for-of/invalid-lhs-init/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-for-of/invalid-lhs-init/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-for-of/invalid-lhs-init/input.js" end: Object { column: 0 - index: 20 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -67,12 +63,10 @@ JSRoot { filename: "esprima/es2015-for-of/invalid-lhs-init/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "esprima/es2015-for-of/invalid-lhs-init/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { filename: "esprima/es2015-for-of/invalid-lhs-init/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { identifierName: "that" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-for-of/invalid-var-init/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-for-of/invalid-var-init/input.test.md index 4c004bb689e..c4fa5dce314 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-for-of/invalid-var-init/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-for-of/invalid-var-init/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-for-of/invalid-var-init/input.js" end: Object { column: 0 - index: 22 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { filename: "esprima/es2015-for-of/invalid-var-init/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/es2015-for-of/invalid-var-init/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { identifierName: "y" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "esprima/es2015-for-of/invalid-var-init/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { identifierName: "x" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -141,12 +127,10 @@ JSRoot { filename: "esprima/es2015-for-of/invalid-var-init/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { filename: "esprima/es2015-for-of/invalid-var-init/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-for-of/let-of-of/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-for-of/let-of-of/input.test.md index 2f9fb875d30..f27e8f16ff4 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-for-of/let-of-of/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-for-of/let-of-of/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-for-of/let-of-of/input.js" end: Object { column: 0 - index: 21 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/es2015-for-of/let-of-of/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-for-of/let-of-of/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "xyz" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-for-of/let-of-of/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "of" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "esprima/es2015-for-of/let-of-of/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-for-of/unexpected-number/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-for-of/unexpected-number/input.test.md index bebcb3a3bd8..e29d53d6666 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-for-of/unexpected-number/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-for-of/unexpected-number/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-for-of/unexpected-number/input.js" end: Object { column: 0 - index: 19 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { filename: "esprima/es2015-for-of/unexpected-number/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/es2015-for-of/unexpected-number/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "esprima/es2015-for-of/unexpected-number/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "esprima/es2015-for-of/unexpected-number/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { identifierName: "of" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { filename: "esprima/es2015-for-of/unexpected-number/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-declaration-with-params/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-declaration-with-params/input.test.md index 970010a0d79..26694020f43 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-declaration-with-params/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-declaration-with-params/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-declaration-with-params/input.js" end: Object { column: 0 - index: 26 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "foo" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-declaration-with-params/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-declaration-with-params/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-declaration-with-params/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-declaration-with-params/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { identifierName: "y" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-declaration-with-params/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -177,12 +159,10 @@ JSRoot { identifierName: "z" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -193,12 +173,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-declaration-with-params/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-declaration-with-yield-delegate/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-declaration-with-yield-delegate/input.test.md index 0ffcaf0a0d2..50210bd8777 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-declaration-with-yield-delegate/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-declaration-with-yield-delegate/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-declaration-with-yield-delegate/input.js" end: Object { column: 0 - index: 30 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "foo" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-declaration-with-yield-delegate/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-declaration-with-yield-delegate/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-declaration-with-yield-delegate/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-declaration-with-yield-delegate/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-declaration-with-yield-delegate/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-declaration-with-yield-delegate/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-declaration-with-yield/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-declaration-with-yield/input.test.md index c374851687c..1c2a6cae3ff 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-declaration-with-yield/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-declaration-with-yield/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-declaration-with-yield/input.js" end: Object { column: 0 - index: 29 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "foo" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-declaration-with-yield/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-declaration-with-yield/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-declaration-with-yield/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-declaration-with-yield/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-declaration-with-yield/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-declaration-with-yield/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-declaration/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-declaration/input.test.md index 879b7eea406..a5b0541340b 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-declaration/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-declaration/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-declaration/input.js" end: Object { column: 0 - index: 19 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "foo" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-declaration/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-declaration/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-declaration/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-expression-rest-param/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-expression-rest-param/input.test.md index 0b1445cfb8c..9a207db0162 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-expression-rest-param/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-expression-rest-param/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-expression-rest-param/input.js" end: Object { column: 0 - index: 21 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-expression-rest-param/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-expression-rest-param/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-expression-rest-param/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -90,12 +82,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-expression-rest-param/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-expression-rest-param/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-expression-with-params/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-expression-with-params/input.test.md index 821a81a509e..44d649ec812 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-expression-with-params/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-expression-with-params/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-expression-with-params/input.js" end: Object { column: 0 - index: 24 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-expression-with-params/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-expression-with-params/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-expression-with-params/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -90,12 +82,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-expression-with-params/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { identifierName: "x" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-expression-with-params/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -141,12 +127,10 @@ JSRoot { identifierName: "y" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-expression-with-params/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -175,12 +157,10 @@ JSRoot { identifierName: "z" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -191,12 +171,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-expression-with-params/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-expression-with-yield-delegate/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-expression-with-yield-delegate/input.test.md index ef68a0b875a..9031e228042 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-expression-with-yield-delegate/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-expression-with-yield-delegate/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-expression-with-yield-delegate/input.js" end: Object { column: 0 - index: 35 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-expression-with-yield-delegate/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-expression-with-yield-delegate/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-expression-with-yield-delegate/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -82,12 +74,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-expression-with-yield-delegate/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -97,12 +87,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-expression-with-yield-delegate/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -113,12 +101,10 @@ JSRoot { identifierName: "x" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -139,12 +125,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-expression-with-yield-delegate/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -156,12 +140,10 @@ JSRoot { identifierName: "x" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -172,12 +154,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-expression-with-yield-delegate/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -190,12 +170,10 @@ JSRoot { identifierName: "y" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -206,12 +184,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-expression-with-yield-delegate/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -224,12 +200,10 @@ JSRoot { identifierName: "z" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -240,12 +214,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-expression-with-yield-delegate/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-expression-with-yield/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-expression-with-yield/input.test.md index 60e2975d978..c782a9a5de8 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-expression-with-yield/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-expression-with-yield/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-expression-with-yield/input.js" end: Object { column: 0 - index: 27 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-expression-with-yield/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-expression-with-yield/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -74,12 +68,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-expression-with-yield/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -90,12 +82,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-expression-with-yield/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-expression-with-yield/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-expression-with-yield/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-expression-with-yield/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-expression/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-expression/input.test.md index 39179da98d4..f28af8a5403 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-expression/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-expression/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-expression/input.js" end: Object { column: 0 - index: 17 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-expression/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-expression/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-expression/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-expression/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-method-with-computed-name/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-method-with-computed-name/input.test.md index aae28382cd3..b0809b901d3 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-method-with-computed-name/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-method-with-computed-name/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-computed-name/input.js" end: Object { column: 0 - index: 52 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-computed-name/input.js" end: Object { column: 2 - index: 51 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-computed-name/input.js" end: Object { column: 1 - index: 50 line: 3 } start: Object { column: 1 - index: 1 line: 1 } } @@ -74,12 +68,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-computed-name/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -90,12 +82,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-computed-name/input.js" end: Object { column: 1 - index: 50 line: 3 } start: Object { column: 13 - index: 13 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-computed-name/input.js" end: Object { column: 33 - index: 48 line: 2 } start: Object { column: 4 - index: 19 line: 2 } } @@ -119,12 +107,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-computed-name/input.js" end: Object { column: 33 - index: 48 line: 2 } start: Object { column: 11 - index: 26 line: 2 } } @@ -138,12 +124,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-computed-name/input.js" end: Object { column: 25 - index: 40 line: 2 } start: Object { column: 15 - index: 30 line: 2 } } @@ -154,12 +138,10 @@ JSRoot { identifierName: "iter" end: Object { column: 25 - index: 40 line: 2 } start: Object { column: 21 - index: 36 line: 2 } } @@ -169,12 +151,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-computed-name/input.js" end: Object { column: 26 - index: 41 line: 2 } start: Object { column: 14 - index: 29 line: 2 } } @@ -183,12 +163,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-computed-name/input.js" end: Object { column: 31 - index: 46 line: 2 } start: Object { column: 13 - index: 28 line: 2 } } @@ -199,12 +177,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-computed-name/input.js" end: Object { column: 31 - index: 46 line: 2 } start: Object { column: 29 - index: 44 line: 2 } } @@ -222,12 +198,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-computed-name/input.js" end: Object { column: 28 - index: 43 line: 2 } start: Object { column: 26 - index: 41 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-method-with-invalid-computed-name/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-method-with-invalid-computed-name/input.test.md index de6621295de..ff5fe6f094d 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-method-with-invalid-computed-name/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-method-with-invalid-computed-name/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-invalid-computed-name/input.js" end: Object { column: 0 - index: 25 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { sourceText: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -72,12 +68,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-invalid-computed-name/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -92,12 +86,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-invalid-computed-name/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -106,12 +98,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-invalid-computed-name/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -126,12 +116,10 @@ JSRoot { identifierName: "yield" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -140,12 +128,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-invalid-computed-name/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -154,12 +140,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-invalid-computed-name/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -175,12 +159,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-invalid-computed-name/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -192,12 +174,10 @@ JSRoot { identifierName: "iter" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -208,12 +188,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-invalid-computed-name/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -227,12 +205,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-invalid-computed-name/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -242,12 +218,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-invalid-computed-name/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -257,12 +231,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-invalid-computed-name/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -272,12 +244,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-invalid-computed-name/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -291,12 +261,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-invalid-computed-name/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-method-with-params/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-method-with-params/input.test.md index 952bdfe0fb1..8a9105988a4 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-method-with-params/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-method-with-params/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-params/input.js" end: Object { column: 0 - index: 23 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-params/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-params/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { identifierName: "foo" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-params/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-params/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-params/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-params/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -154,12 +138,10 @@ JSRoot { identifierName: "x" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -170,12 +152,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-params/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -188,12 +168,10 @@ JSRoot { identifierName: "y" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -204,12 +182,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-params/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -222,12 +198,10 @@ JSRoot { identifierName: "z" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -238,12 +212,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-params/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-method-with-yield-delegate/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-method-with-yield-delegate/input.test.md index ddca2651d6c..eb41a735879 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-method-with-yield-delegate/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-method-with-yield-delegate/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-yield-delegate/input.js" end: Object { column: 0 - index: 27 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-yield-delegate/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-yield-delegate/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { identifierName: "foo" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-yield-delegate/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-yield-delegate/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-yield-delegate/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-yield-delegate/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-yield-delegate/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -167,12 +149,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-yield-delegate/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -183,12 +163,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-yield-delegate/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-method-with-yield-expression/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-method-with-yield-expression/input.test.md index ad48c8ef881..839201b995b 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-method-with-yield-expression/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-method-with-yield-expression/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-yield-expression/input.js" end: Object { column: 0 - index: 26 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-yield-expression/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-yield-expression/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { identifierName: "foo" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-yield-expression/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-yield-expression/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-yield-expression/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-yield-expression/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-yield-expression/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -167,12 +149,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-yield-expression/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -183,12 +163,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-yield-expression/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-method-with-yield-line-terminator/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-method-with-yield-line-terminator/input.test.md index 7a117f6fa82..13ac65bc7c9 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-method-with-yield-line-terminator/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-method-with-yield-line-terminator/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-yield-line-terminator/input.js" end: Object { column: 0 - index: 30 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-yield-line-terminator/input.js" end: Object { column: 4 - index: 29 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-yield-line-terminator/input.js" end: Object { column: 3 - index: 28 line: 4 } start: Object { column: 1 - index: 1 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { identifierName: "foo" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-yield-line-terminator/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-yield-line-terminator/input.js" end: Object { column: 1 - index: 26 line: 4 } start: Object { column: 3 - index: 3 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-yield-line-terminator/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-yield-line-terminator/input.js" end: Object { column: 1 - index: 26 line: 4 } start: Object { column: 10 - index: 10 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-yield-line-terminator/input.js" end: Object { column: 7 - index: 20 line: 2 } start: Object { column: 2 - index: 15 line: 2 } } @@ -168,12 +150,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-yield-line-terminator/input.js" end: Object { column: 7 - index: 20 line: 2 } start: Object { column: 2 - index: 15 line: 2 } } @@ -184,12 +164,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-yield-line-terminator/input.js" end: Object { column: 3 - index: 24 line: 3 } start: Object { column: 2 - index: 23 line: 3 } } @@ -200,12 +178,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-yield-line-terminator/input.js" end: Object { column: 3 - index: 24 line: 3 } start: Object { column: 2 - index: 23 line: 3 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-method-with-yield/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-method-with-yield/input.test.md index 10694a6203a..1e1f985d9b4 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-method-with-yield/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-method-with-yield/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-yield/input.js" end: Object { column: 0 - index: 24 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-yield/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-yield/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { identifierName: "foo" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-yield/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-yield/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-yield/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-yield/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-yield/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -168,12 +150,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method-with-yield/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-method/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-method/input.test.md index 8e006e84a90..86af77c3038 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-method/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-method/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method/input.js" end: Object { column: 0 - index: 16 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { identifierName: "foo" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-method/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-parameter-binding-element/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-parameter-binding-element/input.test.md index 20f53fc225d..69cc348f7a0 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-parameter-binding-element/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-parameter-binding-element/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-binding-element/input.js" end: Object { column: 0 - index: 47 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 12 - index: 27 line: 2 } start: Object { column: 12 - index: 27 line: 2 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-binding-element/input.js" end: Object { column: 2 - index: 46 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-binding-element/input.js" end: Object { column: 2 - index: 46 line: 3 } start: Object { column: 1 - index: 1 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-binding-element/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-binding-element/input.js" end: Object { column: 2 - index: 46 line: 3 } start: Object { column: 13 - index: 13 line: 1 } } @@ -132,12 +120,10 @@ JSRoot { identifierName: "" end: Object { column: 13 - index: 28 line: 2 } start: Object { column: 12 - index: 27 line: 2 } } @@ -146,12 +132,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-binding-element/input.js" end: Object { column: 1 - index: 45 line: 3 } start: Object { column: 4 - index: 19 line: 2 } } @@ -167,12 +151,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-binding-element/input.js" end: Object { column: 22 - index: 37 line: 2 } start: Object { column: 13 - index: 28 line: 2 } } @@ -182,12 +164,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-binding-element/input.js" end: Object { column: 22 - index: 37 line: 2 } start: Object { column: 13 - index: 28 line: 2 } } @@ -198,12 +178,10 @@ JSRoot { identifierName: "yield" end: Object { column: 22 - index: 37 line: 2 } start: Object { column: 17 - index: 32 line: 2 } } @@ -215,12 +193,10 @@ JSRoot { identifierName: "x" end: Object { column: 14 - index: 29 line: 2 } start: Object { column: 13 - index: 28 line: 2 } } @@ -231,12 +207,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-binding-element/input.js" end: Object { column: 14 - index: 29 line: 2 } start: Object { column: 13 - index: 28 line: 2 } } @@ -251,12 +225,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-binding-element/input.js" end: Object { column: 1 - index: 45 line: 3 } start: Object { column: 23 - index: 38 line: 2 } } @@ -266,12 +238,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-binding-element/input.js" end: Object { column: 24 - index: 39 line: 2 } start: Object { column: 23 - index: 38 line: 2 } } @@ -282,12 +252,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-binding-element/input.js" end: Object { column: 24 - index: 39 line: 2 } start: Object { column: 23 - index: 38 line: 2 } } @@ -298,12 +266,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-binding-element/input.js" end: Object { column: 25 - index: 40 line: 2 } start: Object { column: 24 - index: 39 line: 2 } } @@ -313,12 +279,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-binding-element/input.js" end: Object { column: 25 - index: 40 line: 2 } start: Object { column: 24 - index: 39 line: 2 } } @@ -331,12 +295,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-binding-element/input.js" end: Object { column: 28 - index: 43 line: 2 } start: Object { column: 26 - index: 41 line: 2 } } @@ -349,12 +311,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-binding-element/input.js" end: Object { column: 2 - index: 46 line: 3 } start: Object { column: 1 - index: 45 line: 3 } } @@ -364,12 +324,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-binding-element/input.js" end: Object { column: 2 - index: 46 line: 3 } start: Object { column: 1 - index: 45 line: 3 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-parameter-binding-property/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-parameter-binding-property/input.test.md index b00622ddd3f..fd9afc6c028 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-parameter-binding-property/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-parameter-binding-property/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-binding-property/input.js" end: Object { column: 0 - index: 52 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 12 - index: 27 line: 2 } start: Object { column: 12 - index: 27 line: 2 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-binding-property/input.js" end: Object { column: 2 - index: 51 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-binding-property/input.js" end: Object { column: 1 - index: 50 line: 3 } start: Object { column: 1 - index: 1 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-binding-property/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-binding-property/input.js" end: Object { column: 1 - index: 50 line: 3 } start: Object { column: 13 - index: 13 line: 1 } } @@ -132,12 +120,10 @@ JSRoot { identifierName: "" end: Object { column: 13 - index: 28 line: 2 } start: Object { column: 12 - index: 27 line: 2 } } @@ -146,12 +132,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-binding-property/input.js" end: Object { column: 33 - index: 48 line: 2 } start: Object { column: 4 - index: 19 line: 2 } } @@ -162,12 +146,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-binding-property/input.js" end: Object { column: 33 - index: 48 line: 2 } start: Object { column: 31 - index: 46 line: 2 } } @@ -184,12 +166,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-binding-property/input.js" end: Object { column: 30 - index: 45 line: 2 } start: Object { column: 13 - index: 28 line: 2 } } @@ -200,12 +180,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-binding-property/input.js" end: Object { column: 29 - index: 44 line: 2 } start: Object { column: 13 - index: 28 line: 2 } } @@ -216,12 +194,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-binding-property/input.js" end: Object { column: 29 - index: 44 line: 2 } start: Object { column: 13 - index: 28 line: 2 } } @@ -236,12 +212,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 30 line: 2 } start: Object { column: 14 - index: 29 line: 2 } } @@ -250,12 +224,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-binding-property/input.js" end: Object { column: 15 - index: 30 line: 2 } start: Object { column: 14 - index: 29 line: 2 } } @@ -265,12 +237,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-binding-property/input.js" end: Object { column: 26 - index: 41 line: 2 } start: Object { column: 17 - index: 32 line: 2 } } @@ -281,12 +251,10 @@ JSRoot { identifierName: "y" end: Object { column: 18 - index: 33 line: 2 } start: Object { column: 17 - index: 32 line: 2 } } @@ -298,12 +266,10 @@ JSRoot { identifierName: "yield" end: Object { column: 26 - index: 41 line: 2 } start: Object { column: 21 - index: 36 line: 2 } } @@ -313,12 +279,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-binding-property/input.js" end: Object { column: 26 - index: 41 line: 2 } start: Object { column: 14 - index: 29 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-parameter-computed-property-name/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-parameter-computed-property-name/input.test.md index 4af7b8bba8e..0496caa34fe 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-parameter-computed-property-name/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-parameter-computed-property-name/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-computed-property-name/input.js" end: Object { column: 0 - index: 50 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 12 - index: 27 line: 2 } start: Object { column: 12 - index: 27 line: 2 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-computed-property-name/input.js" end: Object { column: 2 - index: 49 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-computed-property-name/input.js" end: Object { column: 1 - index: 48 line: 3 } start: Object { column: 1 - index: 1 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-computed-property-name/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-computed-property-name/input.js" end: Object { column: 1 - index: 48 line: 3 } start: Object { column: 13 - index: 13 line: 1 } } @@ -132,12 +120,10 @@ JSRoot { identifierName: "" end: Object { column: 13 - index: 28 line: 2 } start: Object { column: 12 - index: 27 line: 2 } } @@ -146,12 +132,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-computed-property-name/input.js" end: Object { column: 31 - index: 46 line: 2 } start: Object { column: 4 - index: 19 line: 2 } } @@ -162,12 +146,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-computed-property-name/input.js" end: Object { column: 31 - index: 46 line: 2 } start: Object { column: 29 - index: 44 line: 2 } } @@ -184,12 +166,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-computed-property-name/input.js" end: Object { column: 28 - index: 43 line: 2 } start: Object { column: 13 - index: 28 line: 2 } } @@ -200,12 +180,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-computed-property-name/input.js" end: Object { column: 27 - index: 42 line: 2 } start: Object { column: 13 - index: 28 line: 2 } } @@ -216,12 +194,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-computed-property-name/input.js" end: Object { column: 27 - index: 42 line: 2 } start: Object { column: 13 - index: 28 line: 2 } } @@ -236,12 +212,10 @@ JSRoot { identifierName: "" end: Object { column: 23 - index: 38 line: 2 } start: Object { column: 22 - index: 37 line: 2 } } @@ -250,12 +224,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-computed-property-name/input.js" end: Object { column: 23 - index: 38 line: 2 } start: Object { column: 22 - index: 37 line: 2 } } @@ -267,12 +239,10 @@ JSRoot { identifierName: "y" end: Object { column: 26 - index: 41 line: 2 } start: Object { column: 25 - index: 40 line: 2 } } @@ -281,12 +251,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-computed-property-name/input.js" end: Object { column: 26 - index: 41 line: 2 } start: Object { column: 22 - index: 37 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-parameter-invalid-binding-element/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-parameter-invalid-binding-element/input.test.md index 8d1a5ea6b95..ba5a266d1ea 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-parameter-invalid-binding-element/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-parameter-invalid-binding-element/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-invalid-binding-element/input.js" end: Object { column: 0 - index: 48 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 13 - index: 28 line: 2 } start: Object { column: 13 - index: 28 line: 2 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-invalid-binding-element/input.js" end: Object { column: 2 - index: 47 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-invalid-binding-element/input.js" end: Object { column: 1 - index: 46 line: 3 } start: Object { column: 1 - index: 1 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-invalid-binding-element/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-invalid-binding-element/input.js" end: Object { column: 1 - index: 46 line: 3 } start: Object { column: 13 - index: 13 line: 1 } } @@ -132,12 +120,10 @@ JSRoot { identifierName: "" end: Object { column: 14 - index: 29 line: 2 } start: Object { column: 13 - index: 28 line: 2 } } @@ -146,12 +132,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-invalid-binding-element/input.js" end: Object { column: 29 - index: 44 line: 2 } start: Object { column: 4 - index: 19 line: 2 } } @@ -162,12 +146,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-invalid-binding-element/input.js" end: Object { column: 29 - index: 44 line: 2 } start: Object { column: 27 - index: 42 line: 2 } } @@ -184,12 +166,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-invalid-binding-element/input.js" end: Object { column: 26 - index: 41 line: 2 } start: Object { column: 14 - index: 29 line: 2 } } @@ -199,12 +179,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-invalid-binding-element/input.js" end: Object { column: 25 - index: 40 line: 2 } start: Object { column: 14 - index: 29 line: 2 } } @@ -214,12 +192,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-invalid-binding-element/input.js" end: Object { column: 25 - index: 40 line: 2 } start: Object { column: 18 - index: 33 line: 2 } } @@ -230,12 +206,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-invalid-binding-element/input.js" end: Object { column: 25 - index: 40 line: 2 } start: Object { column: 24 - index: 39 line: 2 } } @@ -248,12 +222,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 30 line: 2 } start: Object { column: 14 - index: 29 line: 2 } } @@ -264,12 +236,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-invalid-binding-element/input.js" end: Object { column: 15 - index: 30 line: 2 } start: Object { column: 14 - index: 29 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-parameter-invalid-binding-property/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-parameter-invalid-binding-property/input.test.md index ea1f47bfb2b..281687b36d8 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-parameter-invalid-binding-property/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-parameter-invalid-binding-property/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-invalid-binding-property/input.js" end: Object { column: 0 - index: 53 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 13 - index: 28 line: 2 } start: Object { column: 13 - index: 28 line: 2 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-invalid-binding-property/input.js" end: Object { column: 2 - index: 52 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-invalid-binding-property/input.js" end: Object { column: 1 - index: 51 line: 3 } start: Object { column: 1 - index: 1 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-invalid-binding-property/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-invalid-binding-property/input.js" end: Object { column: 1 - index: 51 line: 3 } start: Object { column: 13 - index: 13 line: 1 } } @@ -132,12 +120,10 @@ JSRoot { identifierName: "" end: Object { column: 14 - index: 29 line: 2 } start: Object { column: 13 - index: 28 line: 2 } } @@ -146,12 +132,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-invalid-binding-property/input.js" end: Object { column: 34 - index: 49 line: 2 } start: Object { column: 4 - index: 19 line: 2 } } @@ -162,12 +146,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-invalid-binding-property/input.js" end: Object { column: 34 - index: 49 line: 2 } start: Object { column: 32 - index: 47 line: 2 } } @@ -184,12 +166,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-invalid-binding-property/input.js" end: Object { column: 31 - index: 46 line: 2 } start: Object { column: 14 - index: 29 line: 2 } } @@ -200,12 +180,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-invalid-binding-property/input.js" end: Object { column: 30 - index: 45 line: 2 } start: Object { column: 14 - index: 29 line: 2 } } @@ -216,12 +194,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-invalid-binding-property/input.js" end: Object { column: 30 - index: 45 line: 2 } start: Object { column: 14 - index: 29 line: 2 } } @@ -236,12 +212,10 @@ JSRoot { identifierName: "x" end: Object { column: 16 - index: 31 line: 2 } start: Object { column: 15 - index: 30 line: 2 } } @@ -250,12 +224,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-invalid-binding-property/input.js" end: Object { column: 16 - index: 31 line: 2 } start: Object { column: 15 - index: 30 line: 2 } } @@ -265,12 +237,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-invalid-binding-property/input.js" end: Object { column: 29 - index: 44 line: 2 } start: Object { column: 18 - index: 33 line: 2 } } @@ -281,12 +251,10 @@ JSRoot { identifierName: "y" end: Object { column: 19 - index: 34 line: 2 } start: Object { column: 18 - index: 33 line: 2 } } @@ -297,12 +265,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-invalid-binding-property/input.js" end: Object { column: 29 - index: 44 line: 2 } start: Object { column: 22 - index: 37 line: 2 } } @@ -313,12 +279,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-invalid-binding-property/input.js" end: Object { column: 29 - index: 44 line: 2 } start: Object { column: 28 - index: 43 line: 2 } } @@ -329,12 +293,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-invalid-binding-property/input.js" end: Object { column: 29 - index: 44 line: 2 } start: Object { column: 15 - index: 30 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-parameter-invalid-computed-property-name/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-parameter-invalid-computed-property-name/input.test.md index 960e6bc81e4..8f0c8e00878 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-parameter-invalid-computed-property-name/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-generator/generator-parameter-invalid-computed-property-name/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-invalid-computed-property-name/input.js" end: Object { column: 0 - index: 51 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 13 - index: 28 line: 2 } start: Object { column: 13 - index: 28 line: 2 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-invalid-computed-property-name/input.js" end: Object { column: 2 - index: 50 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-invalid-computed-property-name/input.js" end: Object { column: 1 - index: 49 line: 3 } start: Object { column: 1 - index: 1 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-invalid-computed-property-name/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-invalid-computed-property-name/input.js" end: Object { column: 1 - index: 49 line: 3 } start: Object { column: 13 - index: 13 line: 1 } } @@ -132,12 +120,10 @@ JSRoot { identifierName: "" end: Object { column: 14 - index: 29 line: 2 } start: Object { column: 13 - index: 28 line: 2 } } @@ -146,12 +132,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-invalid-computed-property-name/input.js" end: Object { column: 32 - index: 47 line: 2 } start: Object { column: 4 - index: 19 line: 2 } } @@ -162,12 +146,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-invalid-computed-property-name/input.js" end: Object { column: 32 - index: 47 line: 2 } start: Object { column: 30 - index: 45 line: 2 } } @@ -184,12 +166,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-invalid-computed-property-name/input.js" end: Object { column: 29 - index: 44 line: 2 } start: Object { column: 14 - index: 29 line: 2 } } @@ -200,12 +180,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-invalid-computed-property-name/input.js" end: Object { column: 28 - index: 43 line: 2 } start: Object { column: 14 - index: 29 line: 2 } } @@ -216,12 +194,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-invalid-computed-property-name/input.js" end: Object { column: 28 - index: 43 line: 2 } start: Object { column: 14 - index: 29 line: 2 } } @@ -235,12 +211,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-invalid-computed-property-name/input.js" end: Object { column: 23 - index: 38 line: 2 } start: Object { column: 16 - index: 31 line: 2 } } @@ -251,12 +225,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-invalid-computed-property-name/input.js" end: Object { column: 23 - index: 38 line: 2 } start: Object { column: 22 - index: 37 line: 2 } } @@ -266,12 +238,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-invalid-computed-property-name/input.js" end: Object { column: 24 - index: 39 line: 2 } start: Object { column: 15 - index: 30 line: 2 } } @@ -283,12 +253,10 @@ JSRoot { identifierName: "y" end: Object { column: 27 - index: 42 line: 2 } start: Object { column: 26 - index: 41 line: 2 } } @@ -297,12 +265,10 @@ JSRoot { filename: "esprima/es2015-generator/generator-parameter-invalid-computed-property-name/input.js" end: Object { column: 27 - index: 42 line: 2 } start: Object { column: 15 - index: 30 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-generator/incomplete-yield-delegate/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-generator/incomplete-yield-delegate/input.test.md index af126185638..34c3968beea 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-generator/incomplete-yield-delegate/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-generator/incomplete-yield-delegate/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-generator/incomplete-yield-delegate/input.js" end: Object { column: 0 - index: 25 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/es2015-generator/incomplete-yield-delegate/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "esprima/es2015-generator/incomplete-yield-delegate/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -103,12 +95,10 @@ JSRoot { filename: "esprima/es2015-generator/incomplete-yield-delegate/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -119,12 +109,10 @@ JSRoot { filename: "esprima/es2015-generator/incomplete-yield-delegate/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -134,12 +122,10 @@ JSRoot { filename: "esprima/es2015-generator/incomplete-yield-delegate/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -149,12 +135,10 @@ JSRoot { filename: "esprima/es2015-generator/incomplete-yield-delegate/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -164,12 +148,10 @@ JSRoot { filename: "esprima/es2015-generator/incomplete-yield-delegate/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -181,12 +163,10 @@ JSRoot { filename: "esprima/es2015-generator/incomplete-yield-delegate/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -196,12 +176,10 @@ JSRoot { filename: "esprima/es2015-generator/incomplete-yield-delegate/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-generator/malformed-generator-method-2/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-generator/malformed-generator-method-2/input.test.md index b9acccce228..f643237639f 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-generator/malformed-generator-method-2/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-generator/malformed-generator-method-2/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-generator/malformed-generator-method-2/input.js" end: Object { column: 0 - index: 16 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "esprima/es2015-generator/malformed-generator-method-2/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "esprima/es2015-generator/malformed-generator-method-2/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "esprima/es2015-generator/malformed-generator-method-2/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -145,12 +131,10 @@ JSRoot { filename: "esprima/es2015-generator/malformed-generator-method-2/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -167,12 +151,10 @@ JSRoot { filename: "esprima/es2015-generator/malformed-generator-method-2/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 16 line: 2 } } @@ -186,19 +168,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 12 - index: 12 line: 1 } loc: Object { filename: "esprima/es2015-generator/malformed-generator-method-2/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-generator/malformed-generator-method/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-generator/malformed-generator-method/input.test.md index ebd4b5f699d..6bd2f9c4a3e 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-generator/malformed-generator-method/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-generator/malformed-generator-method/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-generator/malformed-generator-method/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/es2015-generator/malformed-generator-method/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "esprima/es2015-generator/malformed-generator-method/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -95,12 +87,10 @@ JSRoot { identifierName: "" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "esprima/es2015-generator/malformed-generator-method/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "esprima/es2015-generator/malformed-generator-method/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -139,12 +125,10 @@ JSRoot { filename: "esprima/es2015-generator/malformed-generator-method/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 8 line: 2 } } @@ -162,12 +146,10 @@ JSRoot { filename: "esprima/es2015-generator/malformed-generator-method/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-generator/static-generator-method-with-computed-name/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-generator/static-generator-method-with-computed-name/input.test.md index 7f31f3f1202..07cb3d053e2 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-generator/static-generator-method-with-computed-name/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-generator/static-generator-method-with-computed-name/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-generator/static-generator-method-with-computed-name/input.js" end: Object { column: 0 - index: 33 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-generator/static-generator-method-with-computed-name/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "esprima/es2015-generator/static-generator-method-with-computed-name/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "foo" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "esprima/es2015-generator/static-generator-method-with-computed-name/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "esprima/es2015-generator/static-generator-method-with-computed-name/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "esprima/es2015-generator/static-generator-method-with-computed-name/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "esprima/es2015-generator/static-generator-method-with-computed-name/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 12 - index: 12 line: 1 } loc: Object { filename: "esprima/es2015-generator/static-generator-method-with-computed-name/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-generator/static-generator-method/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-generator/static-generator-method/input.test.md index f6d18e91a2f..02d3538e56f 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-generator/static-generator-method/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-generator/static-generator-method/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-generator/static-generator-method/input.js" end: Object { column: 0 - index: 31 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-generator/static-generator-method/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "esprima/es2015-generator/static-generator-method/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "foo" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "esprima/es2015-generator/static-generator-method/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "esprima/es2015-generator/static-generator-method/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "esprima/es2015-generator/static-generator-method/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "esprima/es2015-generator/static-generator-method/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 12 - index: 12 line: 1 } loc: Object { filename: "esprima/es2015-generator/static-generator-method/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-identifier/dakuten_handakuten/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-identifier/dakuten_handakuten/input.test.md index 861d8a5e276..b8bd9a7213d 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-identifier/dakuten_handakuten/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-identifier/dakuten_handakuten/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-identifier/dakuten_handakuten/input.js" end: Object { column: 0 - index: 5 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-identifier/dakuten_handakuten/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-identifier/dakuten_handakuten/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "\u309b" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "\u309c" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-identifier/escaped_all/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-identifier/escaped_all/input.test.md index 38fa4d1a4b6..b90ceb62bc1 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-identifier/escaped_all/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-identifier/escaped_all/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-identifier/escaped_all/input.js" end: Object { column: 0 - index: 24 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-identifier/escaped_all/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-identifier/escaped_all/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "ABC" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-identifier/escaped_all/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-identifier/escaped_math_alef/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-identifier/escaped_math_alef/input.test.md index aa8d38834de..310c480baa2 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-identifier/escaped_math_alef/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-identifier/escaped_math_alef/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-identifier/escaped_math_alef/input.js" end: Object { column: 0 - index: 14 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-identifier/escaped_math_alef/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-identifier/escaped_math_alef/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "\u{1ee00}" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-identifier/escaped_math_alef/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-identifier/escaped_math_dal_part/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-identifier/escaped_math_dal_part/input.test.md index d2afc4bd6f6..2a50cc20668 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-identifier/escaped_math_dal_part/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-identifier/escaped_math_dal_part/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-identifier/escaped_math_dal_part/input.js" end: Object { column: 0 - index: 15 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-identifier/escaped_math_dal_part/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-identifier/escaped_math_dal_part/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "_\u{1ee03}" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-identifier/escaped_math_dal_part/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-identifier/escaped_math_kaf_lam/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-identifier/escaped_math_kaf_lam/input.test.md index ea97bb5feb7..ea575e4cba7 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-identifier/escaped_math_kaf_lam/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-identifier/escaped_math_kaf_lam/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-identifier/escaped_math_kaf_lam/input.js" end: Object { column: 0 - index: 23 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-identifier/escaped_math_kaf_lam/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-identifier/escaped_math_kaf_lam/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "\u{1ee0a}\u{1ee0b}" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-identifier/escaped_math_kaf_lam/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-identifier/escaped_math_zain_start/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-identifier/escaped_math_zain_start/input.test.md index bd6eece65e7..6440eb29336 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-identifier/escaped_math_zain_start/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-identifier/escaped_math_zain_start/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-identifier/escaped_math_zain_start/input.js" end: Object { column: 0 - index: 16 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-identifier/escaped_math_zain_start/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-identifier/escaped_math_zain_start/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "\u{1ee06}_$" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-identifier/escaped_math_zain_start/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-identifier/escaped_part/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-identifier/escaped_part/input.test.md index 4d5c41c1ae0..d17810103e5 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-identifier/escaped_part/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-identifier/escaped_part/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-identifier/escaped_part/input.js" end: Object { column: 0 - index: 14 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-identifier/escaped_part/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-identifier/escaped_part/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "ABC" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-identifier/escaped_part/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-identifier/escaped_start/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-identifier/escaped_start/input.test.md index 0e79b6c9afb..630d512b00d 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-identifier/escaped_start/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-identifier/escaped_start/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-identifier/escaped_start/input.js" end: Object { column: 0 - index: 14 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-identifier/escaped_start/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-identifier/escaped_start/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "ABC" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-identifier/escaped_start/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-identifier/estimated/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-identifier/estimated/input.test.md index 8bd8c8df9ae..7a88b494a8d 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-identifier/estimated/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-identifier/estimated/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-identifier/estimated/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-identifier/estimated/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-identifier/estimated/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "\u212e" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-identifier/estimated/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-identifier/ethiopic_digits/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-identifier/ethiopic_digits/input.test.md index 7a2cd42acc5..641e4f5afa7 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-identifier/ethiopic_digits/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-identifier/ethiopic_digits/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-identifier/ethiopic_digits/input.js" end: Object { column: 0 - index: 15 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-identifier/ethiopic_digits/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-identifier/ethiopic_digits/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "_\u1369\u136a\u136b\u136c\u136d\u136e\u136f\u1370\u1371" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-identifier/ethiopic_digits/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-identifier/invalid_escaped_surrogate_pairs/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-identifier/invalid_escaped_surrogate_pairs/input.test.md index d1163ec39c3..25804932b83 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-identifier/invalid_escaped_surrogate_pairs/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-identifier/invalid_escaped_surrogate_pairs/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-identifier/invalid_escaped_surrogate_pairs/input.js" end: Object { column: 0 - index: 17 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/es2015-identifier/invalid_escaped_surrogate_pairs/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/es2015-identifier/invalid_escaped_surrogate_pairs/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "\u{1ee00}" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "esprima/es2015-identifier/invalid_escaped_surrogate_pairs/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-identifier/invalid_expression_await/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-identifier/invalid_expression_await/input.test.md index bc5f128d8ae..e48708bfbf2 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-identifier/invalid_expression_await/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-identifier/invalid_expression_await/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-identifier/invalid_expression_await/input.js" end: Object { column: 0 - index: 31 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { sourceText: undefined end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -78,12 +74,10 @@ JSRoot { filename: "esprima/es2015-identifier/invalid_expression_await/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +86,10 @@ JSRoot { filename: "esprima/es2015-identifier/invalid_expression_await/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -107,12 +99,10 @@ JSRoot { filename: "esprima/es2015-identifier/invalid_expression_await/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -125,12 +115,10 @@ JSRoot { identifierName: "answer" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -139,12 +127,10 @@ JSRoot { filename: "esprima/es2015-identifier/invalid_expression_await/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -154,12 +140,10 @@ JSRoot { filename: "esprima/es2015-identifier/invalid_expression_await/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -170,12 +154,10 @@ JSRoot { identifierName: "await" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -187,12 +169,10 @@ JSRoot { filename: "esprima/es2015-identifier/invalid_expression_await/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-identifier/invalid_id_smp/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-identifier/invalid_id_smp/input.test.md index bc2f73c5706..d2c47a946e3 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-identifier/invalid_id_smp/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-identifier/invalid_id_smp/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-identifier/invalid_id_smp/input.js" end: Object { column: 0 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -50,12 +48,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -67,12 +63,10 @@ JSRoot { filename: "esprima/es2015-identifier/invalid_id_smp/input.js" end: Object { column: 0 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { filename: "esprima/es2015-identifier/invalid_id_smp/input.js" end: Object { column: 0 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { identifierName: "" end: Object { column: 0 - index: 7 line: 2 } start: Object { column: 0 - index: 7 line: 2 } } @@ -115,12 +105,10 @@ JSRoot { filename: "esprima/es2015-identifier/invalid_id_smp/input.js" end: Object { column: 0 - index: 7 line: 2 } start: Object { column: 0 - index: 7 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-identifier/invalid_var_await/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-identifier/invalid_var_await/input.test.md index 6f4cf2c3d20..d701352ab1d 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-identifier/invalid_var_await/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-identifier/invalid_var_await/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-identifier/invalid_var_await/input.js" end: Object { column: 0 - index: 18 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { sourceText: undefined end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -78,12 +74,10 @@ JSRoot { filename: "esprima/es2015-identifier/invalid_var_await/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +86,10 @@ JSRoot { filename: "esprima/es2015-identifier/invalid_var_await/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -107,12 +99,10 @@ JSRoot { filename: "esprima/es2015-identifier/invalid_var_await/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -125,12 +115,10 @@ JSRoot { identifierName: "await" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -140,12 +128,10 @@ JSRoot { filename: "esprima/es2015-identifier/invalid_var_await/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-identifier/math_alef/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-identifier/math_alef/input.test.md index 81794807f2f..9011702da90 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-identifier/math_alef/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-identifier/math_alef/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-identifier/math_alef/input.js" end: Object { column: 0 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-identifier/math_alef/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-identifier/math_alef/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "\u{1ee00}" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-identifier/math_alef/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-identifier/math_dal_part/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-identifier/math_dal_part/input.test.md index ef89c02dd3a..411c984285b 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-identifier/math_dal_part/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-identifier/math_dal_part/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-identifier/math_dal_part/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-identifier/math_dal_part/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-identifier/math_dal_part/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "_\u{1ee03}" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-identifier/math_dal_part/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-identifier/math_kaf_lam/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-identifier/math_kaf_lam/input.test.md index aa58b3cb93f..4a03c116545 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-identifier/math_kaf_lam/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-identifier/math_kaf_lam/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-identifier/math_kaf_lam/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-identifier/math_kaf_lam/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-identifier/math_kaf_lam/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "\u{1ee0a}\u{1ee0b}" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-identifier/math_kaf_lam/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-identifier/math_zain_start/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-identifier/math_zain_start/input.test.md index f499c5770cd..57bd1e8e3e5 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-identifier/math_zain_start/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-identifier/math_zain_start/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-identifier/math_zain_start/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-identifier/math_zain_start/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-identifier/math_zain_start/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "\u{1ee06}_$" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-identifier/math_zain_start/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-identifier/module_await/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-identifier/module_await/input.test.md index f0c7bf5b346..b566a31d9a4 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-identifier/module_await/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-identifier/module_await/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-identifier/module_await/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-identifier/module_await/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-identifier/module_await/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "await" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-identifier/module_await/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-identifier/valid_await/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-identifier/valid_await/input.test.md index 057be21a59c..f446e6d8166 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-identifier/valid_await/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-identifier/valid_await/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-identifier/valid_await/input.js" end: Object { column: 0 - index: 20 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-identifier/valid_await/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-identifier/valid_await/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "await" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-identifier/valid_await/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "esprima/es2015-identifier/valid_await/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { identifierName: "await" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-identifier/weierstrass/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-identifier/weierstrass/input.test.md index 91443bb4995..1873aa5b9bc 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-identifier/weierstrass/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-identifier/weierstrass/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-identifier/weierstrass/input.js" end: Object { column: 0 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-identifier/weierstrass/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-identifier/weierstrass/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "\u2118" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-identifier/weierstrass/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-identifier/weierstrass_weierstrass/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-identifier/weierstrass_weierstrass/input.test.md index a05030dea46..72160e5391e 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-identifier/weierstrass_weierstrass/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-identifier/weierstrass_weierstrass/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-identifier/weierstrass_weierstrass/input.js" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-identifier/weierstrass_weierstrass/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-identifier/weierstrass_weierstrass/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "\u2118\u2118" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-identifier/weierstrass_weierstrass/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-default-and-named-specifiers/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-default-and-named-specifiers/input.test.md index 2e3b5f07aba..bac691071ca 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-default-and-named-specifiers/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-default-and-named-specifiers/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-default-and-named-specifiers/input.js" end: Object { column: 0 - index: 30 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-default-and-named-specifiers/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-default-and-named-specifiers/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-default-and-named-specifiers/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "foo" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-default-and-named-specifiers/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-default-and-named-specifiers/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { identifierName: "bar" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { identifierName: "bar" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -167,12 +149,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-default-and-named-specifiers/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-default-and-namespace-specifiers/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-default-and-namespace-specifiers/input.test.md index 168835c919d..cce150d169a 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-default-and-namespace-specifiers/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-default-and-namespace-specifiers/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-default-and-namespace-specifiers/input.js" end: Object { column: 0 - index: 33 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-default-and-namespace-specifiers/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-default-and-namespace-specifiers/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-default-and-namespace-specifiers/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "foo" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-default-and-namespace-specifiers/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-default-and-namespace-specifiers/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { identifierName: "bar" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-default-and-namespace-specifiers/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-default-as/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-default-as/input.test.md index 33f68e58abd..f599aed39e1 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-default-as/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-default-as/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-default-as/input.js" end: Object { column: 0 - index: 36 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-default-as/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-default-as/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-default-as/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "default" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { identifierName: "foo" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-default-as/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-default/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-default/input.test.md index 0685666e24f..686f0f78839 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-default/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-default/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-default/input.js" end: Object { column: 0 - index: 23 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-default/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-default/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-default/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "foo" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-default/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-jquery/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-jquery/input.test.md index f36053f8298..7de754c9179 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-jquery/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-jquery/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-jquery/input.js" end: Object { column: 0 - index: 23 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-jquery/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-jquery/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-jquery/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "$" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-jquery/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-module/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-module/input.test.md index a1d2b328375..3558bb88522 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-module/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-module/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-module/input.js" end: Object { column: 0 - index: 14 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -41,12 +39,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-module/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-module/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-named-as-specifier/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-named-as-specifier/input.test.md index 1e48b67c5c8..b6b45913861 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-named-as-specifier/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-named-as-specifier/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-named-as-specifier/input.js" end: Object { column: 0 - index: 32 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-named-as-specifier/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-named-as-specifier/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-named-as-specifier/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "bar" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { identifierName: "baz" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-named-as-specifier/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-named-as-specifiers/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-named-as-specifiers/input.test.md index 19cce0d6e8a..c36c34f2356 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-named-as-specifiers/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-named-as-specifiers/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-named-as-specifiers/input.js" end: Object { column: 0 - index: 37 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-named-as-specifiers/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-named-as-specifiers/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-named-as-specifiers/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "bar" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { identifierName: "baz" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-named-as-specifiers/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-named-as-specifiers/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { identifierName: "xyz" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -170,12 +152,10 @@ JSRoot { identifierName: "xyz" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -185,12 +165,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-named-as-specifiers/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-named-empty/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-named-empty/input.test.md index 784cd8eddec..061a8215013 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-named-empty/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-named-empty/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-named-empty/input.js" end: Object { column: 0 - index: 22 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -41,12 +39,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-named-empty/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-named-empty/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-named-specifier/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-named-specifier/input.test.md index 86849970fc8..94aec9782b3 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-named-specifier/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-named-specifier/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-named-specifier/input.js" end: Object { column: 0 - index: 25 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-named-specifier/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-named-specifier/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-named-specifier/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "bar" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { identifierName: "bar" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-named-specifier/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-named-specifiers-comma/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-named-specifiers-comma/input.test.md index 25cefc75890..952ec522158 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-named-specifiers-comma/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-named-specifiers-comma/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-named-specifiers-comma/input.js" end: Object { column: 0 - index: 31 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-named-specifiers-comma/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-named-specifiers-comma/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-named-specifiers-comma/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "bar" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { identifierName: "bar" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-named-specifiers-comma/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-named-specifiers-comma/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { identifierName: "baz" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -170,12 +152,10 @@ JSRoot { identifierName: "baz" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -185,12 +165,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-named-specifiers-comma/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-named-specifiers/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-named-specifiers/input.test.md index 3ada52bee42..18a238ec483 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-named-specifiers/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-named-specifiers/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-named-specifiers/input.js" end: Object { column: 0 - index: 30 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-named-specifiers/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-named-specifiers/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-named-specifiers/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "bar" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { identifierName: "bar" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-named-specifiers/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-named-specifiers/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { identifierName: "baz" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -170,12 +152,10 @@ JSRoot { identifierName: "baz" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -185,12 +165,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-named-specifiers/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-namespace-specifier/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-namespace-specifier/input.test.md index 6666750c779..f2cc5ec6310 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-namespace-specifier/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-namespace-specifier/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-namespace-specifier/input.js" end: Object { column: 0 - index: 28 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-namespace-specifier/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-namespace-specifier/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-namespace-specifier/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "foo" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-namespace-specifier/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-null-as-nil/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-null-as-nil/input.test.md index 95713ea380f..1dea074e49f 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-null-as-nil/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/import-null-as-nil/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-null-as-nil/input.js" end: Object { column: 0 - index: 34 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-null-as-nil/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-null-as-nil/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-null-as-nil/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "null" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { identifierName: "nil" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/import-null-as-nil/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-default-after-named-after-default/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-default-after-named-after-default/input.test.md index d9f4b77d2dd..b733ccf4728 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-default-after-named-after-default/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-default-after-named-after-default/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-default-after-named-after-default/input.js" end: Object { column: 0 - index: 35 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -68,12 +64,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-default-after-named-after-default/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-default-after-named-after-default/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-default-after-named-after-default/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -115,12 +105,10 @@ JSRoot { identifierName: "foo" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-default-after-named-after-default/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -147,12 +133,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-default-after-named-after-default/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -163,12 +147,10 @@ JSRoot { identifierName: "bar" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -181,12 +163,10 @@ JSRoot { identifierName: "bar" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -196,12 +176,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-default-after-named-after-default/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -214,12 +192,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-default-after-named-after-default/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -229,12 +205,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-default-after-named-after-default/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -245,12 +219,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-default-after-named-after-default/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -261,12 +233,10 @@ JSRoot { identifierName: "foo" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -277,12 +247,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-default-after-named-after-default/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -293,12 +261,10 @@ JSRoot { identifierName: "from" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -309,12 +275,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-default-after-named-after-default/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -324,12 +288,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-default-after-named-after-default/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-default-after-named/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-default-after-named/input.test.md index 975237382db..32b0e475df3 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-default-after-named/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-default-after-named/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-default-after-named/input.js" end: Object { column: 0 - index: 29 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-default-after-named/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +78,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-default-after-named/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-default-after-named/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "bar" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -134,12 +122,10 @@ JSRoot { identifierName: "bar" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -149,12 +135,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-default-after-named/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -167,12 +151,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-default-after-named/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -182,12 +164,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-default-after-named/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -198,12 +178,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-default-after-named/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -214,12 +192,10 @@ JSRoot { identifierName: "foo" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -230,12 +206,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-default-after-named/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -246,12 +220,10 @@ JSRoot { identifierName: "from" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -262,12 +234,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-default-after-named/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -277,12 +247,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-default-after-named/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-default-missing-module-specifier/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-default-missing-module-specifier/input.test.md index 3f9dede9103..24d34959268 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-default-missing-module-specifier/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-default-missing-module-specifier/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-default-missing-module-specifier/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 11 line: 2 } } @@ -69,12 +65,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-default-missing-module-specifier/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +78,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-default-missing-module-specifier/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-default-missing-module-specifier/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "foo" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-default-missing-module-specifier/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-default-module-specifier/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-default-module-specifier/input.test.md index 6b3c23cff18..a2de05abc68 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-default-module-specifier/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-default-module-specifier/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-default-module-specifier/input.js" end: Object { column: 0 - index: 21 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-default-module-specifier/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -79,12 +73,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-default-module-specifier/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-default-module-specifier/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { identifierName: "foo" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -126,12 +114,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-default-module-specifier/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-default-module-specifier/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { identifierName: "bar" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-default/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-default/input.test.md index 52fec7b7785..a8d5f9e6f44 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-default/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-default/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-default/input.js" end: Object { column: 0 - index: 26 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-default/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +78,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-default/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-default/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "default" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -134,12 +122,10 @@ JSRoot { identifierName: "default" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -149,12 +135,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-default/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -165,12 +149,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-default/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -181,12 +163,10 @@ JSRoot { identifierName: "from" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -199,12 +179,10 @@ JSRoot { identifierName: "from" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -214,12 +192,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-default/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -230,12 +206,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-default/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -246,12 +220,10 @@ JSRoot { identifierName: "" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -264,12 +236,10 @@ JSRoot { identifierName: "" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -279,12 +249,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-default/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-missing-comma/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-missing-comma/input.test.md index d37497f2401..fe8ccc43c77 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-missing-comma/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-missing-comma/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-missing-comma/input.js" end: Object { column: 0 - index: 31 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-missing-comma/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +78,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-missing-comma/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-missing-comma/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "foo" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-missing-comma/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -149,12 +135,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-missing-comma/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -164,12 +148,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-missing-comma/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -180,12 +162,10 @@ JSRoot { identifierName: "bar" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -198,12 +178,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-missing-comma/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -214,12 +192,10 @@ JSRoot { identifierName: "from" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -230,12 +206,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-missing-comma/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -245,12 +219,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-missing-comma/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-missing-module-specifier/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-missing-module-specifier/input.test.md index feec3f78f79..809b67ebbca 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-missing-module-specifier/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-missing-module-specifier/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-missing-module-specifier/input.js" end: Object { column: 0 - index: 20 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 20 line: 2 } } @@ -69,12 +65,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-missing-module-specifier/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +78,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-missing-module-specifier/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-missing-module-specifier/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "foo" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -134,12 +122,10 @@ JSRoot { identifierName: "foo" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -149,12 +135,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-missing-module-specifier/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -165,12 +149,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-missing-module-specifier/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -181,12 +163,10 @@ JSRoot { identifierName: "bar" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -199,12 +179,10 @@ JSRoot { identifierName: "bar" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -214,12 +192,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-missing-module-specifier/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-module-specifier/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-module-specifier/input.test.md index 9ff26cd8759..1152660df37 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-module-specifier/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-module-specifier/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-module-specifier/input.js" end: Object { column: 0 - index: 22 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-module-specifier/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { identifierName: "bar" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-module-specifier/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { identifierName: "foo" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { identifierName: "foo" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-named-after-named/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-named-after-named/input.test.md index 6ed1e27e7eb..c874e2822f9 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-named-after-named/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-named-after-named/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-named-after-named/input.js" end: Object { column: 0 - index: 32 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-named-after-named/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +78,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-named-after-named/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-named-after-named/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "bar" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -134,12 +122,10 @@ JSRoot { identifierName: "bar" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -149,12 +135,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-named-after-named/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -167,12 +151,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-named-after-named/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -182,12 +164,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-named-after-named/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -199,12 +179,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-named-after-named/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -214,12 +192,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-named-after-named/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -230,12 +206,10 @@ JSRoot { identifierName: "foo" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -248,12 +222,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-named-after-named/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -264,12 +236,10 @@ JSRoot { identifierName: "from" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -280,12 +250,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-named-after-named/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -295,12 +263,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-named-after-named/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-named-after-namespace/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-named-after-namespace/input.test.md index 81d8cc62ea5..63530684e5b 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-named-after-namespace/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-named-after-namespace/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-named-after-namespace/input.js" end: Object { column: 0 - index: 35 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-named-after-namespace/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +78,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-named-after-namespace/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-named-after-namespace/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "foo" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-named-after-namespace/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -148,12 +134,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-named-after-namespace/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -163,12 +147,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-named-after-namespace/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -180,12 +162,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-named-after-namespace/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -195,12 +175,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-named-after-namespace/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -211,12 +189,10 @@ JSRoot { identifierName: "bar" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -229,12 +205,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-named-after-namespace/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -245,12 +219,10 @@ JSRoot { identifierName: "from" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -261,12 +233,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-named-after-namespace/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -276,12 +246,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-named-after-namespace/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-named-as-missing-from/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-named-as-missing-from/input.test.md index 608fabe1b61..a4a7c4531b5 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-named-as-missing-from/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-named-as-missing-from/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-named-as-missing-from/input.js" end: Object { column: 0 - index: 24 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 24 line: 2 } } @@ -69,12 +65,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-named-as-missing-from/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +78,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-named-as-missing-from/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-named-as-missing-from/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "default" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -134,12 +122,10 @@ JSRoot { identifierName: "foo" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -149,12 +135,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-named-as-missing-from/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-namespace-after-named/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-namespace-after-named/input.test.md index d11f9e0b92e..f13cd3f6559 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-namespace-after-named/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-namespace-after-named/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-namespace-after-named/input.js" end: Object { column: 0 - index: 35 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-namespace-after-named/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +78,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-namespace-after-named/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-namespace-after-named/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "bar" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -134,12 +122,10 @@ JSRoot { identifierName: "bar" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -149,12 +135,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-namespace-after-named/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -167,12 +151,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-namespace-after-named/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -182,12 +164,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-namespace-after-named/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -197,12 +177,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-namespace-after-named/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -214,12 +192,10 @@ JSRoot { identifierName: "as" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -231,12 +207,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-namespace-after-named/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -247,12 +221,10 @@ JSRoot { identifierName: "foo" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -263,12 +235,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-namespace-after-named/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -279,12 +249,10 @@ JSRoot { identifierName: "from" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -295,12 +263,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-namespace-after-named/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -310,12 +276,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-namespace-after-named/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-namespace-missing-as/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-namespace-missing-as/input.test.md index d18d781a0c4..583a7cb6ac2 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-namespace-missing-as/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-namespace-missing-as/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-namespace-missing-as/input.js" end: Object { column: 0 - index: 20 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-namespace-missing-as/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +78,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-namespace-missing-as/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-namespace-missing-as/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "from" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-namespace-missing-as/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -148,12 +134,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-namespace-missing-as/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -163,12 +147,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-namespace-missing-as/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-specifiers/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-specifiers/input.test.md index 5305ebcbca2..14dfa0460a6 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-specifiers/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-import-declaration/invalid-import-specifiers/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-specifiers/input.js" end: Object { column: 0 - index: 24 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -68,12 +64,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-specifiers/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-specifiers/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-specifiers/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -115,12 +105,10 @@ JSRoot { identifierName: "foo" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-specifiers/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -147,12 +133,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-specifiers/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -163,12 +147,10 @@ JSRoot { identifierName: "from" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -181,12 +163,10 @@ JSRoot { identifierName: "from" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -196,12 +176,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-specifiers/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -212,12 +190,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-specifiers/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -228,12 +204,10 @@ JSRoot { identifierName: "" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -246,12 +220,10 @@ JSRoot { identifierName: "" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -261,12 +233,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-specifiers/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -277,12 +247,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-specifiers/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -293,12 +261,10 @@ JSRoot { identifierName: "" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -311,12 +277,10 @@ JSRoot { identifierName: "" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -326,12 +290,10 @@ JSRoot { filename: "esprima/es2015-import-declaration/invalid-import-specifiers/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-lexical-declaration/invalid_complex_binding_without_init/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-lexical-declaration/invalid_complex_binding_without_init/input.test.md index bc016307d4f..395d979af1d 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-lexical-declaration/invalid_complex_binding_without_init/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-lexical-declaration/invalid_complex_binding_without_init/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-lexical-declaration/invalid_complex_binding_without_init/input.js" end: Object { column: 0 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/es2015-lexical-declaration/invalid_complex_binding_without_init/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/es2015-lexical-declaration/invalid_complex_binding_without_init/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "esprima/es2015-lexical-declaration/invalid_complex_binding_without_init/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "esprima/es2015-lexical-declaration/invalid_complex_binding_without_init/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-lexical-declaration/invalid_const_forin/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-lexical-declaration/invalid_const_forin/input.test.md index 549f6a28adc..c588fc9c327 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-lexical-declaration/invalid_const_forin/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-lexical-declaration/invalid_const_forin/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-lexical-declaration/invalid_const_forin/input.js" end: Object { column: 0 - index: 25 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/es2015-lexical-declaration/invalid_const_forin/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "esprima/es2015-lexical-declaration/invalid_const_forin/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "y" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -110,12 +100,10 @@ JSRoot { filename: "esprima/es2015-lexical-declaration/invalid_const_forin/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { identifierName: "x" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { filename: "esprima/es2015-lexical-declaration/invalid_const_forin/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { filename: "esprima/es2015-lexical-declaration/invalid_const_forin/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-lexical-declaration/invalid_let_forin/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-lexical-declaration/invalid_let_forin/input.test.md index d760dbab24d..91ee3a19707 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-lexical-declaration/invalid_let_forin/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-lexical-declaration/invalid_let_forin/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-lexical-declaration/invalid_let_forin/input.js" end: Object { column: 0 - index: 23 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/es2015-lexical-declaration/invalid_let_forin/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "esprima/es2015-lexical-declaration/invalid_let_forin/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "y" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -110,12 +100,10 @@ JSRoot { filename: "esprima/es2015-lexical-declaration/invalid_let_forin/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { identifierName: "x" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { filename: "esprima/es2015-lexical-declaration/invalid_let_forin/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { filename: "esprima/es2015-lexical-declaration/invalid_let_forin/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-lexical-declaration/migrated_0000/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-lexical-declaration/migrated_0000/input.test.md index 9de971e8d33..79ff10f5db4 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-lexical-declaration/migrated_0000/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-lexical-declaration/migrated_0000/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-lexical-declaration/migrated_0000/input.js" end: Object { column: 0 - index: 48 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-lexical-declaration/migrated_0000/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "answer" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/es2015-lexical-declaration/migrated_0000/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-lexical-declaration/migrated_0000/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "esprima/es2015-lexical-declaration/migrated_0000/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "esprima/es2015-lexical-declaration/migrated_0000/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { identifierName: "t" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -148,12 +132,10 @@ JSRoot { filename: "esprima/es2015-lexical-declaration/migrated_0000/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -164,12 +146,10 @@ JSRoot { filename: "esprima/es2015-lexical-declaration/migrated_0000/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -184,12 +164,10 @@ JSRoot { filename: "esprima/es2015-lexical-declaration/migrated_0000/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 39 - index: 39 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-meta-property/assign-new-target/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-meta-property/assign-new-target/input.test.md index 844b6a60330..e0c107975f0 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-meta-property/assign-new-target/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-meta-property/assign-new-target/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-meta-property/assign-new-target/input.js" end: Object { column: 0 - index: 41 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "f" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-meta-property/assign-new-target/input.js" end: Object { column: 1 - index: 40 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/es2015-meta-property/assign-new-target/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "esprima/es2015-meta-property/assign-new-target/input.js" end: Object { column: 1 - index: 40 line: 3 } start: Object { column: 13 - index: 13 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "esprima/es2015-meta-property/assign-new-target/input.js" end: Object { column: 23 - index: 38 line: 2 } start: Object { column: 4 - index: 19 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "esprima/es2015-meta-property/assign-new-target/input.js" end: Object { column: 23 - index: 38 line: 2 } start: Object { column: 4 - index: 19 line: 2 } } @@ -140,12 +126,10 @@ JSRoot { identifierName: "x" end: Object { column: 9 - index: 24 line: 2 } start: Object { column: 8 - index: 23 line: 2 } } @@ -154,12 +138,10 @@ JSRoot { filename: "esprima/es2015-meta-property/assign-new-target/input.js" end: Object { column: 22 - index: 37 line: 2 } start: Object { column: 8 - index: 23 line: 2 } } @@ -168,12 +150,10 @@ JSRoot { filename: "esprima/es2015-meta-property/assign-new-target/input.js" end: Object { column: 22 - index: 37 line: 2 } start: Object { column: 12 - index: 27 line: 2 } } @@ -184,12 +164,10 @@ JSRoot { identifierName: "new" end: Object { column: 15 - index: 30 line: 2 } start: Object { column: 12 - index: 27 line: 2 } } @@ -201,12 +179,10 @@ JSRoot { identifierName: "target" end: Object { column: 22 - index: 37 line: 2 } start: Object { column: 16 - index: 31 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-meta-property/invalid-dots/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-meta-property/invalid-dots/input.test.md index 3c3d41e0bc8..d01b85f729c 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-meta-property/invalid-dots/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-meta-property/invalid-dots/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-meta-property/invalid-dots/input.js" end: Object { column: 0 - index: 40 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/es2015-meta-property/invalid-dots/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/es2015-meta-property/invalid-dots/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "esprima/es2015-meta-property/invalid-dots/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "esprima/es2015-meta-property/invalid-dots/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -145,12 +131,10 @@ JSRoot { filename: "esprima/es2015-meta-property/invalid-dots/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -161,12 +145,10 @@ JSRoot { filename: "esprima/es2015-meta-property/invalid-dots/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -176,12 +158,10 @@ JSRoot { filename: "esprima/es2015-meta-property/invalid-dots/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -191,12 +171,10 @@ JSRoot { filename: "esprima/es2015-meta-property/invalid-dots/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -207,12 +185,10 @@ JSRoot { identifierName: "y" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -222,12 +198,10 @@ JSRoot { filename: "esprima/es2015-meta-property/invalid-dots/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -238,12 +212,10 @@ JSRoot { identifierName: "new" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -255,12 +227,10 @@ JSRoot { identifierName: "" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -273,12 +243,10 @@ JSRoot { filename: "esprima/es2015-meta-property/invalid-dots/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -289,12 +257,10 @@ JSRoot { identifierName: "target" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-meta-property/invalid-new-target/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-meta-property/invalid-new-target/input.test.md index 00ab6cc3da5..848bd46a09a 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-meta-property/invalid-new-target/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-meta-property/invalid-new-target/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-meta-property/invalid-new-target/input.js" end: Object { column: 0 - index: 20 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/es2015-meta-property/invalid-new-target/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/es2015-meta-property/invalid-new-target/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "esprima/es2015-meta-property/invalid-new-target/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "esprima/es2015-meta-property/invalid-new-target/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { identifierName: "new" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -155,12 +139,10 @@ JSRoot { identifierName: "target" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-meta-property/new-new-target/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-meta-property/new-new-target/input.test.md index 64c8cd32532..173eff8876e 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-meta-property/new-new-target/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-meta-property/new-new-target/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-meta-property/new-new-target/input.js" end: Object { column: 0 - index: 37 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "f" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-meta-property/new-new-target/input.js" end: Object { column: 1 - index: 36 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/es2015-meta-property/new-new-target/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "esprima/es2015-meta-property/new-new-target/input.js" end: Object { column: 1 - index: 36 line: 3 } start: Object { column: 13 - index: 13 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "esprima/es2015-meta-property/new-new-target/input.js" end: Object { column: 19 - index: 34 line: 2 } start: Object { column: 4 - index: 19 line: 2 } } @@ -124,12 +112,10 @@ JSRoot { filename: "esprima/es2015-meta-property/new-new-target/input.js" end: Object { column: 18 - index: 33 line: 2 } start: Object { column: 4 - index: 19 line: 2 } } @@ -138,12 +124,10 @@ JSRoot { filename: "esprima/es2015-meta-property/new-new-target/input.js" end: Object { column: 18 - index: 33 line: 2 } start: Object { column: 8 - index: 23 line: 2 } } @@ -154,12 +138,10 @@ JSRoot { identifierName: "new" end: Object { column: 11 - index: 26 line: 2 } start: Object { column: 8 - index: 23 line: 2 } } @@ -171,12 +153,10 @@ JSRoot { identifierName: "target" end: Object { column: 18 - index: 33 line: 2 } start: Object { column: 12 - index: 27 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-meta-property/new-target-declaration/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-meta-property/new-target-declaration/input.test.md index 688c911a571..d1952895e02 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-meta-property/new-target-declaration/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-meta-property/new-target-declaration/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-meta-property/new-target-declaration/input.js" end: Object { column: 0 - index: 33 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "f" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-meta-property/new-target-declaration/input.js" end: Object { column: 1 - index: 32 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/es2015-meta-property/new-target-declaration/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "esprima/es2015-meta-property/new-target-declaration/input.js" end: Object { column: 1 - index: 32 line: 3 } start: Object { column: 13 - index: 13 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "esprima/es2015-meta-property/new-target-declaration/input.js" end: Object { column: 15 - index: 30 line: 2 } start: Object { column: 4 - index: 19 line: 2 } } @@ -121,12 +109,10 @@ JSRoot { filename: "esprima/es2015-meta-property/new-target-declaration/input.js" end: Object { column: 14 - index: 29 line: 2 } start: Object { column: 4 - index: 19 line: 2 } } @@ -137,12 +123,10 @@ JSRoot { identifierName: "new" end: Object { column: 7 - index: 22 line: 2 } start: Object { column: 4 - index: 19 line: 2 } } @@ -154,12 +138,10 @@ JSRoot { identifierName: "target" end: Object { column: 14 - index: 29 line: 2 } start: Object { column: 8 - index: 23 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-meta-property/new-target-expression/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-meta-property/new-target-expression/input.test.md index 22f9611dd9a..27b888d0daf 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-meta-property/new-target-expression/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-meta-property/new-target-expression/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-meta-property/new-target-expression/input.js" end: Object { column: 0 - index: 35 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-meta-property/new-target-expression/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-meta-property/new-target-expression/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "f" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/es2015-meta-property/new-target-expression/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "esprima/es2015-meta-property/new-target-expression/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { filename: "esprima/es2015-meta-property/new-target-expression/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "esprima/es2015-meta-property/new-target-expression/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { filename: "esprima/es2015-meta-property/new-target-expression/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -166,12 +148,10 @@ JSRoot { filename: "esprima/es2015-meta-property/new-target-expression/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -182,12 +162,10 @@ JSRoot { identifierName: "new" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -199,12 +177,10 @@ JSRoot { identifierName: "target" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-meta-property/new-target-invoke/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-meta-property/new-target-invoke/input.test.md index 9bc334bbd5c..9336e412671 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-meta-property/new-target-invoke/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-meta-property/new-target-invoke/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-meta-property/new-target-invoke/input.js" end: Object { column: 0 - index: 35 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "f" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-meta-property/new-target-invoke/input.js" end: Object { column: 1 - index: 34 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/es2015-meta-property/new-target-invoke/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "esprima/es2015-meta-property/new-target-invoke/input.js" end: Object { column: 1 - index: 34 line: 3 } start: Object { column: 13 - index: 13 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "esprima/es2015-meta-property/new-target-invoke/input.js" end: Object { column: 17 - index: 32 line: 2 } start: Object { column: 4 - index: 19 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "esprima/es2015-meta-property/new-target-invoke/input.js" end: Object { column: 16 - index: 31 line: 2 } start: Object { column: 4 - index: 19 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "esprima/es2015-meta-property/new-target-invoke/input.js" end: Object { column: 14 - index: 29 line: 2 } start: Object { column: 4 - index: 19 line: 2 } } @@ -152,12 +136,10 @@ JSRoot { identifierName: "new" end: Object { column: 7 - index: 22 line: 2 } start: Object { column: 4 - index: 19 line: 2 } } @@ -169,12 +151,10 @@ JSRoot { identifierName: "target" end: Object { column: 14 - index: 29 line: 2 } start: Object { column: 8 - index: 23 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-meta-property/new-target-precedence/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-meta-property/new-target-precedence/input.test.md index 05d74e5cd50..96ba36b2e0f 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-meta-property/new-target-precedence/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-meta-property/new-target-precedence/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-meta-property/new-target-precedence/input.js" end: Object { column: 0 - index: 41 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "f" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-meta-property/new-target-precedence/input.js" end: Object { column: 1 - index: 40 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/es2015-meta-property/new-target-precedence/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "esprima/es2015-meta-property/new-target-precedence/input.js" end: Object { column: 1 - index: 40 line: 3 } start: Object { column: 13 - index: 13 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "esprima/es2015-meta-property/new-target-precedence/input.js" end: Object { column: 23 - index: 38 line: 2 } start: Object { column: 4 - index: 19 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "esprima/es2015-meta-property/new-target-precedence/input.js" end: Object { column: 22 - index: 37 line: 2 } start: Object { column: 4 - index: 19 line: 2 } } @@ -139,12 +125,10 @@ JSRoot { filename: "esprima/es2015-meta-property/new-target-precedence/input.js" end: Object { column: 20 - index: 35 line: 2 } start: Object { column: 4 - index: 19 line: 2 } } @@ -153,12 +137,10 @@ JSRoot { filename: "esprima/es2015-meta-property/new-target-precedence/input.js" end: Object { column: 18 - index: 33 line: 2 } start: Object { column: 8 - index: 23 line: 2 } } @@ -169,12 +151,10 @@ JSRoot { identifierName: "new" end: Object { column: 11 - index: 26 line: 2 } start: Object { column: 8 - index: 23 line: 2 } } @@ -186,12 +166,10 @@ JSRoot { identifierName: "target" end: Object { column: 18 - index: 33 line: 2 } start: Object { column: 12 - index: 27 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-meta-property/unknown-property/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-meta-property/unknown-property/input.test.md index 3dc5255d341..607cbfabf4b 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-meta-property/unknown-property/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-meta-property/unknown-property/input.test.md @@ -21,18 +21,29 @@ JSRoot { filename: "esprima/es2015-meta-property/unknown-property/input.js" end: Object { column: 0 - index: 45 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } diagnostics: Array [ Object { origins: Array [Object {category: "parse/js"}] + location: Object { + filename: "esprima/es2015-meta-property/unknown-property/input.js" + mtime: undefined + sourceText: undefined + end: Object { + column: 41 + line: 1 + } + start: Object { + column: 25 + line: 1 + } + } description: Object { advice: Array [] category: "parse/js" @@ -47,21 +58,6 @@ JSRoot { ] } } - location: Object { - filename: "esprima/es2015-meta-property/unknown-property/input.js" - mtime: undefined - sourceText: undefined - end: Object { - column: 41 - index: 41 - line: 1 - } - start: Object { - column: 25 - index: 25 - line: 1 - } - } } ] body: Array [ @@ -70,12 +66,10 @@ JSRoot { filename: "esprima/es2015-meta-property/unknown-property/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +79,10 @@ JSRoot { filename: "esprima/es2015-meta-property/unknown-property/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -103,12 +95,10 @@ JSRoot { identifierName: "f" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -117,12 +107,10 @@ JSRoot { filename: "esprima/es2015-meta-property/unknown-property/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -132,12 +120,10 @@ JSRoot { filename: "esprima/es2015-meta-property/unknown-property/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -154,12 +140,10 @@ JSRoot { filename: "esprima/es2015-meta-property/unknown-property/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -170,12 +154,10 @@ JSRoot { filename: "esprima/es2015-meta-property/unknown-property/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -185,12 +167,10 @@ JSRoot { filename: "esprima/es2015-meta-property/unknown-property/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -199,12 +179,10 @@ JSRoot { filename: "esprima/es2015-meta-property/unknown-property/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -215,12 +193,10 @@ JSRoot { identifierName: "new" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -232,12 +208,10 @@ JSRoot { identifierName: "unknown_property" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-method-definition/migrated_0000/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-method-definition/migrated_0000/input.test.md index 09b4731a2c5..775aed853de 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-method-definition/migrated_0000/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-method-definition/migrated_0000/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-method-definition/migrated_0000/input.js" end: Object { column: 0 - index: 21 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-method-definition/migrated_0000/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-method-definition/migrated_0000/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/es2015-method-definition/migrated_0000/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "method" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "esprima/es2015-method-definition/migrated_0000/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "esprima/es2015-method-definition/migrated_0000/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "esprima/es2015-method-definition/migrated_0000/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -170,12 +152,10 @@ JSRoot { filename: "esprima/es2015-method-definition/migrated_0000/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-method-definition/migrated_0001/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-method-definition/migrated_0001/input.test.md index 04238cc9ed4..d67e1232e77 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-method-definition/migrated_0001/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-method-definition/migrated_0001/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-method-definition/migrated_0001/input.js" end: Object { column: 0 - index: 25 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-method-definition/migrated_0001/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-method-definition/migrated_0001/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/es2015-method-definition/migrated_0001/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "method" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "esprima/es2015-method-definition/migrated_0001/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "esprima/es2015-method-definition/migrated_0001/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "esprima/es2015-method-definition/migrated_0001/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -169,12 +151,10 @@ JSRoot { filename: "esprima/es2015-method-definition/migrated_0001/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -186,12 +166,10 @@ JSRoot { identifierName: "test" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -202,12 +180,10 @@ JSRoot { filename: "esprima/es2015-method-definition/migrated_0001/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-method-definition/migrated_0002/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-method-definition/migrated_0002/input.test.md index 4a517063813..66d9f3142b3 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-method-definition/migrated_0002/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-method-definition/migrated_0002/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-method-definition/migrated_0002/input.js" end: Object { column: 0 - index: 23 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-method-definition/migrated_0002/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-method-definition/migrated_0002/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/es2015-method-definition/migrated_0002/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "esprima/es2015-method-definition/migrated_0002/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "esprima/es2015-method-definition/migrated_0002/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -130,12 +116,10 @@ JSRoot { filename: "esprima/es2015-method-definition/migrated_0002/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -146,12 +130,10 @@ JSRoot { filename: "esprima/es2015-method-definition/migrated_0002/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -169,12 +151,10 @@ JSRoot { filename: "esprima/es2015-method-definition/migrated_0002/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-method-definition/migrated_0003/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-method-definition/migrated_0003/input.test.md index f50d0270793..24ca532b638 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-method-definition/migrated_0003/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-method-definition/migrated_0003/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-method-definition/migrated_0003/input.js" end: Object { column: 0 - index: 18 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-method-definition/migrated_0003/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-method-definition/migrated_0003/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/es2015-method-definition/migrated_0003/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "get" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "esprima/es2015-method-definition/migrated_0003/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "esprima/es2015-method-definition/migrated_0003/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "esprima/es2015-method-definition/migrated_0003/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -170,12 +152,10 @@ JSRoot { filename: "esprima/es2015-method-definition/migrated_0003/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-method-definition/migrated_0004/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-method-definition/migrated_0004/input.test.md index 0a3b2084c35..6bb45c6185b 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-method-definition/migrated_0004/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-method-definition/migrated_0004/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-method-definition/migrated_0004/input.js" end: Object { column: 0 - index: 18 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-method-definition/migrated_0004/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-method-definition/migrated_0004/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/es2015-method-definition/migrated_0004/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "set" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "esprima/es2015-method-definition/migrated_0004/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "esprima/es2015-method-definition/migrated_0004/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "esprima/es2015-method-definition/migrated_0004/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -170,12 +152,10 @@ JSRoot { filename: "esprima/es2015-method-definition/migrated_0004/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/invalid-proto-getter-literal-identifier/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/invalid-proto-getter-literal-identifier/input.test.md index 3ef9d36acbe..919f88c9ae0 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/invalid-proto-getter-literal-identifier/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/invalid-proto-getter-literal-identifier/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-getter-literal-identifier/input.js" end: Object { column: 0 - index: 59 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 39 - index: 39 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-getter-literal-identifier/input.js" end: Object { column: 58 - index: 58 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-getter-literal-identifier/input.js" end: Object { column: 57 - index: 57 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -95,12 +87,10 @@ JSRoot { identifierName: "__proto" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-getter-literal-identifier/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-getter-literal-identifier/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -139,12 +125,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-getter-literal-identifier/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -162,12 +146,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-getter-literal-identifier/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -181,12 +163,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-getter-literal-identifier/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -195,12 +175,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-getter-literal-identifier/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -210,12 +188,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-getter-literal-identifier/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -224,12 +200,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-getter-literal-identifier/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -243,12 +217,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 39 - index: 39 line: 1 } } @@ -257,12 +229,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-getter-literal-identifier/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 39 - index: 39 line: 1 } } @@ -272,12 +242,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-getter-literal-identifier/input.js" end: Object { column: 54 - index: 54 line: 1 } start: Object { column: 50 - index: 50 line: 1 } } @@ -286,12 +254,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-getter-literal-identifier/input.js" end: Object { column: 54 - index: 54 line: 1 } start: Object { column: 39 - index: 39 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/invalid-proto-identifier-literal/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/invalid-proto-identifier-literal/input.test.md index d018778e3d7..7fd314ca3bd 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/invalid-proto-identifier-literal/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/invalid-proto-identifier-literal/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-identifier-literal/input.js" end: Object { column: 0 - index: 41 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-identifier-literal/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-identifier-literal/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-identifier-literal/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-identifier-literal/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-identifier-literal/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -155,12 +139,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-identifier-literal/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -169,12 +151,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-identifier-literal/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -184,12 +164,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-identifier-literal/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -198,12 +176,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-identifier-literal/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/invalid-proto-identifiers/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/invalid-proto-identifiers/input.test.md index 0bbd8f1a440..2d6a0807219 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/invalid-proto-identifiers/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/invalid-proto-identifiers/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-identifiers/input.js" end: Object { column: 0 - index: 39 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-identifiers/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-identifiers/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-identifiers/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-identifiers/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-identifiers/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -156,12 +140,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -170,12 +152,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-identifiers/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -185,12 +165,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-identifiers/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -199,12 +177,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-identifiers/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/invalid-proto-literal-identifier/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/invalid-proto-literal-identifier/input.test.md index 30d8ca7e20e..413a06d3306 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/invalid-proto-literal-identifier/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/invalid-proto-literal-identifier/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-literal-identifier/input.js" end: Object { column: 0 - index: 41 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-literal-identifier/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-literal-identifier/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-literal-identifier/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-literal-identifier/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-literal-identifier/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-literal-identifier/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -155,12 +139,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -169,12 +151,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-literal-identifier/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -184,12 +164,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-literal-identifier/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -198,12 +176,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-literal-identifier/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/invalid-proto-literals/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/invalid-proto-literals/input.test.md index c34bcca13ff..c87fa389679 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/invalid-proto-literals/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/invalid-proto-literals/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-literals/input.js" end: Object { column: 0 - index: 43 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-literals/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-literals/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-literals/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-literals/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-literals/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-literals/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -154,12 +138,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-literals/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -168,12 +150,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-literals/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -183,12 +163,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-literals/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -197,12 +175,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-literals/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/invalid-proto-setter-literal-identifier/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/invalid-proto-setter-literal-identifier/input.test.md index 041caed05bf..e29aad473f3 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/invalid-proto-setter-literal-identifier/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/invalid-proto-setter-literal-identifier/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-setter-literal-identifier/input.js" end: Object { column: 0 - index: 62 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-setter-literal-identifier/input.js" end: Object { column: 61 - index: 61 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-setter-literal-identifier/input.js" end: Object { column: 60 - index: 60 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -95,12 +87,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-setter-literal-identifier/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-setter-literal-identifier/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -139,12 +125,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-setter-literal-identifier/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -161,12 +145,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-setter-literal-identifier/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -178,12 +160,10 @@ JSRoot { identifierName: "x" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -194,12 +174,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-setter-literal-identifier/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -216,12 +194,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-setter-literal-identifier/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -230,12 +206,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-setter-literal-identifier/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -245,12 +219,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-setter-literal-identifier/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -259,12 +231,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-setter-literal-identifier/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -278,12 +248,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -292,12 +260,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-setter-literal-identifier/input.js" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -307,12 +273,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-setter-literal-identifier/input.js" end: Object { column: 57 - index: 57 line: 1 } start: Object { column: 53 - index: 53 line: 1 } } @@ -321,12 +285,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/invalid-proto-setter-literal-identifier/input.js" end: Object { column: 57 - index: 57 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/proto-identifier-getter-setter/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/proto-identifier-getter-setter/input.test.md index ffe53428214..5deea8c7ae7 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/proto-identifier-getter-setter/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/proto-identifier-getter-setter/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-getter-setter/input.js" end: Object { column: 0 - index: 61 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-getter-setter/input.js" end: Object { column: 60 - index: 60 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-getter-setter/input.js" end: Object { column: 59 - index: 59 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-getter-setter/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-getter-setter/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -113,12 +101,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-getter-setter/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-getter-setter/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -161,12 +143,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-getter-setter/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -177,12 +157,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-getter-setter/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -200,12 +178,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-getter-setter/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -221,12 +197,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 43 - index: 43 line: 1 } } @@ -235,12 +209,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-getter-setter/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 43 - index: 43 line: 1 } } @@ -249,12 +221,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-getter-setter/input.js" end: Object { column: 57 - index: 57 line: 1 } start: Object { column: 39 - index: 39 line: 1 } } @@ -265,12 +235,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-getter-setter/input.js" end: Object { column: 57 - index: 57 line: 1 } start: Object { column: 55 - index: 55 line: 1 } } @@ -287,12 +255,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-getter-setter/input.js" end: Object { column: 55 - index: 55 line: 1 } start: Object { column: 52 - index: 52 line: 1 } } @@ -304,12 +270,10 @@ JSRoot { identifierName: "x" end: Object { column: 54 - index: 54 line: 1 } start: Object { column: 53 - index: 53 line: 1 } } @@ -320,12 +284,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-getter-setter/input.js" end: Object { column: 54 - index: 54 line: 1 } start: Object { column: 53 - index: 53 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/proto-identifier-getter/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/proto-identifier-getter/input.test.md index 623c50871a6..edb65417fc5 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/proto-identifier-getter/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/proto-identifier-getter/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-getter/input.js" end: Object { column: 0 - index: 41 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-getter/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-getter/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-getter/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-getter/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -113,12 +101,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-getter/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-getter/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -161,12 +143,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-getter/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -177,12 +157,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-getter/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -200,12 +178,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-getter/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/proto-identifier-method/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/proto-identifier-method/input.test.md index 16a2c7530e8..2effb3e8c6f 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/proto-identifier-method/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/proto-identifier-method/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-method/input.js" end: Object { column: 0 - index: 38 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-method/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-method/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-method/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-method/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -113,12 +101,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-method/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-method/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -161,12 +143,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-method/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -177,12 +157,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-method/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -200,12 +178,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-method/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/proto-identifier-setter/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/proto-identifier-setter/input.test.md index 6798b1fa74f..d0abf73ca9b 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/proto-identifier-setter/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/proto-identifier-setter/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-setter/input.js" end: Object { column: 0 - index: 42 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-setter/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-setter/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-setter/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-setter/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -113,12 +101,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-setter/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-setter/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -161,12 +143,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-setter/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -177,12 +157,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-setter/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -199,12 +177,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-setter/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -216,12 +192,10 @@ JSRoot { identifierName: "x" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -232,12 +206,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-setter/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/proto-identifier-shorthand/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/proto-identifier-shorthand/input.test.md index 22e142cf285..da457d60e94 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/proto-identifier-shorthand/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/proto-identifier-shorthand/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-shorthand/input.js" end: Object { column: 0 - index: 33 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-shorthand/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-shorthand/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-shorthand/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-shorthand/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-shorthand/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -156,12 +140,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -170,12 +152,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-shorthand/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -187,12 +167,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -201,12 +179,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-identifier-shorthand/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/proto-literal-getter-setter/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/proto-literal-getter-setter/input.test.md index 97d3ba427cf..5bd76f4ac8c 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/proto-literal-getter-setter/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/proto-literal-getter-setter/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-getter-setter/input.js" end: Object { column: 0 - index: 63 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-getter-setter/input.js" end: Object { column: 62 - index: 62 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-getter-setter/input.js" end: Object { column: 61 - index: 61 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-getter-setter/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-getter-setter/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-getter-setter/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -112,12 +100,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-getter-setter/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -146,12 +130,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-getter-setter/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -160,12 +142,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-getter-setter/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -176,12 +156,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-getter-setter/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -199,12 +177,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-getter-setter/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -220,12 +196,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 54 - index: 54 line: 1 } start: Object { column: 45 - index: 45 line: 1 } } @@ -234,12 +208,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-getter-setter/input.js" end: Object { column: 54 - index: 54 line: 1 } start: Object { column: 45 - index: 45 line: 1 } } @@ -248,12 +220,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-getter-setter/input.js" end: Object { column: 59 - index: 59 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } @@ -264,12 +234,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-getter-setter/input.js" end: Object { column: 59 - index: 59 line: 1 } start: Object { column: 57 - index: 57 line: 1 } } @@ -286,12 +254,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-getter-setter/input.js" end: Object { column: 57 - index: 57 line: 1 } start: Object { column: 54 - index: 54 line: 1 } } @@ -303,12 +269,10 @@ JSRoot { identifierName: "x" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 55 - index: 55 line: 1 } } @@ -319,12 +283,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-getter-setter/input.js" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 55 - index: 55 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/proto-literal-getter/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/proto-literal-getter/input.test.md index 799aad1edb5..68fd2ad174e 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/proto-literal-getter/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/proto-literal-getter/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-getter/input.js" end: Object { column: 0 - index: 43 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-getter/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-getter/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-getter/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-getter/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-getter/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -112,12 +100,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-getter/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -146,12 +130,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-getter/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -160,12 +142,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-getter/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -176,12 +156,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-getter/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -199,12 +177,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-getter/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/proto-literal-method/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/proto-literal-method/input.test.md index cd5faaed623..49712788da6 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/proto-literal-method/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/proto-literal-method/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-method/input.js" end: Object { column: 0 - index: 40 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-method/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-method/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-method/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-method/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-method/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -112,12 +100,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-method/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -146,12 +130,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-method/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -160,12 +142,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-method/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -176,12 +156,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-method/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -199,12 +177,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-method/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/proto-literal-setter/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/proto-literal-setter/input.test.md index 040ec9f28b2..6cb9feec2af 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/proto-literal-setter/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/proto-literal-setter/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-setter/input.js" end: Object { column: 0 - index: 44 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-setter/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-setter/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-setter/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-setter/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-setter/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -112,12 +100,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-setter/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -146,12 +130,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-setter/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -160,12 +142,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-setter/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -176,12 +156,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-setter/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } @@ -198,12 +176,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-setter/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -215,12 +191,10 @@ JSRoot { identifierName: "x" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -231,12 +205,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-setter/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/proto-literal-shorthand/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/proto-literal-shorthand/input.test.md index bb2d7ccae84..a2ee048e89f 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/proto-literal-shorthand/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/proto-literal-shorthand/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-shorthand/input.js" end: Object { column: 0 - index: 35 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-shorthand/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-shorthand/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-shorthand/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-shorthand/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-shorthand/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-shorthand/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -155,12 +139,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -169,12 +151,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-shorthand/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -186,12 +166,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -200,12 +178,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-literal-shorthand/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/proto-shorthand-identifier/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/proto-shorthand-identifier/input.test.md index 0db444d92fa..2fba553dea8 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/proto-shorthand-identifier/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/proto-shorthand-identifier/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-shorthand-identifier/input.js" end: Object { column: 0 - index: 33 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-shorthand-identifier/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-shorthand-identifier/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-shorthand-identifier/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -139,12 +125,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-shorthand-identifier/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -172,12 +154,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-shorthand-identifier/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -187,12 +167,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-shorthand-identifier/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -201,12 +179,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-shorthand-identifier/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/proto-shorthand-literal/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/proto-shorthand-literal/input.test.md index f6745fc1420..fd8eb0a3c2a 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/proto-shorthand-literal/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/proto-shorthand-literal/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-shorthand-literal/input.js" end: Object { column: 0 - index: 35 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-shorthand-literal/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-shorthand-literal/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-shorthand-literal/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -139,12 +125,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-shorthand-literal/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-shorthand-literal/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -171,12 +153,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-shorthand-literal/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -186,12 +166,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-shorthand-literal/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -200,12 +178,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-shorthand-literal/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/proto-shorthands/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/proto-shorthands/input.test.md index 0a6754c3d00..df9a2e5b744 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/proto-shorthands/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-object-initialiser/proto-shorthands/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-shorthands/input.js" end: Object { column: 0 - index: 27 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-shorthands/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-shorthands/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-shorthands/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -139,12 +125,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-shorthands/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -172,12 +154,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-shorthands/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -189,12 +169,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -203,12 +181,10 @@ JSRoot { filename: "esprima/es2015-object-initialiser/proto-shorthands/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-object-literal-property-value-shorthand/migrated_0000/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-object-literal-property-value-shorthand/migrated_0000/input.test.md index 598b4a352a5..bf6b26de7bd 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-object-literal-property-value-shorthand/migrated_0000/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-object-literal-property-value-shorthand/migrated_0000/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-object-literal-property-value-shorthand/migrated_0000/input.js" end: Object { column: 0 - index: 13 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-object-literal-property-value-shorthand/migrated_0000/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-object-literal-property-value-shorthand/migrated_0000/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/es2015-object-literal-property-value-shorthand/migrated_0000/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "y" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "esprima/es2015-object-literal-property-value-shorthand/migrated_0000/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { identifierName: "y" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "esprima/es2015-object-literal-property-value-shorthand/migrated_0000/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -166,12 +148,10 @@ JSRoot { identifierName: "z" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -180,12 +160,10 @@ JSRoot { filename: "esprima/es2015-object-literal-property-value-shorthand/migrated_0000/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -197,12 +175,10 @@ JSRoot { identifierName: "z" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -211,12 +187,10 @@ JSRoot { filename: "esprima/es2015-object-literal-property-value-shorthand/migrated_0000/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-object-pattern/elision/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-object-pattern/elision/input.test.md index 1f743eb9844..a750fbcd7d5 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-object-pattern/elision/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-object-pattern/elision/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/elision/input.js" end: Object { column: 0 - index: 13 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/elision/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/elision/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/elision/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -88,12 +80,10 @@ JSRoot { identifierName: "a" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/elision/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { identifierName: "a" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/elision/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/elision/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -165,12 +147,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/elision/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-object-pattern/empty-catch-param/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-object-pattern/empty-catch-param/input.test.md index b0b0bc43033..df545bde995 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-object-pattern/empty-catch-param/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-object-pattern/empty-catch-param/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/empty-catch-param/input.js" end: Object { column: 0 - index: 22 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/empty-catch-param/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/empty-catch-param/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/empty-catch-param/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/empty-catch-param/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/empty-catch-param/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-object-pattern/empty-fn/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-object-pattern/empty-fn/input.test.md index 5807e623b13..1afa906d770 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-object-pattern/empty-fn/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-object-pattern/empty-fn/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/empty-fn/input.js" end: Object { column: 0 - index: 18 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/empty-fn/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/empty-fn/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/empty-fn/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/empty-fn/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/empty-fn/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-object-pattern/empty-for-lex/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-object-pattern/empty-for-lex/input.test.md index 4b67c5e7545..a48910d62a6 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-object-pattern/empty-for-lex/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-object-pattern/empty-for-lex/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/empty-for-lex/input.js" end: Object { column: 0 - index: 19 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/empty-for-lex/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/empty-for-lex/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/empty-for-lex/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/empty-for-lex/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/empty-for-lex/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/empty-for-lex/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-object-pattern/empty-lexical/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-object-pattern/empty-lexical/input.test.md index 5d5f9dde0da..dfaa77292ce 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-object-pattern/empty-lexical/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-object-pattern/empty-lexical/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/empty-lexical/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/empty-lexical/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/empty-lexical/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/empty-lexical/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/empty-lexical/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/empty-lexical/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-object-pattern/empty-var/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-object-pattern/empty-var/input.test.md index 0d8994e624d..4862f4496f4 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-object-pattern/empty-var/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-object-pattern/empty-var/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/empty-var/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/empty-var/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/empty-var/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/empty-var/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/empty-var/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/empty-var/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-object-pattern/nested/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-object-pattern/nested/input.test.md index 7d0f3b0af90..3e93c124184 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-object-pattern/nested/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-object-pattern/nested/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/nested/input.js" end: Object { column: 0 - index: 15 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/nested/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/nested/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/nested/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -88,12 +80,10 @@ JSRoot { identifierName: "a" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/nested/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/nested/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/nested/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/nested/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -165,12 +147,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/nested/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-object-pattern/properties/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-object-pattern/properties/input.test.md index 4867c53e466..8b18b567188 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-object-pattern/properties/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-object-pattern/properties/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/properties/input.js" end: Object { column: 0 - index: 32 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/properties/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/properties/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/properties/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -88,12 +80,10 @@ JSRoot { identifierName: "a" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/properties/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { identifierName: "a" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/properties/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { identifierName: "b" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -166,12 +148,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/properties/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -181,12 +161,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/properties/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -197,12 +175,10 @@ JSRoot { identifierName: "b" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -214,12 +190,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/properties/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -229,12 +203,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/properties/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -248,12 +220,10 @@ JSRoot { identifierName: "c" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -262,12 +232,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/properties/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -279,12 +247,10 @@ JSRoot { identifierName: "d" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -293,12 +259,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/properties/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -312,12 +276,10 @@ JSRoot { identifierName: "e" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -326,12 +288,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/properties/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -341,12 +301,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/properties/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -357,12 +315,10 @@ JSRoot { identifierName: "f" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -374,12 +330,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/properties/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -389,12 +343,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/properties/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -408,12 +360,10 @@ JSRoot { identifierName: "g" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -422,12 +372,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/properties/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -438,12 +386,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/properties/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -455,12 +401,10 @@ JSRoot { identifierName: "h" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -471,12 +415,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/properties/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -488,12 +430,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/properties/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -504,12 +444,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/properties/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -520,12 +458,10 @@ JSRoot { filename: "esprima/es2015-object-pattern/properties/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-octal-integer-literal/migrated_0000/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-octal-integer-literal/migrated_0000/input.test.md index 72f7b11f5be..fad752bad5a 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-octal-integer-literal/migrated_0000/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-octal-integer-literal/migrated_0000/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-octal-integer-literal/migrated_0000/input.js" end: Object { column: 0 - index: 3 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-octal-integer-literal/migrated_0000/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/es2015-octal-integer-literal/migrated_0000/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-octal-integer-literal/migrated_0001/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-octal-integer-literal/migrated_0001/input.test.md index 5b81b018dde..cc445d41220 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-octal-integer-literal/migrated_0001/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-octal-integer-literal/migrated_0001/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-octal-integer-literal/migrated_0001/input.js" end: Object { column: 0 - index: 4 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-octal-integer-literal/migrated_0001/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/es2015-octal-integer-literal/migrated_0001/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-octal-integer-literal/migrated_0002/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-octal-integer-literal/migrated_0002/input.test.md index 553944d03cb..b4966d5e611 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-octal-integer-literal/migrated_0002/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-octal-integer-literal/migrated_0002/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-octal-integer-literal/migrated_0002/input.js" end: Object { column: 0 - index: 38 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "test" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-octal-integer-literal/migrated_0002/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/es2015-octal-integer-literal/migrated_0002/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "esprima/es2015-octal-integer-literal/migrated_0002/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "esprima/es2015-octal-integer-literal/migrated_0002/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { filename: "esprima/es2015-octal-integer-literal/migrated_0002/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -140,12 +126,10 @@ JSRoot { filename: "esprima/es2015-octal-integer-literal/migrated_0002/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-octal-integer-literal/migrated_0003/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-octal-integer-literal/migrated_0003/input.test.md index c17c94948c2..be60b991955 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-octal-integer-literal/migrated_0003/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-octal-integer-literal/migrated_0003/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-octal-integer-literal/migrated_0003/input.js" end: Object { column: 0 - index: 4 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-octal-integer-literal/migrated_0003/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/es2015-octal-integer-literal/migrated_0003/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-octal-integer-literal/migrated_0004/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-octal-integer-literal/migrated_0004/input.test.md index 817402c616e..a912a6b0eb0 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-octal-integer-literal/migrated_0004/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-octal-integer-literal/migrated_0004/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-octal-integer-literal/migrated_0004/input.js" end: Object { column: 0 - index: 5 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-octal-integer-literal/migrated_0004/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/es2015-octal-integer-literal/migrated_0004/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-octal-integer-literal/migrated_0005/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-octal-integer-literal/migrated_0005/input.test.md index 49fb3abfacc..535f17d9e8d 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-octal-integer-literal/migrated_0005/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-octal-integer-literal/migrated_0005/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-octal-integer-literal/migrated_0005/input.js" end: Object { column: 0 - index: 4 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-octal-integer-literal/migrated_0005/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/es2015-octal-integer-literal/migrated_0005/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-octal-integer-literal/migrated_0006/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-octal-integer-literal/migrated_0006/input.test.md index 7643b40d2b6..0f970a1af22 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-octal-integer-literal/migrated_0006/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-octal-integer-literal/migrated_0006/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-octal-integer-literal/migrated_0006/input.js" end: Object { column: 0 - index: 38 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "test" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-octal-integer-literal/migrated_0006/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/es2015-octal-integer-literal/migrated_0006/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "esprima/es2015-octal-integer-literal/migrated_0006/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "esprima/es2015-octal-integer-literal/migrated_0006/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { filename: "esprima/es2015-octal-integer-literal/migrated_0006/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -140,12 +126,10 @@ JSRoot { filename: "esprima/es2015-octal-integer-literal/migrated_0006/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-rest-parameter/function-declaration/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-rest-parameter/function-declaration/input.test.md index 467b11c0d20..5b5904bf5a6 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-rest-parameter/function-declaration/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-rest-parameter/function-declaration/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-rest-parameter/function-declaration/input.js" end: Object { column: 0 - index: 23 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "f" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-rest-parameter/function-declaration/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "esprima/es2015-rest-parameter/function-declaration/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "esprima/es2015-rest-parameter/function-declaration/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { identifierName: "b" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "esprima/es2015-rest-parameter/function-declaration/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { identifierName: "a" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { filename: "esprima/es2015-rest-parameter/function-declaration/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-rest-parameter/function-expression/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-rest-parameter/function-expression/input.test.md index 1c431f4f8bc..df93b2a43e8 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-rest-parameter/function-expression/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-rest-parameter/function-expression/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-rest-parameter/function-expression/input.js" end: Object { column: 0 - index: 25 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-rest-parameter/function-expression/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-rest-parameter/function-expression/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "f" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/es2015-rest-parameter/function-expression/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "esprima/es2015-rest-parameter/function-expression/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { filename: "esprima/es2015-rest-parameter/function-expression/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { identifierName: "b" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -153,12 +137,10 @@ JSRoot { filename: "esprima/es2015-rest-parameter/function-expression/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -172,12 +154,10 @@ JSRoot { identifierName: "a" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -188,12 +168,10 @@ JSRoot { filename: "esprima/es2015-rest-parameter/function-expression/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-rest-parameter/object-method/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-rest-parameter/object-method/input.test.md index 2a30ecd9aea..339c9d7c092 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-rest-parameter/object-method/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-rest-parameter/object-method/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-rest-parameter/object-method/input.js" end: Object { column: 0 - index: 32 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-rest-parameter/object-method/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-rest-parameter/object-method/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "o" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/es2015-rest-parameter/object-method/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "f" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "esprima/es2015-rest-parameter/object-method/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { filename: "esprima/es2015-rest-parameter/object-method/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -148,12 +132,10 @@ JSRoot { filename: "esprima/es2015-rest-parameter/object-method/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -169,12 +151,10 @@ JSRoot { filename: "esprima/es2015-rest-parameter/object-method/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -185,12 +165,10 @@ JSRoot { identifierName: "b" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -201,12 +179,10 @@ JSRoot { filename: "esprima/es2015-rest-parameter/object-method/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -220,12 +196,10 @@ JSRoot { identifierName: "a" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -236,12 +210,10 @@ JSRoot { filename: "esprima/es2015-rest-parameter/object-method/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -254,12 +226,10 @@ JSRoot { filename: "esprima/es2015-rest-parameter/object-method/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-rest-parameter/object-shorthand-method/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-rest-parameter/object-shorthand-method/input.test.md index 8dd414508c2..7d84968071f 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-rest-parameter/object-shorthand-method/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-rest-parameter/object-shorthand-method/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-rest-parameter/object-shorthand-method/input.js" end: Object { column: 0 - index: 28 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-rest-parameter/object-shorthand-method/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-rest-parameter/object-shorthand-method/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/es2015-rest-parameter/object-shorthand-method/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "method" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "esprima/es2015-rest-parameter/object-shorthand-method/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "esprima/es2015-rest-parameter/object-shorthand-method/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "esprima/es2015-rest-parameter/object-shorthand-method/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -169,12 +151,10 @@ JSRoot { filename: "esprima/es2015-rest-parameter/object-shorthand-method/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -185,12 +165,10 @@ JSRoot { identifierName: "test" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -201,12 +179,10 @@ JSRoot { filename: "esprima/es2015-rest-parameter/object-shorthand-method/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-spread-element/call-multi-spread/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-spread-element/call-multi-spread/input.test.md index 1dceb293900..0f1f4a95b6d 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-spread-element/call-multi-spread/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-spread-element/call-multi-spread/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-spread-element/call-multi-spread/input.js" end: Object { column: 0 - index: 21 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-spread-element/call-multi-spread/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-spread-element/call-multi-spread/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "f" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/es2015-spread-element/call-multi-spread/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { identifierName: "x" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "esprima/es2015-spread-element/call-multi-spread/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { identifierName: "y" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "esprima/es2015-spread-element/call-multi-spread/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -163,12 +145,10 @@ JSRoot { identifierName: "z" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-spread-element/call-spread-default/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-spread-element/call-spread-default/input.test.md index 2da7ad390ac..7c422335f10 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-spread-element/call-spread-default/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-spread-element/call-spread-default/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-spread-element/call-spread-default/input.js" end: Object { column: 0 - index: 16 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-spread-element/call-spread-default/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-spread-element/call-spread-default/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "f" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "g" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "esprima/es2015-spread-element/call-spread-default/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "esprima/es2015-spread-element/call-spread-default/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { identifierName: "h" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -148,12 +132,10 @@ JSRoot { identifierName: "i" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-spread-element/call-spread-first/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-spread-element/call-spread-first/input.test.md index 2ac87370d49..071fe27ab33 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-spread-element/call-spread-first/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-spread-element/call-spread-first/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-spread-element/call-spread-first/input.js" end: Object { column: 0 - index: 15 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-spread-element/call-spread-first/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-spread-element/call-spread-first/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "f" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/es2015-spread-element/call-spread-first/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { identifierName: "x" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "y" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { identifierName: "z" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-spread-element/call-spread-number/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-spread-element/call-spread-number/input.test.md index 583872e99fd..4a6fb9d7016 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-spread-element/call-spread-number/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-spread-element/call-spread-number/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-spread-element/call-spread-number/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-spread-element/call-spread-number/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-spread-element/call-spread-number/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "f" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/es2015-spread-element/call-spread-number/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "esprima/es2015-spread-element/call-spread-number/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-spread-element/call-spread/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-spread-element/call-spread/input.test.md index 86c87e379b4..969f9ed1060 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-spread-element/call-spread/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-spread-element/call-spread/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-spread-element/call-spread/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-spread-element/call-spread/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-spread-element/call-spread/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "f" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/es2015-spread-element/call-spread/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { identifierName: "g" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-spread-element/invalid-call-dot-dot/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-spread-element/invalid-call-dot-dot/input.test.md index a2557ff94f3..5a47c0e4f80 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-spread-element/invalid-call-dot-dot/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-spread-element/invalid-call-dot-dot/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-spread-element/invalid-call-dot-dot/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/es2015-spread-element/invalid-call-dot-dot/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "esprima/es2015-spread-element/invalid-call-dot-dot/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { identifierName: "f" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "esprima/es2015-spread-element/invalid-call-dot-dot/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "esprima/es2015-spread-element/invalid-call-dot-dot/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -145,12 +131,10 @@ JSRoot { identifierName: "g" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -160,12 +144,10 @@ JSRoot { identifierName: "g" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-spread-element/invalid-call-dots/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-spread-element/invalid-call-dots/input.test.md index 985f0ce0669..867209224a2 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-spread-element/invalid-call-dots/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-spread-element/invalid-call-dots/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-spread-element/invalid-call-dots/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/es2015-spread-element/invalid-call-dots/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "esprima/es2015-spread-element/invalid-call-dots/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { identifierName: "f" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "esprima/es2015-spread-element/invalid-call-dots/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "esprima/es2015-spread-element/invalid-call-dots/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -146,12 +132,10 @@ JSRoot { filename: "esprima/es2015-spread-element/invalid-call-dots/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -162,12 +146,10 @@ JSRoot { identifierName: "g" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -178,12 +160,10 @@ JSRoot { filename: "esprima/es2015-spread-element/invalid-call-dots/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -193,12 +173,10 @@ JSRoot { filename: "esprima/es2015-spread-element/invalid-call-dots/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-spread-element/invalid-call-spreads/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-spread-element/invalid-call-spreads/input.test.md index b3eff1b17ed..91be9b9c2a9 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-spread-element/invalid-call-spreads/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-spread-element/invalid-call-spreads/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-spread-element/invalid-call-spreads/input.js" end: Object { column: 0 - index: 14 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/es2015-spread-element/invalid-call-spreads/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "esprima/es2015-spread-element/invalid-call-spreads/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { identifierName: "f" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "esprima/es2015-spread-element/invalid-call-spreads/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "esprima/es2015-spread-element/invalid-call-spreads/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -146,12 +132,10 @@ JSRoot { filename: "esprima/es2015-spread-element/invalid-call-spreads/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -162,12 +146,10 @@ JSRoot { identifierName: "g" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -178,12 +160,10 @@ JSRoot { filename: "esprima/es2015-spread-element/invalid-call-spreads/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -193,12 +173,10 @@ JSRoot { filename: "esprima/es2015-spread-element/invalid-call-spreads/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-spread-element/invalid-new-dot-dot/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-spread-element/invalid-new-dot-dot/input.test.md index 02ba8d92569..b67c1a575eb 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-spread-element/invalid-new-dot-dot/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-spread-element/invalid-new-dot-dot/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-spread-element/invalid-new-dot-dot/input.js" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/es2015-spread-element/invalid-new-dot-dot/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { filename: "esprima/es2015-spread-element/invalid-new-dot-dot/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { identifierName: "f" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "esprima/es2015-spread-element/invalid-new-dot-dot/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "esprima/es2015-spread-element/invalid-new-dot-dot/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -147,12 +133,10 @@ JSRoot { identifierName: "g" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -162,12 +146,10 @@ JSRoot { identifierName: "g" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-spread-element/invalid-new-dots/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-spread-element/invalid-new-dots/input.test.md index 66ccf59e049..6ca8fa217d1 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-spread-element/invalid-new-dots/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-spread-element/invalid-new-dots/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-spread-element/invalid-new-dots/input.js" end: Object { column: 0 - index: 14 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/es2015-spread-element/invalid-new-dots/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { filename: "esprima/es2015-spread-element/invalid-new-dots/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { identifierName: "f" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "esprima/es2015-spread-element/invalid-new-dots/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "esprima/es2015-spread-element/invalid-new-dots/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -147,12 +133,10 @@ JSRoot { identifierName: "g" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-spread-element/invalid-new-spreads/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-spread-element/invalid-new-spreads/input.test.md index 9ffd3f6e184..b6c5824ac86 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-spread-element/invalid-new-spreads/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-spread-element/invalid-new-spreads/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-spread-element/invalid-new-spreads/input.js" end: Object { column: 0 - index: 18 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/es2015-spread-element/invalid-new-spreads/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { filename: "esprima/es2015-spread-element/invalid-new-spreads/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { identifierName: "f" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "esprima/es2015-spread-element/invalid-new-spreads/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "esprima/es2015-spread-element/invalid-new-spreads/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -147,12 +133,10 @@ JSRoot { identifierName: "g" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-spread-element/new-multi-spread/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-spread-element/new-multi-spread/input.test.md index 6cae47db9dd..05b4f50a6db 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-spread-element/new-multi-spread/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-spread-element/new-multi-spread/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-spread-element/new-multi-spread/input.js" end: Object { column: 0 - index: 25 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-spread-element/new-multi-spread/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/es2015-spread-element/new-multi-spread/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "f" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-spread-element/new-multi-spread/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { identifierName: "x" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "esprima/es2015-spread-element/new-multi-spread/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { identifierName: "y" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "esprima/es2015-spread-element/new-multi-spread/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -165,12 +147,10 @@ JSRoot { identifierName: "z" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-spread-element/new-spread-default/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-spread-element/new-spread-default/input.test.md index 01cdb259593..867ca054a7e 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-spread-element/new-spread-default/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-spread-element/new-spread-default/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-spread-element/new-spread-default/input.js" end: Object { column: 0 - index: 20 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-spread-element/new-spread-default/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/es2015-spread-element/new-spread-default/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "f" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "g" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "esprima/es2015-spread-element/new-spread-default/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "esprima/es2015-spread-element/new-spread-default/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { identifierName: "h" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -150,12 +134,10 @@ JSRoot { identifierName: "i" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-spread-element/new-spread-first/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-spread-element/new-spread-first/input.test.md index d74b218c827..4cc8f2651cc 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-spread-element/new-spread-first/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-spread-element/new-spread-first/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-spread-element/new-spread-first/input.js" end: Object { column: 0 - index: 19 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-spread-element/new-spread-first/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/es2015-spread-element/new-spread-first/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "f" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-spread-element/new-spread-first/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { identifierName: "x" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { identifierName: "y" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { identifierName: "z" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-spread-element/new-spread-number/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-spread-element/new-spread-number/input.test.md index f8b73117abc..3631522d444 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-spread-element/new-spread-number/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-spread-element/new-spread-number/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-spread-element/new-spread-number/input.js" end: Object { column: 0 - index: 14 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-spread-element/new-spread-number/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/es2015-spread-element/new-spread-number/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "f" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-spread-element/new-spread-number/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "esprima/es2015-spread-element/new-spread-number/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-spread-element/new-spread/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-spread-element/new-spread/input.test.md index f43e4d4cbdc..f0e42663b6b 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-spread-element/new-spread/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-spread-element/new-spread/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-spread-element/new-spread/input.js" end: Object { column: 0 - index: 13 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-spread-element/new-spread/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/es2015-spread-element/new-spread/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "f" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-spread-element/new-spread/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { identifierName: "g" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-super-property/arrow_super/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-super-property/arrow_super/input.test.md index a09b644a75c..d37a6ba8fa1 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-super-property/arrow_super/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-super-property/arrow_super/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-super-property/arrow_super/input.js" end: Object { column: 0 - index: 70 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-super-property/arrow_super/input.js" end: Object { column: 1 - index: 69 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "esprima/es2015-super-property/arrow_super/input.js" end: Object { column: 1 - index: 69 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "B" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { identifierName: "constructor" end: Object { column: 15 - index: 35 line: 2 } start: Object { column: 4 - index: 24 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "esprima/es2015-super-property/arrow_super/input.js" end: Object { column: 15 - index: 35 line: 2 } start: Object { column: 4 - index: 24 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "esprima/es2015-super-property/arrow_super/input.js" end: Object { column: 5 - index: 67 line: 4 } start: Object { column: 4 - index: 24 line: 2 } } @@ -158,12 +142,10 @@ JSRoot { filename: "esprima/es2015-super-property/arrow_super/input.js" end: Object { column: 17 - index: 37 line: 2 } start: Object { column: 15 - index: 35 line: 2 } } @@ -177,19 +159,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 24 line: 2 } loc: Object { filename: "esprima/es2015-super-property/arrow_super/input.js" end: Object { column: 15 - index: 35 line: 2 } start: Object { column: 4 - index: 24 line: 2 } } @@ -200,12 +179,10 @@ JSRoot { filename: "esprima/es2015-super-property/arrow_super/input.js" end: Object { column: 5 - index: 67 line: 4 } start: Object { column: 18 - index: 38 line: 2 } } @@ -215,12 +192,10 @@ JSRoot { filename: "esprima/es2015-super-property/arrow_super/input.js" end: Object { column: 21 - index: 61 line: 3 } start: Object { column: 8 - index: 48 line: 3 } } @@ -229,12 +204,10 @@ JSRoot { filename: "esprima/es2015-super-property/arrow_super/input.js" end: Object { column: 21 - index: 61 line: 3 } start: Object { column: 8 - index: 48 line: 3 } } @@ -249,12 +222,10 @@ JSRoot { filename: "esprima/es2015-super-property/arrow_super/input.js" end: Object { column: 13 - index: 53 line: 3 } start: Object { column: 8 - index: 48 line: 3 } } @@ -265,12 +236,10 @@ JSRoot { filename: "esprima/es2015-super-property/arrow_super/input.js" end: Object { column: 21 - index: 61 line: 3 } start: Object { column: 14 - index: 54 line: 3 } } @@ -279,12 +248,10 @@ JSRoot { filename: "esprima/es2015-super-property/arrow_super/input.js" end: Object { column: 19 - index: 59 line: 3 } start: Object { column: 14 - index: 54 line: 3 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-super-property/constructor_super/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-super-property/constructor_super/input.test.md index 602583233e6..5a25a85e40a 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-super-property/constructor_super/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-super-property/constructor_super/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-super-property/constructor_super/input.js" end: Object { column: 0 - index: 65 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-super-property/constructor_super/input.js" end: Object { column: 1 - index: 64 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "esprima/es2015-super-property/constructor_super/input.js" end: Object { column: 1 - index: 64 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "B" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { identifierName: "constructor" end: Object { column: 15 - index: 35 line: 2 } start: Object { column: 4 - index: 24 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "esprima/es2015-super-property/constructor_super/input.js" end: Object { column: 15 - index: 35 line: 2 } start: Object { column: 4 - index: 24 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "esprima/es2015-super-property/constructor_super/input.js" end: Object { column: 5 - index: 62 line: 4 } start: Object { column: 4 - index: 24 line: 2 } } @@ -158,12 +142,10 @@ JSRoot { filename: "esprima/es2015-super-property/constructor_super/input.js" end: Object { column: 17 - index: 37 line: 2 } start: Object { column: 15 - index: 35 line: 2 } } @@ -177,19 +159,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 24 line: 2 } loc: Object { filename: "esprima/es2015-super-property/constructor_super/input.js" end: Object { column: 15 - index: 35 line: 2 } start: Object { column: 4 - index: 24 line: 2 } } @@ -200,12 +179,10 @@ JSRoot { filename: "esprima/es2015-super-property/constructor_super/input.js" end: Object { column: 5 - index: 62 line: 4 } start: Object { column: 18 - index: 38 line: 2 } } @@ -215,12 +192,10 @@ JSRoot { filename: "esprima/es2015-super-property/constructor_super/input.js" end: Object { column: 16 - index: 56 line: 3 } start: Object { column: 8 - index: 48 line: 3 } } @@ -230,12 +205,10 @@ JSRoot { filename: "esprima/es2015-super-property/constructor_super/input.js" end: Object { column: 15 - index: 55 line: 3 } start: Object { column: 8 - index: 48 line: 3 } } @@ -244,12 +217,10 @@ JSRoot { filename: "esprima/es2015-super-property/constructor_super/input.js" end: Object { column: 13 - index: 53 line: 3 } start: Object { column: 8 - index: 48 line: 3 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-super-property/invalid_super_not_inside_function/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-super-property/invalid_super_not_inside_function/input.test.md index b0fbc4dbeda..5dcda3d8eba 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-super-property/invalid_super_not_inside_function/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-super-property/invalid_super_not_inside_function/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-super-property/invalid_super_not_inside_function/input.js" end: Object { column: 0 - index: 17 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/es2015-super-property/invalid_super_not_inside_function/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/es2015-super-property/invalid_super_not_inside_function/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "esprima/es2015-super-property/invalid_super_not_inside_function/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "esprima/es2015-super-property/invalid_super_not_inside_function/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "esprima/es2015-super-property/invalid_super_not_inside_function/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-super-property/new_super/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-super-property/new_super/input.test.md index e26f845bb3d..536ff767201 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-super-property/new_super/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-super-property/new_super/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-super-property/new_super/input.js" end: Object { column: 0 - index: 64 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-super-property/new_super/input.js" end: Object { column: 1 - index: 63 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "esprima/es2015-super-property/new_super/input.js" end: Object { column: 1 - index: 63 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "B" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { identifierName: "foo" end: Object { column: 7 - index: 27 line: 2 } start: Object { column: 4 - index: 24 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "esprima/es2015-super-property/new_super/input.js" end: Object { column: 7 - index: 27 line: 2 } start: Object { column: 4 - index: 24 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "esprima/es2015-super-property/new_super/input.js" end: Object { column: 5 - index: 61 line: 4 } start: Object { column: 4 - index: 24 line: 2 } } @@ -158,12 +142,10 @@ JSRoot { filename: "esprima/es2015-super-property/new_super/input.js" end: Object { column: 9 - index: 29 line: 2 } start: Object { column: 7 - index: 27 line: 2 } } @@ -177,19 +159,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 24 line: 2 } loc: Object { filename: "esprima/es2015-super-property/new_super/input.js" end: Object { column: 7 - index: 27 line: 2 } start: Object { column: 4 - index: 24 line: 2 } } @@ -200,12 +179,10 @@ JSRoot { filename: "esprima/es2015-super-property/new_super/input.js" end: Object { column: 5 - index: 61 line: 4 } start: Object { column: 10 - index: 30 line: 2 } } @@ -215,12 +192,10 @@ JSRoot { filename: "esprima/es2015-super-property/new_super/input.js" end: Object { column: 23 - index: 55 line: 3 } start: Object { column: 8 - index: 40 line: 3 } } @@ -232,12 +207,10 @@ JSRoot { filename: "esprima/es2015-super-property/new_super/input.js" end: Object { column: 23 - index: 55 line: 3 } start: Object { column: 8 - index: 40 line: 3 } } @@ -246,12 +219,10 @@ JSRoot { filename: "esprima/es2015-super-property/new_super/input.js" end: Object { column: 21 - index: 53 line: 3 } start: Object { column: 12 - index: 44 line: 3 } } @@ -260,12 +231,10 @@ JSRoot { filename: "esprima/es2015-super-property/new_super/input.js" end: Object { column: 17 - index: 49 line: 3 } start: Object { column: 12 - index: 44 line: 3 } } @@ -278,12 +247,10 @@ JSRoot { identifierName: "bar" end: Object { column: 21 - index: 53 line: 3 } start: Object { column: 18 - index: 50 line: 3 } } @@ -293,12 +260,10 @@ JSRoot { identifierName: "bar" end: Object { column: 21 - index: 53 line: 3 } start: Object { column: 18 - index: 50 line: 3 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-super-property/super_computed/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-super-property/super_computed/input.test.md index f35d5f801ff..83bca4b70e4 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-super-property/super_computed/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-super-property/super_computed/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-super-property/super_computed/input.js" end: Object { column: 0 - index: 62 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-super-property/super_computed/input.js" end: Object { column: 1 - index: 61 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "esprima/es2015-super-property/super_computed/input.js" end: Object { column: 1 - index: 61 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "B" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { identifierName: "X" end: Object { column: 5 - index: 25 line: 2 } start: Object { column: 4 - index: 24 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "esprima/es2015-super-property/super_computed/input.js" end: Object { column: 5 - index: 25 line: 2 } start: Object { column: 4 - index: 24 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "esprima/es2015-super-property/super_computed/input.js" end: Object { column: 5 - index: 59 line: 4 } start: Object { column: 4 - index: 24 line: 2 } } @@ -158,12 +142,10 @@ JSRoot { filename: "esprima/es2015-super-property/super_computed/input.js" end: Object { column: 7 - index: 27 line: 2 } start: Object { column: 5 - index: 25 line: 2 } } @@ -177,19 +159,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 24 line: 2 } loc: Object { filename: "esprima/es2015-super-property/super_computed/input.js" end: Object { column: 5 - index: 25 line: 2 } start: Object { column: 4 - index: 24 line: 2 } } @@ -200,12 +179,10 @@ JSRoot { filename: "esprima/es2015-super-property/super_computed/input.js" end: Object { column: 5 - index: 59 line: 4 } start: Object { column: 8 - index: 28 line: 2 } } @@ -215,12 +192,10 @@ JSRoot { filename: "esprima/es2015-super-property/super_computed/input.js" end: Object { column: 23 - index: 53 line: 3 } start: Object { column: 8 - index: 38 line: 3 } } @@ -229,12 +204,10 @@ JSRoot { filename: "esprima/es2015-super-property/super_computed/input.js" end: Object { column: 23 - index: 53 line: 3 } start: Object { column: 15 - index: 45 line: 3 } } @@ -243,12 +216,10 @@ JSRoot { filename: "esprima/es2015-super-property/super_computed/input.js" end: Object { column: 20 - index: 50 line: 3 } start: Object { column: 15 - index: 45 line: 3 } } @@ -261,12 +232,10 @@ JSRoot { filename: "esprima/es2015-super-property/super_computed/input.js" end: Object { column: 22 - index: 52 line: 3 } start: Object { column: 21 - index: 51 line: 3 } } @@ -275,12 +244,10 @@ JSRoot { filename: "esprima/es2015-super-property/super_computed/input.js" end: Object { column: 23 - index: 53 line: 3 } start: Object { column: 20 - index: 50 line: 3 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-super-property/super_member/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-super-property/super_member/input.test.md index e792f01e7f9..d7798843a5d 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-super-property/super_member/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-super-property/super_member/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-super-property/super_member/input.js" end: Object { column: 0 - index: 61 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-super-property/super_member/input.js" end: Object { column: 1 - index: 60 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "esprima/es2015-super-property/super_member/input.js" end: Object { column: 1 - index: 60 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "B" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { identifierName: "X" end: Object { column: 5 - index: 25 line: 2 } start: Object { column: 4 - index: 24 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "esprima/es2015-super-property/super_member/input.js" end: Object { column: 5 - index: 25 line: 2 } start: Object { column: 4 - index: 24 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "esprima/es2015-super-property/super_member/input.js" end: Object { column: 5 - index: 58 line: 4 } start: Object { column: 4 - index: 24 line: 2 } } @@ -158,12 +142,10 @@ JSRoot { filename: "esprima/es2015-super-property/super_member/input.js" end: Object { column: 7 - index: 27 line: 2 } start: Object { column: 5 - index: 25 line: 2 } } @@ -177,19 +159,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 24 line: 2 } loc: Object { filename: "esprima/es2015-super-property/super_member/input.js" end: Object { column: 5 - index: 25 line: 2 } start: Object { column: 4 - index: 24 line: 2 } } @@ -200,12 +179,10 @@ JSRoot { filename: "esprima/es2015-super-property/super_member/input.js" end: Object { column: 5 - index: 58 line: 4 } start: Object { column: 8 - index: 28 line: 2 } } @@ -215,12 +192,10 @@ JSRoot { filename: "esprima/es2015-super-property/super_member/input.js" end: Object { column: 22 - index: 52 line: 3 } start: Object { column: 8 - index: 38 line: 3 } } @@ -229,12 +204,10 @@ JSRoot { filename: "esprima/es2015-super-property/super_member/input.js" end: Object { column: 22 - index: 52 line: 3 } start: Object { column: 15 - index: 45 line: 3 } } @@ -243,12 +216,10 @@ JSRoot { filename: "esprima/es2015-super-property/super_member/input.js" end: Object { column: 20 - index: 50 line: 3 } start: Object { column: 15 - index: 45 line: 3 } } @@ -261,12 +232,10 @@ JSRoot { identifierName: "y" end: Object { column: 22 - index: 52 line: 3 } start: Object { column: 21 - index: 51 line: 3 } } @@ -276,12 +245,10 @@ JSRoot { identifierName: "y" end: Object { column: 22 - index: 52 line: 3 } start: Object { column: 21 - index: 51 line: 3 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-template-literals/after-switch/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-template-literals/after-switch/input.test.md index ee912c7b59f..2bbc3696790 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-template-literals/after-switch/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-template-literals/after-switch/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-template-literals/after-switch/input.js" end: Object { column: 0 - index: 14 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -67,12 +63,10 @@ JSRoot { filename: "esprima/es2015-template-literals/after-switch/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { filename: "esprima/es2015-template-literals/after-switch/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "esprima/es2015-template-literals/after-switch/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-template-literals/dollar-sign/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-template-literals/dollar-sign/input.test.md index 71e58607307..da92569c2c4 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-template-literals/dollar-sign/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-template-literals/dollar-sign/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-template-literals/dollar-sign/input.js" end: Object { column: 0 - index: 4 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-template-literals/dollar-sign/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-template-literals/dollar-sign/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "esprima/es2015-template-literals/dollar-sign/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-template-literals/escape-sequences/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-template-literals/escape-sequences/input.test.md index 04434dbcdca..2f146e1b348 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-template-literals/escape-sequences/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-template-literals/escape-sequences/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-template-literals/escape-sequences/input.js" end: Object { column: 0 - index: 31 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-template-literals/escape-sequences/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-template-literals/escape-sequences/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "esprima/es2015-template-literals/escape-sequences/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-template-literals/invalid-escape/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-template-literals/invalid-escape/input.test.md index f9bc1c53bd2..6554aa78734 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-template-literals/invalid-escape/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-template-literals/invalid-escape/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-template-literals/invalid-escape/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/es2015-template-literals/invalid-escape/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/es2015-template-literals/invalid-escape/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "esprima/es2015-template-literals/invalid-escape/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-template-literals/line-terminators/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-template-literals/line-terminators/input.test.md index cab49364f83..10654eb2976 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-template-literals/line-terminators/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-template-literals/line-terminators/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-template-literals/line-terminators/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-template-literals/line-terminators/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-template-literals/line-terminators/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "esprima/es2015-template-literals/line-terminators/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-template-literals/literal-escape-sequences/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-template-literals/literal-escape-sequences/input.test.md index 04282554b35..461bdb086e0 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-template-literals/literal-escape-sequences/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-template-literals/literal-escape-sequences/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-template-literals/literal-escape-sequences/input.js" end: Object { column: 0 - index: 36 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-template-literals/literal-escape-sequences/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-template-literals/literal-escape-sequences/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "esprima/es2015-template-literals/literal-escape-sequences/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-template-literals/new-expression/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-template-literals/new-expression/input.test.md index 1042898c7c0..ec1d1d32d13 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-template-literals/new-expression/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-template-literals/new-expression/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-template-literals/new-expression/input.js" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-template-literals/new-expression/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-template-literals/new-expression/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/es2015-template-literals/new-expression/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "raw" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "esprima/es2015-template-literals/new-expression/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "esprima/es2015-template-literals/new-expression/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-template-literals/tagged-interpolation/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-template-literals/tagged-interpolation/input.test.md index 275698b53d6..729b3fedd68 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-template-literals/tagged-interpolation/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-template-literals/tagged-interpolation/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-template-literals/tagged-interpolation/input.js" end: Object { column: 0 - index: 19 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-template-literals/tagged-interpolation/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-template-literals/tagged-interpolation/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "raw" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/es2015-template-literals/tagged-interpolation/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "name" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "esprima/es2015-template-literals/tagged-interpolation/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "esprima/es2015-template-literals/tagged-interpolation/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-template-literals/tagged-nested-with-object-literal/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-template-literals/tagged-nested-with-object-literal/input.test.md index 2417ed6c0e8..f41ee5fe62e 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-template-literals/tagged-nested-with-object-literal/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-template-literals/tagged-nested-with-object-literal/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-template-literals/tagged-nested-with-object-literal/input.js" end: Object { column: 0 - index: 45 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-template-literals/tagged-nested-with-object-literal/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-template-literals/tagged-nested-with-object-literal/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "raw" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/es2015-template-literals/tagged-nested-with-object-literal/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "esprima/es2015-template-literals/tagged-nested-with-object-literal/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "esprima/es2015-template-literals/tagged-nested-with-object-literal/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 43 - index: 43 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "esprima/es2015-template-literals/tagged-nested-with-object-literal/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -154,12 +138,10 @@ JSRoot { filename: "esprima/es2015-template-literals/tagged-nested-with-object-literal/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -172,12 +154,10 @@ JSRoot { filename: "esprima/es2015-template-literals/tagged-nested-with-object-literal/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -190,12 +170,10 @@ JSRoot { filename: "esprima/es2015-template-literals/tagged-nested-with-object-literal/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -205,12 +183,10 @@ JSRoot { filename: "esprima/es2015-template-literals/tagged-nested-with-object-literal/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -221,12 +197,10 @@ JSRoot { filename: "esprima/es2015-template-literals/tagged-nested-with-object-literal/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -239,12 +213,10 @@ JSRoot { filename: "esprima/es2015-template-literals/tagged-nested-with-object-literal/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-template-literals/tagged/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-template-literals/tagged/input.test.md index 31809d9dcb0..e0ef92a089a 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-template-literals/tagged/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-template-literals/tagged/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-template-literals/tagged/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-template-literals/tagged/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-template-literals/tagged/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "raw" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/es2015-template-literals/tagged/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "esprima/es2015-template-literals/tagged/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-template-literals/unclosed-interpolation/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-template-literals/unclosed-interpolation/input.test.md index 82240f4873b..69254fe6fa8 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-template-literals/unclosed-interpolation/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-template-literals/unclosed-interpolation/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-template-literals/unclosed-interpolation/input.js" end: Object { column: 0 - index: 18 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { sourceText: undefined end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -72,12 +68,10 @@ JSRoot { filename: "esprima/es2015-template-literals/unclosed-interpolation/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -92,12 +86,10 @@ JSRoot { filename: "esprima/es2015-template-literals/unclosed-interpolation/input.js" end: Object { column: 0 - index: 18 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -106,12 +98,10 @@ JSRoot { filename: "esprima/es2015-template-literals/unclosed-interpolation/input.js" end: Object { column: 0 - index: 18 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -124,12 +114,10 @@ JSRoot { filename: "esprima/es2015-template-literals/unclosed-interpolation/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -142,12 +130,10 @@ JSRoot { filename: "esprima/es2015-template-literals/unclosed-interpolation/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -160,12 +146,10 @@ JSRoot { filename: "esprima/es2015-template-literals/unclosed-interpolation/input.js" end: Object { column: 0 - index: 18 line: 2 } start: Object { column: 0 - index: 18 line: 2 } } @@ -179,12 +163,10 @@ JSRoot { filename: "esprima/es2015-template-literals/unclosed-interpolation/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -195,12 +177,10 @@ JSRoot { filename: "esprima/es2015-template-literals/unclosed-interpolation/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -211,12 +191,10 @@ JSRoot { identifierName: "test" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -227,12 +205,10 @@ JSRoot { filename: "esprima/es2015-template-literals/unclosed-interpolation/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -245,12 +221,10 @@ JSRoot { filename: "esprima/es2015-template-literals/unclosed-interpolation/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-template-literals/unclosed-nested/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-template-literals/unclosed-nested/input.test.md index 53ce5d4677c..5854dfa7108 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-template-literals/unclosed-nested/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-template-literals/unclosed-nested/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-template-literals/unclosed-nested/input.js" end: Object { column: 0 - index: 19 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { sourceText: undefined end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -72,12 +68,10 @@ JSRoot { filename: "esprima/es2015-template-literals/unclosed-nested/input.js" end: Object { column: 0 - index: 19 line: 2 } start: Object { column: 0 - index: 19 line: 2 } } @@ -92,12 +86,10 @@ JSRoot { filename: "esprima/es2015-template-literals/unclosed-nested/input.js" end: Object { column: 0 - index: 19 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -106,12 +98,10 @@ JSRoot { filename: "esprima/es2015-template-literals/unclosed-nested/input.js" end: Object { column: 0 - index: 19 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -124,12 +114,10 @@ JSRoot { filename: "esprima/es2015-template-literals/unclosed-nested/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -142,12 +130,10 @@ JSRoot { filename: "esprima/es2015-template-literals/unclosed-nested/input.js" end: Object { column: 0 - index: 19 line: 2 } start: Object { column: 0 - index: 19 line: 2 } } @@ -160,12 +146,10 @@ JSRoot { filename: "esprima/es2015-template-literals/unclosed-nested/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -176,12 +160,10 @@ JSRoot { filename: "esprima/es2015-template-literals/unclosed-nested/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -192,12 +174,10 @@ JSRoot { filename: "esprima/es2015-template-literals/unclosed-nested/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -210,12 +190,10 @@ JSRoot { filename: "esprima/es2015-template-literals/unclosed-nested/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-template-literals/unclosed/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-template-literals/unclosed/input.test.md index 165a1da9e9e..63140e55942 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-template-literals/unclosed/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-template-literals/unclosed/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-template-literals/unclosed/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 6 line: 2 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/es2015-template-literals/unclosed/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/es2015-template-literals/unclosed/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "esprima/es2015-template-literals/unclosed/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-template-literals/untagged/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-template-literals/untagged/input.test.md index f708ed92b24..89e13322996 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-template-literals/untagged/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-template-literals/untagged/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-template-literals/untagged/input.js" end: Object { column: 0 - index: 5 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-template-literals/untagged/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-template-literals/untagged/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "esprima/es2015-template-literals/untagged/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-unicode-code-point-escape-sequence/migrated_0000/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-unicode-code-point-escape-sequence/migrated_0000/input.test.md index cdecbc81c06..08be04028c3 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-unicode-code-point-escape-sequence/migrated_0000/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-unicode-code-point-escape-sequence/migrated_0000/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-unicode-code-point-escape-sequence/migrated_0000/input.js" end: Object { column: 0 - index: 21 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/es2015-unicode-code-point-escape-sequence/migrated_0000/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-unicode-code-point-escape-sequence/migrated_0001/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-unicode-code-point-escape-sequence/migrated_0001/input.test.md index 113acc4889c..3b44b8cacd8 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-unicode-code-point-escape-sequence/migrated_0001/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-unicode-code-point-escape-sequence/migrated_0001/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-unicode-code-point-escape-sequence/migrated_0001/input.js" end: Object { column: 0 - index: 31 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/es2015-unicode-code-point-escape-sequence/migrated_0001/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-unicode-code-point-escape-sequence/migrated_0002/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-unicode-code-point-escape-sequence/migrated_0002/input.test.md index 4a306724068..90a3c569918 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-unicode-code-point-escape-sequence/migrated_0002/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-unicode-code-point-escape-sequence/migrated_0002/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-unicode-code-point-escape-sequence/migrated_0002/input.js" end: Object { column: 0 - index: 19 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/es2015-unicode-code-point-escape-sequence/migrated_0002/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-binding-property/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-binding-property/input.test.md index 7fd8eb4f3be..2b8517974a1 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-binding-property/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-binding-property/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-binding-property/input.js" end: Object { column: 0 - index: 26 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-binding-property/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-binding-property/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-binding-property/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -117,12 +107,10 @@ JSRoot { identifierName: "x" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-binding-property/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -146,12 +132,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-binding-property/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -162,12 +146,10 @@ JSRoot { identifierName: "y" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -179,12 +161,10 @@ JSRoot { identifierName: "yield" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -194,12 +174,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-binding-property/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -210,12 +188,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-binding-property/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -226,12 +202,10 @@ JSRoot { identifierName: "z" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-expression/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-expression/input.test.md index 964a0b207cd..fd366dcd462 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-expression/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-expression/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-expression/input.js" end: Object { column: 0 - index: 26 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-expression/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-expression/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-expression/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-expression/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-expression/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -145,12 +131,10 @@ JSRoot { identifierName: "yield" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -161,12 +145,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-expression/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -177,12 +159,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-expression/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-arrow-default/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-arrow-default/input.test.md index c937d822755..ba77fc668ac 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-arrow-default/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-arrow-default/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-arrow-default/input.js" end: Object { column: 0 - index: 39 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "g" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-arrow-default/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-arrow-default/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-arrow-default/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-arrow-default/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -145,12 +131,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-arrow-default/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -161,12 +145,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-arrow-default/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -181,12 +163,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-arrow-default/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -197,12 +177,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-arrow-default/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -213,12 +191,10 @@ JSRoot { identifierName: "x" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -229,12 +205,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-arrow-default/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -245,12 +219,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-arrow-default/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-arrow-parameter/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-arrow-parameter/input.test.md index 21a9b245173..a12ec0e54ae 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-arrow-parameter/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-arrow-parameter/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-arrow-parameter/input.js" end: Object { column: 0 - index: 31 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "g" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-arrow-parameter/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-arrow-parameter/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-arrow-parameter/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-arrow-parameter/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -145,12 +131,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-arrow-parameter/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -161,12 +145,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-arrow-parameter/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -181,12 +163,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-arrow-parameter/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -197,12 +177,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-arrow-parameter/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-arrow-parameters/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-arrow-parameters/input.test.md index 09d1101440e..45a5f5ad937 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-arrow-parameters/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-arrow-parameters/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-arrow-parameters/input.js" end: Object { column: 0 - index: 40 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "g" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-arrow-parameters/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-arrow-parameters/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-arrow-parameters/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-arrow-parameters/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -145,12 +131,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-arrow-parameters/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -161,12 +145,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-arrow-parameters/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -181,12 +163,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-arrow-parameters/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -198,12 +178,10 @@ JSRoot { identifierName: "a" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -215,12 +193,10 @@ JSRoot { identifierName: "b" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -232,12 +208,10 @@ JSRoot { identifierName: "c" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -248,12 +222,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-arrow-parameters/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-catch/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-catch/input.test.md index 04f7c4d350b..ea4676b86d3 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-catch/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-catch/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-catch/input.js" end: Object { column: 0 - index: 42 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "g" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-catch/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-catch/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-catch/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -132,12 +120,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-catch/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -148,12 +134,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-catch/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -163,12 +147,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-catch/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -179,12 +161,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-catch/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -196,12 +176,10 @@ JSRoot { identifierName: "yield" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-declaration/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-declaration/input.test.md index 969ad256259..a7439198085 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-declaration/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-declaration/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-declaration/input.js" end: Object { column: 0 - index: 38 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "g" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-declaration/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-declaration/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-declaration/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -134,12 +122,10 @@ JSRoot { identifierName: "yield" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -148,12 +134,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-declaration/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -164,12 +148,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-declaration/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -187,12 +169,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-declaration/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-export-default/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-export-default/input.test.md index 0d4a246d45d..1c215fb947a 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-export-default/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-export-default/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-export-default/input.js" end: Object { column: 0 - index: 36 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-export-default/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { identifierName: "yield" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-export-default/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-export-default/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-export-default/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-expression-name/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-expression-name/input.test.md index 44c0e130569..fa431bfaa0a 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-expression-name/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-expression-name/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-expression-name/input.js" end: Object { column: 0 - index: 21 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-expression-name/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { identifierName: "yield" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-expression-name/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-expression-name/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-expression-name/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-expression-parameter/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-expression-parameter/input.test.md index 893dad888ba..903b17e6702 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-expression-parameter/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-expression-parameter/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-expression-parameter/input.js" end: Object { column: 0 - index: 22 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-expression-parameter/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-expression-parameter/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-expression-parameter/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-expression-parameter/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { identifierName: "yield" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -147,12 +133,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-expression-parameter/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-expression-rest/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-expression-rest/input.test.md index 4ff11bcc998..4b6eed944b0 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-expression-rest/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-expression-rest/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-expression-rest/input.js" end: Object { column: 0 - index: 28 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-expression-rest/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-expression-rest/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-expression-rest/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-expression-rest/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { identifierName: "yield" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -145,12 +131,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-expression-rest/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -164,12 +148,10 @@ JSRoot { identifierName: "x" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -180,12 +162,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-expression-rest/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-function-declaration/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-function-declaration/input.test.md index 292e3cd6568..77f51511409 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-function-declaration/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-function-declaration/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-function-declaration/input.js" end: Object { column: 0 - index: 38 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "g" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-function-declaration/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-function-declaration/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-function-declaration/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -134,12 +122,10 @@ JSRoot { identifierName: "yield" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -148,12 +134,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-function-declaration/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -164,12 +148,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-function-declaration/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -187,12 +169,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-function-declaration/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-lexical-declaration/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-lexical-declaration/input.test.md index a4d29d6a245..256cb5f8a7b 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-lexical-declaration/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-lexical-declaration/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-lexical-declaration/input.js" end: Object { column: 0 - index: 29 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "g" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-lexical-declaration/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-lexical-declaration/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-lexical-declaration/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-lexical-declaration/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -146,12 +132,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-lexical-declaration/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -164,12 +148,10 @@ JSRoot { identifierName: "yield" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -179,12 +161,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-lexical-declaration/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-member-expression/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-member-expression/input.test.md index a067e3cd16f..8074468ba90 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-member-expression/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-member-expression/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-member-expression/input.js" end: Object { column: 0 - index: 34 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "g" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-member-expression/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-member-expression/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-member-expression/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-member-expression/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -147,12 +133,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-member-expression/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -163,12 +147,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-member-expression/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -178,12 +160,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-member-expression/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -194,12 +174,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-member-expression/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -210,12 +188,10 @@ JSRoot { identifierName: "x" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-parameter/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-parameter/input.test.md index 75bce88a31b..db9ece97bf4 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-parameter/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-parameter/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-parameter/input.js" end: Object { column: 0 - index: 21 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "g" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-parameter/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-parameter/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-parameter/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -133,12 +121,10 @@ JSRoot { identifierName: "yield" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -149,12 +135,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-parameter/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-rest/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-rest/input.test.md index a2cedcebdf9..21bf40885a4 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-rest/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-rest/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-rest/input.js" end: Object { column: 0 - index: 33 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "g" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-rest/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-rest/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -115,12 +105,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-rest/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { identifierName: "yield" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -147,12 +133,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-rest/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -166,12 +150,10 @@ JSRoot { identifierName: "a" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -182,12 +164,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-rest/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -200,12 +180,10 @@ JSRoot { identifierName: "b" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -216,12 +194,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-rest/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -234,12 +210,10 @@ JSRoot { identifierName: "c" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -250,12 +224,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-rest/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-strict-function-expression/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-strict-function-expression/input.test.md index 60dee3ec4a2..607b29c8542 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-strict-function-expression/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-strict-function-expression/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-strict-function-expression/input.js" end: Object { column: 0 - index: 59 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-strict-function-expression/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { sourceText: undefined end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 46 - index: 46 line: 1 } } @@ -86,12 +80,10 @@ JSRoot { identifierName: "g" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-strict-function-expression/input.js" end: Object { column: 58 - index: 58 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -122,12 +112,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-strict-function-expression/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -138,12 +126,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-strict-function-expression/input.js" end: Object { column: 58 - index: 58 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-strict-function-expression/input.js" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -168,12 +152,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-strict-function-expression/input.js" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -186,12 +168,10 @@ JSRoot { identifierName: "y" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -200,12 +180,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-strict-function-expression/input.js" end: Object { column: 55 - index: 55 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -217,12 +195,10 @@ JSRoot { identifierName: "yield" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 46 - index: 46 line: 1 } } @@ -231,12 +207,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-strict-function-expression/input.js" end: Object { column: 55 - index: 55 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -247,12 +221,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-strict-function-expression/input.js" end: Object { column: 55 - index: 55 line: 1 } start: Object { column: 53 - index: 53 line: 1 } } @@ -270,12 +242,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-strict-function-expression/input.js" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 51 - index: 51 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-strict-function-parameter/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-strict-function-parameter/input.test.md index e49be394c6b..9d741f2ca11 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-strict-function-parameter/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-strict-function-parameter/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-strict-function-parameter/input.js" end: Object { column: 0 - index: 59 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-strict-function-parameter/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { sourceText: undefined end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -86,12 +80,10 @@ JSRoot { identifierName: "g" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-strict-function-parameter/input.js" end: Object { column: 58 - index: 58 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -122,12 +112,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-strict-function-parameter/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -138,12 +126,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-strict-function-parameter/input.js" end: Object { column: 58 - index: 58 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-strict-function-parameter/input.js" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -168,12 +152,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-strict-function-parameter/input.js" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -186,12 +168,10 @@ JSRoot { identifierName: "z" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -200,12 +180,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-strict-function-parameter/input.js" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -215,12 +193,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-strict-function-parameter/input.js" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } @@ -231,12 +207,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-strict-function-parameter/input.js" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 54 - index: 54 line: 1 } } @@ -253,12 +227,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-strict-function-parameter/input.js" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 46 - index: 46 line: 1 } } @@ -270,12 +242,10 @@ JSRoot { identifierName: "yield" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -286,12 +256,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-strict-function-parameter/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-variable-declaration/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-variable-declaration/input.test.md index 6b6624d7a96..eb8fbb42a80 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-variable-declaration/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-generator-variable-declaration/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-variable-declaration/input.js" end: Object { column: 0 - index: 29 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "g" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-variable-declaration/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-variable-declaration/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-variable-declaration/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-variable-declaration/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -146,12 +132,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-variable-declaration/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -164,12 +148,10 @@ JSRoot { identifierName: "yield" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -179,12 +161,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-generator-variable-declaration/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-strict-array-pattern/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-strict-array-pattern/input.test.md index 4e31acff7ca..1c597e633fd 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-strict-array-pattern/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-strict-array-pattern/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-array-pattern/input.js" end: Object { column: 0 - index: 28 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-array-pattern/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { sourceText: undefined end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-array-pattern/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-array-pattern/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { identifierName: "x" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-array-pattern/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -147,12 +133,10 @@ JSRoot { identifierName: "yield" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-strict-arrow-parameter-default/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-strict-arrow-parameter-default/input.test.md index 5c92061fff5..9692997b74a 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-strict-arrow-parameter-default/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-strict-arrow-parameter-default/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-arrow-parameter-default/input.js" end: Object { column: 0 - index: 32 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-arrow-parameter-default/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { sourceText: undefined end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-arrow-parameter-default/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-arrow-parameter-default/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-arrow-parameter-default/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -133,12 +121,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-arrow-parameter-default/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -149,12 +135,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-arrow-parameter-default/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -165,12 +149,10 @@ JSRoot { identifierName: "x" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -182,12 +164,10 @@ JSRoot { identifierName: "yield" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-strict-arrow-parameter-name/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-strict-arrow-parameter-name/input.test.md index b53c43207d3..29655fa0c42 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-strict-arrow-parameter-name/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-strict-arrow-parameter-name/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-arrow-parameter-name/input.js" end: Object { column: 0 - index: 28 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-arrow-parameter-name/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { sourceText: undefined end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-arrow-parameter-name/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-arrow-parameter-name/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-arrow-parameter-name/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -133,12 +121,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-arrow-parameter-name/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -150,12 +136,10 @@ JSRoot { identifierName: "yield" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-strict-binding-element/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-strict-binding-element/input.test.md index 64e22a9e46f..62a1c0cdfa6 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-strict-binding-element/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-strict-binding-element/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-binding-element/input.js" end: Object { column: 0 - index: 38 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-binding-element/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { sourceText: undefined end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-binding-element/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-binding-element/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -115,12 +105,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-binding-element/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -134,12 +122,10 @@ JSRoot { identifierName: "x" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -148,12 +134,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-binding-element/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -165,12 +149,10 @@ JSRoot { identifierName: "yield" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -179,12 +161,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-binding-element/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -195,12 +175,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-binding-element/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -211,12 +189,10 @@ JSRoot { identifierName: "foo" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-strict-catch-parameter/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-strict-catch-parameter/input.test.md index fc368eef6a3..b69e1fbaa80 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-strict-catch-parameter/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-strict-catch-parameter/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-catch-parameter/input.js" end: Object { column: 0 - index: 38 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-catch-parameter/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { sourceText: undefined end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -84,12 +78,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-catch-parameter/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-catch-parameter/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -115,12 +105,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-catch-parameter/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-catch-parameter/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -148,12 +134,10 @@ JSRoot { identifierName: "yield" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-strict-formal-parameter/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-strict-formal-parameter/input.test.md index 014813697bd..7b09fe6c7cf 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-strict-formal-parameter/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-strict-formal-parameter/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-formal-parameter/input.js" end: Object { column: 0 - index: 35 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-formal-parameter/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { sourceText: undefined end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -86,12 +80,10 @@ JSRoot { identifierName: "f" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-formal-parameter/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-formal-parameter/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -138,12 +126,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-formal-parameter/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -155,12 +141,10 @@ JSRoot { identifierName: "yield" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -171,12 +155,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-formal-parameter/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-strict-function-declaration/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-strict-function-declaration/input.test.md index d4ae07a0796..b1de378d410 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-strict-function-declaration/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-strict-function-declaration/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-function-declaration/input.js" end: Object { column: 0 - index: 34 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "yield" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-function-declaration/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-function-declaration/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -121,12 +111,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-function-declaration/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -137,12 +125,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-function-declaration/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-strict-function-expression/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-strict-function-expression/input.test.md index 838508409e2..5afb2f11805 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-strict-function-expression/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-strict-function-expression/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-function-expression/input.js" end: Object { column: 0 - index: 36 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-function-expression/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { identifierName: "yield" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-function-expression/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -119,12 +109,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-function-expression/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -135,12 +123,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-function-expression/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -151,12 +137,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-function-expression/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-strict-identifier/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-strict-identifier/input.test.md index e866dccbaef..a63eb66d45f 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-strict-identifier/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-strict-identifier/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-identifier/input.js" end: Object { column: 0 - index: 37 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-identifier/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { sourceText: undefined end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -86,12 +80,10 @@ JSRoot { identifierName: "f" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-identifier/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -122,12 +112,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-identifier/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -138,12 +126,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-identifier/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-identifier/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -169,12 +153,10 @@ JSRoot { identifierName: "yield" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-strict-lexical-declaration/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-strict-lexical-declaration/input.test.md index 0dc53ba8b04..249612504ff 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-strict-lexical-declaration/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-strict-lexical-declaration/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-lexical-declaration/input.js" end: Object { column: 0 - index: 30 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-lexical-declaration/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { sourceText: undefined end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-lexical-declaration/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-lexical-declaration/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "yield" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-lexical-declaration/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -146,12 +132,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-lexical-declaration/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-strict-rest-parameter/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-strict-rest-parameter/input.test.md index f68efa7d660..6affee78d57 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-strict-rest-parameter/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-strict-rest-parameter/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-rest-parameter/input.js" end: Object { column: 0 - index: 38 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-rest-parameter/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { sourceText: undefined end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -86,12 +80,10 @@ JSRoot { identifierName: "f" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-rest-parameter/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-rest-parameter/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -138,12 +126,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-rest-parameter/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -154,12 +140,10 @@ JSRoot { identifierName: "yield" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -170,12 +154,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-rest-parameter/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-strict-variable-declaration/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-strict-variable-declaration/input.test.md index e5c48044a6f..bc2901f6917 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-strict-variable-declaration/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/invalid-yield-strict-variable-declaration/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-variable-declaration/input.js" end: Object { column: 0 - index: 25 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-variable-declaration/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { sourceText: undefined end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-variable-declaration/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-variable-declaration/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "yield" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "esprima/es2015-yield/invalid-yield-strict-variable-declaration/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-array-pattern/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-array-pattern/input.test.md index 0fe151a0885..88cbbe38bee 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-array-pattern/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-array-pattern/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-array-pattern/input.js" end: Object { column: 0 - index: 14 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-array-pattern/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-array-pattern/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-array-pattern/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { identifierName: "yield" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-arrow-concise-body/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-arrow-concise-body/input.test.md index fe8d3bf6bb1..405dbcd194e 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-arrow-concise-body/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-arrow-concise-body/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-arrow-concise-body/input.js" end: Object { column: 0 - index: 18 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-arrow-concise-body/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-arrow-concise-body/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-arrow-concise-body/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "x" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-arrow-concise-body/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { identifierName: "yield" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-arrow-function-body/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-arrow-function-body/input.test.md index d2ef812c0a8..ee4aef3307d 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-arrow-function-body/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-arrow-function-body/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-arrow-function-body/input.js" end: Object { column: 0 - index: 22 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-arrow-function-body/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-arrow-function-body/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-arrow-function-body/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "z" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-arrow-function-body/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-arrow-function-body/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -135,12 +121,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-arrow-function-body/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -151,12 +135,10 @@ JSRoot { identifierName: "yield" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -168,12 +150,10 @@ JSRoot { identifierName: "z" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-arrow-parameter-default/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-arrow-parameter-default/input.test.md index d3ef4385a89..5c5bd3dad37 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-arrow-parameter-default/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-arrow-parameter-default/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-arrow-parameter-default/input.js" end: Object { column: 0 - index: 18 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-arrow-parameter-default/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-arrow-parameter-default/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-arrow-parameter-default/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-arrow-parameter-default/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-arrow-parameter-default/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { identifierName: "x" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { identifierName: "yield" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-arrow-parameter-name/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-arrow-parameter-name/input.test.md index a00e68785f0..298b626702d 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-arrow-parameter-name/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-arrow-parameter-name/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-arrow-parameter-name/input.js" end: Object { column: 0 - index: 15 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-arrow-parameter-name/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-arrow-parameter-name/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-arrow-parameter-name/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-arrow-parameter-name/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { identifierName: "yield" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-binding-element/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-binding-element/input.test.md index b6b704828c7..b953cffe2d6 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-binding-element/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-binding-element/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-binding-element/input.js" end: Object { column: 0 - index: 24 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-binding-element/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-binding-element/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-binding-element/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -88,12 +80,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-binding-element/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { identifierName: "yield" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-binding-element/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-binding-element/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -165,12 +147,10 @@ JSRoot { identifierName: "foo" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-binding-property/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-binding-property/input.test.md index ea3a502f1e1..23f988bad08 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-binding-property/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-binding-property/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-binding-property/input.js" end: Object { column: 0 - index: 24 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-binding-property/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-binding-property/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-binding-property/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -88,12 +80,10 @@ JSRoot { identifierName: "yield" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-binding-property/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { identifierName: "x" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-binding-property/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-binding-property/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -165,12 +147,10 @@ JSRoot { identifierName: "foo" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-call-expression-property/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-call-expression-property/input.test.md index 5f8698ee695..31ed2e85af0 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-call-expression-property/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-call-expression-property/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-call-expression-property/input.js" end: Object { column: 0 - index: 31 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "g" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-call-expression-property/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-call-expression-property/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-call-expression-property/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-call-expression-property/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-call-expression-property/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-call-expression-property/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { identifierName: "obj" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -170,12 +152,10 @@ JSRoot { identifierName: "yield" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -185,12 +165,10 @@ JSRoot { identifierName: "yield" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-catch-parameter/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-catch-parameter/input.test.md index 3dab489aa13..14556891955 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-catch-parameter/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-catch-parameter/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-catch-parameter/input.js" end: Object { column: 0 - index: 24 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-catch-parameter/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-catch-parameter/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-catch-parameter/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-catch-parameter/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "yield" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-expression-precedence/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-expression-precedence/input.test.md index 5b60fb8e9c6..bdf41fc8cf8 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-expression-precedence/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-expression-precedence/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-expression-precedence/input.js" end: Object { column: 0 - index: 43 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "g" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-expression-precedence/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-expression-precedence/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-expression-precedence/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-expression-precedence/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-expression-precedence/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-expression-precedence/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-expression-precedence/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -168,12 +150,10 @@ JSRoot { identifierName: "a" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -185,12 +165,10 @@ JSRoot { identifierName: "b" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -203,12 +181,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-expression-precedence/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -218,12 +194,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-expression-precedence/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -234,12 +208,10 @@ JSRoot { identifierName: "c" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -251,12 +223,10 @@ JSRoot { identifierName: "d" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -270,12 +240,10 @@ JSRoot { identifierName: "e" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 39 - index: 39 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-function-declaration-formal-parameter/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-function-declaration-formal-parameter/input.test.md index df5ccd44e43..df647e46b6a 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-function-declaration-formal-parameter/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-function-declaration-formal-parameter/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-function-declaration-formal-parameter/input.js" end: Object { column: 0 - index: 21 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "f" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-function-declaration-formal-parameter/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-function-declaration-formal-parameter/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-function-declaration-formal-parameter/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { identifierName: "yield" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-function-declaration-formal-parameter/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-function-declaration/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-function-declaration/input.test.md index a5c063f231d..323a43bde59 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-function-declaration/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-function-declaration/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-function-declaration/input.js" end: Object { column: 0 - index: 19 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "yield" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-function-declaration/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-function-declaration/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-function-declaration/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-function-expression-parameter/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-function-expression-parameter/input.test.md index 2b4405530d0..3a99474a202 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-function-expression-parameter/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-function-expression-parameter/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-function-expression-parameter/input.js" end: Object { column: 0 - index: 21 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-function-expression-parameter/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-function-expression-parameter/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-function-expression-parameter/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -90,12 +82,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-function-expression-parameter/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { identifierName: "yield" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-function-expression-parameter/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-function-expression/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-function-expression/input.test.md index 8fcfaf990f8..7cfa20e7be1 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-function-expression/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-function-expression/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-function-expression/input.js" end: Object { column: 0 - index: 21 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-function-expression/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { identifierName: "yield" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-function-expression/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-function-expression/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-function-expression/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-generator-arrow-concise-body/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-generator-arrow-concise-body/input.test.md index 121a921a762..cb2e89d52b0 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-generator-arrow-concise-body/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-generator-arrow-concise-body/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-arrow-concise-body/input.js" end: Object { column: 0 - index: 36 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "g" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-arrow-concise-body/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-arrow-concise-body/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-arrow-concise-body/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-arrow-concise-body/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-arrow-concise-body/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -140,12 +126,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-arrow-concise-body/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { identifierName: "x" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -175,12 +157,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-arrow-concise-body/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -191,12 +171,10 @@ JSRoot { identifierName: "x" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -208,12 +186,10 @@ JSRoot { identifierName: "yield" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-generator-arrow-default/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-generator-arrow-default/input.test.md index 7f4cdd09335..d81bdc6f2c1 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-generator-arrow-default/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-generator-arrow-default/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-arrow-default/input.js" end: Object { column: 0 - index: 36 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "g" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-arrow-default/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-arrow-default/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-arrow-default/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-arrow-default/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -145,12 +131,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-arrow-default/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -161,12 +145,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-arrow-default/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -181,12 +163,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-arrow-default/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -197,12 +177,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-arrow-default/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -213,12 +191,10 @@ JSRoot { identifierName: "x" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -230,12 +206,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-arrow-default/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-generator-arrow-function-body/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-generator-arrow-function-body/input.test.md index f81122c8671..52d0c0280f1 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-generator-arrow-function-body/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-generator-arrow-function-body/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-arrow-function-body/input.js" end: Object { column: 0 - index: 40 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "g" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-arrow-function-body/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-arrow-function-body/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-arrow-function-body/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-arrow-function-body/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-arrow-function-body/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -140,12 +126,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-arrow-function-body/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { identifierName: "z" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -175,12 +157,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-arrow-function-body/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -190,12 +170,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-arrow-function-body/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -205,12 +183,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-arrow-function-body/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -221,12 +197,10 @@ JSRoot { identifierName: "yield" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -238,12 +212,10 @@ JSRoot { identifierName: "z" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-generator-declaration/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-generator-declaration/input.test.md index ab620afb7f0..ccef146bf01 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-generator-declaration/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-generator-declaration/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-declaration/input.js" end: Object { column: 0 - index: 20 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "yield" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-declaration/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-declaration/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-declaration/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-generator-function-expression/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-generator-function-expression/input.test.md index 0692b35c50f..2990463f5ac 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-generator-function-expression/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-generator-function-expression/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-function-expression/input.js" end: Object { column: 0 - index: 45 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "g" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-function-expression/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-function-expression/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-function-expression/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-function-expression/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-function-expression/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -140,12 +126,10 @@ JSRoot { identifierName: "y" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -154,12 +138,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-function-expression/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -171,12 +153,10 @@ JSRoot { identifierName: "yield" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -185,12 +165,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-function-expression/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -201,12 +179,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-function-expression/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 39 - index: 39 line: 1 } } @@ -224,12 +200,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-function-expression/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-generator-function-parameter/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-generator-function-parameter/input.test.md index e4579148900..89d12c53c6a 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-generator-function-parameter/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-generator-function-parameter/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-function-parameter/input.js" end: Object { column: 0 - index: 45 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "g" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-function-parameter/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-function-parameter/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-function-parameter/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-function-parameter/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-function-parameter/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -140,12 +126,10 @@ JSRoot { identifierName: "z" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -154,12 +138,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-function-parameter/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -169,12 +151,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-function-parameter/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -185,12 +165,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-function-parameter/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -207,12 +185,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-function-parameter/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -224,12 +200,10 @@ JSRoot { identifierName: "yield" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -240,12 +214,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-function-parameter/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-generator-method/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-generator-method/input.test.md index bc0504274f4..1c4c9616a8d 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-generator-method/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-generator-method/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-method/input.js" end: Object { column: 0 - index: 18 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-method/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-method/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { identifierName: "yield" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-method/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-method/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-method/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-method/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-generator-parameter-object-pattern/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-generator-parameter-object-pattern/input.test.md index 4624d563acb..fe1886ddf2a 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-generator-parameter-object-pattern/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-generator-parameter-object-pattern/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-parameter-object-pattern/input.js" end: Object { column: 0 - index: 26 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "g" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-parameter-object-pattern/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-parameter-object-pattern/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-parameter-object-pattern/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-parameter-object-pattern/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-parameter-object-pattern/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { identifierName: "yield" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-parameter-object-pattern/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -175,12 +157,10 @@ JSRoot { identifierName: "y" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -189,12 +169,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-generator-parameter-object-pattern/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-lexical-declaration/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-lexical-declaration/input.test.md index c0998cea65e..79cd92ef8aa 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-lexical-declaration/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-lexical-declaration/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-lexical-declaration/input.js" end: Object { column: 0 - index: 16 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-lexical-declaration/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-lexical-declaration/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "yield" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-lexical-declaration/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-lexical-declaration/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-member-expression-property/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-member-expression-property/input.test.md index d10e6d6ee44..2fb8f1be0de 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-member-expression-property/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-member-expression-property/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-member-expression-property/input.js" end: Object { column: 0 - index: 35 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "g" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-member-expression-property/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-member-expression-property/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-member-expression-property/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-member-expression-property/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-member-expression-property/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-member-expression-property/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { identifierName: "obj" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -170,12 +152,10 @@ JSRoot { identifierName: "yield" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -185,12 +165,10 @@ JSRoot { identifierName: "yield" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-method/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-method/input.test.md index d2e53868aa8..97910904775 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-method/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-method/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-method/input.js" end: Object { column: 0 - index: 17 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-method/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-method/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { identifierName: "yield" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-method/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-method/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-method/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-method/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-parameter-object-pattern/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-parameter-object-pattern/input.test.md index 2e08bd9e4b6..5418a72e9de 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-parameter-object-pattern/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-parameter-object-pattern/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-parameter-object-pattern/input.js" end: Object { column: 0 - index: 25 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "f" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-parameter-object-pattern/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-parameter-object-pattern/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-parameter-object-pattern/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-parameter-object-pattern/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-parameter-object-pattern/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { identifierName: "yield" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-parameter-object-pattern/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -175,12 +157,10 @@ JSRoot { identifierName: "y" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -189,12 +169,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-parameter-object-pattern/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-rest-parameter/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-rest-parameter/input.test.md index aabdb5c2214..d98b5714cd9 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-rest-parameter/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-rest-parameter/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-rest-parameter/input.js" end: Object { column: 0 - index: 24 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "f" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-rest-parameter/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-rest-parameter/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-rest-parameter/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { identifierName: "yield" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-rest-parameter/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-strict-binding-property/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-strict-binding-property/input.test.md index 9896902ade0..597a6304df9 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-strict-binding-property/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-strict-binding-property/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-strict-binding-property/input.js" end: Object { column: 0 - index: 38 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-strict-binding-property/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-strict-binding-property/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-strict-binding-property/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-strict-binding-property/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { identifierName: "yield" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-strict-binding-property/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { identifierName: "x" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -150,12 +134,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-strict-binding-property/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -166,12 +148,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-strict-binding-property/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -182,12 +162,10 @@ JSRoot { identifierName: "foo" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-strict-method/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-strict-method/input.test.md index e15cec6c00e..9b59814f61a 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-strict-method/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-strict-method/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-strict-method/input.js" end: Object { column: 0 - index: 31 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-strict-method/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-strict-method/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-strict-method/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -88,12 +80,10 @@ JSRoot { identifierName: "yield" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-strict-method/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-strict-method/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-strict-method/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -155,12 +139,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-strict-method/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-super-property/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-super-property/input.test.md index 96c81fb592a..426f14a2822 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-super-property/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-super-property/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-super-property/input.js" end: Object { column: 0 - index: 42 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-super-property/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-super-property/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "B" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { identifierName: "X" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-super-property/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-super-property/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-super-property/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -177,19 +159,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 20 - index: 20 line: 1 } loc: Object { filename: "esprima/es2015-yield/yield-super-property/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -200,12 +179,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-super-property/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -215,12 +192,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-super-property/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -229,12 +204,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-super-property/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -243,12 +216,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-super-property/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -261,12 +232,10 @@ JSRoot { identifierName: "yield" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -276,12 +245,10 @@ JSRoot { identifierName: "yield" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-variable-declaration/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-variable-declaration/input.test.md index 9b1e1227a93..8a66aff01bb 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-variable-declaration/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-variable-declaration/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-variable-declaration/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-variable-declaration/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-variable-declaration/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "yield" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-variable-declaration/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-yield-expression-delegate/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-yield-expression-delegate/input.test.md index ea25c75230c..b9126f384c6 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-yield-expression-delegate/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-yield-expression-delegate/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-yield-expression-delegate/input.js" end: Object { column: 0 - index: 31 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "g" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-yield-expression-delegate/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-yield-expression-delegate/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-yield-expression-delegate/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-yield-expression-delegate/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-yield-expression-delegate/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-yield-expression-delegate/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-yield-expression/input.test.md b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-yield-expression/input.test.md index a40d5c3501e..af5232c4c11 100644 --- a/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-yield-expression/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/es2015-yield/yield-yield-expression/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-yield-expression/input.js" end: Object { column: 0 - index: 30 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "g" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-yield-expression/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-yield-expression/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-yield-expression/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-yield-expression/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-yield-expression/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "esprima/es2015-yield/yield-yield-expression/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-additive/migrated_0000/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-additive/migrated_0000/input.test.md index 3ef9d4a52d5..e22006f7ffa 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-additive/migrated_0000/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-additive/migrated_0000/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-additive/migrated_0000/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-additive/migrated_0000/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-additive/migrated_0000/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-additive/migrated_0001/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-additive/migrated_0001/input.test.md index 3c61efecfe9..08de53177c3 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-additive/migrated_0001/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-additive/migrated_0001/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-additive/migrated_0001/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-additive/migrated_0001/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-additive/migrated_0001/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-additive/migrated_0002/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-additive/migrated_0002/input.test.md index fb4784524f5..0ad63ee0a46 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-additive/migrated_0002/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-additive/migrated_0002/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-additive/migrated_0002/input.js" end: Object { column: 0 - index: 18 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-additive/migrated_0002/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-additive/migrated_0002/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "esprima/expression-additive/migrated_0002/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/expression-additive/migrated_0002/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0000/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0000/input.test.md index f27f73eb68b..62e5647754e 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0000/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0000/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0000/input.js" end: Object { column: 0 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0000/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0000/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0000/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0001/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0001/input.test.md index 745d1c28a7f..7f26501e4d6 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0001/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0001/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0001/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0001/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0001/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "eval" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0001/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0002/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0002/input.test.md index fcc4411f667..60f2061d32d 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0002/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0002/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0002/input.js" end: Object { column: 0 - index: 15 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0002/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0002/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0002/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0003/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0003/input.test.md index 7e39b753ef0..d69a1d18bc4 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0003/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0003/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0003/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0003/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0003/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0003/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0004/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0004/input.test.md index c9eeae08b44..216feb59278 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0004/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0004/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0004/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0004/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0004/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0004/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0005/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0005/input.test.md index 1600bfb7ce2..212843f4068 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0005/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0005/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0005/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0005/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0005/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0005/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0006/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0006/input.test.md index b06bd28e1ed..a207c21b0f2 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0006/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0006/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0006/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0006/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0006/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0006/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0007/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0007/input.test.md index 66ac7ad6da7..5d6cbe94c19 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0007/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0007/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0007/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0007/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0007/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0007/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0008/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0008/input.test.md index 9b7e1aa1334..9114332854b 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0008/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0008/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0008/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0008/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0008/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0008/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0009/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0009/input.test.md index 42140df487f..548ab747a2c 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0009/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0009/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0009/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0009/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0009/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0009/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0010/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0010/input.test.md index 714abbb3cf2..8bab712af59 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0010/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0010/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0010/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0010/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0010/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0010/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0011/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0011/input.test.md index 2471328e65b..d615d1eb57b 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0011/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0011/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0011/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0011/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0011/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0011/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0012/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0012/input.test.md index cc7a42969ae..c426cc51441 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0012/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0012/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0012/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0012/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0012/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0012/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0013/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0013/input.test.md index 6e0bb975de2..134fdb6110a 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0013/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-assignment/migrated_0013/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0013/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0013/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0013/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/expression-assignment/migrated_0013/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-binary-bitwise/migrated_0000/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-binary-bitwise/migrated_0000/input.test.md index 9cceffd4aef..b99983e670c 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-binary-bitwise/migrated_0000/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-binary-bitwise/migrated_0000/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-binary-bitwise/migrated_0000/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-binary-bitwise/migrated_0000/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-binary-bitwise/migrated_0000/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-binary-bitwise/migrated_0001/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-binary-bitwise/migrated_0001/input.test.md index 0ee66379efc..6c6f54ab58f 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-binary-bitwise/migrated_0001/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-binary-bitwise/migrated_0001/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-binary-bitwise/migrated_0001/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-binary-bitwise/migrated_0001/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-binary-bitwise/migrated_0001/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-binary-bitwise/migrated_0002/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-binary-bitwise/migrated_0002/input.test.md index 418848ca3c2..008a7085f13 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-binary-bitwise/migrated_0002/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-binary-bitwise/migrated_0002/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-binary-bitwise/migrated_0002/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-binary-bitwise/migrated_0002/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-binary-bitwise/migrated_0002/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-binary-logical/migrated_0000/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-binary-logical/migrated_0000/input.test.md index 16027769cae..fe9c1bba2c0 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-binary-logical/migrated_0000/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-binary-logical/migrated_0000/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-binary-logical/migrated_0000/input.js" end: Object { column: 0 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-binary-logical/migrated_0000/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-binary-logical/migrated_0000/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "y" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-binary-logical/migrated_0001/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-binary-logical/migrated_0001/input.test.md index aa2ccec85c9..30abaa3c7b0 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-binary-logical/migrated_0001/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-binary-logical/migrated_0001/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-binary-logical/migrated_0001/input.js" end: Object { column: 0 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-binary-logical/migrated_0001/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-binary-logical/migrated_0001/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "y" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-binary-logical/migrated_0002/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-binary-logical/migrated_0002/input.test.md index a77ee6e7e77..106d5f40c5e 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-binary-logical/migrated_0002/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-binary-logical/migrated_0002/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-binary-logical/migrated_0002/input.js" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-binary-logical/migrated_0002/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-binary-logical/migrated_0002/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "z" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/expression-binary-logical/migrated_0002/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "y" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-binary-logical/migrated_0003/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-binary-logical/migrated_0003/input.test.md index 3f526a9aa26..724f87d5e60 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-binary-logical/migrated_0003/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-binary-logical/migrated_0003/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-binary-logical/migrated_0003/input.js" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-binary-logical/migrated_0003/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-binary-logical/migrated_0003/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "z" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/expression-binary-logical/migrated_0003/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "y" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-binary-logical/migrated_0004/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-binary-logical/migrated_0004/input.test.md index 8fe7b94ece7..7d3e496e6b2 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-binary-logical/migrated_0004/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-binary-logical/migrated_0004/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-binary-logical/migrated_0004/input.js" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-binary-logical/migrated_0004/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-binary-logical/migrated_0004/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/expression-binary-logical/migrated_0004/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "y" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "z" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-binary-logical/migrated_0005/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-binary-logical/migrated_0005/input.test.md index f4ad03e93e0..9f2676cfedd 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-binary-logical/migrated_0005/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-binary-logical/migrated_0005/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-binary-logical/migrated_0005/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-binary-logical/migrated_0005/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-binary-logical/migrated_0005/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/expression-binary-logical/migrated_0005/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "y" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "z" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0000/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0000/input.test.md index f1bc7c212e5..b172274ceb9 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0000/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0000/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0000/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0000/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0000/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "z" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0000/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0001/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0001/input.test.md index e1aa0c000b3..3c7621342c5 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0001/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0001/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0001/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0001/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0001/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "z" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0001/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0002/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0002/input.test.md index 7891093040b..0537942255a 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0002/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0002/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0002/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0002/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0002/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "z" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0002/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0003/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0003/input.test.md index 8b9f6f0cead..70672b5198c 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0003/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0003/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0003/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0003/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0003/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "z" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0003/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0004/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0004/input.test.md index 11da16e8600..c8dff96fd6d 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0004/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0004/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0004/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0004/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0004/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0004/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "z" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0005/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0005/input.test.md index dac2691975f..3a9c3683305 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0005/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0005/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0005/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0005/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0005/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0005/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "z" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0006/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0006/input.test.md index 4dfdd45fe99..549b19deba0 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0006/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0006/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0006/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0006/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0006/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0006/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "z" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0007/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0007/input.test.md index d5847736cfb..0ba602d8594 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0007/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0007/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0007/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0007/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0007/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "z" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0007/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0008/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0008/input.test.md index c27b3a2727e..534c577fc44 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0008/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0008/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0008/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0008/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0008/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "z" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0008/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0009/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0009/input.test.md index 03092786354..180b4eea7c5 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0009/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0009/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0009/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0009/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0009/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "z" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0009/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0010/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0010/input.test.md index b67ca0831e6..29b8263a4ad 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0010/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0010/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0010/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0010/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0010/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "z" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0010/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0011/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0011/input.test.md index 7f389f218b4..b799dde6ae2 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0011/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0011/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0011/input.js" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0011/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0011/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "z" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0011/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "y" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0012/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0012/input.test.md index 30e0f6416f6..56108a72100 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0012/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0012/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0012/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0012/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0012/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "z" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0012/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0013/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0013/input.test.md index 6caba8c999a..30ba5f421fe 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0013/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0013/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0013/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0013/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0013/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "z" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0013/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0014/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0014/input.test.md index 28ec18f346b..4747e7cb458 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0014/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0014/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0014/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0014/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0014/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "z" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0014/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0015/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0015/input.test.md index dcf4a87b421..94bba62afd2 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0015/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0015/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0015/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0015/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0015/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "z" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0015/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0016/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0016/input.test.md index 519a63a19b2..7315c317c74 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0016/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0016/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0016/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0016/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0016/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0016/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "z" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0017/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0017/input.test.md index c362862586c..b9c3b56b6e3 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0017/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-binary/migrated_0017/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0017/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0017/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0017/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/expression-binary/migrated_0017/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "z" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-bitwise-shift/migrated_0000/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-bitwise-shift/migrated_0000/input.test.md index 0dfaee32cdb..c26725f5cd4 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-bitwise-shift/migrated_0000/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-bitwise-shift/migrated_0000/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-bitwise-shift/migrated_0000/input.js" end: Object { column: 0 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-bitwise-shift/migrated_0000/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-bitwise-shift/migrated_0000/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "y" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-bitwise-shift/migrated_0001/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-bitwise-shift/migrated_0001/input.test.md index bd565b656ad..a6413ec81a9 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-bitwise-shift/migrated_0001/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-bitwise-shift/migrated_0001/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-bitwise-shift/migrated_0001/input.js" end: Object { column: 0 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-bitwise-shift/migrated_0001/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-bitwise-shift/migrated_0001/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "y" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-bitwise-shift/migrated_0002/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-bitwise-shift/migrated_0002/input.test.md index efee8610a70..3f634f24f96 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-bitwise-shift/migrated_0002/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-bitwise-shift/migrated_0002/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-bitwise-shift/migrated_0002/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-bitwise-shift/migrated_0002/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-bitwise-shift/migrated_0002/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "y" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-complex/migrated_0000/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-complex/migrated_0000/input.test.md index 30dd6010697..75ccf201c3e 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-complex/migrated_0000/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-complex/migrated_0000/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-complex/migrated_0000/input.js" end: Object { column: 0 - index: 47 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-complex/migrated_0000/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-complex/migrated_0000/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "a" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/expression-complex/migrated_0000/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "b" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "esprima/expression-complex/migrated_0000/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { identifierName: "c" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -148,12 +132,10 @@ JSRoot { filename: "esprima/expression-complex/migrated_0000/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -164,12 +146,10 @@ JSRoot { identifierName: "d" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -180,12 +160,10 @@ JSRoot { filename: "esprima/expression-complex/migrated_0000/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -196,12 +174,10 @@ JSRoot { identifierName: "e" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -212,12 +188,10 @@ JSRoot { filename: "esprima/expression-complex/migrated_0000/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -228,12 +202,10 @@ JSRoot { identifierName: "f" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -244,12 +216,10 @@ JSRoot { filename: "esprima/expression-complex/migrated_0000/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -260,12 +230,10 @@ JSRoot { identifierName: "g" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -276,12 +244,10 @@ JSRoot { filename: "esprima/expression-complex/migrated_0000/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -292,12 +258,10 @@ JSRoot { identifierName: "h" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -308,12 +272,10 @@ JSRoot { filename: "esprima/expression-complex/migrated_0000/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -324,12 +286,10 @@ JSRoot { identifierName: "i" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -340,12 +300,10 @@ JSRoot { filename: "esprima/expression-complex/migrated_0000/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } @@ -356,12 +314,10 @@ JSRoot { identifierName: "j" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } @@ -373,12 +329,10 @@ JSRoot { identifierName: "k" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 45 - index: 45 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-conditional/migrated_0000/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-conditional/migrated_0000/input.test.md index 01b490fb7f8..5f697616824 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-conditional/migrated_0000/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-conditional/migrated_0000/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-conditional/migrated_0000/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-conditional/migrated_0000/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/expression-conditional/migrated_0000/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "esprima/expression-conditional/migrated_0000/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/expression-conditional/migrated_0000/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { identifierName: "y" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-conditional/migrated_0001/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-conditional/migrated_0001/input.test.md index c3c2a64c1bc..d6b80c5f0ff 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-conditional/migrated_0001/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-conditional/migrated_0001/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-conditional/migrated_0001/input.js" end: Object { column: 0 - index: 15 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-conditional/migrated_0001/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/expression-conditional/migrated_0001/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "esprima/expression-conditional/migrated_0001/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/expression-conditional/migrated_0001/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "esprima/expression-conditional/migrated_0001/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { identifierName: "y" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-conditional/migrated_0002/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-conditional/migrated_0002/input.test.md index 3ffa9657d94..bbc147eaa76 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-conditional/migrated_0002/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-conditional/migrated_0002/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-conditional/migrated_0002/input.js" end: Object { column: 0 - index: 16 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-conditional/migrated_0002/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-conditional/migrated_0002/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/expression-conditional/migrated_0002/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "esprima/expression-conditional/migrated_0002/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "esprima/expression-conditional/migrated_0002/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "esprima/expression-conditional/migrated_0002/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-equality/migrated_0000/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-equality/migrated_0000/input.test.md index 1f1b3df86eb..209a2bd219e 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-equality/migrated_0000/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-equality/migrated_0000/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-equality/migrated_0000/input.js" end: Object { column: 0 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-equality/migrated_0000/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-equality/migrated_0000/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "y" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-equality/migrated_0001/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-equality/migrated_0001/input.test.md index b596848f0f2..064ddbf6916 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-equality/migrated_0001/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-equality/migrated_0001/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-equality/migrated_0001/input.js" end: Object { column: 0 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-equality/migrated_0001/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-equality/migrated_0001/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "y" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-equality/migrated_0002/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-equality/migrated_0002/input.test.md index 19a497a16c1..2d85894a03a 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-equality/migrated_0002/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-equality/migrated_0002/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-equality/migrated_0002/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-equality/migrated_0002/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-equality/migrated_0002/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "y" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-equality/migrated_0003/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-equality/migrated_0003/input.test.md index 77355049759..2572e14076d 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-equality/migrated_0003/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-equality/migrated_0003/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-equality/migrated_0003/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-equality/migrated_0003/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-equality/migrated_0003/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "y" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-grouping/migrated_0000/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-grouping/migrated_0000/input.test.md index b61236f04d7..1adc1a0d2d1 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-grouping/migrated_0000/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-grouping/migrated_0000/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-grouping/migrated_0000/input.js" end: Object { column: 0 - index: 16 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-grouping/migrated_0000/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-grouping/migrated_0000/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/expression-grouping/migrated_0000/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/expression-grouping/migrated_0000/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "esprima/expression-grouping/migrated_0000/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "esprima/expression-grouping/migrated_0000/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-grouping/migrated_0001/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-grouping/migrated_0001/input.test.md index d963219585e..0e087ca14b0 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-grouping/migrated_0001/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-grouping/migrated_0001/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-grouping/migrated_0001/input.js" end: Object { column: 0 - index: 13 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-grouping/migrated_0001/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-grouping/migrated_0001/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/expression-grouping/migrated_0001/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/expression-grouping/migrated_0001/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "esprima/expression-grouping/migrated_0001/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "esprima/expression-grouping/migrated_0001/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0000/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0000/input.test.md index 78b07e91f10..0c8b9d5be2b 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0000/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0000/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0000/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0000/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0000/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "Button" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0001/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0001/input.test.md index 7dc25f772fb..55e78574bc6 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0001/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0001/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0001/input.js" end: Object { column: 0 - index: 13 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0001/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0001/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "Button" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0002/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0002/input.test.md index 7d9eb1a9c69..0dc1c642a67 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0002/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0002/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0002/input.js" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0002/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0002/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0002/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "foo" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0003/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0003/input.test.md index fa207d67319..47f01285680 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0003/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0003/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0003/input.js" end: Object { column: 0 - index: 14 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0003/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0003/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0003/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "foo" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0004/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0004/input.test.md index d42d6de6e84..e7ac1d84959 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0004/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0004/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0004/input.js" end: Object { column: 0 - index: 16 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0004/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0004/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +60,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0004/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { identifierName: "bar" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { identifierName: "bar" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0004/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { identifierName: "foo" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0005/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0005/input.test.md index deec11326a4..53ef327acb0 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0005/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0005/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0005/input.js" end: Object { column: 0 - index: 13 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0005/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0005/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0005/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { identifierName: "foo" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "bar" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0005/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0006/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0006/input.test.md index b0896fd5867..924f6c2511d 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0006/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0006/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0006/input.js" end: Object { column: 0 - index: 14 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0006/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0006/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0006/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { identifierName: "foo" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "bar" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "bar" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0007/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0007/input.test.md index e4e94924ed1..5c6ede1abb4 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0007/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0007/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0007/input.js" end: Object { column: 0 - index: 17 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0007/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0007/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +60,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0007/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { identifierName: "bar" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { identifierName: "bar" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0007/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { identifierName: "foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0008/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0008/input.test.md index 7b57650facf..c61f36960d6 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0008/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0008/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0008/input.js" end: Object { column: 0 - index: 14 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0008/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0008/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "foo" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "bar" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "baz" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0009/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0009/input.test.md index 5d6bd6ebcb0..971d2a9c57f 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0009/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0009/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0009/input.js" end: Object { column: 0 - index: 14 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0009/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0009/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "foo" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0010/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0010/input.test.md index d0d3e446926..046bd8774b8 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0010/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0010/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0010/input.js" end: Object { column: 0 - index: 18 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0010/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0010/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "universe" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "milkyway" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "milkyway" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0011/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0011/input.test.md index 05c0f711169..c287533ba2b 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0011/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0011/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0011/input.js" end: Object { column: 0 - index: 30 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0011/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0011/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "solarsystem" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { identifierName: "solarsystem" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0011/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { identifierName: "universe" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { identifierName: "milkyway" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { identifierName: "milkyway" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0012/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0012/input.test.md index 310d595750f..3e84545bfee 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0012/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0012/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0012/input.js" end: Object { column: 0 - index: 36 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0012/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0012/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "Earth" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { identifierName: "Earth" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0012/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { identifierName: "solarsystem" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -130,12 +116,10 @@ JSRoot { identifierName: "solarsystem" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -145,12 +129,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0012/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -161,12 +143,10 @@ JSRoot { identifierName: "universe" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -179,12 +159,10 @@ JSRoot { identifierName: "milkyway" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -194,12 +172,10 @@ JSRoot { identifierName: "milkyway" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0013/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0013/input.test.md index 5aded927b8f..4693295b4d7 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0013/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0013/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0013/input.js" end: Object { column: 0 - index: 39 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0013/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0013/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "universe" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0013/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "galaxyName" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "otherUselessName" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0013/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0014/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0014/input.test.md index ef493da07fe..bf3f385b2f7 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0014/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0014/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0014/input.js" end: Object { column: 0 - index: 21 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0014/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0014/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "universe" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "galaxyName" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0014/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0015/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0015/input.test.md index 09a4d20375c..46a9fd02729 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0015/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0015/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0015/input.js" end: Object { column: 0 - index: 22 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0015/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0015/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "galaxies" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { identifierName: "galaxies" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0015/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { identifierName: "universe" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0015/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -146,12 +130,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0015/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0016/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0016/input.test.md index 79fd89e38f6..cfa1c830260 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0016/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0016/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0016/input.js" end: Object { column: 0 - index: 22 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0016/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0016/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "galaxies" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { identifierName: "galaxies" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0016/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { identifierName: "universe" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0016/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0017/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0017/input.test.md index b5b4f27205f..af2108333b7 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0017/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0017/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0017/input.js" end: Object { column: 0 - index: 42 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0017/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0017/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "milkyway" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { identifierName: "milkyway" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0017/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0017/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0017/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0017/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -165,12 +147,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0017/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -182,12 +162,10 @@ JSRoot { identifierName: "galaxies" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -197,12 +175,10 @@ JSRoot { identifierName: "galaxies" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -212,12 +188,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0017/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -228,12 +202,10 @@ JSRoot { identifierName: "universe" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -246,12 +218,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0017/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0018/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0018/input.test.md index 864ae44fb53..23e5d496dde 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0018/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0018/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0018/input.js" end: Object { column: 0 - index: 46 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0018/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0018/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0018/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0018/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { identifierName: "prepareForElection" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { identifierName: "prepareForElection" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0018/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -148,12 +132,10 @@ JSRoot { identifierName: "Indonesia" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -163,12 +145,10 @@ JSRoot { identifierName: "Indonesia" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -178,12 +158,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0018/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -194,12 +172,10 @@ JSRoot { identifierName: "earth" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -212,12 +188,10 @@ JSRoot { identifierName: "asia" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -227,12 +201,10 @@ JSRoot { identifierName: "asia" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0019/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0019/input.test.md index 8f5d8fb7a7c..f5913fb04db 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0019/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0019/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0019/input.js" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0019/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0019/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "universe" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "if" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "if" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0020/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0020/input.test.md index a73380cc083..25d5e6b10eb 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0020/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0020/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0020/input.js" end: Object { column: 0 - index: 14 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0020/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0020/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "universe" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "true" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "true" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0021/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0021/input.test.md index 193988bfd3a..00752fa5ae5 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0021/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0021/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0021/input.js" end: Object { column: 0 - index: 15 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0021/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0021/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "universe" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "false" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "false" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0022/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0022/input.test.md index 2197dcc0964..770655fc6db 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0022/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-left-hand-side/migrated_0022/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0022/input.js" end: Object { column: 0 - index: 14 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0022/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/expression-left-hand-side/migrated_0022/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "universe" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "null" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "null" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-multiplicative/migrated_0000/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-multiplicative/migrated_0000/input.test.md index 9152290734c..a7d5108c7a7 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-multiplicative/migrated_0000/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-multiplicative/migrated_0000/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-multiplicative/migrated_0000/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-multiplicative/migrated_0000/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-multiplicative/migrated_0000/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-multiplicative/migrated_0001/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-multiplicative/migrated_0001/input.test.md index a7d21beb89e..4848efff9bb 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-multiplicative/migrated_0001/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-multiplicative/migrated_0001/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-multiplicative/migrated_0001/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-multiplicative/migrated_0001/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-multiplicative/migrated_0001/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-multiplicative/migrated_0002/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-multiplicative/migrated_0002/input.test.md index 6e4b59fb438..32aff462388 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-multiplicative/migrated_0002/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-multiplicative/migrated_0002/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-multiplicative/migrated_0002/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-multiplicative/migrated_0002/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-multiplicative/migrated_0002/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-postfix/migrated_0000/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-postfix/migrated_0000/input.test.md index 8f0f9bb3fda..60c46efef52 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-postfix/migrated_0000/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-postfix/migrated_0000/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-postfix/migrated_0000/input.js" end: Object { column: 0 - index: 4 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-postfix/migrated_0000/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/expression-postfix/migrated_0000/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-postfix/migrated_0001/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-postfix/migrated_0001/input.test.md index ff0737dfb67..5ba290b69f6 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-postfix/migrated_0001/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-postfix/migrated_0001/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-postfix/migrated_0001/input.js" end: Object { column: 0 - index: 4 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-postfix/migrated_0001/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/expression-postfix/migrated_0001/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-postfix/migrated_0002/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-postfix/migrated_0002/input.test.md index 0a512a58dcc..a8e39c1ddae 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-postfix/migrated_0002/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-postfix/migrated_0002/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-postfix/migrated_0002/input.js" end: Object { column: 0 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-postfix/migrated_0002/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/expression-postfix/migrated_0002/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "eval" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-postfix/migrated_0003/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-postfix/migrated_0003/input.test.md index 3595213fb95..e2a785b9202 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-postfix/migrated_0003/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-postfix/migrated_0003/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-postfix/migrated_0003/input.js" end: Object { column: 0 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-postfix/migrated_0003/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/expression-postfix/migrated_0003/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "eval" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-postfix/migrated_0004/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-postfix/migrated_0004/input.test.md index 3435ebef79c..0918cb616e2 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-postfix/migrated_0004/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-postfix/migrated_0004/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-postfix/migrated_0004/input.js" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-postfix/migrated_0004/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/expression-postfix/migrated_0004/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-postfix/migrated_0005/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-postfix/migrated_0005/input.test.md index 6e35e1c337c..12a44875fc0 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-postfix/migrated_0005/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-postfix/migrated_0005/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-postfix/migrated_0005/input.js" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-postfix/migrated_0005/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/expression-postfix/migrated_0005/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-array/migrated_0000/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-array/migrated_0000/input.test.md index 7593ab747b5..863f111ad62 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-array/migrated_0000/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-array/migrated_0000/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0000/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0000/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0000/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0000/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-array/migrated_0001/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-array/migrated_0001/input.test.md index 42c6c76c20f..fdbcfca1288 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-array/migrated_0001/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-array/migrated_0001/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0001/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0001/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0001/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0001/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-array/migrated_0002/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-array/migrated_0002/input.test.md index 8f79c26b917..e59bb3f6886 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-array/migrated_0002/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-array/migrated_0002/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0002/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0002/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0002/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0002/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0002/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-array/migrated_0003/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-array/migrated_0003/input.test.md index b93a2e95218..63cb80057ba 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-array/migrated_0003/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-array/migrated_0003/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0003/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0003/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0003/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0003/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0003/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-array/migrated_0004/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-array/migrated_0004/input.test.md index 66e6a14f401..d5a9aca802e 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-array/migrated_0004/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-array/migrated_0004/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0004/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0004/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0004/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0004/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0004/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -113,12 +101,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0004/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -130,12 +116,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0004/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-array/migrated_0005/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-array/migrated_0005/input.test.md index 43a5ef06c6a..495ab646ed7 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-array/migrated_0005/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-array/migrated_0005/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0005/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0005/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0005/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0005/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0005/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0005/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0005/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-array/migrated_0006/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-array/migrated_0006/input.test.md index 8c405782aaa..9b6044f6a62 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-array/migrated_0006/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-array/migrated_0006/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0006/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0006/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0006/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0006/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0006/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0006/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0006/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0006/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-array/migrated_0007/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-array/migrated_0007/input.test.md index cf4547fa2d5..522a326f1ff 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-array/migrated_0007/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-array/migrated_0007/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0007/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0007/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0007/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0007/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { identifierName: "\u65e5\u672c\u8a9e" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-array/migrated_0008/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-array/migrated_0008/input.test.md index f2a05de0610..ab4c9d8f304 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-array/migrated_0008/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-array/migrated_0008/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0008/input.js" end: Object { column: 0 - index: 13 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0008/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0008/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0008/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { identifierName: "T\u203f" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-array/migrated_0009/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-array/migrated_0009/input.test.md index 59a109f7b47..be754b68529 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-array/migrated_0009/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-array/migrated_0009/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0009/input.js" end: Object { column: 0 - index: 13 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0009/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0009/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0009/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { identifierName: "T\u200c" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-array/migrated_0010/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-array/migrated_0010/input.test.md index 4688628fe1e..a7695532a8e 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-array/migrated_0010/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-array/migrated_0010/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0010/input.js" end: Object { column: 0 - index: 13 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0010/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0010/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0010/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { identifierName: "T\u200d" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-array/migrated_0011/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-array/migrated_0011/input.test.md index 1278a71ad29..a8f4be8c809 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-array/migrated_0011/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-array/migrated_0011/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0011/input.js" end: Object { column: 0 - index: 18 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0011/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0011/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0011/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { identifierName: "\u2163\u2161" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-array/migrated_0012/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-array/migrated_0012/input.test.md index 8861e54b105..c4e6f55ba1f 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-array/migrated_0012/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-array/migrated_0012/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0012/input.js" end: Object { column: 0 - index: 19 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/expression-primary-array/migrated_0012/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "\u2163\u2161\u200a" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0000/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0000/input.test.md index d1ef2a68528..9024afd6149 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0000/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0000/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0000/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0000/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0000/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0001/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0001/input.test.md index 2bd867265d3..b474d518fbf 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0001/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0001/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0001/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0001/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0001/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0002/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0002/input.test.md index d2fcdb970f4..c59723a325e 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0002/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0002/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0002/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0002/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0002/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0003/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0003/input.test.md index aa36e14e6f5..45ca26444e0 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0003/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0003/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0003/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0003/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0003/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0004/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0004/input.test.md index 873f56a7ed5..1d89e79ce02 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0004/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0004/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0004/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0004/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0004/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0005/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0005/input.test.md index 8ae249d2ff9..a3871574bb3 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0005/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0005/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0005/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0005/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0005/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0006/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0006/input.test.md index 7933171e42b..111bf2ff688 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0006/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0006/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0006/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0006/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0006/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0007/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0007/input.test.md index 9dd3eb77306..d7bad24507d 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0007/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0007/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0007/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0007/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0007/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0008/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0008/input.test.md index 18a76cb8cef..a770786184d 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0008/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0008/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0008/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0008/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0008/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0009/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0009/input.test.md index 23cb9883c18..c2cc92e522c 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0009/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0009/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0009/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0009/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0009/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0010/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0010/input.test.md index 7fb012f650e..38cff22bc6c 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0010/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0010/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0010/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0010/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0010/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0011/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0011/input.test.md index 1e0fb321d2f..deccf5e9335 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0011/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0011/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0011/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0011/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0011/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0012/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0012/input.test.md index d9d04275761..4ec8163bb04 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0012/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0012/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0012/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0012/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0012/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0013/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0013/input.test.md index bf63a98cc50..4da0223ec3a 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0013/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0013/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0013/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0013/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0013/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0014/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0014/input.test.md index b3bdb8f9fd4..7ea59da885a 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0014/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0014/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0014/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0014/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0014/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0015/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0015/input.test.md index c72f1d7a350..e182350bdb9 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0015/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0015/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0015/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0015/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0015/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0016/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0016/input.test.md index 49de9be96fd..54a36b303c3 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0016/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0016/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0016/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0016/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0016/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0017/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0017/input.test.md index 2c681d0f208..365d498a7fe 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0017/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0017/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0017/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0017/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0017/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0018/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0018/input.test.md index 5aafdf79ef8..f04f9187440 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0018/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0018/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0018/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0018/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0018/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0019/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0019/input.test.md index 610a172b81e..00141e8b197 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0019/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0019/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0019/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0019/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0019/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0020/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0020/input.test.md index c9e1744bd24..df703cee9df 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0020/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0020/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0020/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0020/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0020/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0021/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0021/input.test.md index c3ce8379e5f..7f12f60edc4 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0021/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0021/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0021/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0021/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0021/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0022/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0022/input.test.md index feeba160b4c..aff0b47dc89 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0022/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0022/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0022/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0022/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0022/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0023/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0023/input.test.md index 497aa53f574..78c0016e1f4 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0023/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0023/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0023/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0023/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0023/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0024/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0024/input.test.md index e195fd48ebb..002b619cca3 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0024/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-numeric/migrated_0024/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0024/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0024/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/expression-primary-literal-numeric/migrated_0024/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/migrated_0000/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/migrated_0000/input.test.md index bd6612d70d8..cca96012061 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/migrated_0000/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/migrated_0000/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0000/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0000/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -57,12 +53,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0000/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0000/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0000/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/migrated_0001/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/migrated_0001/input.test.md index 11e349829ef..0f4be59466f 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/migrated_0001/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/migrated_0001/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0001/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0001/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0001/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0001/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0001/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0001/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/migrated_0002/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/migrated_0002/input.test.md index d25beb5841e..0bdfdf7209b 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/migrated_0002/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/migrated_0002/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0002/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0002/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0002/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0002/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0002/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0002/input.js" end: Object { column: 13 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0002/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0002/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -164,12 +146,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0002/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -180,12 +160,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0002/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/migrated_0003/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/migrated_0003/input.test.md index 4cbc4e866f5..e914f1ea2f2 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/migrated_0003/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/migrated_0003/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0003/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0003/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0003/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0003/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0003/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0003/input.js" end: Object { column: 13 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0003/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0003/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -164,12 +146,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0003/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -180,12 +160,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0003/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/migrated_0004/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/migrated_0004/input.test.md index f0357dc2ba5..554f1f758a3 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/migrated_0004/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/migrated_0004/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0004/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0004/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0004/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0004/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0004/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0004/input.js" end: Object { column: 13 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0004/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0004/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -164,12 +146,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0004/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -180,12 +160,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0004/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/migrated_0007/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/migrated_0007/input.test.md index 8c4b62f399e..ad602a0289f 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/migrated_0007/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/migrated_0007/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0007/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0007/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0007/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0007/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0007/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0007/input.js" end: Object { column: 13 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0007/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0007/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -164,12 +146,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0007/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -180,12 +160,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0007/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/migrated_0008/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/migrated_0008/input.test.md index 8de166563ff..76fb7a14c5a 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/migrated_0008/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/migrated_0008/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0008/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0008/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0008/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0008/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0008/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0008/input.js" end: Object { column: 13 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0008/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0008/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -164,12 +146,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0008/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -180,12 +160,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0008/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/migrated_0009/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/migrated_0009/input.test.md index f8534713e43..cab91951ed6 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/migrated_0009/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/migrated_0009/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0009/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0009/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0009/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0009/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0009/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0009/input.js" end: Object { column: 14 - index: 15 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0009/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -150,12 +134,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0009/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -166,12 +148,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0009/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -182,12 +162,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0009/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -198,12 +176,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0009/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/migrated_0010/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/migrated_0010/input.test.md index 8a00925cd52..6815bf99357 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/migrated_0010/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/migrated_0010/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0010/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0010/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0010/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0010/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0010/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0010/input.js" end: Object { column: 13 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0010/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -150,12 +134,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0010/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -166,12 +148,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0010/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/migrated_0011/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/migrated_0011/input.test.md index 9327f72c515..8da913efdec 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/migrated_0011/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/migrated_0011/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0011/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0011/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0011/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0011/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0011/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0011/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0011/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -150,12 +134,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0011/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -166,12 +148,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0011/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -182,12 +162,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0011/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -198,12 +176,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0011/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -214,12 +190,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0011/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -230,12 +204,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0011/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/migrated_0012/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/migrated_0012/input.test.md index 60853064373..4b628e34159 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/migrated_0012/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/migrated_0012/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0012/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0012/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0012/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0012/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0012/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0012/input.js" end: Object { column: 18 - index: 19 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0012/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0012/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -167,12 +149,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0012/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -181,12 +161,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0012/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -197,12 +175,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0012/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -213,12 +189,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0012/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -228,12 +202,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0012/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/migrated_0013/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/migrated_0013/input.test.md index 76aae679997..464b495b4af 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/migrated_0013/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/migrated_0013/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0013/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0013/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0013/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0013/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0013/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { identifierName: "test" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -130,12 +116,10 @@ JSRoot { identifierName: "test" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -151,12 +135,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0013/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -165,12 +147,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0013/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -181,12 +161,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0013/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -197,12 +175,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/migrated_0013/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/u-flag-surrogate-pair/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/u-flag-surrogate-pair/input.test.md index 3dbbc26b66f..248237b36a3 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/u-flag-surrogate-pair/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/u-flag-surrogate-pair/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-surrogate-pair/input.js" end: Object { column: 0 - index: 42 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-surrogate-pair/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-surrogate-pair/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-surrogate-pair/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-surrogate-pair/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-surrogate-pair/input.js" end: Object { column: 38 - index: 39 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-surrogate-pair/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -174,12 +156,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-surrogate-pair/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -189,12 +169,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-surrogate-pair/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -204,12 +182,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-surrogate-pair/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -220,12 +196,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-surrogate-pair/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -237,12 +211,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-surrogate-pair/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -252,12 +224,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-surrogate-pair/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -267,12 +237,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-surrogate-pair/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -283,12 +251,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-surrogate-pair/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/u-flag-valid-range/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/u-flag-valid-range/input.test.md index 8b15e35660a..4fd4cc53729 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/u-flag-valid-range/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-regular-expression/u-flag-valid-range/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-valid-range/input.js" end: Object { column: 0 - index: 62 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-valid-range/input.js" end: Object { column: 61 - index: 61 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-valid-range/input.js" end: Object { column: 61 - index: 61 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-valid-range/input.js" end: Object { column: 60 - index: 60 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-valid-range/input.js" end: Object { column: 60 - index: 60 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-valid-range/input.js" end: Object { column: 58 - index: 58 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-valid-range/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -174,12 +156,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-valid-range/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -190,12 +170,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-valid-range/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -206,12 +184,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-valid-range/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -222,12 +198,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-valid-range/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -237,12 +211,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-valid-range/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -252,12 +224,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-valid-range/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -268,12 +238,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-valid-range/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -287,12 +255,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-valid-range/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -302,12 +268,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-valid-range/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -317,12 +281,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-valid-range/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -333,12 +295,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-valid-range/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -352,12 +312,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-valid-range/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -367,12 +325,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-valid-range/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -382,12 +338,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-valid-range/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -398,12 +352,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-valid-range/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -415,12 +367,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-valid-range/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -431,12 +381,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-valid-range/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -447,12 +395,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-valid-range/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -463,12 +409,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-valid-range/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -481,12 +425,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-valid-range/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 39 - index: 39 line: 1 } } @@ -496,12 +438,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-valid-range/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -511,12 +451,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-valid-range/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -527,12 +465,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-valid-range/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -546,12 +482,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-valid-range/input.js" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 49 - index: 49 line: 1 } } @@ -562,12 +496,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-valid-range/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 51 - index: 51 line: 1 } } @@ -578,12 +510,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-valid-range/input.js" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 52 - index: 52 line: 1 } } @@ -594,12 +524,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-valid-range/input.js" end: Object { column: 54 - index: 54 line: 1 } start: Object { column: 53 - index: 53 line: 1 } } @@ -610,12 +538,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-valid-range/input.js" end: Object { column: 55 - index: 55 line: 1 } start: Object { column: 54 - index: 54 line: 1 } } @@ -626,12 +552,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-valid-range/input.js" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 55 - index: 55 line: 1 } } @@ -642,12 +566,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-valid-range/input.js" end: Object { column: 57 - index: 57 line: 1 } start: Object { column: 56 - index: 56 line: 1 } } @@ -658,12 +580,10 @@ JSRoot { filename: "esprima/expression-primary-literal-regular-expression/u-flag-valid-range/input.js" end: Object { column: 58 - index: 58 line: 1 } start: Object { column: 57 - index: 57 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0000/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0000/input.test.md index 0331996e731..c871d0c63dd 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0000/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0000/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-string/migrated_0000/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/expression-primary-literal-string/migrated_0000/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0001/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0001/input.test.md index 583e36aa700..6764380f6f3 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0001/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0001/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-string/migrated_0001/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/expression-primary-literal-string/migrated_0001/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0002/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0002/input.test.md index 6b48c233656..c7fdc55fb67 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0002/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0002/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-string/migrated_0002/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/expression-primary-literal-string/migrated_0002/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0003/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0003/input.test.md index d5cbd261444..6a6a00d3d93 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0003/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0003/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-string/migrated_0003/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/expression-primary-literal-string/migrated_0003/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0006/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0006/input.test.md index 89b4cad599e..2518ba27d42 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0006/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0006/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-string/migrated_0006/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/expression-primary-literal-string/migrated_0006/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0007/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0007/input.test.md index cdadfeb5e15..07bbd2a515f 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0007/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0007/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-string/migrated_0007/input.js" end: Object { column: 6 - index: 14 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/expression-primary-literal-string/migrated_0007/input.js" end: Object { column: 6 - index: 14 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0008/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0008/input.test.md index 13aa29c6349..a096249b60c 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0008/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0008/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-string/migrated_0008/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/expression-primary-literal-string/migrated_0008/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0009/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0009/input.test.md index 3bcb8f1a6c5..837f98514eb 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0009/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0009/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-string/migrated_0009/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/expression-primary-literal-string/migrated_0009/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0010/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0010/input.test.md index c3a67ab9e2b..1532ef9ca05 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0010/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0010/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-string/migrated_0010/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/expression-primary-literal-string/migrated_0010/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0011/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0011/input.test.md index 4b2e922c16d..e23e18b9cdd 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0011/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0011/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-string/migrated_0011/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/expression-primary-literal-string/migrated_0011/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0012/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0012/input.test.md index 6017531a354..38502c123ac 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0012/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0012/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-string/migrated_0012/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/expression-primary-literal-string/migrated_0012/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0013/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0013/input.test.md index c04cb3508f9..82f9cc0891b 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0013/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0013/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-string/migrated_0013/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/expression-primary-literal-string/migrated_0013/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0015/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0015/input.test.md index e0db22401fd..e353e5d036d 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0015/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0015/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-string/migrated_0015/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/expression-primary-literal-string/migrated_0015/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0016/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0016/input.test.md index 11aaa44d863..6d7cd21a753 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0016/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0016/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-string/migrated_0016/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/expression-primary-literal-string/migrated_0016/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0017/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0017/input.test.md index c278bd9d8dc..f1654c7ae5d 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0017/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0017/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-string/migrated_0017/input.js" end: Object { column: 6 - index: 14 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/expression-primary-literal-string/migrated_0017/input.js" end: Object { column: 6 - index: 14 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0018/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0018/input.test.md index ef940a9a329..a0a17a982d6 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0018/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-literal-string/migrated_0018/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-literal-string/migrated_0018/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/expression-primary-literal-string/migrated_0018/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0000/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0000/input.test.md index 076448298f1..60985eeea4e 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0000/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0000/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0000/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0000/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0000/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0000/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0001/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0001/input.test.md index 9e03ecd1a15..3023b2766cb 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0001/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0001/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0001/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0001/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0001/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0001/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0002/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0002/input.test.md index 5e387090106..0ba96eb7a06 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0002/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0002/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0002/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0002/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0002/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0002/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "answer" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0002/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0002/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0002/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0003/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0003/input.test.md index 051a7858970..50277b6c9bf 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0003/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0003/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0003/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0003/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0003/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0003/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "if" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0003/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0003/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0003/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0004/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0004/input.test.md index e58e954c625..4aa2e5d2313 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0004/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0004/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0004/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0004/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0004/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0004/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "true" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0004/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0004/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0004/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0005/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0005/input.test.md index 6a40a361472..ce9522b9029 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0005/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0005/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0005/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0005/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0005/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0005/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "false" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0005/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0005/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0005/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0006/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0006/input.test.md index d7f3b4d7259..dfe33e6110a 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0006/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0006/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0006/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0006/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0006/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0006/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "null" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0006/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0006/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0006/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0007/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0007/input.test.md index 41c4906b744..18983a399fb 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0007/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0007/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0007/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0007/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0007/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0007/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0007/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0007/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0007/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -146,12 +130,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0007/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0008/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0008/input.test.md index 4861f1c47bb..7e34ddd51c9 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0008/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0008/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0008/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0008/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0008/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0008/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0008/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0008/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0008/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -166,12 +148,10 @@ JSRoot { identifierName: "x" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -180,12 +160,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0008/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -197,12 +175,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0008/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -211,12 +187,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0008/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0009/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0009/input.test.md index 875f08e5ee2..68fa1e4cf94 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0009/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0009/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0009/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0009/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0009/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0009/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "width" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0009/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0009/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -153,12 +137,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0009/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -169,12 +151,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0009/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -184,12 +164,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0009/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -200,12 +178,10 @@ JSRoot { identifierName: "m_width" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0010/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0010/input.test.md index 18ee026a9f7..5c6f08413d1 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0010/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0010/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0010/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0010/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0010/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0010/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "undef" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0010/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0010/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0010/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -170,12 +152,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0010/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0011/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0011/input.test.md index 643b42729c0..767224d7187 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0011/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0011/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0011/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0011/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0011/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0011/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "if" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0011/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0011/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0011/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -170,12 +152,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0011/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0012/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0012/input.test.md index 427287228b0..354d1393ae4 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0012/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0012/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0012/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0012/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0012/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0012/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "true" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0012/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0012/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0012/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -170,12 +152,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0012/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0013/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0013/input.test.md index e594059ede7..c7e52e37361 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0013/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0013/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0013/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0013/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0013/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0013/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "false" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0013/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0013/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0013/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -170,12 +152,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0013/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0014/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0014/input.test.md index 8a626044de5..698f5a83319 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0014/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0014/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0014/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0014/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0014/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0014/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "null" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0014/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0014/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0014/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -170,12 +152,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0014/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0015/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0015/input.test.md index 2f36a8c5715..d7e0864be56 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0015/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0015/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0015/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0015/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0015/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0015/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0015/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0015/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -130,12 +116,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0015/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -146,12 +130,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0015/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -169,12 +151,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0015/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0016/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0016/input.test.md index dd9722602bc..455c28f9643 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0016/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0016/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0016/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0016/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0016/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0016/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0016/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0016/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0016/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0016/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -170,12 +152,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0016/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0017/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0017/input.test.md index 3d224b62f51..050bb1eee3d 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0017/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0017/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0017/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0017/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0017/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0017/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "width" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0017/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0017/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0017/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -169,12 +151,10 @@ JSRoot { identifierName: "w" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -185,12 +165,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0017/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -204,12 +182,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0017/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -219,12 +195,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0017/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -234,12 +208,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0017/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -250,12 +222,10 @@ JSRoot { identifierName: "m_width" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -267,12 +237,10 @@ JSRoot { identifierName: "w" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0018/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0018/input.test.md index 10219972e69..3b84baa515a 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0018/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0018/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0018/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0018/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0018/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0018/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "if" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0018/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0018/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0018/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -169,12 +151,10 @@ JSRoot { identifierName: "w" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -185,12 +165,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0018/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -204,12 +182,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0018/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -219,12 +195,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0018/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -234,12 +208,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0018/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -250,12 +222,10 @@ JSRoot { identifierName: "m_if" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -267,12 +237,10 @@ JSRoot { identifierName: "w" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0019/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0019/input.test.md index fcd552a9c0e..134c0799507 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0019/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0019/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0019/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0019/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0019/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0019/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "true" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0019/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0019/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0019/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -169,12 +151,10 @@ JSRoot { identifierName: "w" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -185,12 +165,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0019/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -204,12 +182,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0019/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -219,12 +195,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0019/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -234,12 +208,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0019/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -250,12 +222,10 @@ JSRoot { identifierName: "m_true" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -267,12 +237,10 @@ JSRoot { identifierName: "w" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0020/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0020/input.test.md index 006f64a76c2..35589c35734 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0020/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0020/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0020/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0020/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0020/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0020/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "false" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0020/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0020/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0020/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -169,12 +151,10 @@ JSRoot { identifierName: "w" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -185,12 +165,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0020/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -204,12 +182,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0020/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -219,12 +195,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0020/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -234,12 +208,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0020/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -250,12 +222,10 @@ JSRoot { identifierName: "m_false" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -267,12 +237,10 @@ JSRoot { identifierName: "w" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0021/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0021/input.test.md index 815ca39c4f5..d4467bc48e3 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0021/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0021/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0021/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0021/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0021/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0021/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "null" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0021/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0021/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0021/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -169,12 +151,10 @@ JSRoot { identifierName: "w" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -185,12 +165,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0021/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -204,12 +182,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0021/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -219,12 +195,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0021/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -234,12 +208,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0021/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -250,12 +222,10 @@ JSRoot { identifierName: "m_null" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -267,12 +237,10 @@ JSRoot { identifierName: "w" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0022/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0022/input.test.md index e9c69a80b0b..9d296be3af6 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0022/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0022/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0022/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0022/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0022/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0022/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0022/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0022/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -130,12 +116,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0022/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -151,12 +135,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0022/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -168,12 +150,10 @@ JSRoot { identifierName: "w" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -184,12 +164,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0022/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -203,12 +181,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0022/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -218,12 +194,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0022/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -233,12 +207,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0022/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -249,12 +221,10 @@ JSRoot { identifierName: "m_null" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -266,12 +236,10 @@ JSRoot { identifierName: "w" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0023/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0023/input.test.md index 608c62fb282..5db47bbaac3 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0023/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0023/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0023/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0023/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0023/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0023/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0023/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0023/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0023/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0023/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -169,12 +151,10 @@ JSRoot { identifierName: "w" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -185,12 +165,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0023/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -204,12 +182,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0023/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -219,12 +195,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0023/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -234,12 +208,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0023/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -250,12 +222,10 @@ JSRoot { identifierName: "m_null" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -267,12 +237,10 @@ JSRoot { identifierName: "w" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0024/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0024/input.test.md index 9cc1aab0313..05ae509ccd6 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0024/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0024/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0024/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0024/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0024/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0024/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "get" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0024/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0024/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0024/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0025/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0025/input.test.md index c9ff79581d4..d2a090eea2c 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0025/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0025/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0025/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0025/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0025/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0025/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "set" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0025/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0025/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0025/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0026/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0026/input.test.md index 3ed99ac8406..4c36dd9de9f 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0026/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0026/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0026/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0026/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0026/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0026/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0026/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0026/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0026/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0027/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0027/input.test.md index 2d3d66f90a0..5b99f23514a 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0027/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0027/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0027/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0027/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0027/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0027/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0027/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0027/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0027/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -146,12 +130,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0027/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0028/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0028/input.test.md index 54eb1207f1a..7a9227c41a1 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0028/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0028/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0028/input.js" end: Object { column: 77 - index: 77 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0028/input.js" end: Object { column: 77 - index: 77 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0028/input.js" end: Object { column: 77 - index: 77 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0028/input.js" end: Object { column: 77 - index: 77 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "width" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0028/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0028/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -153,12 +137,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0028/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -169,12 +151,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0028/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -184,12 +164,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0028/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -200,12 +178,10 @@ JSRoot { identifierName: "m_width" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -224,12 +200,10 @@ JSRoot { identifierName: "width" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -238,12 +212,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0028/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -252,12 +224,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0028/input.js" end: Object { column: 75 - index: 75 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } @@ -273,12 +243,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0028/input.js" end: Object { column: 54 - index: 54 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -290,12 +258,10 @@ JSRoot { identifierName: "width" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 48 - index: 48 line: 1 } } @@ -306,12 +272,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0028/input.js" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 48 - index: 48 line: 1 } } @@ -325,12 +289,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0028/input.js" end: Object { column: 75 - index: 75 line: 1 } start: Object { column: 55 - index: 55 line: 1 } } @@ -340,12 +302,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0028/input.js" end: Object { column: 73 - index: 73 line: 1 } start: Object { column: 57 - index: 57 line: 1 } } @@ -355,12 +315,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0028/input.js" end: Object { column: 72 - index: 72 line: 1 } start: Object { column: 57 - index: 57 line: 1 } } @@ -371,12 +329,10 @@ JSRoot { identifierName: "m_width" end: Object { column: 64 - index: 64 line: 1 } start: Object { column: 57 - index: 57 line: 1 } } @@ -388,12 +344,10 @@ JSRoot { identifierName: "width" end: Object { column: 72 - index: 72 line: 1 } start: Object { column: 67 - index: 67 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0029/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0029/input.test.md index 26aa9ff6193..6ab3e4ccc76 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0029/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0029/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0029/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0029/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0029/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { identifierName: "i" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0029/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0029/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0029/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0029/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { identifierName: "i" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -172,12 +154,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0029/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -189,12 +169,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0029/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -203,12 +181,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0029/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0030/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0030/input.test.md index 52bc5ded9f9..cc13275e5eb 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0030/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0030/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0030/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0030/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0030/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0030/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "x" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0030/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { identifierName: "y" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0030/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -150,12 +134,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0030/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -164,12 +146,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0030/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -183,12 +163,10 @@ JSRoot { identifierName: "y" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -197,12 +175,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0030/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -214,12 +190,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0030/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -228,12 +202,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0030/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0031/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0031/input.test.md index 246ecf57efc..6601ad34618 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0031/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0031/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0031/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0031/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0031/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0031/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "x" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0031/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0031/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -135,12 +121,10 @@ JSRoot { identifierName: "i" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0031/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -163,12 +145,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0031/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -179,12 +159,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0031/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -202,12 +180,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0031/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -223,12 +199,10 @@ JSRoot { identifierName: "i" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -237,12 +211,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0031/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -251,12 +223,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0031/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -267,12 +237,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0031/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 44 - index: 44 line: 1 } } @@ -290,12 +258,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0031/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0032/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0032/input.test.md index 3a467e6ca72..a0715129d17 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0032/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0032/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0032/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0032/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0032/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0032/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "x" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0032/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0032/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { identifierName: "i" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -148,12 +132,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0032/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -165,12 +147,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0032/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -179,12 +159,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0032/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -199,12 +177,10 @@ JSRoot { identifierName: "i" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -213,12 +189,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0032/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -227,12 +201,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0032/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -243,12 +215,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0032/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 39 - index: 39 line: 1 } } @@ -266,12 +236,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0032/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0033/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0033/input.test.md index 4a44a8265d8..778addd8ebf 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0033/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0033/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0033/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0033/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0033/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0033/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "x" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0033/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0033/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -135,12 +121,10 @@ JSRoot { identifierName: "i" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0033/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -163,12 +145,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0033/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -179,12 +159,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0033/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -201,12 +179,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0033/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -218,12 +194,10 @@ JSRoot { identifierName: "x" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -234,12 +208,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0033/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -257,12 +229,10 @@ JSRoot { identifierName: "i" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -271,12 +241,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0033/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -288,12 +256,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0033/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -302,12 +268,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0033/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0034/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0034/input.test.md index b7f266e1377..12891798d21 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0034/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0034/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0034/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0034/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0034/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { identifierName: "a" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0034/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0034/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0034/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0034/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0035/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0035/input.test.md index b699c48ebdf..7268e6b8f08 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0035/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0035/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0035/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0035/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0035/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "a" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0035/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0035/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0035/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0035/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -151,12 +135,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0035/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0036/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0036/input.test.md index b7ea10ee574..708b218c5a5 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0036/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0036/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0036/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0036/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0036/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0036/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0036/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0036/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0036/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0036/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -146,12 +130,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0036/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -163,12 +145,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0036/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -177,12 +157,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0036/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0037/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0037/input.test.md index 58d815628b9..bc3b815c166 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0037/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0037/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0037/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0037/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0037/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0037/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0037/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0037/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0037/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0038/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0038/input.test.md index 9394e24954e..5bfb016980b 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0038/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-object/migrated_0038/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0038/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0038/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0038/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0038/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0038/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0038/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0038/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0038/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -168,12 +150,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0038/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -185,12 +165,10 @@ JSRoot { identifierName: "a" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -201,12 +179,10 @@ JSRoot { filename: "esprima/expression-primary-object/migrated_0038/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-other/migrated_0000/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-other/migrated_0000/input.test.md index 675db7b09d1..c72e56a3747 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-other/migrated_0000/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-other/migrated_0000/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-other/migrated_0000/input.js" end: Object { column: 0 - index: 5 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-other/migrated_0000/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/expression-primary-other/migrated_0000/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-other/migrated_0001/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-other/migrated_0001/input.test.md index 314364b1b24..87b678bd07b 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-other/migrated_0001/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-other/migrated_0001/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-other/migrated_0001/input.js" end: Object { column: 0 - index: 5 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-other/migrated_0001/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/expression-primary-other/migrated_0001/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-other/migrated_0002/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-other/migrated_0002/input.test.md index cbd25bee9c0..831c72713f9 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-other/migrated_0002/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-other/migrated_0002/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-other/migrated_0002/input.js" end: Object { column: 0 - index: 9 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-other/migrated_0002/input.js" end: Object { column: 6 - index: 7 line: 2 } start: Object { column: 4 - index: 5 line: 2 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/expression-primary-other/migrated_0002/input.js" end: Object { column: 6 - index: 7 line: 2 } start: Object { column: 4 - index: 5 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-primary-other/migrated_0003/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-primary-other/migrated_0003/input.test.md index 5c47102495c..6c9bc38fdbb 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-primary-other/migrated_0003/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-primary-other/migrated_0003/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-primary-other/migrated_0003/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-primary-other/migrated_0003/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-primary-other/migrated_0003/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/expression-primary-other/migrated_0003/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/expression-primary-other/migrated_0003/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "esprima/expression-primary-other/migrated_0003/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "esprima/expression-primary-other/migrated_0003/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-relational/migrated_0000/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-relational/migrated_0000/input.test.md index 0e667f20a38..595c42116bb 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-relational/migrated_0000/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-relational/migrated_0000/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-relational/migrated_0000/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-relational/migrated_0000/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-relational/migrated_0000/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-relational/migrated_0001/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-relational/migrated_0001/input.test.md index 78853585856..b52dcf8b26a 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-relational/migrated_0001/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-relational/migrated_0001/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-relational/migrated_0001/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-relational/migrated_0001/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-relational/migrated_0001/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-relational/migrated_0002/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-relational/migrated_0002/input.test.md index 531d2d75102..bb8a7b7183d 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-relational/migrated_0002/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-relational/migrated_0002/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-relational/migrated_0002/input.js" end: Object { column: 0 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-relational/migrated_0002/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-relational/migrated_0002/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "y" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-relational/migrated_0003/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-relational/migrated_0003/input.test.md index 3cfb646f0d7..2a6a34257fb 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-relational/migrated_0003/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-relational/migrated_0003/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-relational/migrated_0003/input.js" end: Object { column: 0 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-relational/migrated_0003/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-relational/migrated_0003/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "y" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-relational/migrated_0004/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-relational/migrated_0004/input.test.md index 9cbc3acc13c..9c70bf097d5 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-relational/migrated_0004/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-relational/migrated_0004/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-relational/migrated_0004/input.js" end: Object { column: 0 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-relational/migrated_0004/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-relational/migrated_0004/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "y" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-relational/migrated_0005/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-relational/migrated_0005/input.test.md index 7e2024a809a..6aae9dbfeed 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-relational/migrated_0005/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-relational/migrated_0005/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-relational/migrated_0005/input.js" end: Object { column: 0 - index: 15 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-relational/migrated_0005/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-relational/migrated_0005/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "y" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-relational/migrated_0006/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-relational/migrated_0006/input.test.md index ce354536ce9..2bb0ea3ee70 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-relational/migrated_0006/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-relational/migrated_0006/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-relational/migrated_0006/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-relational/migrated_0006/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/expression-relational/migrated_0006/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "z" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/expression-relational/migrated_0006/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-unary/migrated_0000/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-unary/migrated_0000/input.test.md index 09f79bca7d4..6d9006a4972 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-unary/migrated_0000/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-unary/migrated_0000/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-unary/migrated_0000/input.js" end: Object { column: 0 - index: 4 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-unary/migrated_0000/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/expression-unary/migrated_0000/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "x" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-unary/migrated_0001/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-unary/migrated_0001/input.test.md index 8a8ecfe2de7..048ff4f061f 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-unary/migrated_0001/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-unary/migrated_0001/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-unary/migrated_0001/input.js" end: Object { column: 0 - index: 4 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-unary/migrated_0001/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/expression-unary/migrated_0001/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "x" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-unary/migrated_0002/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-unary/migrated_0002/input.test.md index 43327cc3804..0350c61f89a 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-unary/migrated_0002/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-unary/migrated_0002/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-unary/migrated_0002/input.js" end: Object { column: 0 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-unary/migrated_0002/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/expression-unary/migrated_0002/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "eval" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-unary/migrated_0003/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-unary/migrated_0003/input.test.md index bcff954bcca..4e130f219e0 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-unary/migrated_0003/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-unary/migrated_0003/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-unary/migrated_0003/input.js" end: Object { column: 0 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-unary/migrated_0003/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/expression-unary/migrated_0003/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "eval" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-unary/migrated_0004/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-unary/migrated_0004/input.test.md index 9403492a97b..b318d03e0b2 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-unary/migrated_0004/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-unary/migrated_0004/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-unary/migrated_0004/input.js" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-unary/migrated_0004/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/expression-unary/migrated_0004/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-unary/migrated_0005/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-unary/migrated_0005/input.test.md index 29e7c5eca8e..3b36e1002db 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-unary/migrated_0005/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-unary/migrated_0005/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-unary/migrated_0005/input.js" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-unary/migrated_0005/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/expression-unary/migrated_0005/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-unary/migrated_0006/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-unary/migrated_0006/input.test.md index 1cf7e99a3a9..f6eabf4a144 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-unary/migrated_0006/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-unary/migrated_0006/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-unary/migrated_0006/input.js" end: Object { column: 0 - index: 3 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-unary/migrated_0006/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/expression-unary/migrated_0006/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "x" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-unary/migrated_0007/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-unary/migrated_0007/input.test.md index 58c1a4b8d5a..24b1abe2e8e 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-unary/migrated_0007/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-unary/migrated_0007/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-unary/migrated_0007/input.js" end: Object { column: 0 - index: 3 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-unary/migrated_0007/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/expression-unary/migrated_0007/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "x" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-unary/migrated_0008/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-unary/migrated_0008/input.test.md index 38a97e2c1bd..a29a8bfa9fa 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-unary/migrated_0008/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-unary/migrated_0008/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-unary/migrated_0008/input.js" end: Object { column: 0 - index: 3 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-unary/migrated_0008/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/expression-unary/migrated_0008/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "x" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-unary/migrated_0009/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-unary/migrated_0009/input.test.md index d62dfcf919b..81ec9677f21 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-unary/migrated_0009/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-unary/migrated_0009/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-unary/migrated_0009/input.js" end: Object { column: 0 - index: 3 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-unary/migrated_0009/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/expression-unary/migrated_0009/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "x" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-unary/migrated_0010/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-unary/migrated_0010/input.test.md index f963d200e9c..0905dbe2f5f 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-unary/migrated_0010/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-unary/migrated_0010/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-unary/migrated_0010/input.js" end: Object { column: 0 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-unary/migrated_0010/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/expression-unary/migrated_0010/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "x" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-unary/migrated_0011/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-unary/migrated_0011/input.test.md index e04c65268b2..4f022bdfc50 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-unary/migrated_0011/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-unary/migrated_0011/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-unary/migrated_0011/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-unary/migrated_0011/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/expression-unary/migrated_0011/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/expression-unary/migrated_0012/input.test.md b/internal/js-parser/test-fixtures/esprima/expression-unary/migrated_0012/input.test.md index dc6d20ef7b3..b7eb5c23c1e 100644 --- a/internal/js-parser/test-fixtures/esprima/expression-unary/migrated_0012/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/expression-unary/migrated_0012/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/expression-unary/migrated_0012/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/expression-unary/migrated_0012/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/expression-unary/migrated_0012/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/GH-1106-00/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/GH-1106-00/input.test.md index a3d896c6fab..279df96fa29 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/GH-1106-00/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/GH-1106-00/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/GH-1106-00/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/invalid-syntax/GH-1106-00/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/GH-1106-01/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/GH-1106-01/input.test.md index 1f875ad3b60..fbf0b8830a1 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/GH-1106-01/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/GH-1106-01/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/GH-1106-01/input.js" end: Object { column: 0 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/invalid-syntax/GH-1106-01/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/GH-1106-02/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/GH-1106-02/input.test.md index 9ad3bc083e2..a44d883974f 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/GH-1106-02/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/GH-1106-02/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/GH-1106-02/input.js" end: Object { column: 0 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/invalid-syntax/GH-1106-02/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/GH-1106-03/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/GH-1106-03/input.test.md index e8e68795b66..e83203e7641 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/GH-1106-03/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/GH-1106-03/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/GH-1106-03/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/invalid-syntax/GH-1106-03/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/GH-1106-04/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/GH-1106-04/input.test.md index fb5c38a2350..2a4f49a3c37 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/GH-1106-04/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/GH-1106-04/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/GH-1106-04/input.js" end: Object { column: 0 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/invalid-syntax/GH-1106-04/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/GH-1106-05/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/GH-1106-05/input.test.md index 7018f5cc30a..3a3e02a3ea0 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/GH-1106-05/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/GH-1106-05/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/GH-1106-05/input.js" end: Object { column: 0 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/invalid-syntax/GH-1106-05/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/GH-1106-06/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/GH-1106-06/input.test.md index 01ef940d6ac..fe29d8729c3 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/GH-1106-06/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/GH-1106-06/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/GH-1106-06/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/invalid-syntax/GH-1106-06/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/GH-1106-07/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/GH-1106-07/input.test.md index 3a9b7d8187b..9fd2cc81480 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/GH-1106-07/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/GH-1106-07/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/GH-1106-07/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/invalid-syntax/GH-1106-07/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0000/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0000/input.test.md index eef6080de95..7d2c9e06d36 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0000/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0000/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0000/input.js" end: Object { column: 0 - index: 2 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0000/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -58,12 +54,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +85,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0000/input.js" end: Object { column: 0 - index: 2 line: 2 } start: Object { column: 0 - index: 2 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0001/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0001/input.test.md index 1e77e3ffc8b..2776dfba0f7 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0001/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0001/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0001/input.js" end: Object { column: 0 - index: 2 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0001/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0001/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0002/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0002/input.test.md index 9513ba182b2..45b547d56ef 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0002/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0002/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0002/input.js" end: Object { column: 0 - index: 4 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0002/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0002/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0002/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0003/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0003/input.test.md index 82a1df0f181..04c26d35425 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0003/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0003/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0003/input.js" end: Object { column: 0 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0003/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0003/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0003/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0003/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0004/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0004/input.test.md index 6dd33ee3bdb..64258406e8e 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0004/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0004/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0004/input.js" end: Object { column: 0 - index: 3 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0004/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0004/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0005/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0005/input.test.md index 3b2bd7f7399..12f009ac208 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0005/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0005/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0005/input.js" end: Object { column: 0 - index: 4 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0005/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0005/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0006/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0006/input.test.md index 76ebc3eab58..aae04464d05 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0006/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0006/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0006/input.js" end: Object { column: 0 - index: 4 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0006/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0006/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0007/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0007/input.test.md index b805b70bbf4..96b8e241a8a 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0007/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0007/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0007/input.js" end: Object { column: 0 - index: 3 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0007/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0007/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0007/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { identifierName: "x" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0008/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0008/input.test.md index 03e6b895423..420802bac58 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0008/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0008/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0008/input.js" end: Object { column: 0 - index: 4 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0008/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0008/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0008/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { identifierName: "x0" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0009/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0009/input.test.md index 9d73fcd6d22..1194a9affde 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0009/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0009/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0009/input.js" end: Object { column: 0 - index: 3 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0009/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0009/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0010/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0010/input.test.md index e6deaf7d784..0335c7fa587 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0010/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0010/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0010/input.js" end: Object { column: 0 - index: 4 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0010/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0010/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0010/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0011/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0011/input.test.md index cbddcafd6d4..413bfef1d2c 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0011/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0011/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0011/input.js" end: Object { column: 0 - index: 5 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0011/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0011/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0011/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { identifierName: "a" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0012/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0012/input.test.md index 88a318c54f8..31210b5a486 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0012/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0012/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0012/input.js" end: Object { column: 0 - index: 3 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0012/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0012/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0013/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0013/input.test.md index e124fa3131a..e8ba0562dc2 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0013/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0013/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0013/input.js" end: Object { column: 0 - index: 3 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0013/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0013/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0014/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0014/input.test.md index 16371e258eb..b9d70f1e04d 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0014/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0014/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0014/input.js" end: Object { column: 0 - index: 4 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0014/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0014/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0014/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0014/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0015/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0015/input.test.md index 3c9d4a06d60..30af46b596c 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0015/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0015/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0015/input.js" end: Object { column: 0 - index: 5 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0015/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0015/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0015/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0015/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0016/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0016/input.test.md index 2cdc16a9eff..2c8e832fb32 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0016/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0016/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0016/input.js" end: Object { column: 0 - index: 5 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0016/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0016/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0016/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { identifierName: "a" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0017/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0017/input.test.md index 7c4a11ebaff..f0f0ef6ed16 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0017/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0017/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0017/input.js" end: Object { column: 0 - index: 3 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0017/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0017/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0018/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0018/input.test.md index 83f64c17a1c..dd4c6353b16 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0018/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0018/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0018/input.js" end: Object { column: 0 - index: 5 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0018/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0018/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0018/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { identifierName: "a" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0019/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0019/input.test.md index 10337c76f4a..59131f36a45 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0019/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0019/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0019/input.js" end: Object { column: 0 - index: 4 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0019/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0019/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0019/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0019/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0020/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0020/input.test.md index 936bce88060..1444f4127eb 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0020/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0020/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0020/input.js" end: Object { column: 0 - index: 5 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0020/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0020/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0020/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0020/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0021/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0021/input.test.md index 92fdf867f77..e6e9c2d18ea 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0021/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0021/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0021/input.js" end: Object { column: 0 - index: 5 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0021/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0021/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0021/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0021/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0022/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0022/input.test.md index ab6a704932e..fbdfe56cca6 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0022/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0022/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0022/input.js" end: Object { column: 0 - index: 3 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0022/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0022/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0023/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0023/input.test.md index 3e56811886e..64f049698d0 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0023/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0023/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0023/input.js" end: Object { column: 0 - index: 5 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0023/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0023/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0023/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { identifierName: "a" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0024/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0024/input.test.md index bd614b1a925..5890cbb0b67 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0024/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0024/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0024/input.js" end: Object { column: 0 - index: 4 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0024/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0024/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0024/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0024/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0025/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0025/input.test.md index aebcc14ab83..032ebdcb0a7 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0025/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0025/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0025/input.js" end: Object { column: 0 - index: 5 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0025/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0025/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0025/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0025/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0026/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0026/input.test.md index 7be43b283b9..201805d7af4 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0026/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0026/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0026/input.js" end: Object { column: 0 - index: 5 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0026/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0026/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0026/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0026/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0027/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0027/input.test.md index 20a55ee57d3..40c1a33b6ce 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0027/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0027/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0027/input.js" end: Object { column: 0 - index: 4 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0027/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0027/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0027/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0027/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0028/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0028/input.test.md index c3d2ceabfe1..e6b368bcf3b 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0028/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0028/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0028/input.js" end: Object { column: 0 - index: 5 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0028/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0028/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0028/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0028/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0029/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0029/input.test.md index 9c894197399..7b464708d00 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0029/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0029/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0029/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0029/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0029/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0029/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0029/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0030/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0030/input.test.md index c7eb02b178d..b83a662e5a7 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0030/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0030/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0030/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0030/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0030/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0030/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0030/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0031/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0031/input.test.md index b0f735a6169..1431ff8c42d 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0031/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0031/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0031/input.js" end: Object { column: 0 - index: 14 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0031/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { sourceText: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0032/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0032/input.test.md index a9fa998cf60..9b58afbce11 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0032/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0032/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0032/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0032/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "x\0" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0033/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0033/input.test.md index f59d9aed73c..d6bb8b9888b 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0033/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0033/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0033/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0033/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "x\\" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0034/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0034/input.test.md index 301c3bb8fcc..fa227fafa3b 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0034/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0034/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0034/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0034/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "x*" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0036/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0036/input.test.md index 365e25ce621..b19f03f30f4 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0036/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0036/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0036/input.js" end: Object { column: 0 - index: 4 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0036/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "a\0" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0037/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0037/input.test.md index b5bf1e0f69f..07698db7b0d 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0037/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0037/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0037/input.js" end: Object { column: 0 - index: 4 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0037/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "\0" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0038/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0038/input.test.md index 0fad4212594..701c418b951 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0038/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0038/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0038/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0038/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0038/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0038/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0039/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0039/input.test.md index b243be2eecc..592f475dc11 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0039/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0039/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0039/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0039/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0039/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -95,12 +87,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0039/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0039/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0039/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0039/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0039/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0040/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0040/input.test.md index eb1a8c2493a..278a58a256c 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0040/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0040/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0040/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0040/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0040/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0040/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 8 line: 2 } } @@ -112,12 +102,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0040/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -126,12 +114,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0040/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0040/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0040/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -174,12 +156,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0040/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -190,12 +170,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0040/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0041/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0041/input.test.md index 5c121fe085d..1a2b27dad95 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0041/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0041/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0041/input.js" end: Object { column: 0 - index: 19 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0041/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0041/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0041/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0041/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0041/input.js" end: Object { column: 13 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0041/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0041/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -188,12 +168,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0041/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -204,12 +182,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0041/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0042/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0042/input.test.md index ddb100c2ae3..dc1bbb6ebe0 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0042/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0042/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0042/input.js" end: Object { column: 0 - index: 21 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0042/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0042/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0042/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0042/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0042/input.js" end: Object { column: 15 - index: 16 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0042/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0042/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -188,12 +168,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0042/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -204,12 +182,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0042/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -221,12 +197,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0042/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0043/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0043/input.test.md index 8b79b897ab3..cb34f616878 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0043/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0043/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0043/input.js" end: Object { column: 0 - index: 20 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0043/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0043/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0043/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0043/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0043/input.js" end: Object { column: 13 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0043/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0043/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -188,12 +168,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0043/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -204,12 +182,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0043/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0044/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0044/input.test.md index e58b021a4d2..2534648be1f 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0044/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0044/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0044/input.js" end: Object { column: 0 - index: 24 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0044/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0044/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0044/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0044/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0044/input.js" end: Object { column: 14 - index: 15 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0044/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -174,12 +156,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0044/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -190,12 +170,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0044/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -206,12 +184,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0044/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -222,12 +198,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0044/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0045/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0045/input.test.md index 86a14eae1e9..1595a6fadc4 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0045/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0045/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0045/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0045/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0045/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0045/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0045/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0046/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0046/input.test.md index f23fcb62f45..365cff80191 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0046/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0046/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0046/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0046/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0046/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0046/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0046/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0047/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0047/input.test.md index b881b7b9d95..3167b2eeffc 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0047/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0047/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0047/input.js" end: Object { column: 0 - index: 13 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0047/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0047/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0047/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0047/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0048/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0048/input.test.md index 0c8883abf3d..5e5f5a57286 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0048/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0048/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0048/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0048/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "\udc00\udc00" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0049/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0049/input.test.md index a1c9f19c263..b860ca542a5 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0049/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0049/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0049/input.js" end: Object { column: 0 - index: 5 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0049/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "\0" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0050/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0050/input.test.md index 94e943c4d26..25eef1a2e6f 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0050/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0050/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0050/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0050/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "\0FFF" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0051/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0051/input.test.md index c2ae2ca21e7..887f665a030 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0051/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0051/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0051/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0051/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "\0" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0051/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0051/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0052/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0052/input.test.md index a63eb7e5390..1e5e5ca08f3 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0052/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0052/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0052/input.js" end: Object { column: 0 - index: 4 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0052/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0052/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0052/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0053/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0053/input.test.md index 7ec6fee8aac..3cd8a60a921 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0053/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0053/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0053/input.js" end: Object { column: 0 - index: 4 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0053/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0053/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0053/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0054/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0054/input.test.md index a89b223e7d5..d3c3b9f2a6b 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0054/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0054/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0054/input.js" end: Object { column: 0 - index: 4 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0054/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0054/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0054/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0055/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0055/input.test.md index 08f50fd7ba5..4827b04cfa0 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0055/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0055/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0055/input.js" end: Object { column: 0 - index: 4 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0055/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0055/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0055/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0056/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0056/input.test.md index eb4cf409a78..8207a8b2fd5 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0056/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0056/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0056/input.js" end: Object { column: 0 - index: 33 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0056/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0056/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { identifierName: "list" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0056/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0056/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { identifierName: "process" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -161,12 +145,10 @@ JSRoot { identifierName: "x" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0057/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0057/input.test.md index cb19410d787..cc07d16b874 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0057/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0057/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0057/input.js" end: Object { column: 0 - index: 2 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0057/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0057/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0057/input.js" end: Object { column: 0 - index: 2 line: 2 } start: Object { column: 0 - index: 2 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0058/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0058/input.test.md index 551a857658b..ec71799d54b 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0058/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0058/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0058/input.js" end: Object { column: 0 - index: 3 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 3 line: 2 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0058/input.js" end: Object { column: 0 - index: 3 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0058/input.js" end: Object { column: 0 - index: 3 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -95,12 +87,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0058/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0058/input.js" end: Object { column: 0 - index: 3 line: 2 } start: Object { column: 0 - index: 3 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0059/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0059/input.test.md index e265a44dee5..860792a8b57 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0059/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0059/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0059/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { sourceText: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -72,12 +68,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0059/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 6 line: 2 } } @@ -92,12 +86,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0059/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -107,12 +99,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0059/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -122,12 +112,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0059/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -139,12 +127,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0059/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0060/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0060/input.test.md index 56af225e83c..c17d4712ee0 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0060/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0060/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0060/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { sourceText: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -72,12 +68,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0060/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 10 line: 2 } } @@ -92,12 +86,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0060/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -107,12 +99,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0060/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -123,12 +113,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0060/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -138,12 +126,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0060/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -157,12 +143,10 @@ JSRoot { identifierName: "t" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -171,12 +155,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0060/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -188,12 +170,10 @@ JSRoot { identifierName: "t" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -202,12 +182,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0060/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0061/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0061/input.test.md index 1084fa756ea..f31d63eb3b8 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0061/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0061/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0061/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 11 line: 2 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0061/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0061/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0061/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0061/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 4 - index: 4 line: 1 } } @@ -126,12 +114,10 @@ JSRoot { identifierName: "t" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -140,12 +126,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0061/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { identifierName: "t" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -171,12 +153,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0061/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -190,12 +170,10 @@ JSRoot { identifierName: "" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 11 line: 2 } } @@ -204,12 +182,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0061/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 11 line: 2 } } @@ -221,12 +197,10 @@ JSRoot { identifierName: "" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 11 line: 2 } } @@ -235,12 +209,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0061/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 11 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0062/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0062/input.test.md index eb65cb395bd..94a9217672c 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0062/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0062/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0062/input.js" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0062/input.js" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0062/input.js" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0062/input.js" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 4 - index: 4 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0062/input.js" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 8 - index: 8 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0062/input.js" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 0 - index: 12 line: 2 } } @@ -159,12 +143,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0062/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -174,12 +156,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0062/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0063/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0063/input.test.md index 670e29a9cd6..da897167547 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0063/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0063/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0063/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0063/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0063/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0063/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0063/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0064/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0064/input.test.md index e592c4b723a..592237e1409 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0064/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0064/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0064/input.js" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0064/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0064/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { identifierName: "if" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0064/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0064/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0065/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0065/input.test.md index 7a6b8f6e1fd..26b773f770b 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0065/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0065/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0065/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0065/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0065/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "i" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0065/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0066/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0066/input.test.md index 24d8efd41ba..c1391a06944 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0066/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0066/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0066/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0066/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0066/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0066/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0066/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0067/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0067/input.test.md index 73e0a0835b5..38339f2a570 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0067/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0067/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0067/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0067/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0067/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0067/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0067/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0068/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0068/input.test.md index ceac1888c2e..f57a2fcd3cd 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0068/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0068/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0068/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 6 line: 2 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0068/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0068/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0068/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 6 line: 2 } } @@ -113,12 +103,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0068/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0069/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0069/input.test.md index 13c92c5a1b0..ac92112f0c7 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0069/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0069/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0069/input.js" end: Object { column: 0 - index: 2 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0069/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -58,12 +54,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +85,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0069/input.js" end: Object { column: 0 - index: 2 line: 2 } start: Object { column: 0 - index: 2 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0070/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0070/input.test.md index fc60ab373f1..0f6ece7dbb1 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0070/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0070/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0070/input.js" end: Object { column: 0 - index: 31 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0070/input.js" end: Object { column: 10 - index: 28 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +63,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 29 line: 3 } } @@ -85,12 +79,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0070/input.js" end: Object { column: 1 - index: 30 line: 3 } start: Object { column: 0 - index: 29 line: 3 } } @@ -101,12 +93,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0070/input.js" end: Object { column: 1 - index: 30 line: 3 } start: Object { column: 0 - index: 29 line: 3 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0071/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0071/input.test.md index 8394c633dc8..9ae794215f0 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0071/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0071/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0071/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0071/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0071/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { identifierName: "set" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0071/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0071/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0072/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0072/input.test.md index 5069d3dd422..5409973ab4f 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0072/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0072/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0072/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0072/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0072/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { identifierName: "get" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0072/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0072/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0073/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0073/input.test.md index 7d6e58eef80..654a07f3b99 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0073/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0073/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0073/input.js" end: Object { column: 0 - index: 21 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0073/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0073/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { identifierName: "set" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0073/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0073/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { identifierName: "s" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -161,12 +145,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0073/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -177,12 +159,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0073/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -197,12 +177,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0073/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -212,12 +190,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0073/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -227,12 +203,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0073/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -243,12 +217,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0073/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -258,12 +230,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0073/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0074/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0074/input.test.md index 583a31e135f..da6ee03518e 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0074/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0074/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0074/input.js" end: Object { column: 0 - index: 19 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0074/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0074/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -95,12 +87,10 @@ JSRoot { identifierName: "s" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0074/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0074/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -139,12 +125,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0074/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -161,12 +145,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0074/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -178,12 +160,10 @@ JSRoot { identifierName: "" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -194,12 +174,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0074/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0075/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0075/input.test.md index af87b5ce652..880bf0b33b5 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0075/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0075/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0075/input.js" end: Object { column: 0 - index: 18 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0075/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0075/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -95,12 +87,10 @@ JSRoot { identifierName: "s" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0075/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0075/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -139,12 +125,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0075/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -162,12 +146,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0075/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0076/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0076/input.test.md index 51783d05cf6..f257577fc94 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0076/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0076/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0076/input.js" end: Object { column: 0 - index: 19 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0076/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0076/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { identifierName: "set" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0076/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0076/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -145,12 +131,10 @@ JSRoot { identifierName: "s" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -160,12 +144,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0076/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -180,12 +162,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0076/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -195,12 +175,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0076/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -210,12 +188,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0076/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -226,12 +202,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0076/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -241,12 +215,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0076/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0077/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0077/input.test.md index 24b944f8ccf..93ecad393a1 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0077/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0077/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0077/input.js" end: Object { column: 0 - index: 23 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0077/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0077/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { identifierName: "set" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0077/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0077/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { identifierName: "s" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -162,12 +146,10 @@ JSRoot { identifierName: "a" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -179,12 +161,10 @@ JSRoot { identifierName: "b" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -195,12 +175,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0077/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -215,12 +193,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0077/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -230,12 +206,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0077/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -245,12 +219,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0077/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -261,12 +233,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0077/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -276,12 +246,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0077/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0078/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0078/input.test.md index 4bf5b500519..c8a1a745032 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0078/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0078/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0078/input.js" end: Object { column: 0 - index: 20 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0078/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0078/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { identifierName: "get" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0078/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0078/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { identifierName: "g" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -162,12 +146,10 @@ JSRoot { identifierName: "d" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -178,12 +160,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0078/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -198,12 +178,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0078/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -213,12 +191,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0078/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -228,12 +204,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0078/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -244,12 +218,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0078/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -259,12 +231,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0078/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0080/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0080/input.test.md index f25db22f757..a13b70f453b 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0080/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0080/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0080/input.js" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -72,12 +68,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0080/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -92,12 +86,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0080/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -106,12 +98,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0080/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -125,12 +115,10 @@ JSRoot { identifierName: "b" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -139,12 +127,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0080/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -156,12 +142,10 @@ JSRoot { identifierName: "b" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -170,12 +154,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0080/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -188,12 +170,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0080/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -203,12 +183,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0080/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -219,12 +197,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0080/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -234,12 +210,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0080/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -250,12 +224,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0080/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -266,12 +238,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0080/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -282,12 +252,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0080/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -297,12 +265,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0080/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -313,12 +279,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0080/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -328,12 +292,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0080/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0081/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0081/input.test.md index fa631d2cd8d..5a887b83c22 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0081/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0081/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0081/input.js" end: Object { column: 0 - index: 15 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -72,12 +68,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0081/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -92,12 +86,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0081/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -106,12 +98,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0081/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -126,12 +116,10 @@ JSRoot { identifierName: "a" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -140,12 +128,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0081/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -154,12 +140,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0081/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -175,12 +159,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0081/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -192,12 +174,10 @@ JSRoot { identifierName: "" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -208,12 +188,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0081/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -227,12 +205,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0081/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -242,12 +218,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0081/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -258,12 +232,10 @@ JSRoot { identifierName: "b" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -274,12 +246,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0081/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -289,12 +259,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0081/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -305,12 +273,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0081/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -320,12 +286,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0081/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -336,12 +300,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0081/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -352,12 +314,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0081/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0082/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0082/input.test.md index 3cebb89a381..c2effdf11a6 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0082/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0082/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0082/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0082/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0082/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0082/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { identifierName: "" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -139,12 +125,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0082/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0082/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { identifierName: "a" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -189,12 +169,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0082/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -204,12 +182,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0082/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -220,12 +196,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0082/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -235,12 +209,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0082/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -251,12 +223,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0082/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -267,12 +237,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0082/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -283,12 +251,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0082/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -298,12 +264,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0082/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -314,12 +278,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0082/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -329,12 +291,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0082/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0083/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0083/input.test.md index e5bef3e3ca6..01feab25d84 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0083/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0083/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0083/input.js" end: Object { column: 0 - index: 13 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0083/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0083/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { identifierName: "get" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0083/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { identifierName: "get" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0083/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -163,12 +147,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0083/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -178,12 +160,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0083/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -194,12 +174,10 @@ JSRoot { identifierName: "a" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -212,12 +190,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0083/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -227,12 +203,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0083/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -243,12 +217,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0083/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -259,12 +231,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0083/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -275,12 +245,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0083/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -290,12 +258,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0083/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -306,12 +272,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0083/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -321,12 +285,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0083/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0084/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0084/input.test.md index 10d34b98e0d..a852d7d613b 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0084/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0084/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0084/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -72,12 +68,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0084/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 6 line: 2 } } @@ -92,12 +86,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0084/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -106,12 +98,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0084/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -125,12 +115,10 @@ JSRoot { identifierName: "get" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -139,12 +127,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0084/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -156,12 +142,10 @@ JSRoot { identifierName: "get" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -170,12 +154,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0084/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0085/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0085/input.test.md index 78e31f0f7cc..e1cf3e902e5 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0085/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0085/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0085/input.js" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0085/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0085/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0085/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0085/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0086/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0086/input.test.md index 12de2568375..af36c534116 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0086/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0086/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0086/input.js" end: Object { column: 0 - index: 15 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0086/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0086/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0086/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0086/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { identifierName: "a" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -145,12 +131,10 @@ JSRoot { identifierName: "b" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0087/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0087/input.test.md index c7ccda7b53c..533c9affeec 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0087/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0087/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0087/input.js" end: Object { column: 0 - index: 32 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0087/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { sourceText: undefined end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0087/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0087/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0087/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -133,12 +121,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0087/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -149,12 +135,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0087/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -165,12 +149,10 @@ JSRoot { identifierName: "eval" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -182,12 +164,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0087/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0088/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0088/input.test.md index 2ba8c26cd8c..ab90afa00c6 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0088/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0088/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0088/input.js" end: Object { column: 0 - index: 25 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0088/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { sourceText: undefined end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0088/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0088/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0088/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -132,12 +120,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0088/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -149,12 +135,10 @@ JSRoot { identifierName: "eval" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0089/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0089/input.test.md index 5a6aa2f983b..976f8ade983 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0089/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0089/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0089/input.js" end: Object { column: 0 - index: 30 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0089/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { sourceText: undefined end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0089/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0089/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0089/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -132,12 +120,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0089/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -149,12 +135,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0090/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0090/input.test.md index 9d4381ff74f..d6ede6d67a1 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0090/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0090/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0090/input.js" end: Object { column: 0 - index: 30 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0090/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { sourceText: undefined end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0090/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0090/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0090/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -133,12 +121,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0090/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -150,12 +136,10 @@ JSRoot { identifierName: "eval" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -167,12 +151,10 @@ JSRoot { identifierName: "a" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0091/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0091/input.test.md index d7af58dcf80..fc33a970373 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0091/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0091/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0091/input.js" end: Object { column: 0 - index: 35 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0091/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { sourceText: undefined end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0091/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0091/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0091/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -133,12 +121,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0091/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -150,12 +136,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -167,12 +151,10 @@ JSRoot { identifierName: "a" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0092/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0092/input.test.md index c9191b03d67..e10249efd44 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0092/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0092/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0092/input.js" end: Object { column: 0 - index: 13 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -68,12 +64,10 @@ JSRoot { identifierName: "a" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -88,12 +82,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0092/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -102,12 +94,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0092/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -118,12 +108,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0092/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -138,12 +126,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0092/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -155,12 +141,10 @@ JSRoot { identifierName: "a" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -172,12 +156,10 @@ JSRoot { identifierName: "a" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0093/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0093/input.test.md index f6d192e7ff6..467f4fcd38e 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0093/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0093/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0093/input.js" end: Object { column: 0 - index: 27 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0093/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { sourceText: undefined end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -85,12 +79,10 @@ JSRoot { identifierName: "a" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0093/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -119,12 +109,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0093/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -135,12 +123,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0093/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -155,12 +141,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0093/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -172,12 +156,10 @@ JSRoot { identifierName: "a" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -189,12 +171,10 @@ JSRoot { identifierName: "a" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0094/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0094/input.test.md index 4e49ca10143..d9aa96081dc 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0094/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0094/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0094/input.js" end: Object { column: 0 - index: 24 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0094/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { sourceText: undefined end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0094/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0094/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0094/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0094/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -145,12 +131,10 @@ JSRoot { identifierName: "a" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0095/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0095/input.test.md index 49cc225997f..8bcd929bbba 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0095/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0095/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0095/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0095/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0095/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0095/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0095/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0096/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0096/input.test.md index 5a007b02bff..bc88e98b8b0 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0096/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0096/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0096/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0096/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0096/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -90,12 +82,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0096/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 8 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0096/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0096/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0097/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0097/input.test.md index 2baaceba2c3..e1b904ae020 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0097/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0097/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0097/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0097/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0097/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0097/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0097/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0098/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0098/input.test.md index 9493cc2a5b1..9f07ff77bdd 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0098/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0098/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0098/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0098/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0098/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0098/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0098/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -132,12 +120,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0098/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0099/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0099/input.test.md index ed1dacf04cd..de9f41b8031 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0099/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0099/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0099/input.js" end: Object { column: 0 - index: 15 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0099/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0099/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0099/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0099/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -132,12 +120,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0099/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -148,12 +134,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0099/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0100/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0100/input.test.md index ac4b01b2370..c57e2432ccf 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0100/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0100/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0100/input.js" end: Object { column: 0 - index: 27 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0100/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { sourceText: undefined end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0100/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0100/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0100/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -133,12 +121,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0100/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -150,12 +136,10 @@ JSRoot { identifierName: "eval" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0101/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0101/input.test.md index 10461ab3deb..ec128ccd27e 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0101/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0101/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0101/input.js" end: Object { column: 0 - index: 31 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0101/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0101/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0101/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "eval" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -133,12 +121,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0101/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -149,12 +135,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0101/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -166,12 +150,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0101/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -182,12 +164,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0101/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0102/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0102/input.test.md index 1c1bba5bf52..9f7a9a39960 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0102/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0102/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0102/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0102/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0102/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { identifierName: "p" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0102/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0102/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0102/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -162,12 +146,10 @@ JSRoot { identifierName: "q" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -176,12 +158,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0102/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -193,12 +173,10 @@ JSRoot { identifierName: "q" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -207,12 +185,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0102/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0103/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0103/input.test.md index 2be0f8588a6..8d4fd0f223d 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0103/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0103/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0103/input.js" end: Object { column: 0 - index: 13 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0103/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0103/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "p" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0103/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0103/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -139,12 +125,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0103/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0112/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0112/input.test.md index 69a5265f606..ad2318c04a6 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0112/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0112/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0112/input.js" end: Object { column: 0 - index: 5 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0112/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "a" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0112/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { identifierName: "b" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0113/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0113/input.test.md index 85a2dd9e6c0..504a2e41b95 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0113/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0113/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0113/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -67,12 +63,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0113/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0113/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0113/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { identifierName: "a" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0114/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0114/input.test.md index f84e04e38b4..f7ba80116ec 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0114/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0114/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0114/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0114/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "a" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0114/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 2 - index: 2 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0114/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0114/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 6 line: 2 } } @@ -139,12 +125,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0114/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 6 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0115/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0115/input.test.md index 20131b65769..33249e3db95 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0115/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0115/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0115/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0115/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "a" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0115/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { identifierName: "enum" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0116/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0116/input.test.md index a23b21399d7..59ffe5d8f1c 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0116/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0116/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0116/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0116/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0117/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0117/input.test.md index e752d563067..6d4c9709bb6 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0117/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0117/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0117/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0117/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0117/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0117/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0118/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0118/input.test.md index 1dacbf331c9..cd29056b134 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0118/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0118/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0118/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0118/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0119/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0119/input.test.md index ee0bb0ec94a..46995a7a9d1 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0119/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0119/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0119/input.js" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0119/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0119/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0119/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0120/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0120/input.test.md index afb5c913065..b01df841ee3 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0120/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0120/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0120/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0120/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0120/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 6 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0121/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0121/input.test.md index 761289ad353..74bcb4ad847 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0121/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0121/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0121/input.js" end: Object { column: 0 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0121/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0121/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0122/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0122/input.test.md index 90b4de7f631..2edcd0d78e0 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0122/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0122/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0122/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0122/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0122/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 6 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0123/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0123/input.test.md index 3a9f2d6cdc6..e088604a7a8 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0123/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0123/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0123/input.js" end: Object { column: 0 - index: 23 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0123/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0123/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0123/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0123/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0123/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -146,12 +132,10 @@ JSRoot { identifierName: "i" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -161,12 +145,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0123/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -179,12 +161,10 @@ JSRoot { identifierName: "i2" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -194,12 +174,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0123/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0124/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0124/input.test.md index 2ab7384cdbd..96e8551e935 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0124/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0124/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0124/input.js" end: Object { column: 0 - index: 17 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0124/input.js" end: Object { column: 0 - index: 17 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0124/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0124/input.js" end: Object { column: 0 - index: 17 line: 2 } start: Object { column: 0 - index: 17 line: 2 } } @@ -112,12 +102,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0124/input.js" end: Object { column: 0 - index: 17 line: 2 } start: Object { column: 0 - index: 17 line: 2 } } @@ -127,12 +115,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0124/input.js" end: Object { column: 0 - index: 17 line: 2 } start: Object { column: 0 - index: 17 line: 2 } } @@ -144,12 +130,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0124/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0124/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -176,12 +158,10 @@ JSRoot { identifierName: "i" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0125/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0125/input.test.md index 2da023e25ee..2e97f12c426 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0125/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0125/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0125/input.js" end: Object { column: 0 - index: 19 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0125/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0125/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0125/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0125/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0126/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0126/input.test.md index 16b57a4c8c5..12fc234e097 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0126/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0126/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0126/input.js" end: Object { column: 0 - index: 16 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0126/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0126/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0126/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0126/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0127/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0127/input.test.md index 6b374e4e1dd..2f4379e509d 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0127/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0127/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0127/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 10 line: 2 } } @@ -67,12 +63,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0127/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0127/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0127/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 10 line: 2 } } @@ -112,12 +102,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0127/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 10 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0128/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0128/input.test.md index f3d12709ae8..94e03adc971 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0128/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0128/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0128/input.js" end: Object { column: 0 - index: 25 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 25 line: 2 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0128/input.js" end: Object { column: 0 - index: 25 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0128/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0128/input.js" end: Object { column: 0 - index: 25 line: 2 } start: Object { column: 0 - index: 25 line: 2 } } @@ -111,12 +101,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0128/input.js" end: Object { column: 0 - index: 25 line: 2 } start: Object { column: 0 - index: 25 line: 2 } } @@ -127,12 +115,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0128/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0128/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { identifierName: "doThis" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0129/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0129/input.test.md index e257f57555e..727b52ba1a9 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0129/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0129/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0129/input.js" end: Object { column: 0 - index: 3 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 3 line: 2 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0129/input.js" end: Object { column: 0 - index: 3 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0129/input.js" end: Object { column: 0 - index: 3 line: 2 } start: Object { column: 0 - index: 3 line: 2 } } @@ -96,12 +88,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0129/input.js" end: Object { column: 0 - index: 3 line: 2 } start: Object { column: 0 - index: 3 line: 2 } } @@ -111,12 +101,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0129/input.js" end: Object { column: 0 - index: 3 line: 2 } start: Object { column: 0 - index: 3 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0130/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0130/input.test.md index ccbc6f786f3..4bb1cc601a8 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0130/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0130/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0130/input.js" end: Object { column: 0 - index: 13 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 13 line: 2 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0130/input.js" end: Object { column: 0 - index: 13 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0130/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0130/input.js" end: Object { column: 0 - index: 13 line: 2 } start: Object { column: 0 - index: 13 line: 2 } } @@ -111,12 +101,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0130/input.js" end: Object { column: 0 - index: 13 line: 2 } start: Object { column: 0 - index: 13 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0131/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0131/input.test.md index 84f8df2ab34..b371a2a0555 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0131/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0131/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0131/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 8 line: 2 } } @@ -69,12 +65,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0131/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0131/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 8 line: 2 } } @@ -98,12 +90,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0131/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 8 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0132/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0132/input.test.md index c55e84ddf71..080992c3064 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0132/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0132/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0132/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 8 line: 2 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0132/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { identifierName: "x" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0132/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 8 line: 2 } } @@ -112,12 +102,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0132/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 8 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0133/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0133/input.test.md index 0e42bd83961..e31e0bc0e05 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0133/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0133/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0133/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -63,12 +59,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0133/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -79,12 +73,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0133/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0134/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0134/input.test.md index 3de951063f8..6642a209aaf 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0134/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0134/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0134/input.js" end: Object { column: 0 - index: 21 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0134/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0134/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0134/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0134/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -126,12 +114,10 @@ JSRoot { identifierName: "" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0135/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0135/input.test.md index 0c20e3a0f3f..bc08f66fd47 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0135/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0135/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0135/input.js" end: Object { column: 0 - index: 27 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { sourceText: undefined end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -72,12 +68,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0135/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -93,12 +87,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0135/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -109,12 +101,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0135/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -124,12 +114,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0135/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -140,12 +128,10 @@ JSRoot { identifierName: "answer" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -156,12 +142,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0135/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -171,12 +155,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0135/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -186,12 +168,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0135/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -202,12 +182,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0135/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -217,12 +195,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0135/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -235,12 +211,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0135/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0136/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0136/input.test.md index 38ff718e5d6..ffa7c496506 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0136/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0136/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0136/input.js" end: Object { column: 0 - index: 21 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0136/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0136/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0136/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { identifierName: "" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0136/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -140,12 +126,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0136/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -156,12 +140,10 @@ JSRoot { identifierName: "x" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -172,12 +154,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0136/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -187,12 +167,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0136/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -205,12 +183,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0136/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0137/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0137/input.test.md index b118775399d..0b7a5ffe83e 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0137/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0137/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0137/input.js" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0137/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0137/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "\u203f" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0137/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0138/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0138/input.test.md index dd0c5a53f9c..83ba4756746 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0138/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0138/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0138/input.js" end: Object { column: 0 - index: 17 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0138/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0138/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0138/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0138/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { identifierName: "y" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0138/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0139/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0139/input.test.md index b6ed32a5893..56f7fbaeecf 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0139/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0139/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0139/input.js" end: Object { column: 0 - index: 17 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0139/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0139/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0139/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { identifierName: "y" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -141,12 +127,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0139/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0139/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0140/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0140/input.test.md index a0e8a418379..d3c69e8df4c 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0140/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0140/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0140/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0140/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0140/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0140/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0141/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0141/input.test.md index d181f3fbc30..5b9d2415bdd 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0141/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0141/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0141/input.js" end: Object { column: 0 - index: 20 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0141/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0141/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0141/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { identifierName: "let" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0141/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -140,12 +126,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0141/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -156,12 +140,10 @@ JSRoot { identifierName: "a" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0141/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0142/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0142/input.test.md index 1ec4922becf..1912c923f18 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0142/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0142/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0142/input.js" end: Object { column: 0 - index: 22 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0142/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0142/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0142/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0142/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { identifierName: "a" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -139,12 +125,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0142/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -155,12 +139,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0142/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0143/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0143/input.test.md index 42b71c3ff3e..4e3db113324 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0143/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0143/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0143/input.js" end: Object { column: 0 - index: 33 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0143/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "c" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -95,12 +87,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0143/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0143/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0144/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0144/input.test.md index 3c8bf80d600..499e28ebe85 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0144/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0144/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0144/input.js" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0144/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0144/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { identifierName: "" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0144/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -141,12 +127,10 @@ JSRoot { identifierName: "X" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0145/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0145/input.test.md index 643c1b381db..e26022115f6 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0145/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0145/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0145/input.js" end: Object { column: 0 - index: 3 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -45,12 +43,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0146/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0146/input.test.md index c6d27266a5b..cfdc0835468 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0146/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0146/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0146/input.js" end: Object { column: 0 - index: 3 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -45,12 +43,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0147/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0147/input.test.md index 1e7b4d155d5..34c23043a68 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0147/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0147/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0147/input.js" end: Object { column: 0 - index: 4 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0147/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0147/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0148/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0148/input.test.md index bcebc3ef000..8839d9729df 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0148/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0148/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0148/input.js" end: Object { column: 0 - index: 6 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0148/input.js" end: Object { column: 1 - index: 5 line: 3 } start: Object { column: 0 - index: 4 line: 3 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0148/input.js" end: Object { column: 1 - index: 5 line: 3 } start: Object { column: 0 - index: 4 line: 3 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0149/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0149/input.test.md index 41346d90a92..b27c087ce56 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0149/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0149/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0149/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0149/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "hello" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0150/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0150/input.test.md index af9a9cb0eaf..d2b84c582f0 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0150/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0150/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0150/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0150/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 2 - index: 2 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0150/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 2 - index: 2 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0150/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 11 line: 2 } } @@ -108,12 +98,10 @@ JSRoot { identifierName: "hello" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0151/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0151/input.test.md index abbc799186e..4071197850f 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0151/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0151/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0151/input.js" end: Object { column: 0 - index: 2 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0151/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0151/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0152/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0152/input.test.md index 018242f4586..0b76cd172a9 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0152/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0152/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0152/input.js" end: Object { column: 0 - index: 2 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0152/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0152/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0153/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0153/input.test.md index 967b1e9a420..36b783e4c79 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0153/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0153/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0153/input.js" end: Object { column: 0 - index: 2 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0153/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0153/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0154/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0154/input.test.md index f1189dba797..5d9dbbde9ea 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0154/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0154/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0154/input.js" end: Object { column: 0 - index: 2 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0154/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0154/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0155/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0155/input.test.md index d372c79a4ee..5076a74697e 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0155/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0155/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0155/input.js" end: Object { column: 0 - index: 5 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0155/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +63,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 3 line: 2 } } @@ -85,12 +79,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0155/input.js" end: Object { column: 1 - index: 4 line: 2 } start: Object { column: 0 - index: 3 line: 2 } } @@ -101,12 +93,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0155/input.js" end: Object { column: 1 - index: 4 line: 2 } start: Object { column: 0 - index: 3 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0156/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0156/input.test.md index 6ba9b25eddb..d98dbb8c987 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0156/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0156/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0156/input.js" end: Object { column: 0 - index: 5 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0156/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +63,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 3 line: 2 } } @@ -85,12 +79,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0156/input.js" end: Object { column: 1 - index: 4 line: 2 } start: Object { column: 0 - index: 3 line: 2 } } @@ -101,12 +93,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0156/input.js" end: Object { column: 1 - index: 4 line: 2 } start: Object { column: 0 - index: 3 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0157/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0157/input.test.md index f702153e31f..9624510357b 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0157/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0157/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0157/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0157/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0157/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0157/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 6 line: 2 } } @@ -112,12 +102,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0157/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -126,12 +114,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0157/input.js" end: Object { column: 2 - index: 3 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0157/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0157/input.js" end: Object { column: 3 - index: 4 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0158/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0158/input.test.md index ff17872ad68..533b1be0062 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0158/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0158/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0158/input.js" end: Object { column: 0 - index: 6 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0158/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +63,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 4 line: 2 } } @@ -85,12 +79,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0158/input.js" end: Object { column: 1 - index: 5 line: 2 } start: Object { column: 0 - index: 4 line: 2 } } @@ -101,12 +93,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0158/input.js" end: Object { column: 1 - index: 5 line: 2 } start: Object { column: 0 - index: 4 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0159/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0159/input.test.md index 0bb0836dc58..3b23d1e2557 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0159/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0159/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0159/input.js" end: Object { column: 0 - index: 7 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0159/input.js" end: Object { column: 2 - index: 5 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +63,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 2 - index: 5 line: 2 } } @@ -85,12 +79,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0159/input.js" end: Object { column: 3 - index: 6 line: 2 } start: Object { column: 2 - index: 5 line: 2 } } @@ -101,12 +93,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0159/input.js" end: Object { column: 3 - index: 6 line: 2 } start: Object { column: 2 - index: 5 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0160/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0160/input.test.md index 9e45d0b2247..2559ef4416a 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0160/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0160/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0160/input.js" end: Object { column: 0 - index: 7 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0160/input.js" end: Object { column: 2 - index: 5 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +63,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 2 - index: 5 line: 2 } } @@ -85,12 +79,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0160/input.js" end: Object { column: 3 - index: 6 line: 2 } start: Object { column: 2 - index: 5 line: 2 } } @@ -101,12 +93,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0160/input.js" end: Object { column: 3 - index: 6 line: 2 } start: Object { column: 2 - index: 5 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0161/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0161/input.test.md index 57276cfbb14..8cbc13d1f63 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0161/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0161/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0161/input.js" end: Object { column: 0 - index: 8 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0161/input.js" end: Object { column: 2 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +63,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 2 - index: 6 line: 2 } } @@ -85,12 +79,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0161/input.js" end: Object { column: 3 - index: 7 line: 2 } start: Object { column: 2 - index: 6 line: 2 } } @@ -101,12 +93,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0161/input.js" end: Object { column: 3 - index: 7 line: 2 } start: Object { column: 2 - index: 6 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0162/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0162/input.test.md index b5429c4ab95..4ad53703331 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0162/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0162/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0162/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0162/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "\0" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0163/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0163/input.test.md index 03f66ebf572..f67af93fb6f 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0163/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0163/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0163/input.js" end: Object { column: 0 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0163/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "\\" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0164/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0164/input.test.md index 00fb7f975f7..70d5ff8c8c4 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0164/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0164/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0164/input.js" end: Object { column: 0 - index: 3 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0164/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "\0" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0165/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0165/input.test.md index e3c6e4149e9..911b1ef54f7 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0165/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0165/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0165/input.js" end: Object { column: 0 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0165/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "\0" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0166/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0166/input.test.md index 2e3ad6b420a..9823e0f7b2a 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0166/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0166/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0166/input.js" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0166/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0166/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0166/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { identifierName: "\u200c" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0167/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0167/input.test.md index 835c7d6b2e7..96650275616 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0167/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0167/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0167/input.js" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0167/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0167/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0167/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { identifierName: "\u200d" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0168/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0168/input.test.md index d230cdde4a2..ac4171c4a81 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0168/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0168/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0168/input.js" end: Object { column: 1 - index: 4 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0168/input.js" end: Object { column: 1 - index: 4 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 3 line: 2 } start: Object { column: 0 - index: 3 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0169/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0169/input.test.md index 588a9ecf3a1..4041c13839c 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0169/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0169/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0169/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0169/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0170/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0170/input.test.md index 5d9fde7643e..15f3eb0fc2c 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0170/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0170/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0170/input.js" end: Object { column: 0 - index: 19 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0170/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0170/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0170/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0170/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -126,12 +114,10 @@ JSRoot { identifierName: "" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0171/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0171/input.test.md index 26b646744eb..bcd41b59a2b 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0171/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0171/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0171/input.js" end: Object { column: 0 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0171/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0172/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0172/input.test.md index f01c6ae330d..7c0a7332b77 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0172/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0172/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0172/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0172/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0173/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0173/input.test.md index 226adb44cdc..7efd3cd1740 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0173/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0173/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0173/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0173/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0174/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0174/input.test.md index 4c4626a44cb..6a1292fe5d9 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0174/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0174/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0174/input.js" end: Object { column: 0 - index: 34 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0174/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "x" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0174/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -110,12 +100,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0174/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0175/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0175/input.test.md index f74ee4653ef..94cba26575d 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0175/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0175/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0175/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0175/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0175/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0175/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0175/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { identifierName: "x" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0176/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0176/input.test.md index 015b664955e..0a06c7d91ca 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0176/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0176/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0176/input.js" end: Object { column: 0 - index: 26 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -50,12 +48,10 @@ JSRoot { sourceText: undefined end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -67,12 +63,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0176/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0176/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0176/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0176/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { identifierName: "x" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0177/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0177/input.test.md index 0ca83c74bff..271466fda54 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0177/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0177/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0177/input.js" end: Object { column: 0 - index: 29 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -50,12 +48,10 @@ JSRoot { sourceText: undefined end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -67,12 +63,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0177/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0177/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0177/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0177/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { identifierName: "x" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0178/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0178/input.test.md index 2aa6c323e72..9feea37fcea 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0178/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0178/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0178/input.js" end: Object { column: 0 - index: 48 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -50,12 +48,10 @@ JSRoot { sourceText: undefined end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -67,12 +63,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0178/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0178/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0178/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0178/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0178/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0178/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -181,12 +163,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0178/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -197,12 +177,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0178/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -212,12 +190,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0178/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -228,12 +204,10 @@ JSRoot { identifierName: "x" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 39 - index: 39 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0179/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0179/input.test.md index a0a6055f1cc..c8f3f302ecd 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0179/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0179/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0179/input.js" end: Object { column: 0 - index: 51 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -50,12 +48,10 @@ JSRoot { sourceText: undefined end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -67,12 +63,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0179/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0179/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0179/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0179/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0179/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0179/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -181,12 +163,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0179/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -197,12 +177,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0179/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -212,12 +190,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0179/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -228,12 +204,10 @@ JSRoot { identifierName: "x" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0180/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0180/input.test.md index 3c416fea44a..37068cd342d 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0180/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0180/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0180/input.js" end: Object { column: 0 - index: 46 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0180/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0180/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0180/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0180/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0180/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -153,12 +137,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0180/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -175,12 +157,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0180/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -191,12 +171,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0180/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -207,12 +185,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0180/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0181/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0181/input.test.md index b8f56819a64..f78ec637af3 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0181/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0181/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0181/input.js" end: Object { column: 0 - index: 49 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0181/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0181/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0181/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0181/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0181/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -153,12 +137,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0181/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -175,12 +157,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0181/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -191,12 +171,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0181/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -207,12 +185,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0181/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0182/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0182/input.test.md index 64e37c81bd4..9bdf7e8d1d3 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0182/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0182/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0182/input.js" end: Object { column: 0 - index: 40 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { sourceText: undefined end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -68,12 +64,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -88,12 +82,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0182/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -104,12 +96,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -119,12 +109,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0182/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -134,12 +122,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0182/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -150,12 +136,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0182/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -165,12 +149,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0182/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -181,12 +163,10 @@ JSRoot { identifierName: "x" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -196,12 +176,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0182/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -211,12 +189,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0182/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -228,12 +204,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0182/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0183/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0183/input.test.md index 1a5c0e90164..0dd34a26727 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0183/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0183/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0183/input.js" end: Object { column: 0 - index: 44 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0183/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0183/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0183/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0183/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0183/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0183/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -161,12 +145,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0183/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -177,12 +159,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0183/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -193,12 +173,10 @@ JSRoot { identifierName: "i" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0184/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0184/input.test.md index b824456d8ae..960cbec6ef1 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0184/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0184/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0184/input.js" end: Object { column: 0 - index: 44 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0184/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0184/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0184/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0184/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0184/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0184/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -161,12 +145,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0184/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -175,12 +157,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0184/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -192,12 +172,10 @@ JSRoot { identifierName: "i" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0185/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0185/input.test.md index 788dff8d62f..79458397b74 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0185/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0185/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0185/input.js" end: Object { column: 0 - index: 49 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0185/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0185/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0185/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0185/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0185/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -168,12 +152,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0185/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -186,12 +168,10 @@ JSRoot { identifierName: "eval" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -200,12 +180,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0185/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -216,12 +194,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0185/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 43 - index: 43 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0186/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0186/input.test.md index 7bd42339812..1525b61a622 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0186/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0186/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0186/input.js" end: Object { column: 0 - index: 54 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0186/input.js" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0186/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0186/input.js" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0186/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0186/input.js" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -168,12 +152,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0186/input.js" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -186,12 +168,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -200,12 +180,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0186/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -216,12 +194,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0186/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 48 - index: 48 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0187/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0187/input.test.md index 9384db7877c..2e4981de14b 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0187/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0187/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0187/input.js" end: Object { column: 0 - index: 59 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0187/input.js" end: Object { column: 58 - index: 58 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0187/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0187/input.js" end: Object { column: 58 - index: 58 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0187/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -154,12 +140,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0187/input.js" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -170,12 +154,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0187/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -185,12 +167,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0187/input.js" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -201,12 +181,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0187/input.js" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 53 - index: 53 line: 1 } } @@ -218,12 +196,10 @@ JSRoot { identifierName: "eval" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0188/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0188/input.test.md index 5966b1ed099..a931e21b557 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0188/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0188/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0188/input.js" end: Object { column: 0 - index: 64 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0188/input.js" end: Object { column: 63 - index: 63 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0188/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0188/input.js" end: Object { column: 63 - index: 63 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0188/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -154,12 +140,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0188/input.js" end: Object { column: 61 - index: 61 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -170,12 +154,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0188/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -185,12 +167,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0188/input.js" end: Object { column: 61 - index: 61 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -201,12 +181,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0188/input.js" end: Object { column: 61 - index: 61 line: 1 } start: Object { column: 58 - index: 58 line: 1 } } @@ -218,12 +196,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0189/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0189/input.test.md index c7c8346e9fe..7a7f7c29d81 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0189/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0189/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0189/input.js" end: Object { column: 0 - index: 45 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0189/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0189/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0189/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0189/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0189/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -168,12 +152,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0189/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -184,12 +166,10 @@ JSRoot { identifierName: "eval" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -201,12 +181,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0189/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 39 - index: 39 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0190/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0190/input.test.md index d3ab0c87aec..ab2eb9350b1 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0190/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0190/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0190/input.js" end: Object { column: 0 - index: 50 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0190/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0190/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0190/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0190/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0190/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -168,12 +152,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0190/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -184,12 +166,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -201,12 +181,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0190/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 44 - index: 44 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0191/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0191/input.test.md index a03e43bdd69..353d74fb22e 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0191/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0191/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0191/input.js" end: Object { column: 0 - index: 42 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0191/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0191/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0191/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0191/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0191/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -169,12 +153,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0191/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -185,12 +167,10 @@ JSRoot { identifierName: "eval" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0192/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0192/input.test.md index c654acfc121..25170426302 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0192/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0192/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0192/input.js" end: Object { column: 0 - index: 42 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0192/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0192/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0192/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0192/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0192/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -169,12 +153,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0192/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -185,12 +167,10 @@ JSRoot { identifierName: "eval" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0193/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0193/input.test.md index 2c671f555ce..51d1ef49319 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0193/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0193/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0193/input.js" end: Object { column: 0 - index: 47 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0193/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0193/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0193/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0193/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0193/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -169,12 +153,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0193/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -185,12 +167,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0194/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0194/input.test.md index 3d0dc5c5385..3e9f9ff438e 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0194/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0194/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0194/input.js" end: Object { column: 0 - index: 47 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0194/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0194/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0194/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0194/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0194/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -169,12 +153,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0194/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -185,12 +167,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0195/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0195/input.test.md index 495163e32b0..b0ee091b4d0 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0195/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0195/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0195/input.js" end: Object { column: 0 - index: 42 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0195/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0195/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0195/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0195/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0195/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -169,12 +153,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0195/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -185,12 +167,10 @@ JSRoot { identifierName: "eval" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0196/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0196/input.test.md index 9d079b2cc3b..256b7ca3f98 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0196/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0196/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0196/input.js" end: Object { column: 0 - index: 42 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0196/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0196/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0196/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0196/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0196/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -169,12 +153,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0196/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -185,12 +167,10 @@ JSRoot { identifierName: "eval" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0197/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0197/input.test.md index 185a62c2d8d..93ed44c2216 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0197/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0197/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0197/input.js" end: Object { column: 0 - index: 47 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0197/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0197/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0197/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0197/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0197/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -169,12 +153,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0197/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -185,12 +167,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0198/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0198/input.test.md index c98da1aacaa..83be6c0d2cd 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0198/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0198/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0198/input.js" end: Object { column: 0 - index: 47 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0198/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0198/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0198/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0198/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0198/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -169,12 +153,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0198/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -185,12 +167,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0199/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0199/input.test.md index b12ac1753be..8e0645385d1 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0199/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0199/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0199/input.js" end: Object { column: 0 - index: 54 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0199/input.js" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0199/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0199/input.js" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0199/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -156,12 +142,10 @@ JSRoot { identifierName: "eval" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } @@ -170,12 +154,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0199/input.js" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -186,12 +168,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0199/input.js" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 48 - index: 48 line: 1 } } @@ -209,12 +189,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0199/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 45 - index: 45 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0200/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0200/input.test.md index bff94343420..6ee26ccc145 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0200/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0200/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0200/input.js" end: Object { column: 0 - index: 59 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0200/input.js" end: Object { column: 58 - index: 58 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0200/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0200/input.js" end: Object { column: 58 - index: 58 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0200/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -156,12 +142,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } @@ -170,12 +154,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0200/input.js" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -186,12 +168,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0200/input.js" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 53 - index: 53 line: 1 } } @@ -209,12 +189,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0200/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 50 - index: 50 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0201/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0201/input.test.md index 4823a4d0be8..4534c99654b 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0201/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0201/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0201/input.js" end: Object { column: 0 - index: 33 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "eval" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0201/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0201/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -121,12 +111,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0201/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -137,12 +125,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0201/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0202/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0202/input.test.md index 300aa2b4fa6..35d91be315d 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0202/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0202/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0202/input.js" end: Object { column: 0 - index: 38 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0202/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0202/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -121,12 +111,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0202/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -137,12 +125,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0202/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0203/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0203/input.test.md index 93e0289f8b2..815a8df7688 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0203/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0203/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0203/input.js" end: Object { column: 0 - index: 58 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0203/input.js" end: Object { column: 57 - index: 57 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0203/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0203/input.js" end: Object { column: 57 - index: 57 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0203/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0203/input.js" end: Object { column: 55 - index: 55 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -168,12 +152,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0203/input.js" end: Object { column: 54 - index: 54 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -185,12 +167,10 @@ JSRoot { identifierName: "eval" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -199,12 +179,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0203/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -215,12 +193,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0203/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 49 - index: 49 line: 1 } } @@ -238,12 +214,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0203/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 46 - index: 46 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0204/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0204/input.test.md index a0d8149ee34..ff31128e3f4 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0204/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0204/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0204/input.js" end: Object { column: 0 - index: 63 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0204/input.js" end: Object { column: 62 - index: 62 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0204/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0204/input.js" end: Object { column: 62 - index: 62 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0204/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0204/input.js" end: Object { column: 60 - index: 60 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -168,12 +152,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0204/input.js" end: Object { column: 59 - index: 59 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -185,12 +167,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -199,12 +179,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0204/input.js" end: Object { column: 57 - index: 57 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -215,12 +193,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0204/input.js" end: Object { column: 57 - index: 57 line: 1 } start: Object { column: 54 - index: 54 line: 1 } } @@ -238,12 +214,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0204/input.js" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 51 - index: 51 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0205/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0205/input.test.md index d328a871c6a..ecaee174f85 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0205/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0205/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0205/input.js" end: Object { column: 0 - index: 37 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0205/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0205/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { identifierName: "eval" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0205/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -134,12 +122,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0205/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -150,12 +136,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0205/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -166,12 +150,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0205/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0206/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0206/input.test.md index 6446dc6afc4..c4e4665affb 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0206/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0206/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0206/input.js" end: Object { column: 0 - index: 42 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0206/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0206/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0206/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -134,12 +122,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0206/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -150,12 +136,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0206/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -166,12 +150,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0206/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0207/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0207/input.test.md index a8c66028c29..08b016a0264 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0207/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0207/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0207/input.js" end: Object { column: 0 - index: 64 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0207/input.js" end: Object { column: 63 - index: 63 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0207/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0207/input.js" end: Object { column: 63 - index: 63 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0207/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0207/input.js" end: Object { column: 61 - index: 61 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -167,12 +151,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0207/input.js" end: Object { column: 59 - index: 59 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -186,12 +168,10 @@ JSRoot { identifierName: "s" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -200,12 +180,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0207/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -218,12 +196,10 @@ JSRoot { identifierName: "eval" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -232,12 +208,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0207/input.js" end: Object { column: 57 - index: 57 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } @@ -248,12 +222,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0207/input.js" end: Object { column: 57 - index: 57 line: 1 } start: Object { column: 54 - index: 54 line: 1 } } @@ -271,12 +243,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0207/input.js" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 51 - index: 51 line: 1 } } @@ -286,12 +256,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0207/input.js" end: Object { column: 57 - index: 57 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0208/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0208/input.test.md index 901fdc36bda..5edef562a53 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0208/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0208/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0208/input.js" end: Object { column: 0 - index: 40 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0208/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0208/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { identifierName: "package" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0208/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -134,12 +122,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0208/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -150,12 +136,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0208/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -166,12 +150,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0208/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0209/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0209/input.test.md index 136be2234c3..36bb56d1369 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0209/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0209/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0209/input.js" end: Object { column: 0 - index: 64 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 48 - index: 48 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0209/input.js" end: Object { column: 63 - index: 63 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0209/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0209/input.js" end: Object { column: 63 - index: 63 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0209/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0209/input.js" end: Object { column: 61 - index: 61 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -167,12 +151,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0209/input.js" end: Object { column: 59 - index: 59 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -186,12 +168,10 @@ JSRoot { identifierName: "i" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -200,12 +180,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0209/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -217,12 +195,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0209/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } @@ -231,12 +207,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0209/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -251,12 +225,10 @@ JSRoot { identifierName: "s" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 46 - index: 46 line: 1 } } @@ -265,12 +237,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0209/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 46 - index: 46 line: 1 } } @@ -279,12 +249,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0209/input.js" end: Object { column: 57 - index: 57 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -295,12 +263,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0209/input.js" end: Object { column: 57 - index: 57 line: 1 } start: Object { column: 54 - index: 54 line: 1 } } @@ -317,12 +283,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0209/input.js" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -334,12 +298,10 @@ JSRoot { identifierName: "eval" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 48 - index: 48 line: 1 } } @@ -350,12 +312,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0209/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 48 - index: 48 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0210/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0210/input.test.md index 2095fd1dca4..6dcccce4883 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0210/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0210/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0210/input.js" end: Object { column: 0 - index: 57 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0210/input.js" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0210/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0210/input.js" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0210/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0210/input.js" end: Object { column: 54 - index: 54 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -167,12 +151,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0210/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -187,12 +169,10 @@ JSRoot { identifierName: "s" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 39 - index: 39 line: 1 } } @@ -201,12 +181,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0210/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 39 - index: 39 line: 1 } } @@ -215,12 +193,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0210/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -231,12 +207,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0210/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -253,12 +227,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0210/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -270,12 +242,10 @@ JSRoot { identifierName: "eval" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } @@ -286,12 +256,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0210/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0211/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0211/input.test.md index 08497ed0a43..5fcfea7b649 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0211/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0211/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0211/input.js" end: Object { column: 0 - index: 65 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 49 - index: 49 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0211/input.js" end: Object { column: 64 - index: 64 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0211/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0211/input.js" end: Object { column: 64 - index: 64 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0211/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0211/input.js" end: Object { column: 62 - index: 62 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -167,12 +151,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0211/input.js" end: Object { column: 60 - index: 60 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -186,12 +168,10 @@ JSRoot { identifierName: "s" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -200,12 +180,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0211/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -218,12 +196,10 @@ JSRoot { identifierName: "s" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -232,12 +208,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0211/input.js" end: Object { column: 58 - index: 58 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } @@ -248,12 +222,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0211/input.js" end: Object { column: 58 - index: 58 line: 1 } start: Object { column: 55 - index: 55 line: 1 } } @@ -270,12 +242,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0211/input.js" end: Object { column: 54 - index: 54 line: 1 } start: Object { column: 48 - index: 48 line: 1 } } @@ -287,12 +257,10 @@ JSRoot { identifierName: "eval" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 49 - index: 49 line: 1 } } @@ -303,12 +271,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0211/input.js" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 49 - index: 49 line: 1 } } @@ -321,12 +287,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0211/input.js" end: Object { column: 58 - index: 58 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0212/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0212/input.test.md index 9d116f9c9e8..32dbcdeff58 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0212/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0212/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0212/input.js" end: Object { column: 0 - index: 37 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0212/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0212/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0212/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -138,12 +126,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0212/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -155,12 +141,10 @@ JSRoot { identifierName: "eval" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -171,12 +155,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0212/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0213/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0213/input.test.md index 138e1c972cc..e20c2401698 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0213/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0213/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0213/input.js" end: Object { column: 0 - index: 42 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0213/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0213/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0213/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -138,12 +126,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0213/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -155,12 +141,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -171,12 +155,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0213/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0214/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0214/input.test.md index 874cd123dbb..ea56fdc3c85 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0214/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0214/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0214/input.js" end: Object { column: 0 - index: 59 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 48 - index: 48 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0214/input.js" end: Object { column: 58 - index: 58 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0214/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0214/input.js" end: Object { column: 58 - index: 58 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0214/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -156,12 +142,10 @@ JSRoot { identifierName: "inner" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -170,12 +154,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0214/input.js" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -186,12 +168,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0214/input.js" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 54 - index: 54 line: 1 } } @@ -208,12 +188,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0214/input.js" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -225,12 +203,10 @@ JSRoot { identifierName: "eval" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 48 - index: 48 line: 1 } } @@ -241,12 +217,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0214/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 48 - index: 48 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0215/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0215/input.test.md index cea9b39315f..ef835a3c851 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0215/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0215/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0215/input.js" end: Object { column: 0 - index: 64 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 57 - index: 57 line: 1 } start: Object { column: 48 - index: 48 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0215/input.js" end: Object { column: 63 - index: 63 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0215/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0215/input.js" end: Object { column: 63 - index: 63 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0215/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -156,12 +142,10 @@ JSRoot { identifierName: "inner" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -170,12 +154,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0215/input.js" end: Object { column: 61 - index: 61 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -186,12 +168,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0215/input.js" end: Object { column: 61 - index: 61 line: 1 } start: Object { column: 59 - index: 59 line: 1 } } @@ -208,12 +188,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0215/input.js" end: Object { column: 58 - index: 58 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -225,12 +203,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 57 - index: 57 line: 1 } start: Object { column: 48 - index: 48 line: 1 } } @@ -241,12 +217,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0215/input.js" end: Object { column: 57 - index: 57 line: 1 } start: Object { column: 48 - index: 48 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0216/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0216/input.test.md index b0980fbd4b5..a8506f5d167 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0216/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0216/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0216/input.js" end: Object { column: 0 - index: 20 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0216/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0216/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0217/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0217/input.test.md index 592a445bf9f..c46d71bdfde 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0217/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0217/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0217/input.js" end: Object { column: 0 - index: 41 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0217/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0217/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0217/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -132,12 +120,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0217/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -148,12 +134,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0217/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0218/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0218/input.test.md index 6fbc202ca27..440c575385b 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0218/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0218/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0218/input.js" end: Object { column: 0 - index: 40 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0218/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0218/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -115,12 +105,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0218/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0218/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -148,12 +134,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0218/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -164,12 +148,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0218/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0219/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0219/input.test.md index 64c2f0b1b13..4c27fcb143c 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0219/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0219/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0219/input.js" end: Object { column: 0 - index: 51 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0219/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0219/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -115,12 +105,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0219/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0219/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -148,12 +134,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0219/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -162,12 +146,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0219/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -180,12 +162,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0219/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -194,12 +174,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0219/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -211,12 +189,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0219/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -225,12 +201,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0219/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0220/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0220/input.test.md index 9b673cf2615..64c2df6d2be 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0220/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0220/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0220/input.js" end: Object { column: 0 - index: 50 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 39 - index: 39 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0220/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0220/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -115,12 +105,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0220/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0220/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -148,12 +134,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0220/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -162,12 +146,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0220/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -181,12 +163,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0220/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -195,12 +175,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0220/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -212,12 +190,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0220/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } @@ -226,12 +202,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0220/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0221/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0221/input.test.md index a75c036ee32..d0332cf7644 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0221/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0221/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0221/input.js" end: Object { column: 0 - index: 56 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0221/input.js" end: Object { column: 55 - index: 55 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0221/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0221/input.js" end: Object { column: 55 - index: 55 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -132,12 +120,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0221/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -148,12 +134,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0221/input.js" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0222/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0222/input.test.md index 47f02659960..24a6cd2a6f6 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0222/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0222/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0222/input.js" end: Object { column: 0 - index: 77 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0222/input.js" end: Object { column: 76 - index: 76 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0222/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0222/input.js" end: Object { column: 76 - index: 76 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -132,12 +120,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0222/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -148,12 +134,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0222/input.js" end: Object { column: 60 - index: 60 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -164,12 +148,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0222/input.js" end: Object { column: 74 - index: 74 line: 1 } start: Object { column: 61 - index: 61 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0223/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0223/input.test.md index 8bb68d06d68..1a5f86a0009 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0223/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0223/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0223/input.js" end: Object { column: 0 - index: 77 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 69 - index: 69 line: 1 } start: Object { column: 69 - index: 69 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0223/input.js" end: Object { column: 76 - index: 76 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0223/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -115,12 +105,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0223/input.js" end: Object { column: 76 - index: 76 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0223/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -151,12 +137,10 @@ JSRoot { identifierName: "inner" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -165,12 +149,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0223/input.js" end: Object { column: 74 - index: 74 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -187,12 +169,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0223/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -203,12 +183,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0223/input.js" end: Object { column: 74 - index: 74 line: 1 } start: Object { column: 50 - index: 50 line: 1 } } @@ -219,12 +197,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0223/input.js" end: Object { column: 72 - index: 72 line: 1 } start: Object { column: 52 - index: 52 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0224/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0224/input.test.md index 5981044a0de..2be1b5b9174 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0224/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0224/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0224/input.js" end: Object { column: 0 - index: 51 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0224/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0224/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0224/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0224/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0224/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -168,12 +152,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0224/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -186,12 +168,10 @@ JSRoot { identifierName: "implements" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -201,12 +181,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0224/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0225/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0225/input.test.md index 34f0ef1090d..2cc9f220e62 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0225/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0225/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0225/input.js" end: Object { column: 0 - index: 50 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0225/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0225/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0225/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0225/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0225/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -168,12 +152,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0225/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -186,12 +168,10 @@ JSRoot { identifierName: "interface" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -201,12 +181,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0225/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0226/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0226/input.test.md index 56baf26b419..caa5a1a8703 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0226/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0226/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0226/input.js" end: Object { column: 0 - index: 48 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0226/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0226/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0226/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0226/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0226/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -168,12 +152,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0226/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -186,12 +168,10 @@ JSRoot { identifierName: "package" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -201,12 +181,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0226/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0227/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0227/input.test.md index a21dc280d51..1096f8c1b9b 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0227/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0227/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0227/input.js" end: Object { column: 0 - index: 48 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0227/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0227/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0227/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0227/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0227/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -168,12 +152,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0227/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -186,12 +168,10 @@ JSRoot { identifierName: "private" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -201,12 +181,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0227/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0228/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0228/input.test.md index de331caeec2..cda3fe11aa6 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0228/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0228/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0228/input.js" end: Object { column: 0 - index: 50 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0228/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0228/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0228/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0228/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0228/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -168,12 +152,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0228/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -186,12 +168,10 @@ JSRoot { identifierName: "protected" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -201,12 +181,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0228/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0229/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0229/input.test.md index 24ed1e4c87b..0406e8f4d32 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0229/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0229/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0229/input.js" end: Object { column: 0 - index: 47 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0229/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0229/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0229/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0229/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0229/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -168,12 +152,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0229/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -186,12 +168,10 @@ JSRoot { identifierName: "public" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -201,12 +181,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0229/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0230/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0230/input.test.md index e78feb420cf..22f589c3eed 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0230/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0230/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0230/input.js" end: Object { column: 0 - index: 47 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0230/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0230/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0230/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0230/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0230/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -168,12 +152,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0230/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -186,12 +168,10 @@ JSRoot { identifierName: "static" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -201,12 +181,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0230/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0231/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0231/input.test.md index 98914e6e2ba..9cd8f8df9a9 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0231/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0231/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0231/input.js" end: Object { column: 0 - index: 46 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0231/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0231/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0231/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0231/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0231/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -168,12 +152,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0231/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -186,12 +168,10 @@ JSRoot { identifierName: "yield" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -201,12 +181,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0231/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0232/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0232/input.test.md index 7a50512ea70..95ea455a3a7 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0232/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0232/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0232/input.js" end: Object { column: 0 - index: 44 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0232/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0232/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0232/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0232/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -153,12 +139,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0232/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -168,12 +152,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0232/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -186,12 +168,10 @@ JSRoot { identifierName: "let" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -201,12 +181,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0232/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0233/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0233/input.test.md index f29ee8dd659..c5a9368bf3f 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0233/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0233/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0233/input.js" end: Object { column: 0 - index: 41 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "hello" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0233/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0233/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0233/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -138,12 +126,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0233/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -155,12 +141,10 @@ JSRoot { identifierName: "static" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -171,12 +155,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0233/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0234/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0234/input.test.md index aaa718bc4a9..9e798d466c9 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0234/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0234/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0234/input.js" end: Object { column: 0 - index: 36 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "static" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0234/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0234/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -121,12 +111,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0234/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -137,12 +125,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0234/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0235/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0235/input.test.md index 247acf33a5e..9e573ad392c 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0235/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0235/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0235/input.js" end: Object { column: 0 - index: 35 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "eval" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0235/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0235/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0235/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -138,12 +126,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0235/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -155,12 +141,10 @@ JSRoot { identifierName: "a" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -171,12 +155,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0235/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0236/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0236/input.test.md index ec38399fe45..adcbb0ceec4 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0236/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0236/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0236/input.js" end: Object { column: 0 - index: 40 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0236/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0236/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0236/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -138,12 +126,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0236/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -155,12 +141,10 @@ JSRoot { identifierName: "a" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -171,12 +155,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0236/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0239/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0239/input.test.md index d0517e78f61..757a76381a6 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0239/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0239/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0239/input.js" end: Object { column: 0 - index: 36 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0239/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { sourceText: undefined end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -86,12 +80,10 @@ JSRoot { identifierName: "static" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0239/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0239/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -139,12 +127,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0239/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0240/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0240/input.test.md index 3cacf153060..ed7306c4620 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0240/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0240/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0240/input.js" end: Object { column: 0 - index: 35 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { sourceText: undefined end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -68,12 +64,10 @@ JSRoot { identifierName: "t" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -91,12 +85,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0240/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0240/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0240/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -160,12 +146,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0240/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -177,12 +161,10 @@ JSRoot { identifierName: "t" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -193,12 +175,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0240/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -211,12 +191,10 @@ JSRoot { identifierName: "t" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -227,12 +205,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0240/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0241/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0241/input.test.md index b013dc94a5f..0f5ecf21eb5 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0241/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0241/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0241/input.js" end: Object { column: 0 - index: 35 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0241/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0241/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0241/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -138,12 +126,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0241/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -155,12 +141,10 @@ JSRoot { identifierName: "eval" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -171,12 +155,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0241/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0242/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0242/input.test.md index b5aadc01033..e25812893b0 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0242/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0242/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0242/input.js" end: Object { column: 0 - index: 38 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0242/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0242/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0242/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -138,12 +126,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0242/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -155,12 +141,10 @@ JSRoot { identifierName: "package" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -171,12 +155,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0242/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0243/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0243/input.test.md index 3f94d6d579b..522373195c9 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0243/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0243/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0243/input.js" end: Object { column: 0 - index: 53 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { sourceText: undefined end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 43 - index: 43 line: 1 } } @@ -68,12 +64,10 @@ JSRoot { identifierName: "t" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 43 - index: 43 line: 1 } } @@ -91,12 +85,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0243/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -127,12 +117,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0243/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -142,12 +130,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0243/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -158,12 +144,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0243/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -178,12 +162,10 @@ JSRoot { identifierName: "b" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } @@ -192,12 +174,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0243/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -208,12 +188,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0243/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 46 - index: 46 line: 1 } } @@ -230,12 +208,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0243/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 39 - index: 39 line: 1 } } @@ -247,12 +223,10 @@ JSRoot { identifierName: "t" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -263,12 +237,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0243/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -281,12 +253,10 @@ JSRoot { identifierName: "t" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 43 - index: 43 line: 1 } } @@ -297,12 +267,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0243/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 43 - index: 43 line: 1 } } @@ -316,12 +284,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0243/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 49 - index: 49 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0244/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0244/input.test.md index dfabc8c86c0..4f82d83ebc6 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0244/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0244/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0244/input.js" end: Object { column: 0 - index: 37 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { sourceText: undefined end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -68,12 +64,10 @@ JSRoot { identifierName: "t" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -88,12 +82,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0244/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { identifierName: "a" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -119,12 +109,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0244/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -134,12 +122,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0244/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -150,12 +136,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0244/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -174,12 +158,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0244/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -191,12 +173,10 @@ JSRoot { identifierName: "t" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -207,12 +187,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0244/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -225,12 +203,10 @@ JSRoot { identifierName: "t" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -241,12 +217,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0244/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0245/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0245/input.test.md index 0701797064b..9d6811c4659 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0245/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0245/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0245/input.js" end: Object { column: 0 - index: 55 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { sourceText: undefined end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 44 - index: 44 line: 1 } } @@ -68,12 +64,10 @@ JSRoot { identifierName: "t" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 44 - index: 44 line: 1 } } @@ -91,12 +85,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0245/input.js" end: Object { column: 54 - index: 54 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -127,12 +117,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0245/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -142,12 +130,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0245/input.js" end: Object { column: 54 - index: 54 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -158,12 +144,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0245/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -175,12 +159,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0245/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -192,12 +174,10 @@ JSRoot { identifierName: "b" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 39 - index: 39 line: 1 } } @@ -206,12 +186,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0245/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -222,12 +200,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0245/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -244,12 +220,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0245/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -261,12 +235,10 @@ JSRoot { identifierName: "t" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } @@ -277,12 +249,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0245/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } @@ -295,12 +265,10 @@ JSRoot { identifierName: "t" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 44 - index: 44 line: 1 } } @@ -311,12 +279,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0245/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 44 - index: 44 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0246/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0246/input.test.md index c1042ca2852..5711f9cdc06 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0246/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0246/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0246/input.js" end: Object { column: 0 - index: 37 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0246/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { identifierName: "a" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0246/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0246/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0246/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -152,12 +138,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0246/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -169,12 +153,10 @@ JSRoot { identifierName: "eval" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -185,12 +167,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0246/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0247/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0247/input.test.md index cd3d2370480..dc1bd6956ce 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0247/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0247/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0247/input.js" end: Object { column: 0 - index: 40 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0247/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { identifierName: "a" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0247/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0247/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0247/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -152,12 +138,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0247/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -169,12 +153,10 @@ JSRoot { identifierName: "package" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -185,12 +167,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0247/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0248/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0248/input.test.md index 8481efb69bd..1cae18022f4 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0248/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0248/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0248/input.js" end: Object { column: 0 - index: 26 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { sourceText: undefined end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -68,12 +64,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -88,12 +82,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0248/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -104,12 +96,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -119,12 +109,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0248/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -135,12 +123,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -150,12 +136,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0248/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -166,12 +150,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0248/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0249/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0249/input.test.md index 58835593f67..27d70735dbb 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0249/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0249/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0249/input.js" end: Object { column: 0 - index: 51 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0249/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { sourceText: undefined end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -85,12 +79,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -108,12 +100,10 @@ JSRoot { identifierName: "t" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -122,12 +112,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0249/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -138,12 +126,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0249/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -160,12 +146,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0249/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -177,12 +161,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -193,12 +175,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0249/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -211,12 +191,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -227,12 +205,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0249/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0250/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0250/input.test.md index dd656ea6b48..13ebef2204f 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0250/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0250/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0250/input.js" end: Object { column: 0 - index: 37 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0250/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0250/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0250/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -126,12 +114,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -140,12 +126,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0250/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0250/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -171,12 +153,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0250/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -190,12 +170,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -204,12 +182,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0250/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -221,12 +197,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0250/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -235,12 +209,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0250/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0252/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0252/input.test.md index dba2d4c1c7a..9f13b5a970a 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0252/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0252/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0252/input.js" end: Object { column: 0 - index: 4 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 4 line: 2 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0252/input.js" end: Object { column: 0 - index: 4 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0252/input.js" end: Object { column: 0 - index: 4 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "" end: Object { column: 0 - index: 4 line: 2 } start: Object { column: 0 - index: 4 line: 2 } } @@ -109,12 +99,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0252/input.js" end: Object { column: 0 - index: 4 line: 2 } start: Object { column: 0 - index: 4 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0254/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0254/input.test.md index 59168e679a8..ee68eb905fb 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0254/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0254/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0254/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 6 line: 2 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0254/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0254/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 6 line: 2 } } @@ -109,12 +99,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0254/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 6 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0255/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0255/input.test.md index 01c0b0c8cd4..e9dec3b426c 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0255/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0255/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0255/input.js" end: Object { column: 0 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0255/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0255/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0255/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -89,12 +81,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -122,12 +112,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0255/input.js" end: Object { column: 0 - index: 7 line: 2 } start: Object { column: 0 - index: 7 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0256/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0256/input.test.md index bae67f98a15..cb99c86aaa9 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0256/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0256/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0256/input.js" end: Object { column: 0 - index: 20 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { sourceText: undefined end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -72,12 +68,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0256/input.js" end: Object { column: 0 - index: 20 line: 2 } start: Object { column: 0 - index: 20 line: 2 } } @@ -95,12 +89,10 @@ JSRoot { identifierName: "t" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -109,12 +101,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0256/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -131,12 +121,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0256/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -147,12 +135,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0256/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -162,12 +148,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0256/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -177,12 +161,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0256/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0257/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0257/input.test.md index bd91e9ab1fb..f3d37884f00 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0257/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0257/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0257/input.js" end: Object { column: 0 - index: 24 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0257/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { sourceText: undefined end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0257/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "a" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -110,12 +100,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0257/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -126,12 +114,10 @@ JSRoot { identifierName: "package" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0258/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0258/input.test.md index 551789451cc..60dd0e3167c 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0258/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0258/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0258/input.js" end: Object { column: 0 - index: 25 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "f" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0258/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0258/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -115,12 +105,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0258/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { identifierName: "b" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -147,12 +133,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0258/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -166,12 +150,10 @@ JSRoot { identifierName: "a" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -182,12 +164,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0258/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -200,12 +180,10 @@ JSRoot { identifierName: "c" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -216,12 +194,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0258/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0260/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0260/input.test.md index e0864a625ea..66d8b0a2213 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0260/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0260/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0260/input.js" end: Object { column: 0 - index: 23 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -72,12 +68,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0260/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -95,12 +89,10 @@ JSRoot { identifierName: "x" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -109,12 +101,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0260/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -130,12 +120,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0260/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -146,12 +134,10 @@ JSRoot { identifierName: "a" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -162,12 +148,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0260/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -180,12 +164,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0260/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -195,12 +177,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0260/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -210,12 +190,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0260/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -226,12 +204,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0260/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -242,12 +218,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0260/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -258,12 +232,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0260/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -273,12 +245,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0260/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -291,12 +261,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0260/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0261/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0261/input.test.md index ae430273b9b..c05f7e13e93 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0261/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0261/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0261/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 6 line: 2 } } @@ -63,12 +59,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0261/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 6 line: 2 } } @@ -77,12 +71,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0261/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0261/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0262/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0262/input.test.md index 62b21c0d46d..e9ad32019d7 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0262/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0262/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0262/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 6 line: 2 } } @@ -63,12 +59,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0262/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 6 line: 2 } } @@ -77,12 +71,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0262/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0262/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0263/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0263/input.test.md index 898340dccec..6348ee91bc6 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0263/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0263/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0263/input.js" end: Object { column: 0 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -63,12 +59,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0263/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0263/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0263/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0264/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0264/input.test.md index 1002bb1d579..6b2e224a118 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0264/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0264/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0264/input.js" end: Object { column: 0 - index: 25 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0264/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0264/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "a" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { identifierName: "" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -150,12 +136,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0264/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -167,12 +151,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0264/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -185,19 +167,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 22 - index: 22 line: 1 } loc: Object { filename: "esprima/invalid-syntax/migrated_0264/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0265/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0265/input.test.md index 64014c086e6..b393b83194b 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0265/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0265/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0265/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 8 line: 2 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0265/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -102,12 +94,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0265/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0266/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0266/input.test.md index 77bd9a547c2..01e418a59b4 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0266/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0266/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0266/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0266/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0266/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { sourceText: undefined end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -126,12 +116,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0266/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 10 line: 2 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0267/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0267/input.test.md index 0733a29fd2c..e01adf05236 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0267/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0267/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0267/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0267/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -102,12 +94,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0267/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0268/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0268/input.test.md index 1d1e078faff..68296295ece 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0268/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0268/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0268/input.js" end: Object { column: 0 - index: 14 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -75,12 +71,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -89,12 +83,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0268/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -107,12 +99,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0268/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -126,12 +116,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -140,12 +128,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0268/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -156,12 +142,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0268/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -172,12 +156,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0268/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -191,19 +173,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 9 - index: 9 line: 1 } loc: Object { filename: "esprima/invalid-syntax/migrated_0268/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0269/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0269/input.test.md index 6f9bf02b750..08e1b683a56 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0269/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0269/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0269/input.js" end: Object { column: 0 - index: 22 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0269/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0269/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0269/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0269/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -160,12 +144,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0269/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -183,12 +165,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0269/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -202,19 +182,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 9 - index: 9 line: 1 } loc: Object { filename: "esprima/invalid-syntax/migrated_0269/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -230,12 +207,10 @@ JSRoot { identifierName: "b" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -244,12 +219,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0269/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -258,12 +231,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0269/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -274,12 +245,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0269/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -297,12 +266,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0269/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -316,19 +283,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 15 - index: 15 line: 1 } loc: Object { filename: "esprima/invalid-syntax/migrated_0269/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0270/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0270/input.test.md index 80622757090..8b0e9fb63d1 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0270/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0270/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0270/input.js" end: Object { column: 0 - index: 31 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0270/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0270/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "prototype" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0270/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0270/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -160,12 +144,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0270/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -183,12 +165,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0270/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -202,19 +182,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 9 - index: 9 line: 1 } loc: Object { filename: "esprima/invalid-syntax/migrated_0270/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0271/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0271/input.test.md index 0111b616dfa..3e9f1cc8919 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0271/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0271/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0271/input.js" end: Object { column: 0 - index: 33 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0271/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0271/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0271/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0271/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0271/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -135,12 +121,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0271/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0271/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -177,19 +159,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 9 - index: 9 line: 1 } loc: Object { filename: "esprima/invalid-syntax/migrated_0271/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0272/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0272/input.test.md index 14a91a3e8d4..2c075516b9a 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0272/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0272/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0272/input.js" end: Object { column: 0 - index: 30 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0272/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0272/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "constructor" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0272/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0272/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0272/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0272/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 9 - index: 9 line: 1 } loc: Object { filename: "esprima/invalid-syntax/migrated_0272/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0273/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0273/input.test.md index eb1a4a9c7d5..1869ea04a45 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0273/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0273/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0273/input.js" end: Object { column: 0 - index: 31 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0273/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0273/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "constructor" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0273/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0273/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0273/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 9 - index: 9 line: 1 } loc: Object { filename: "esprima/invalid-syntax/migrated_0273/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -184,12 +165,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0273/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -201,12 +180,10 @@ JSRoot { identifierName: "m" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -217,12 +194,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0273/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0274/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0274/input.test.md index 401e078d00f..f5eb348d672 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0274/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0274/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0274/input.js" end: Object { column: 0 - index: 44 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0274/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0274/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "constructor" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0274/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0274/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -160,12 +144,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0274/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -183,12 +165,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0274/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -202,19 +182,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 9 - index: 9 line: 1 } loc: Object { filename: "esprima/invalid-syntax/migrated_0274/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -229,12 +206,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0274/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -243,12 +218,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0274/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -257,12 +230,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0274/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -273,12 +244,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0274/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -296,12 +265,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0274/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } @@ -315,19 +282,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 25 - index: 25 line: 1 } loc: Object { filename: "esprima/invalid-syntax/migrated_0274/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0275/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0275/input.test.md index 0477b75aca9..94a40bd474b 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0275/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0275/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0275/input.js" end: Object { column: 0 - index: 23 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0275/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0275/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "static" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { identifierName: "static" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -145,12 +131,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0275/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -161,12 +145,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0275/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -182,12 +164,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0275/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -205,12 +185,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0275/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0276/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0276/input.test.md index 0ae178b5cb9..6c9eb9e561a 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0276/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0276/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0276/input.js" end: Object { column: 0 - index: 35 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0276/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0276/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "static" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { identifierName: "static" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -145,12 +131,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0276/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -161,12 +145,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0276/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -182,12 +164,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0276/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -205,12 +185,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0276/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0277/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0277/input.test.md index abfa6751f5e..90004634e3d 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0277/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0277/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0277/input.js" end: Object { column: 0 - index: 20 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0277/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -101,12 +93,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0277/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -121,12 +111,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -135,12 +123,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0277/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -149,12 +135,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0277/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -165,12 +149,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0277/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -184,19 +166,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 9 - index: 9 line: 1 } loc: Object { filename: "esprima/invalid-syntax/migrated_0277/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -213,12 +192,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0277/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -230,12 +207,10 @@ JSRoot { identifierName: "enum" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -246,12 +221,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0277/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0278/input.test.md b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0278/input.test.md index 828794b03a6..52a4ecbc77b 100644 --- a/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0278/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/invalid-syntax/migrated_0278/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0278/input.js" end: Object { column: 0 - index: 31 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0278/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -101,12 +93,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0278/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -121,12 +111,10 @@ JSRoot { identifierName: "static" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -135,12 +123,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0278/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -149,12 +135,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0278/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -165,12 +149,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0278/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -188,12 +170,10 @@ JSRoot { filename: "esprima/invalid-syntax/migrated_0278/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -207,19 +187,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 9 - index: 9 line: 1 } loc: Object { filename: "esprima/invalid-syntax/migrated_0278/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/rest-parameter/arrow-rest-parameter-array/input.test.md b/internal/js-parser/test-fixtures/esprima/rest-parameter/arrow-rest-parameter-array/input.test.md index 636006c40b4..06188070bf5 100644 --- a/internal/js-parser/test-fixtures/esprima/rest-parameter/arrow-rest-parameter-array/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/rest-parameter/arrow-rest-parameter-array/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/rest-parameter/arrow-rest-parameter-array/input.js" end: Object { column: 0 - index: 17 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/rest-parameter/arrow-rest-parameter-array/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/rest-parameter/arrow-rest-parameter-array/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "c" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "esprima/rest-parameter/arrow-rest-parameter-array/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "a" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "esprima/rest-parameter/arrow-rest-parameter-array/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { identifierName: "b" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/rest-parameter/arrow-rest-parameter-object/input.test.md b/internal/js-parser/test-fixtures/esprima/rest-parameter/arrow-rest-parameter-object/input.test.md index 730352daeb7..7955ac9484d 100644 --- a/internal/js-parser/test-fixtures/esprima/rest-parameter/arrow-rest-parameter-object/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/rest-parameter/arrow-rest-parameter-object/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/rest-parameter/arrow-rest-parameter-object/input.js" end: Object { column: 0 - index: 17 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/rest-parameter/arrow-rest-parameter-object/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/rest-parameter/arrow-rest-parameter-object/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "c" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "esprima/rest-parameter/arrow-rest-parameter-object/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "a" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "esprima/rest-parameter/arrow-rest-parameter-object/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -139,12 +125,10 @@ JSRoot { identifierName: "b" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -153,12 +137,10 @@ JSRoot { filename: "esprima/rest-parameter/arrow-rest-parameter-object/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -170,12 +152,10 @@ JSRoot { identifierName: "b" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -184,12 +164,10 @@ JSRoot { filename: "esprima/rest-parameter/arrow-rest-parameter-object/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/rest-parameter/function-declaration/input.test.md b/internal/js-parser/test-fixtures/esprima/rest-parameter/function-declaration/input.test.md index 74b0ece09e0..0e5244d6fc9 100644 --- a/internal/js-parser/test-fixtures/esprima/rest-parameter/function-declaration/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/rest-parameter/function-declaration/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/rest-parameter/function-declaration/input.js" end: Object { column: 0 - index: 23 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "f" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/rest-parameter/function-declaration/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "esprima/rest-parameter/function-declaration/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "esprima/rest-parameter/function-declaration/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { identifierName: "b" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "esprima/rest-parameter/function-declaration/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { identifierName: "a" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { filename: "esprima/rest-parameter/function-declaration/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/rest-parameter/function-expression/input.test.md b/internal/js-parser/test-fixtures/esprima/rest-parameter/function-expression/input.test.md index d9d3f00bac0..f4162015515 100644 --- a/internal/js-parser/test-fixtures/esprima/rest-parameter/function-expression/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/rest-parameter/function-expression/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/rest-parameter/function-expression/input.js" end: Object { column: 0 - index: 25 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/rest-parameter/function-expression/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/rest-parameter/function-expression/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "f" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/rest-parameter/function-expression/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "esprima/rest-parameter/function-expression/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { filename: "esprima/rest-parameter/function-expression/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { identifierName: "b" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -153,12 +137,10 @@ JSRoot { filename: "esprima/rest-parameter/function-expression/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -172,12 +154,10 @@ JSRoot { identifierName: "a" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -188,12 +168,10 @@ JSRoot { filename: "esprima/rest-parameter/function-expression/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/rest-parameter/invalid-setter-rest/input.test.md b/internal/js-parser/test-fixtures/esprima/rest-parameter/invalid-setter-rest/input.test.md index 7fea62ece0e..d0cc95dba19 100644 --- a/internal/js-parser/test-fixtures/esprima/rest-parameter/invalid-setter-rest/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/rest-parameter/invalid-setter-rest/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/rest-parameter/invalid-setter-rest/input.js" end: Object { column: 0 - index: 23 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/rest-parameter/invalid-setter-rest/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/rest-parameter/invalid-setter-rest/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "esprima/rest-parameter/invalid-setter-rest/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { identifierName: "f" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -141,12 +127,10 @@ JSRoot { filename: "esprima/rest-parameter/invalid-setter-rest/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -155,12 +139,10 @@ JSRoot { filename: "esprima/rest-parameter/invalid-setter-rest/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -171,12 +153,10 @@ JSRoot { filename: "esprima/rest-parameter/invalid-setter-rest/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -193,12 +173,10 @@ JSRoot { filename: "esprima/rest-parameter/invalid-setter-rest/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -209,12 +187,10 @@ JSRoot { identifierName: "y" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -225,12 +201,10 @@ JSRoot { filename: "esprima/rest-parameter/invalid-setter-rest/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/rest-parameter/object-method/input.test.md b/internal/js-parser/test-fixtures/esprima/rest-parameter/object-method/input.test.md index 44c2f9aa86d..81cd031872a 100644 --- a/internal/js-parser/test-fixtures/esprima/rest-parameter/object-method/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/rest-parameter/object-method/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/rest-parameter/object-method/input.js" end: Object { column: 0 - index: 32 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/rest-parameter/object-method/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/rest-parameter/object-method/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "o" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/rest-parameter/object-method/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "f" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "esprima/rest-parameter/object-method/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { filename: "esprima/rest-parameter/object-method/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -148,12 +132,10 @@ JSRoot { filename: "esprima/rest-parameter/object-method/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -169,12 +151,10 @@ JSRoot { filename: "esprima/rest-parameter/object-method/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -185,12 +165,10 @@ JSRoot { identifierName: "b" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -201,12 +179,10 @@ JSRoot { filename: "esprima/rest-parameter/object-method/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -220,12 +196,10 @@ JSRoot { identifierName: "a" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -236,12 +210,10 @@ JSRoot { filename: "esprima/rest-parameter/object-method/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -254,12 +226,10 @@ JSRoot { filename: "esprima/rest-parameter/object-method/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/rest-parameter/object-shorthand-method/input.test.md b/internal/js-parser/test-fixtures/esprima/rest-parameter/object-shorthand-method/input.test.md index 69da28d748e..acb4c00ed62 100644 --- a/internal/js-parser/test-fixtures/esprima/rest-parameter/object-shorthand-method/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/rest-parameter/object-shorthand-method/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/rest-parameter/object-shorthand-method/input.js" end: Object { column: 0 - index: 28 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/rest-parameter/object-shorthand-method/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/rest-parameter/object-shorthand-method/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/rest-parameter/object-shorthand-method/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "method" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "esprima/rest-parameter/object-shorthand-method/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "esprima/rest-parameter/object-shorthand-method/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "esprima/rest-parameter/object-shorthand-method/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -169,12 +151,10 @@ JSRoot { filename: "esprima/rest-parameter/object-shorthand-method/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -185,12 +165,10 @@ JSRoot { identifierName: "test" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -201,12 +179,10 @@ JSRoot { filename: "esprima/rest-parameter/object-shorthand-method/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/rest-parameter/rest-parameter-array/input.test.md b/internal/js-parser/test-fixtures/esprima/rest-parameter/rest-parameter-array/input.test.md index e1e685ecd94..c071c5cfcb9 100644 --- a/internal/js-parser/test-fixtures/esprima/rest-parameter/rest-parameter-array/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/rest-parameter/rest-parameter-array/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/rest-parameter/rest-parameter-array/input.js" end: Object { column: 0 - index: 22 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "f" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/rest-parameter/rest-parameter-array/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "esprima/rest-parameter/rest-parameter-array/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "esprima/rest-parameter/rest-parameter-array/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "esprima/rest-parameter/rest-parameter-array/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "esprima/rest-parameter/rest-parameter-array/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -141,12 +127,10 @@ JSRoot { identifierName: "a" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { filename: "esprima/rest-parameter/rest-parameter-array/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/rest-parameter/rest-parameter-object/input.test.md b/internal/js-parser/test-fixtures/esprima/rest-parameter/rest-parameter-object/input.test.md index 291b9bc04a5..dbe8c02b105 100644 --- a/internal/js-parser/test-fixtures/esprima/rest-parameter/rest-parameter-object/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/rest-parameter/rest-parameter-object/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/rest-parameter/rest-parameter-object/input.js" end: Object { column: 0 - index: 22 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "f" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/rest-parameter/rest-parameter-object/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "esprima/rest-parameter/rest-parameter-object/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "esprima/rest-parameter/rest-parameter-object/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "esprima/rest-parameter/rest-parameter-object/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "esprima/rest-parameter/rest-parameter-object/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { identifierName: "a" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { filename: "esprima/rest-parameter/rest-parameter-object/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -174,12 +156,10 @@ JSRoot { identifierName: "a" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -188,12 +168,10 @@ JSRoot { filename: "esprima/rest-parameter/rest-parameter-object/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-block/migrated_0000/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-block/migrated_0000/input.test.md index 370c47e8e2d..6de0d963536 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-block/migrated_0000/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-block/migrated_0000/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-block/migrated_0000/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/statement-block/migrated_0000/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/statement-block/migrated_0000/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "foo" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-block/migrated_0001/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-block/migrated_0001/input.test.md index 86adebc2771..9c5a10048ca 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-block/migrated_0001/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-block/migrated_0001/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-block/migrated_0001/input.js" end: Object { column: 0 - index: 24 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/statement-block/migrated_0001/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/statement-block/migrated_0001/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/statement-block/migrated_0001/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { identifierName: "doThis" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "esprima/statement-block/migrated_0001/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "esprima/statement-block/migrated_0001/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { identifierName: "doThat" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-block/migrated_0002/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-block/migrated_0002/input.test.md index 1b49534c10b..c1ce9befc45 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-block/migrated_0002/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-block/migrated_0002/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-block/migrated_0002/input.js" end: Object { column: 0 - index: 3 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "esprima/statement-block/migrated_0002/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-break/migrated_0000/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-break/migrated_0000/input.test.md index ef561e02074..a3a353c2497 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-break/migrated_0000/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-break/migrated_0000/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-break/migrated_0000/input.js" end: Object { column: 0 - index: 23 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-break/migrated_0000/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/statement-break/migrated_0000/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/statement-break/migrated_0000/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/statement-break/migrated_0000/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-break/migrated_0001/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-break/migrated_0001/input.test.md index b88afc644a3..f738e6c53e4 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-break/migrated_0001/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-break/migrated_0001/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-break/migrated_0001/input.js" end: Object { column: 0 - index: 34 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-break/migrated_0001/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "done" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/statement-break/migrated_0001/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/statement-break/migrated_0001/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "esprima/statement-break/migrated_0001/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { filename: "esprima/statement-break/migrated_0001/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -130,12 +116,10 @@ JSRoot { identifierName: "done" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-break/migrated_0002/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-break/migrated_0002/input.test.md index fc8e1fc3829..7ef9a79c5ca 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-break/migrated_0002/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-break/migrated_0002/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-break/migrated_0002/input.js" end: Object { column: 0 - index: 35 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-break/migrated_0002/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "done" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/statement-break/migrated_0002/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/statement-break/migrated_0002/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "esprima/statement-break/migrated_0002/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { filename: "esprima/statement-break/migrated_0002/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -130,12 +116,10 @@ JSRoot { identifierName: "done" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-break/migrated_0003/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-break/migrated_0003/input.test.md index 7010f286cec..a6a74cbf121 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-break/migrated_0003/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-break/migrated_0003/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-break/migrated_0003/input.js" end: Object { column: 0 - index: 45 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-break/migrated_0003/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/statement-break/migrated_0003/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/statement-break/migrated_0003/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "esprima/statement-break/migrated_0003/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { filename: "esprima/statement-break/migrated_0003/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -130,12 +116,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-continue/migrated_0000/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-continue/migrated_0000/input.test.md index 9508434411a..7704de63ff3 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-continue/migrated_0000/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-continue/migrated_0000/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-continue/migrated_0000/input.js" end: Object { column: 0 - index: 27 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-continue/migrated_0000/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/statement-continue/migrated_0000/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/statement-continue/migrated_0000/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/statement-continue/migrated_0000/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-continue/migrated_0001/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-continue/migrated_0001/input.test.md index 3d23c5990f7..4c6dbb0bec8 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-continue/migrated_0001/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-continue/migrated_0001/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-continue/migrated_0001/input.js" end: Object { column: 0 - index: 26 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-continue/migrated_0001/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/statement-continue/migrated_0001/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/statement-continue/migrated_0001/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/statement-continue/migrated_0001/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-continue/migrated_0002/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-continue/migrated_0002/input.test.md index 3c58e58a3b9..58f71d63760 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-continue/migrated_0002/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-continue/migrated_0002/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-continue/migrated_0002/input.js" end: Object { column: 0 - index: 37 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-continue/migrated_0002/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "done" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/statement-continue/migrated_0002/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/statement-continue/migrated_0002/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "esprima/statement-continue/migrated_0002/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { filename: "esprima/statement-continue/migrated_0002/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -130,12 +116,10 @@ JSRoot { identifierName: "done" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-continue/migrated_0003/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-continue/migrated_0003/input.test.md index e628b87ad2c..082d7b51b34 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-continue/migrated_0003/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-continue/migrated_0003/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-continue/migrated_0003/input.js" end: Object { column: 0 - index: 38 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-continue/migrated_0003/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "done" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/statement-continue/migrated_0003/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/statement-continue/migrated_0003/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "esprima/statement-continue/migrated_0003/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { filename: "esprima/statement-continue/migrated_0003/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -130,12 +116,10 @@ JSRoot { identifierName: "done" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-continue/migrated_0004/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-continue/migrated_0004/input.test.md index 0d7c568b384..cefaf80c812 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-continue/migrated_0004/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-continue/migrated_0004/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-continue/migrated_0004/input.js" end: Object { column: 0 - index: 48 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-continue/migrated_0004/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/statement-continue/migrated_0004/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/statement-continue/migrated_0004/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "esprima/statement-continue/migrated_0004/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { filename: "esprima/statement-continue/migrated_0004/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -130,12 +116,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-debugger/migrated_0000/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-debugger/migrated_0000/input.test.md index 7bb52443891..373aada922b 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-debugger/migrated_0000/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-debugger/migrated_0000/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-debugger/migrated_0000/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-debugger/migrated_0000/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-empty/migrated_0000/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-empty/migrated_0000/input.test.md index ecc8c85af2b..8de94aa1a8a 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-empty/migrated_0000/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-empty/migrated_0000/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-empty/migrated_0000/input.js" end: Object { column: 0 - index: 2 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-empty/migrated_0000/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-expression/migrated_0000/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-expression/migrated_0000/input.test.md index 063c5f09bbb..7dfb31478fe 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-expression/migrated_0000/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-expression/migrated_0000/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-expression/migrated_0000/input.js" end: Object { column: 0 - index: 2 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-expression/migrated_0000/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-expression/migrated_0001/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-expression/migrated_0001/input.test.md index ab27da3b721..b13b78bdbc3 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-expression/migrated_0001/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-expression/migrated_0001/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-expression/migrated_0001/input.js" end: Object { column: 0 - index: 5 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-expression/migrated_0001/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/statement-expression/migrated_0001/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "y" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-expression/migrated_0002/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-expression/migrated_0002/input.test.md index 139b8265db2..76a9fdac377 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-expression/migrated_0002/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-expression/migrated_0002/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/statement-expression/migrated_0002/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/statement-expression/migrated_0002/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "\0u0061" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-expression/migrated_0003/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-expression/migrated_0003/input.test.md index 5cb9182bad3..8d0756f6870 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-expression/migrated_0003/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-expression/migrated_0003/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/statement-expression/migrated_0003/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/statement-expression/migrated_0003/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "a\0u0061" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-expression/migrated_0004/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-expression/migrated_0004/input.test.md index 0c617fdd118..7409d095451 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-expression/migrated_0004/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-expression/migrated_0004/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/statement-expression/migrated_0004/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/statement-expression/migrated_0004/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "\0u0061a" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-expression/migrated_0005/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-expression/migrated_0005/input.test.md index 569e3b58277..13170523051 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-expression/migrated_0005/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-expression/migrated_0005/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/statement-expression/migrated_0005/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/statement-expression/migrated_0005/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "\0u0061a" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-if/migrated_0000/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-if/migrated_0000/input.test.md index 04889cbec3c..79b91ffc8c2 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-if/migrated_0000/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-if/migrated_0000/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-if/migrated_0000/input.js" end: Object { column: 0 - index: 27 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/statement-if/migrated_0000/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { identifierName: "morning" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/statement-if/migrated_0000/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/statement-if/migrated_0000/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "goodMorning" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-if/migrated_0001/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-if/migrated_0001/input.test.md index 0dc06c06bce..5a29503d9bb 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-if/migrated_0001/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-if/migrated_0001/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-if/migrated_0001/input.js" end: Object { column: 0 - index: 28 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/statement-if/migrated_0001/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { identifierName: "morning" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/statement-if/migrated_0001/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/statement-if/migrated_0001/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "esprima/statement-if/migrated_0001/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "esprima/statement-if/migrated_0001/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-if/migrated_0002/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-if/migrated_0002/input.test.md index 42491b186f0..2b4d63a2d4d 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-if/migrated_0002/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-if/migrated_0002/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-if/migrated_0002/input.js" end: Object { column: 0 - index: 24 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/statement-if/migrated_0002/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { identifierName: "morning" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/statement-if/migrated_0002/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/statement-if/migrated_0002/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "x" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "esprima/statement-if/migrated_0002/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { filename: "esprima/statement-if/migrated_0002/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-if/migrated_0004/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-if/migrated_0004/input.test.md index 9ed1bad705c..871d48f498a 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-if/migrated_0004/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-if/migrated_0004/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-if/migrated_0004/input.js" end: Object { column: 0 - index: 43 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-if/migrated_0004/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "morning" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/statement-if/migrated_0004/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/statement-if/migrated_0004/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { identifierName: "goodDay" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "esprima/statement-if/migrated_0004/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "esprima/statement-if/migrated_0004/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { identifierName: "goodMorning" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-if/migrated_0005/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-if/migrated_0005/input.test.md index 7bc06bebcf8..115be0bcb82 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-if/migrated_0005/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-if/migrated_0005/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-if/migrated_0005/input.js" end: Object { column: 0 - index: 25 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-if/migrated_0005/input.js" end: Object { column: 7 - index: 24 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/statement-if/migrated_0005/input.js" end: Object { column: 7 - index: 24 line: 2 } start: Object { column: 6 - index: 23 line: 2 } } @@ -67,12 +61,10 @@ JSRoot { filename: "esprima/statement-if/migrated_0005/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -82,12 +74,10 @@ JSRoot { filename: "esprima/statement-if/migrated_0005/input.js" end: Object { column: 1 - index: 18 line: 2 } start: Object { column: 10 - index: 10 line: 1 } } @@ -97,12 +87,10 @@ JSRoot { filename: "esprima/statement-if/migrated_0005/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -113,12 +101,10 @@ JSRoot { identifierName: "that" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-if/migrated_0006/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-if/migrated_0006/input.test.md index 000b117d2b4..8f11c66f105 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-if/migrated_0006/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-if/migrated_0006/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-if/migrated_0006/input.js" end: Object { column: 0 - index: 24 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-if/migrated_0006/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/statement-if/migrated_0006/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "esprima/statement-if/migrated_0006/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -82,12 +74,10 @@ JSRoot { filename: "esprima/statement-if/migrated_0006/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -97,12 +87,10 @@ JSRoot { filename: "esprima/statement-if/migrated_0006/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -113,12 +101,10 @@ JSRoot { identifierName: "that" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-iteration/const_forin/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-iteration/const_forin/input.test.md index 19580a0e5e6..d8f5291dedb 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-iteration/const_forin/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-iteration/const_forin/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-iteration/const_forin/input.js" end: Object { column: 0 - index: 34 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-iteration/const_forin/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "list" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/statement-iteration/const_forin/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "x" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "esprima/statement-iteration/const_forin/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "esprima/statement-iteration/const_forin/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "esprima/statement-iteration/const_forin/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { identifierName: "process" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -167,12 +149,10 @@ JSRoot { identifierName: "x" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-iteration/for-statement-with-seq/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-iteration/for-statement-with-seq/input.test.md index 2feed658f17..c6ea7fcb679 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-iteration/for-statement-with-seq/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-iteration/for-statement-with-seq/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-iteration/for-statement-with-seq/input.js" end: Object { column: 0 - index: 14 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "esprima/statement-iteration/for-statement-with-seq/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/statement-iteration/for-statement-with-seq/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/statement-iteration/for-statement-with-seq/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "a" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "b" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { identifierName: "c" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0000/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0000/input.test.md index d2d6e811b8f..4cc5126e576 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0000/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0000/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0000/input.js" end: Object { column: 0 - index: 24 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0000/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0000/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0000/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -82,12 +74,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0000/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { identifierName: "keep" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0001/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0001/input.test.md index 244920df1a7..c979caa3965 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0001/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0001/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0001/input.js" end: Object { column: 0 - index: 25 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0001/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0001/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0001/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -82,12 +74,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0001/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { identifierName: "keep" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0002/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0002/input.test.md index 0eac18ff674..20ac84a9070 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0002/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0002/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0002/input.js" end: Object { column: 0 - index: 32 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0002/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0002/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0002/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0002/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0002/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0002/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { identifierName: "x" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -166,12 +148,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0002/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -182,12 +162,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0002/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -198,12 +176,10 @@ JSRoot { identifierName: "y" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0003/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0003/input.test.md index 877db3492f4..4a8a322b789 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0003/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0003/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0003/input.js" end: Object { column: 0 - index: 31 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0003/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0003/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0003/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0003/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0003/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0003/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0004/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0004/input.test.md index f8f7a95501a..fa709c7d00f 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0004/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0004/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0004/input.js" end: Object { column: 0 - index: 23 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0004/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0004/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0004/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -82,12 +74,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0004/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { identifierName: "that" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0005/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0005/input.test.md index d6e64fdf9e3..82a1395822e 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0005/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0005/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0005/input.js" end: Object { column: 0 - index: 24 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0005/input.js" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0005/input.js" end: Object { column: 12 - index: 22 line: 2 } start: Object { column: 8 - index: 18 line: 2 } } @@ -67,12 +61,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0005/input.js" end: Object { column: 1 - index: 11 line: 2 } start: Object { column: 3 - index: 3 line: 1 } } @@ -82,12 +74,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0005/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { identifierName: "that" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0006/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0006/input.test.md index ee840dbbf60..82fad8f9854 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0006/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0006/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0006/input.js" end: Object { column: 0 - index: 27 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0006/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0006/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0006/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -82,12 +74,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0006/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { identifierName: "doSomething" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0007/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0007/input.test.md index 4683a51ed34..f4bdd5b94b8 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0007/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0007/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0007/input.js" end: Object { column: 0 - index: 29 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0007/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0007/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0007/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0007/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0007/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0007/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { identifierName: "x" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -166,12 +148,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0007/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -182,12 +162,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0007/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -198,12 +176,10 @@ JSRoot { identifierName: "y" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0008/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0008/input.test.md index 93352cf7474..ce6d7dd8bd0 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0008/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0008/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0008/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0008/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0008/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0009/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0009/input.test.md index 846ce9ab38b..6f86f672e2d 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0009/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0009/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0009/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0009/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0009/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0010/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0010/input.test.md index f63ef512eee..f2fa5b4f19e 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0010/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0010/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0010/input.js" end: Object { column: 0 - index: 14 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0010/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0010/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0010/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0010/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0011/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0011/input.test.md index 13c8724e039..4758e514354 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0011/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0011/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0011/input.js" end: Object { column: 0 - index: 18 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0011/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0011/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0011/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "x" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0011/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0011/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0012/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0012/input.test.md index 3566fbd92af..e03fc14c431 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0012/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0012/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0012/input.js" end: Object { column: 0 - index: 18 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0012/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0012/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0012/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "x" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0012/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0012/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0013/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0013/input.test.md index be02b593b9a..7a46bdd03ab 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0013/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0013/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0013/input.js" end: Object { column: 0 - index: 25 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0013/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0013/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0013/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "x" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0013/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0013/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { identifierName: "y" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -150,12 +134,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0013/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -166,12 +148,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0013/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0014/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0014/input.test.md index d679ae3b166..e13fcd6f13d 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0014/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0014/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0014/input.js" end: Object { column: 0 - index: 21 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0014/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0014/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0014/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0014/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0014/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { identifierName: "x" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -151,12 +135,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0014/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0015/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0015/input.test.md index 2293ed3e981..a19b1784ae3 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0015/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0015/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0015/input.js" end: Object { column: 0 - index: 25 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0015/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0015/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0015/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { identifierName: "x" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0015/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0015/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -151,12 +135,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0015/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -167,12 +149,10 @@ JSRoot { identifierName: "x" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -184,12 +164,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0015/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0016/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0016/input.test.md index 34dbbe3cd08..a41471bf533 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0016/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0016/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0016/input.js" end: Object { column: 0 - index: 36 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0016/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0016/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "x" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0016/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0016/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0016/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { identifierName: "x" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -169,12 +151,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0016/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -185,12 +165,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0016/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -199,12 +177,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0016/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -215,12 +191,10 @@ JSRoot { identifierName: "process" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -233,12 +207,10 @@ JSRoot { identifierName: "x" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0017/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0017/input.test.md index 9451366d09b..61b65a15c94 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0017/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0017/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0017/input.js" end: Object { column: 0 - index: 27 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0017/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "list" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0017/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0017/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { identifierName: "process" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { identifierName: "x" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0018/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0018/input.test.md index 5a8fbe298c6..4bfb17f7ee5 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0018/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0018/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0018/input.js" end: Object { column: 0 - index: 32 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0018/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "list" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0018/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "x" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0018/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0018/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0018/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { identifierName: "process" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -167,12 +149,10 @@ JSRoot { identifierName: "x" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0020/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0020/input.test.md index 83ef5544fbf..f8b1fa29db7 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0020/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0020/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0020/input.js" end: Object { column: 0 - index: 32 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0020/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "list" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0020/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "x" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0020/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0020/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0020/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { identifierName: "process" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -167,12 +149,10 @@ JSRoot { identifierName: "x" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0024/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0024/input.test.md index 7bac59110dd..2e7a42122bd 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0024/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0024/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0024/input.js" end: Object { column: 0 - index: 22 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0024/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0024/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "d" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0024/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { identifierName: "a" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0024/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { identifierName: "b" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { identifierName: "c" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -164,12 +146,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0024/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0025/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0025/input.test.md index 7d8b057d144..3d15b863843 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0025/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0025/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0025/input.js" end: Object { column: 0 - index: 25 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0025/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0025/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "d" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0025/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0025/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0025/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -129,12 +115,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0025/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -145,12 +129,10 @@ JSRoot { identifierName: "a" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -162,12 +144,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0025/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -178,12 +158,10 @@ JSRoot { identifierName: "b" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -195,12 +173,10 @@ JSRoot { identifierName: "c" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0026/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0026/input.test.md index 1786100f619..576ba042966 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0026/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-iteration/migrated_0026/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0026/input.js" end: Object { column: 0 - index: 17 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0026/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0026/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "a" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/statement-iteration/migrated_0026/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { identifierName: "a" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "in" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { identifierName: "in" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-labelled/migrated_0000/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-labelled/migrated_0000/input.test.md index a7762980e54..7a28fec70b8 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-labelled/migrated_0000/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-labelled/migrated_0000/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-labelled/migrated_0000/input.js" end: Object { column: 0 - index: 28 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-labelled/migrated_0000/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "start" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "esprima/statement-labelled/migrated_0000/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/statement-labelled/migrated_0000/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { identifierName: "start" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-labelled/migrated_0001/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-labelled/migrated_0001/input.test.md index 714278aedf7..1f97f76d4f2 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-labelled/migrated_0001/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-labelled/migrated_0001/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-labelled/migrated_0001/input.js" end: Object { column: 0 - index: 32 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-labelled/migrated_0001/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "start" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/statement-labelled/migrated_0001/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/statement-labelled/migrated_0001/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "esprima/statement-labelled/migrated_0001/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { identifierName: "start" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-labelled/migrated_0002/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-labelled/migrated_0002/input.test.md index 54ebdd1cfa9..47891cf0ccd 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-labelled/migrated_0002/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-labelled/migrated_0002/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-labelled/migrated_0002/input.js" end: Object { column: 0 - index: 16 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-labelled/migrated_0002/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "__proto__" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/statement-labelled/migrated_0002/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { identifierName: "test" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-return/migrated_0000/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-return/migrated_0000/input.test.md index 650bccd4ee6..648c7121509 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-return/migrated_0000/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-return/migrated_0000/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-return/migrated_0000/input.js" end: Object { column: 0 - index: 23 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-return/migrated_0000/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/statement-return/migrated_0000/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -74,12 +68,10 @@ JSRoot { filename: "esprima/statement-return/migrated_0000/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -90,12 +82,10 @@ JSRoot { filename: "esprima/statement-return/migrated_0000/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "esprima/statement-return/migrated_0000/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-return/migrated_0001/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-return/migrated_0001/input.test.md index fe95bc26f6f..7c25125b643 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-return/migrated_0001/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-return/migrated_0001/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-return/migrated_0001/input.js" end: Object { column: 0 - index: 24 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-return/migrated_0001/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/statement-return/migrated_0001/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -74,12 +68,10 @@ JSRoot { filename: "esprima/statement-return/migrated_0001/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -90,12 +82,10 @@ JSRoot { filename: "esprima/statement-return/migrated_0001/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "esprima/statement-return/migrated_0001/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-return/migrated_0002/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-return/migrated_0002/input.test.md index c8f3d450752..6cf5a6fc336 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-return/migrated_0002/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-return/migrated_0002/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-return/migrated_0002/input.js" end: Object { column: 0 - index: 26 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-return/migrated_0002/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/statement-return/migrated_0002/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -74,12 +68,10 @@ JSRoot { filename: "esprima/statement-return/migrated_0002/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -90,12 +82,10 @@ JSRoot { filename: "esprima/statement-return/migrated_0002/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { filename: "esprima/statement-return/migrated_0002/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { identifierName: "x" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-return/migrated_0003/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-return/migrated_0003/input.test.md index eb0103ab3c8..df4b116cfbd 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-return/migrated_0003/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-return/migrated_0003/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-return/migrated_0003/input.js" end: Object { column: 0 - index: 29 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-return/migrated_0003/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/statement-return/migrated_0003/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -74,12 +68,10 @@ JSRoot { filename: "esprima/statement-return/migrated_0003/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -90,12 +82,10 @@ JSRoot { filename: "esprima/statement-return/migrated_0003/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { filename: "esprima/statement-return/migrated_0003/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "esprima/statement-return/migrated_0003/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { identifierName: "x" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -153,12 +137,10 @@ JSRoot { identifierName: "y" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-switch/migrated_0000/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-switch/migrated_0000/input.test.md index 5848d760f79..1f4a34f22c9 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-switch/migrated_0000/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-switch/migrated_0000/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-switch/migrated_0000/input.js" end: Object { column: 0 - index: 14 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/statement-switch/migrated_0000/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { identifierName: "x" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-switch/migrated_0001/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-switch/migrated_0001/input.test.md index 6ec1d5f7a16..55d5343e62a 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-switch/migrated_0001/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-switch/migrated_0001/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-switch/migrated_0001/input.js" end: Object { column: 0 - index: 42 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-switch/migrated_0001/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "answer" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/statement-switch/migrated_0001/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/statement-switch/migrated_0001/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "esprima/statement-switch/migrated_0001/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "esprima/statement-switch/migrated_0001/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { identifierName: "hi" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -150,12 +134,10 @@ JSRoot { filename: "esprima/statement-switch/migrated_0001/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-switch/migrated_0002/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-switch/migrated_0002/input.test.md index 9f8f959f08c..e7451810dfb 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-switch/migrated_0002/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-switch/migrated_0002/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-switch/migrated_0002/input.js" end: Object { column: 0 - index: 57 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-switch/migrated_0002/input.js" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "answer" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/statement-switch/migrated_0002/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/statement-switch/migrated_0002/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "esprima/statement-switch/migrated_0002/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "esprima/statement-switch/migrated_0002/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { identifierName: "hi" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -150,12 +134,10 @@ JSRoot { filename: "esprima/statement-switch/migrated_0002/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -168,12 +150,10 @@ JSRoot { filename: "esprima/statement-switch/migrated_0002/input.js" end: Object { column: 54 - index: 54 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -184,12 +164,10 @@ JSRoot { filename: "esprima/statement-switch/migrated_0002/input.js" end: Object { column: 54 - index: 54 line: 1 } start: Object { column: 49 - index: 49 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-throw/migrated_0000/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-throw/migrated_0000/input.test.md index 3289c3544e7..68a2797c5f4 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-throw/migrated_0000/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-throw/migrated_0000/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-throw/migrated_0000/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-throw/migrated_0000/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-throw/migrated_0001/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-throw/migrated_0001/input.test.md index 7fd1ff33ab1..772d00f8610 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-throw/migrated_0001/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-throw/migrated_0001/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-throw/migrated_0001/input.js" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-throw/migrated_0001/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/statement-throw/migrated_0001/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "y" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-throw/migrated_0002/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-throw/migrated_0002/input.test.md index ed518cd4129..998431ac330 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-throw/migrated_0002/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-throw/migrated_0002/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-throw/migrated_0002/input.js" end: Object { column: 0 - index: 27 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-throw/migrated_0002/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "esprima/statement-throw/migrated_0002/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "message" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/statement-throw/migrated_0002/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "esprima/statement-throw/migrated_0002/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { filename: "esprima/statement-throw/migrated_0002/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-try/migrated_0000/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-try/migrated_0000/input.test.md index 85ceff62dc0..c388543e0ef 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-try/migrated_0000/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-try/migrated_0000/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-try/migrated_0000/input.js" end: Object { column: 0 - index: 22 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/statement-try/migrated_0000/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/statement-try/migrated_0000/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/statement-try/migrated_0000/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/statement-try/migrated_0000/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "e" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-try/migrated_0001/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-try/migrated_0001/input.test.md index 30d96ee0c80..3c42a156a51 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-try/migrated_0001/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-try/migrated_0001/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-try/migrated_0001/input.js" end: Object { column: 0 - index: 25 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/statement-try/migrated_0001/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/statement-try/migrated_0001/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/statement-try/migrated_0001/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/statement-try/migrated_0001/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "eval" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-try/migrated_0002/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-try/migrated_0002/input.test.md index b9f6d563ada..5345249a1b2 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-try/migrated_0002/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-try/migrated_0002/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-try/migrated_0002/input.js" end: Object { column: 0 - index: 30 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/statement-try/migrated_0002/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/statement-try/migrated_0002/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/statement-try/migrated_0002/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/statement-try/migrated_0002/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-try/migrated_0003/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-try/migrated_0003/input.test.md index 54afc01051e..ffb5caa2ee2 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-try/migrated_0003/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-try/migrated_0003/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-try/migrated_0003/input.js" end: Object { column: 0 - index: 29 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/statement-try/migrated_0003/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/statement-try/migrated_0003/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/statement-try/migrated_0003/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "e" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "esprima/statement-try/migrated_0003/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "esprima/statement-try/migrated_0003/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -130,12 +116,10 @@ JSRoot { filename: "esprima/statement-try/migrated_0003/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -146,12 +130,10 @@ JSRoot { identifierName: "say" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -164,12 +146,10 @@ JSRoot { identifierName: "e" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-try/migrated_0004/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-try/migrated_0004/input.test.md index 77627b7ab46..a3bd07a3db6 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-try/migrated_0004/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-try/migrated_0004/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-try/migrated_0004/input.js" end: Object { column: 0 - index: 35 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/statement-try/migrated_0004/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "esprima/statement-try/migrated_0004/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "esprima/statement-try/migrated_0004/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/statement-try/migrated_0004/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "esprima/statement-try/migrated_0004/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { identifierName: "cleanup" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { identifierName: "stuff" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-try/migrated_0005/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-try/migrated_0005/input.test.md index 58838aa29bd..22e273e466d 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-try/migrated_0005/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-try/migrated_0005/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-try/migrated_0005/input.js" end: Object { column: 0 - index: 39 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "esprima/statement-try/migrated_0005/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "esprima/statement-try/migrated_0005/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/statement-try/migrated_0005/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/statement-try/migrated_0005/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { identifierName: "doThat" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "esprima/statement-try/migrated_0005/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { identifierName: "e" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -150,12 +134,10 @@ JSRoot { filename: "esprima/statement-try/migrated_0005/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -165,12 +147,10 @@ JSRoot { filename: "esprima/statement-try/migrated_0005/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -179,12 +159,10 @@ JSRoot { filename: "esprima/statement-try/migrated_0005/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -195,12 +173,10 @@ JSRoot { identifierName: "say" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -213,12 +189,10 @@ JSRoot { identifierName: "e" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-try/migrated_0006/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-try/migrated_0006/input.test.md index 4fea6cfec2a..f44633b862b 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-try/migrated_0006/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-try/migrated_0006/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-try/migrated_0006/input.js" end: Object { column: 0 - index: 66 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-try/migrated_0006/input.js" end: Object { column: 65 - index: 65 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/statement-try/migrated_0006/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "esprima/statement-try/migrated_0006/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -82,12 +74,10 @@ JSRoot { filename: "esprima/statement-try/migrated_0006/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { identifierName: "doThat" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "esprima/statement-try/migrated_0006/input.js" end: Object { column: 65 - index: 65 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "esprima/statement-try/migrated_0006/input.js" end: Object { column: 63 - index: 63 line: 1 } start: Object { column: 49 - index: 49 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "esprima/statement-try/migrated_0006/input.js" end: Object { column: 63 - index: 63 line: 1 } start: Object { column: 49 - index: 49 line: 1 } } @@ -163,12 +145,10 @@ JSRoot { identifierName: "cleanup" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 49 - index: 49 line: 1 } } @@ -181,12 +161,10 @@ JSRoot { identifierName: "stuff" end: Object { column: 62 - index: 62 line: 1 } start: Object { column: 57 - index: 57 line: 1 } } @@ -201,12 +179,10 @@ JSRoot { filename: "esprima/statement-try/migrated_0006/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -217,12 +193,10 @@ JSRoot { identifierName: "e" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -233,12 +207,10 @@ JSRoot { filename: "esprima/statement-try/migrated_0006/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -248,12 +220,10 @@ JSRoot { filename: "esprima/statement-try/migrated_0006/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -262,12 +232,10 @@ JSRoot { filename: "esprima/statement-try/migrated_0006/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -278,12 +246,10 @@ JSRoot { identifierName: "say" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -296,12 +262,10 @@ JSRoot { identifierName: "e" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-variable/complex-pattern-requires-init/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-variable/complex-pattern-requires-init/input.test.md index 2ff75b5fefb..d420687c7cb 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-variable/complex-pattern-requires-init/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-variable/complex-pattern-requires-init/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "esprima/statement-variable/complex-pattern-requires-init/input.js" end: Object { column: 0 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "esprima/statement-variable/complex-pattern-requires-init/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "esprima/statement-variable/complex-pattern-requires-init/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "esprima/statement-variable/complex-pattern-requires-init/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "esprima/statement-variable/complex-pattern-requires-init/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-variable/migrated_0000/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-variable/migrated_0000/input.test.md index a3e06cc3d30..fd49ac13060 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-variable/migrated_0000/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-variable/migrated_0000/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-variable/migrated_0000/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-variable/migrated_0000/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/statement-variable/migrated_0000/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/statement-variable/migrated_0000/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-variable/migrated_0001/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-variable/migrated_0001/input.test.md index d972f9218eb..a1cb69ca6f1 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-variable/migrated_0001/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-variable/migrated_0001/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-variable/migrated_0001/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-variable/migrated_0001/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/statement-variable/migrated_0001/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/statement-variable/migrated_0001/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "y" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "esprima/statement-variable/migrated_0001/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-variable/migrated_0002/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-variable/migrated_0002/input.test.md index 5413d936738..26cf367c8bd 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-variable/migrated_0002/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-variable/migrated_0002/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-variable/migrated_0002/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-variable/migrated_0002/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/statement-variable/migrated_0002/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/statement-variable/migrated_0002/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "esprima/statement-variable/migrated_0002/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-variable/migrated_0003/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-variable/migrated_0003/input.test.md index db213bc3298..fc389027ad8 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-variable/migrated_0003/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-variable/migrated_0003/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-variable/migrated_0003/input.js" end: Object { column: 0 - index: 30 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-variable/migrated_0003/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/statement-variable/migrated_0003/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "eval" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/statement-variable/migrated_0003/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "esprima/statement-variable/migrated_0003/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "esprima/statement-variable/migrated_0003/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "esprima/statement-variable/migrated_0003/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-variable/migrated_0004/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-variable/migrated_0004/input.test.md index fa867ecdd8b..40deb541318 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-variable/migrated_0004/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-variable/migrated_0004/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-variable/migrated_0004/input.js" end: Object { column: 0 - index: 28 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-variable/migrated_0004/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/statement-variable/migrated_0004/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/statement-variable/migrated_0004/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "esprima/statement-variable/migrated_0004/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { identifierName: "y" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "esprima/statement-variable/migrated_0004/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "esprima/statement-variable/migrated_0004/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -168,12 +150,10 @@ JSRoot { identifierName: "z" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -182,12 +162,10 @@ JSRoot { filename: "esprima/statement-variable/migrated_0004/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -198,12 +176,10 @@ JSRoot { filename: "esprima/statement-variable/migrated_0004/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-variable/migrated_0005/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-variable/migrated_0005/input.test.md index 5d3e053b2c6..2ba8134016d 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-variable/migrated_0005/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-variable/migrated_0005/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-variable/migrated_0005/input.js" end: Object { column: 0 - index: 35 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-variable/migrated_0005/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/statement-variable/migrated_0005/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "implements" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/statement-variable/migrated_0005/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "interface" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "esprima/statement-variable/migrated_0005/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { identifierName: "package" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -151,12 +135,10 @@ JSRoot { filename: "esprima/statement-variable/migrated_0005/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-variable/migrated_0006/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-variable/migrated_0006/input.test.md index 31f036fa7fa..d17800eaa99 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-variable/migrated_0006/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-variable/migrated_0006/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-variable/migrated_0006/input.js" end: Object { column: 0 - index: 39 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-variable/migrated_0006/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "esprima/statement-variable/migrated_0006/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "private" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "esprima/statement-variable/migrated_0006/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "protected" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "esprima/statement-variable/migrated_0006/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { identifierName: "public" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -151,12 +135,10 @@ JSRoot { filename: "esprima/statement-variable/migrated_0006/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -169,12 +151,10 @@ JSRoot { identifierName: "static" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -184,12 +164,10 @@ JSRoot { filename: "esprima/statement-variable/migrated_0006/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-with/migrated_0000/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-with/migrated_0000/input.test.md index f50bff5de6d..77238c20911 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-with/migrated_0000/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-with/migrated_0000/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-with/migrated_0000/input.js" end: Object { column: 0 - index: 19 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-with/migrated_0000/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/statement-with/migrated_0000/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/statement-with/migrated_0000/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { identifierName: "foo" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { identifierName: "bar" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-with/migrated_0001/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-with/migrated_0001/input.test.md index 65bb29d7f1c..d69c791878f 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-with/migrated_0001/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-with/migrated_0001/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-with/migrated_0001/input.js" end: Object { column: 0 - index: 20 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-with/migrated_0001/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "esprima/statement-with/migrated_0001/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "esprima/statement-with/migrated_0001/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { identifierName: "foo" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { identifierName: "bar" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/esprima/statement-with/migrated_0002/input.test.md b/internal/js-parser/test-fixtures/esprima/statement-with/migrated_0002/input.test.md index 91737adb32e..3631a542cbe 100644 --- a/internal/js-parser/test-fixtures/esprima/statement-with/migrated_0002/input.test.md +++ b/internal/js-parser/test-fixtures/esprima/statement-with/migrated_0002/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "esprima/statement-with/migrated_0002/input.js" end: Object { column: 0 - index: 23 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "esprima/statement-with/migrated_0002/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "esprima/statement-with/migrated_0002/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "esprima/statement-with/migrated_0002/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "esprima/statement-with/migrated_0002/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { identifierName: "foo" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { identifierName: "bar" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-methods/asi-failure-generator/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-methods/asi-failure-generator/input.test.md index 7d621f453ef..b1edde2d103 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-methods/asi-failure-generator/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-methods/asi-failure-generator/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/class-private-methods/asi-failure-generator/input.js" end: Object { column: 0 - index: 34 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 23 line: 3 } start: Object { column: 3 - index: 23 line: 3 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "experimental/class-private-methods/asi-failure-generator/input.js" end: Object { column: 1 - index: 33 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -101,12 +93,10 @@ JSRoot { filename: "experimental/class-private-methods/asi-failure-generator/input.js" end: Object { column: 1 - index: 33 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { identifierName: "p" end: Object { column: 3 - index: 15 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -134,12 +122,10 @@ JSRoot { filename: "experimental/class-private-methods/asi-failure-generator/input.js" end: Object { column: 3 - index: 15 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -150,12 +136,10 @@ JSRoot { filename: "experimental/class-private-methods/asi-failure-generator/input.js" end: Object { column: 4 - index: 24 line: 3 } start: Object { column: 6 - index: 18 line: 2 } } @@ -165,12 +149,10 @@ JSRoot { filename: "experimental/class-private-methods/asi-failure-generator/input.js" end: Object { column: 4 - index: 24 line: 3 } start: Object { column: 3 - index: 23 line: 3 } } @@ -182,12 +164,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 19 line: 2 } start: Object { column: 6 - index: 18 line: 2 } } @@ -199,12 +179,10 @@ JSRoot { filename: "experimental/class-private-methods/asi-failure-generator/input.js" end: Object { column: 4 - index: 24 line: 3 } start: Object { column: 2 - index: 14 line: 2 } } @@ -217,19 +195,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 14 line: 2 } loc: Object { filename: "experimental/class-private-methods/asi-failure-generator/input.js" end: Object { column: 3 - index: 15 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -245,12 +220,10 @@ JSRoot { identifierName: "m" end: Object { column: 5 - index: 25 line: 3 } start: Object { column: 4 - index: 24 line: 3 } } @@ -259,12 +232,10 @@ JSRoot { filename: "experimental/class-private-methods/asi-failure-generator/input.js" end: Object { column: 5 - index: 25 line: 3 } start: Object { column: 4 - index: 24 line: 3 } } @@ -273,12 +244,10 @@ JSRoot { filename: "experimental/class-private-methods/asi-failure-generator/input.js" end: Object { column: 11 - index: 31 line: 3 } start: Object { column: 4 - index: 24 line: 3 } } @@ -289,12 +258,10 @@ JSRoot { filename: "experimental/class-private-methods/asi-failure-generator/input.js" end: Object { column: 11 - index: 31 line: 3 } start: Object { column: 9 - index: 29 line: 3 } } @@ -312,12 +279,10 @@ JSRoot { filename: "experimental/class-private-methods/asi-failure-generator/input.js" end: Object { column: 8 - index: 28 line: 3 } start: Object { column: 6 - index: 26 line: 3 } } @@ -331,19 +296,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 24 line: 3 } loc: Object { filename: "experimental/class-private-methods/asi-failure-generator/input.js" end: Object { column: 5 - index: 25 line: 3 } start: Object { column: 4 - index: 24 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-methods/async-generator/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-methods/async-generator/input.test.md index ce3d0350f30..0ad78ef2aa8 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-methods/async-generator/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-methods/async-generator/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-methods/async-generator/input.js" end: Object { column: 0 - index: 213 line: 14 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-methods/async-generator/input.js" end: Object { column: 1 - index: 212 line: 13 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-methods/async-generator/input.js" end: Object { column: 1 - index: 212 line: 13 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "readLines" end: Object { column: 19 - index: 31 line: 2 } start: Object { column: 10 - index: 22 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-methods/async-generator/input.js" end: Object { column: 19 - index: 31 line: 2 } start: Object { column: 9 - index: 21 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-methods/async-generator/input.js" end: Object { column: 3 - index: 210 line: 12 } start: Object { column: 2 - index: 14 line: 2 } } @@ -138,19 +124,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 14 line: 2 } loc: Object { filename: "experimental/class-private-methods/async-generator/input.js" end: Object { column: 19 - index: 31 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -167,12 +150,10 @@ JSRoot { filename: "experimental/class-private-methods/async-generator/input.js" end: Object { column: 25 - index: 37 line: 2 } start: Object { column: 19 - index: 31 line: 2 } } @@ -184,12 +165,10 @@ JSRoot { identifierName: "path" end: Object { column: 24 - index: 36 line: 2 } start: Object { column: 20 - index: 32 line: 2 } } @@ -200,12 +179,10 @@ JSRoot { filename: "experimental/class-private-methods/async-generator/input.js" end: Object { column: 24 - index: 36 line: 2 } start: Object { column: 20 - index: 32 line: 2 } } @@ -219,12 +196,10 @@ JSRoot { filename: "experimental/class-private-methods/async-generator/input.js" end: Object { column: 3 - index: 210 line: 12 } start: Object { column: 26 - index: 38 line: 2 } } @@ -234,12 +209,10 @@ JSRoot { filename: "experimental/class-private-methods/async-generator/input.js" end: Object { column: 36 - index: 76 line: 3 } start: Object { column: 4 - index: 44 line: 3 } } @@ -249,12 +222,10 @@ JSRoot { filename: "experimental/class-private-methods/async-generator/input.js" end: Object { column: 36 - index: 76 line: 3 } start: Object { column: 4 - index: 44 line: 3 } } @@ -267,12 +238,10 @@ JSRoot { identifierName: "file" end: Object { column: 12 - index: 52 line: 3 } start: Object { column: 8 - index: 48 line: 3 } } @@ -281,12 +250,10 @@ JSRoot { filename: "experimental/class-private-methods/async-generator/input.js" end: Object { column: 35 - index: 75 line: 3 } start: Object { column: 8 - index: 48 line: 3 } } @@ -295,12 +262,10 @@ JSRoot { filename: "experimental/class-private-methods/async-generator/input.js" end: Object { column: 35 - index: 75 line: 3 } start: Object { column: 15 - index: 55 line: 3 } } @@ -309,12 +274,10 @@ JSRoot { filename: "experimental/class-private-methods/async-generator/input.js" end: Object { column: 35 - index: 75 line: 3 } start: Object { column: 21 - index: 61 line: 3 } } @@ -325,12 +288,10 @@ JSRoot { identifierName: "fileOpen" end: Object { column: 29 - index: 69 line: 3 } start: Object { column: 21 - index: 61 line: 3 } } @@ -343,12 +304,10 @@ JSRoot { identifierName: "path" end: Object { column: 34 - index: 74 line: 3 } start: Object { column: 30 - index: 70 line: 3 } } @@ -366,12 +325,10 @@ JSRoot { filename: "experimental/class-private-methods/async-generator/input.js" end: Object { column: 5 - index: 206 line: 11 } start: Object { column: 4 - index: 82 line: 5 } } @@ -381,12 +338,10 @@ JSRoot { filename: "experimental/class-private-methods/async-generator/input.js" end: Object { column: 5 - index: 206 line: 11 } start: Object { column: 14 - index: 173 line: 9 } } @@ -396,12 +351,10 @@ JSRoot { filename: "experimental/class-private-methods/async-generator/input.js" end: Object { column: 25 - index: 200 line: 10 } start: Object { column: 6 - index: 181 line: 10 } } @@ -410,12 +363,10 @@ JSRoot { filename: "experimental/class-private-methods/async-generator/input.js" end: Object { column: 24 - index: 199 line: 10 } start: Object { column: 6 - index: 181 line: 10 } } @@ -425,12 +376,10 @@ JSRoot { filename: "experimental/class-private-methods/async-generator/input.js" end: Object { column: 24 - index: 199 line: 10 } start: Object { column: 12 - index: 187 line: 10 } } @@ -439,12 +388,10 @@ JSRoot { filename: "experimental/class-private-methods/async-generator/input.js" end: Object { column: 22 - index: 197 line: 10 } start: Object { column: 12 - index: 187 line: 10 } } @@ -455,12 +402,10 @@ JSRoot { identifierName: "file" end: Object { column: 16 - index: 191 line: 10 } start: Object { column: 12 - index: 187 line: 10 } } @@ -473,12 +418,10 @@ JSRoot { identifierName: "close" end: Object { column: 22 - index: 197 line: 10 } start: Object { column: 17 - index: 192 line: 10 } } @@ -488,12 +431,10 @@ JSRoot { identifierName: "close" end: Object { column: 22 - index: 197 line: 10 } start: Object { column: 17 - index: 192 line: 10 } } @@ -510,12 +451,10 @@ JSRoot { filename: "experimental/class-private-methods/async-generator/input.js" end: Object { column: 5 - index: 164 line: 9 } start: Object { column: 8 - index: 86 line: 5 } } @@ -525,12 +464,10 @@ JSRoot { filename: "experimental/class-private-methods/async-generator/input.js" end: Object { column: 7 - index: 158 line: 8 } start: Object { column: 6 - index: 94 line: 6 } } @@ -541,12 +478,10 @@ JSRoot { filename: "experimental/class-private-methods/async-generator/input.js" end: Object { column: 22 - index: 110 line: 6 } start: Object { column: 13 - index: 101 line: 6 } } @@ -555,12 +490,10 @@ JSRoot { filename: "experimental/class-private-methods/async-generator/input.js" end: Object { column: 22 - index: 110 line: 6 } start: Object { column: 14 - index: 102 line: 6 } } @@ -571,12 +504,10 @@ JSRoot { identifierName: "file" end: Object { column: 18 - index: 106 line: 6 } start: Object { column: 14 - index: 102 line: 6 } } @@ -589,12 +520,10 @@ JSRoot { identifierName: "EOF" end: Object { column: 22 - index: 110 line: 6 } start: Object { column: 19 - index: 107 line: 6 } } @@ -604,12 +533,10 @@ JSRoot { identifierName: "EOF" end: Object { column: 22 - index: 110 line: 6 } start: Object { column: 19 - index: 107 line: 6 } } @@ -622,12 +549,10 @@ JSRoot { filename: "experimental/class-private-methods/async-generator/input.js" end: Object { column: 7 - index: 158 line: 8 } start: Object { column: 24 - index: 112 line: 6 } } @@ -637,12 +562,10 @@ JSRoot { filename: "experimental/class-private-methods/async-generator/input.js" end: Object { column: 36 - index: 150 line: 7 } start: Object { column: 8 - index: 122 line: 7 } } @@ -652,12 +575,10 @@ JSRoot { filename: "experimental/class-private-methods/async-generator/input.js" end: Object { column: 35 - index: 149 line: 7 } start: Object { column: 8 - index: 122 line: 7 } } @@ -666,12 +587,10 @@ JSRoot { filename: "experimental/class-private-methods/async-generator/input.js" end: Object { column: 35 - index: 149 line: 7 } start: Object { column: 14 - index: 128 line: 7 } } @@ -681,12 +600,10 @@ JSRoot { filename: "experimental/class-private-methods/async-generator/input.js" end: Object { column: 35 - index: 149 line: 7 } start: Object { column: 20 - index: 134 line: 7 } } @@ -695,12 +612,10 @@ JSRoot { filename: "experimental/class-private-methods/async-generator/input.js" end: Object { column: 33 - index: 147 line: 7 } start: Object { column: 20 - index: 134 line: 7 } } @@ -711,12 +626,10 @@ JSRoot { identifierName: "file" end: Object { column: 24 - index: 138 line: 7 } start: Object { column: 20 - index: 134 line: 7 } } @@ -729,12 +642,10 @@ JSRoot { identifierName: "readLine" end: Object { column: 33 - index: 147 line: 7 } start: Object { column: 25 - index: 139 line: 7 } } @@ -744,12 +655,10 @@ JSRoot { identifierName: "readLine" end: Object { column: 33 - index: 147 line: 7 } start: Object { column: 25 - index: 139 line: 7 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-methods/async/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-methods/async/input.test.md index 12749142291..cef7defdc75 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-methods/async/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-methods/async/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-methods/async/input.js" end: Object { column: 0 - index: 61 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "Hotel" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-methods/async/input.js" end: Object { column: 1 - index: 60 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-methods/async/input.js" end: Object { column: 1 - index: 60 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "evil" end: Object { column: 13 - index: 27 line: 2 } start: Object { column: 9 - index: 23 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-methods/async/input.js" end: Object { column: 13 - index: 27 line: 2 } start: Object { column: 8 - index: 22 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-methods/async/input.js" end: Object { column: 3 - index: 58 line: 4 } start: Object { column: 2 - index: 16 line: 2 } } @@ -142,12 +128,10 @@ JSRoot { filename: "experimental/class-private-methods/async/input.js" end: Object { column: 15 - index: 29 line: 2 } start: Object { column: 13 - index: 27 line: 2 } } @@ -161,19 +145,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 16 line: 2 } loc: Object { filename: "experimental/class-private-methods/async/input.js" end: Object { column: 13 - index: 27 line: 2 } start: Object { column: 2 - index: 16 line: 2 } } @@ -184,12 +165,10 @@ JSRoot { filename: "experimental/class-private-methods/async/input.js" end: Object { column: 3 - index: 58 line: 4 } start: Object { column: 16 - index: 30 line: 2 } } @@ -199,12 +178,10 @@ JSRoot { filename: "experimental/class-private-methods/async/input.js" end: Object { column: 22 - index: 54 line: 3 } start: Object { column: 4 - index: 36 line: 3 } } @@ -213,12 +190,10 @@ JSRoot { filename: "experimental/class-private-methods/async/input.js" end: Object { column: 21 - index: 53 line: 3 } start: Object { column: 4 - index: 36 line: 3 } } @@ -228,12 +203,10 @@ JSRoot { filename: "experimental/class-private-methods/async/input.js" end: Object { column: 21 - index: 53 line: 3 } start: Object { column: 10 - index: 42 line: 3 } } @@ -244,12 +217,10 @@ JSRoot { identifierName: "notReally" end: Object { column: 19 - index: 51 line: 3 } start: Object { column: 10 - index: 42 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-methods/combined/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-methods/combined/input.test.md index 276d95275e8..8765c7596b0 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-methods/combined/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-methods/combined/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-methods/combined/input.js" end: Object { column: 0 - index: 160 line: 17 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-methods/combined/input.js" end: Object { column: 1 - index: 159 line: 16 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-methods/combined/input.js" end: Object { column: 1 - index: 159 line: 16 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 15 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -105,12 +95,10 @@ JSRoot { filename: "experimental/class-private-methods/combined/input.js" end: Object { column: 3 - index: 15 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "experimental/class-private-methods/combined/input.js" end: Object { column: 7 - index: 19 line: 2 } start: Object { column: 6 - index: 18 line: 2 } } @@ -138,12 +124,10 @@ JSRoot { filename: "experimental/class-private-methods/combined/input.js" end: Object { column: 8 - index: 20 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -156,19 +140,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 14 line: 2 } loc: Object { filename: "experimental/class-private-methods/combined/input.js" end: Object { column: 3 - index: 15 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -184,12 +165,10 @@ JSRoot { identifierName: "a" end: Object { column: 5 - index: 27 line: 4 } start: Object { column: 4 - index: 26 line: 4 } } @@ -198,12 +177,10 @@ JSRoot { filename: "experimental/class-private-methods/combined/input.js" end: Object { column: 5 - index: 27 line: 4 } start: Object { column: 3 - index: 25 line: 4 } } @@ -212,12 +189,10 @@ JSRoot { filename: "experimental/class-private-methods/combined/input.js" end: Object { column: 3 - index: 52 line: 6 } start: Object { column: 2 - index: 24 line: 4 } } @@ -234,12 +209,10 @@ JSRoot { filename: "experimental/class-private-methods/combined/input.js" end: Object { column: 7 - index: 29 line: 4 } start: Object { column: 5 - index: 27 line: 4 } } @@ -253,19 +226,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 24 line: 4 } loc: Object { filename: "experimental/class-private-methods/combined/input.js" end: Object { column: 5 - index: 27 line: 4 } start: Object { column: 2 - index: 24 line: 4 } } @@ -276,12 +246,10 @@ JSRoot { filename: "experimental/class-private-methods/combined/input.js" end: Object { column: 3 - index: 52 line: 6 } start: Object { column: 8 - index: 30 line: 4 } } @@ -291,12 +259,10 @@ JSRoot { filename: "experimental/class-private-methods/combined/input.js" end: Object { column: 16 - index: 48 line: 5 } start: Object { column: 4 - index: 36 line: 5 } } @@ -306,12 +272,10 @@ JSRoot { filename: "experimental/class-private-methods/combined/input.js" end: Object { column: 15 - index: 47 line: 5 } start: Object { column: 4 - index: 36 line: 5 } } @@ -321,12 +285,10 @@ JSRoot { filename: "experimental/class-private-methods/combined/input.js" end: Object { column: 15 - index: 47 line: 5 } start: Object { column: 10 - index: 42 line: 5 } } @@ -337,12 +299,10 @@ JSRoot { identifierName: "bar" end: Object { column: 13 - index: 45 line: 5 } start: Object { column: 10 - index: 42 line: 5 } } @@ -362,12 +322,10 @@ JSRoot { identifierName: "b" end: Object { column: 4 - index: 58 line: 8 } start: Object { column: 3 - index: 57 line: 8 } } @@ -376,12 +334,10 @@ JSRoot { filename: "experimental/class-private-methods/combined/input.js" end: Object { column: 4 - index: 58 line: 8 } start: Object { column: 2 - index: 56 line: 8 } } @@ -393,12 +349,10 @@ JSRoot { filename: "experimental/class-private-methods/combined/input.js" end: Object { column: 8 - index: 62 line: 8 } start: Object { column: 7 - index: 61 line: 8 } } @@ -408,12 +362,10 @@ JSRoot { filename: "experimental/class-private-methods/combined/input.js" end: Object { column: 9 - index: 63 line: 8 } start: Object { column: 2 - index: 56 line: 8 } } @@ -426,19 +378,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 56 line: 8 } loc: Object { filename: "experimental/class-private-methods/combined/input.js" end: Object { column: 4 - index: 58 line: 8 } start: Object { column: 2 - index: 56 line: 8 } } @@ -454,12 +403,10 @@ JSRoot { identifierName: "b" end: Object { column: 7 - index: 72 line: 10 } start: Object { column: 6 - index: 71 line: 10 } } @@ -468,12 +415,10 @@ JSRoot { filename: "experimental/class-private-methods/combined/input.js" end: Object { column: 7 - index: 72 line: 10 } start: Object { column: 6 - index: 71 line: 10 } } @@ -482,12 +427,10 @@ JSRoot { filename: "experimental/class-private-methods/combined/input.js" end: Object { column: 26 - index: 91 line: 10 } start: Object { column: 2 - index: 67 line: 10 } } @@ -504,12 +447,10 @@ JSRoot { filename: "experimental/class-private-methods/combined/input.js" end: Object { column: 9 - index: 74 line: 10 } start: Object { column: 7 - index: 72 line: 10 } } @@ -523,19 +464,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 67 line: 10 } loc: Object { filename: "experimental/class-private-methods/combined/input.js" end: Object { column: 7 - index: 72 line: 10 } start: Object { column: 2 - index: 67 line: 10 } } @@ -546,12 +484,10 @@ JSRoot { filename: "experimental/class-private-methods/combined/input.js" end: Object { column: 26 - index: 91 line: 10 } start: Object { column: 10 - index: 75 line: 10 } } @@ -561,12 +497,10 @@ JSRoot { filename: "experimental/class-private-methods/combined/input.js" end: Object { column: 24 - index: 89 line: 10 } start: Object { column: 12 - index: 77 line: 10 } } @@ -577,12 +511,10 @@ JSRoot { filename: "experimental/class-private-methods/combined/input.js" end: Object { column: 23 - index: 88 line: 10 } start: Object { column: 19 - index: 84 line: 10 } } @@ -601,12 +533,10 @@ JSRoot { identifierName: "c" end: Object { column: 8 - index: 100 line: 11 } start: Object { column: 7 - index: 99 line: 11 } } @@ -615,12 +545,10 @@ JSRoot { filename: "experimental/class-private-methods/combined/input.js" end: Object { column: 8 - index: 100 line: 11 } start: Object { column: 6 - index: 98 line: 11 } } @@ -629,12 +557,10 @@ JSRoot { filename: "experimental/class-private-methods/combined/input.js" end: Object { column: 25 - index: 117 line: 11 } start: Object { column: 2 - index: 94 line: 11 } } @@ -647,19 +573,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 94 line: 11 } loc: Object { filename: "experimental/class-private-methods/combined/input.js" end: Object { column: 8 - index: 100 line: 11 } start: Object { column: 2 - index: 94 line: 11 } } @@ -670,12 +593,10 @@ JSRoot { filename: "experimental/class-private-methods/combined/input.js" end: Object { column: 25 - index: 117 line: 11 } start: Object { column: 12 - index: 104 line: 11 } } @@ -685,12 +606,10 @@ JSRoot { filename: "experimental/class-private-methods/combined/input.js" end: Object { column: 23 - index: 115 line: 11 } start: Object { column: 14 - index: 106 line: 11 } } @@ -701,12 +620,10 @@ JSRoot { identifierName: "x" end: Object { column: 22 - index: 114 line: 11 } start: Object { column: 21 - index: 113 line: 11 } } @@ -726,12 +643,10 @@ JSRoot { filename: "experimental/class-private-methods/combined/input.js" end: Object { column: 11 - index: 103 line: 11 } start: Object { column: 8 - index: 100 line: 11 } } @@ -743,12 +658,10 @@ JSRoot { identifierName: "x" end: Object { column: 10 - index: 102 line: 11 } start: Object { column: 9 - index: 101 line: 11 } } @@ -759,12 +672,10 @@ JSRoot { filename: "experimental/class-private-methods/combined/input.js" end: Object { column: 10 - index: 102 line: 11 } start: Object { column: 9 - index: 101 line: 11 } } @@ -783,12 +694,10 @@ JSRoot { identifierName: "d" end: Object { column: 4 - index: 123 line: 13 } start: Object { column: 3 - index: 122 line: 13 } } @@ -797,12 +706,10 @@ JSRoot { filename: "experimental/class-private-methods/combined/input.js" end: Object { column: 4 - index: 123 line: 13 } start: Object { column: 2 - index: 121 line: 13 } } @@ -811,12 +718,10 @@ JSRoot { filename: "experimental/class-private-methods/combined/input.js" end: Object { column: 3 - index: 157 line: 15 } start: Object { column: 2 - index: 121 line: 13 } } @@ -833,12 +738,10 @@ JSRoot { filename: "experimental/class-private-methods/combined/input.js" end: Object { column: 6 - index: 125 line: 13 } start: Object { column: 4 - index: 123 line: 13 } } @@ -852,19 +755,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 121 line: 13 } loc: Object { filename: "experimental/class-private-methods/combined/input.js" end: Object { column: 4 - index: 123 line: 13 } start: Object { column: 2 - index: 121 line: 13 } } @@ -875,12 +775,10 @@ JSRoot { filename: "experimental/class-private-methods/combined/input.js" end: Object { column: 3 - index: 157 line: 15 } start: Object { column: 7 - index: 126 line: 13 } } @@ -890,12 +788,10 @@ JSRoot { filename: "experimental/class-private-methods/combined/input.js" end: Object { column: 25 - index: 153 line: 14 } start: Object { column: 4 - index: 132 line: 14 } } @@ -905,12 +801,10 @@ JSRoot { filename: "experimental/class-private-methods/combined/input.js" end: Object { column: 24 - index: 152 line: 14 } start: Object { column: 11 - index: 139 line: 14 } } @@ -919,12 +813,10 @@ JSRoot { filename: "experimental/class-private-methods/combined/input.js" end: Object { column: 22 - index: 150 line: 14 } start: Object { column: 11 - index: 139 line: 14 } } @@ -935,12 +827,10 @@ JSRoot { identifierName: "Math" end: Object { column: 15 - index: 143 line: 14 } start: Object { column: 11 - index: 139 line: 14 } } @@ -953,12 +843,10 @@ JSRoot { identifierName: "random" end: Object { column: 22 - index: 150 line: 14 } start: Object { column: 16 - index: 144 line: 14 } } @@ -968,12 +856,10 @@ JSRoot { identifierName: "random" end: Object { column: 22 - index: 150 line: 14 } start: Object { column: 16 - index: 144 line: 14 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-methods/failure-name-constructor/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-methods/failure-name-constructor/input.test.md index 538859f5111..b05b11e8bed 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-methods/failure-name-constructor/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-methods/failure-name-constructor/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/class-private-methods/failure-name-constructor/input.js" end: Object { column: 0 - index: 35 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 14 - index: 26 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "experimental/class-private-methods/failure-name-constructor/input.js" end: Object { column: 1 - index: 34 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "experimental/class-private-methods/failure-name-constructor/input.js" end: Object { column: 1 - index: 34 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "constructor" end: Object { column: 14 - index: 26 line: 2 } start: Object { column: 3 - index: 15 line: 2 } } @@ -130,12 +118,10 @@ JSRoot { filename: "experimental/class-private-methods/failure-name-constructor/input.js" end: Object { column: 14 - index: 26 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -144,12 +130,10 @@ JSRoot { filename: "experimental/class-private-methods/failure-name-constructor/input.js" end: Object { column: 19 - index: 31 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -160,12 +144,10 @@ JSRoot { filename: "experimental/class-private-methods/failure-name-constructor/input.js" end: Object { column: 19 - index: 31 line: 2 } start: Object { column: 17 - index: 29 line: 2 } } @@ -183,12 +165,10 @@ JSRoot { filename: "experimental/class-private-methods/failure-name-constructor/input.js" end: Object { column: 16 - index: 28 line: 2 } start: Object { column: 14 - index: 26 line: 2 } } @@ -202,19 +182,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 14 line: 2 } loc: Object { filename: "experimental/class-private-methods/failure-name-constructor/input.js" end: Object { column: 14 - index: 26 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-methods/failure-no-plugin/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-methods/failure-no-plugin/input.test.md index 6951e090762..ce89c540775 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-methods/failure-no-plugin/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-methods/failure-no-plugin/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-methods/failure-no-plugin/input.js" end: Object { column: 0 - index: 34 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-methods/failure-no-plugin/input.js" end: Object { column: 1 - index: 33 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-methods/failure-no-plugin/input.js" end: Object { column: 1 - index: 33 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "p" end: Object { column: 4 - index: 16 line: 2 } start: Object { column: 3 - index: 15 line: 2 } } @@ -105,12 +95,10 @@ JSRoot { filename: "experimental/class-private-methods/failure-no-plugin/input.js" end: Object { column: 4 - index: 16 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 20 line: 2 } start: Object { column: 7 - index: 19 line: 2 } } @@ -137,12 +123,10 @@ JSRoot { filename: "experimental/class-private-methods/failure-no-plugin/input.js" end: Object { column: 8 - index: 20 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 14 line: 2 } loc: Object { filename: "experimental/class-private-methods/failure-no-plugin/input.js" end: Object { column: 4 - index: 16 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -183,12 +164,10 @@ JSRoot { identifierName: "m" end: Object { column: 4 - index: 25 line: 3 } start: Object { column: 3 - index: 24 line: 3 } } @@ -197,12 +176,10 @@ JSRoot { filename: "experimental/class-private-methods/failure-no-plugin/input.js" end: Object { column: 4 - index: 25 line: 3 } start: Object { column: 2 - index: 23 line: 3 } } @@ -211,12 +188,10 @@ JSRoot { filename: "experimental/class-private-methods/failure-no-plugin/input.js" end: Object { column: 10 - index: 31 line: 3 } start: Object { column: 2 - index: 23 line: 3 } } @@ -227,12 +202,10 @@ JSRoot { filename: "experimental/class-private-methods/failure-no-plugin/input.js" end: Object { column: 10 - index: 31 line: 3 } start: Object { column: 8 - index: 29 line: 3 } } @@ -250,12 +223,10 @@ JSRoot { filename: "experimental/class-private-methods/failure-no-plugin/input.js" end: Object { column: 7 - index: 28 line: 3 } start: Object { column: 5 - index: 26 line: 3 } } @@ -269,19 +240,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 23 line: 3 } loc: Object { filename: "experimental/class-private-methods/failure-no-plugin/input.js" end: Object { column: 4 - index: 25 line: 3 } start: Object { column: 2 - index: 23 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-methods/failure-spaces/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-methods/failure-spaces/input.test.md index e5a9634077f..88faff5be80 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-methods/failure-spaces/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-methods/failure-spaces/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/class-private-methods/failure-spaces/input.js" end: Object { column: 0 - index: 61 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 18 line: 2 } start: Object { column: 3 - index: 18 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "Spaces" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "experimental/class-private-methods/failure-spaces/input.js" end: Object { column: 1 - index: 60 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "experimental/class-private-methods/failure-spaces/input.js" end: Object { column: 1 - index: 60 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "wrongSpaces" end: Object { column: 16 - index: 31 line: 2 } start: Object { column: 5 - index: 20 line: 2 } } @@ -130,12 +118,10 @@ JSRoot { filename: "experimental/class-private-methods/failure-spaces/input.js" end: Object { column: 16 - index: 31 line: 2 } start: Object { column: 2 - index: 17 line: 2 } } @@ -144,12 +130,10 @@ JSRoot { filename: "experimental/class-private-methods/failure-spaces/input.js" end: Object { column: 3 - index: 58 line: 4 } start: Object { column: 2 - index: 17 line: 2 } } @@ -166,12 +150,10 @@ JSRoot { filename: "experimental/class-private-methods/failure-spaces/input.js" end: Object { column: 18 - index: 33 line: 2 } start: Object { column: 16 - index: 31 line: 2 } } @@ -185,19 +167,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 17 line: 2 } loc: Object { filename: "experimental/class-private-methods/failure-spaces/input.js" end: Object { column: 16 - index: 31 line: 2 } start: Object { column: 2 - index: 17 line: 2 } } @@ -208,12 +187,10 @@ JSRoot { filename: "experimental/class-private-methods/failure-spaces/input.js" end: Object { column: 3 - index: 58 line: 4 } start: Object { column: 19 - index: 34 line: 2 } } @@ -223,12 +200,10 @@ JSRoot { filename: "experimental/class-private-methods/failure-spaces/input.js" end: Object { column: 18 - index: 54 line: 3 } start: Object { column: 4 - index: 40 line: 3 } } @@ -238,12 +213,10 @@ JSRoot { filename: "experimental/class-private-methods/failure-spaces/input.js" end: Object { column: 17 - index: 53 line: 3 } start: Object { column: 11 - index: 47 line: 3 } } @@ -254,12 +227,10 @@ JSRoot { identifierName: "fail" end: Object { column: 15 - index: 51 line: 3 } start: Object { column: 11 - index: 47 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-methods/generator/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-methods/generator/input.test.md index e792b000683..22fd00aab64 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-methods/generator/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-methods/generator/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-methods/generator/input.js" end: Object { column: 0 - index: 56 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "Hotel" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-methods/generator/input.js" end: Object { column: 1 - index: 55 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-methods/generator/input.js" end: Object { column: 1 - index: 55 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "evil" end: Object { column: 8 - index: 22 line: 2 } start: Object { column: 4 - index: 18 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-methods/generator/input.js" end: Object { column: 8 - index: 22 line: 2 } start: Object { column: 3 - index: 17 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-methods/generator/input.js" end: Object { column: 3 - index: 53 line: 4 } start: Object { column: 2 - index: 16 line: 2 } } @@ -142,12 +128,10 @@ JSRoot { filename: "experimental/class-private-methods/generator/input.js" end: Object { column: 10 - index: 24 line: 2 } start: Object { column: 8 - index: 22 line: 2 } } @@ -161,19 +145,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 16 line: 2 } loc: Object { filename: "experimental/class-private-methods/generator/input.js" end: Object { column: 8 - index: 22 line: 2 } start: Object { column: 2 - index: 16 line: 2 } } @@ -184,12 +165,10 @@ JSRoot { filename: "experimental/class-private-methods/generator/input.js" end: Object { column: 3 - index: 53 line: 4 } start: Object { column: 11 - index: 25 line: 2 } } @@ -199,12 +178,10 @@ JSRoot { filename: "experimental/class-private-methods/generator/input.js" end: Object { column: 22 - index: 49 line: 3 } start: Object { column: 4 - index: 31 line: 3 } } @@ -214,12 +191,10 @@ JSRoot { filename: "experimental/class-private-methods/generator/input.js" end: Object { column: 21 - index: 48 line: 3 } start: Object { column: 4 - index: 31 line: 3 } } @@ -229,12 +204,10 @@ JSRoot { filename: "experimental/class-private-methods/generator/input.js" end: Object { column: 21 - index: 48 line: 3 } start: Object { column: 10 - index: 37 line: 3 } } @@ -245,12 +218,10 @@ JSRoot { identifierName: "notReally" end: Object { column: 19 - index: 46 line: 3 } start: Object { column: 10 - index: 37 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-methods/get-set/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-methods/get-set/input.test.md index 8ae7bfd9a1c..3306cdae2d1 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-methods/get-set/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-methods/get-set/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-methods/get-set/input.js" end: Object { column: 0 - index: 100 line: 9 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "Hotel" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-methods/get-set/input.js" end: Object { column: 1 - index: 99 line: 8 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-methods/get-set/input.js" end: Object { column: 1 - index: 99 line: 8 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "evil" end: Object { column: 11 - index: 25 line: 2 } start: Object { column: 7 - index: 21 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-methods/get-set/input.js" end: Object { column: 11 - index: 25 line: 2 } start: Object { column: 6 - index: 20 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-methods/get-set/input.js" end: Object { column: 3 - index: 52 line: 4 } start: Object { column: 2 - index: 16 line: 2 } } @@ -142,12 +128,10 @@ JSRoot { filename: "experimental/class-private-methods/get-set/input.js" end: Object { column: 13 - index: 27 line: 2 } start: Object { column: 11 - index: 25 line: 2 } } @@ -161,19 +145,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 16 line: 2 } loc: Object { filename: "experimental/class-private-methods/get-set/input.js" end: Object { column: 11 - index: 25 line: 2 } start: Object { column: 2 - index: 16 line: 2 } } @@ -184,12 +165,10 @@ JSRoot { filename: "experimental/class-private-methods/get-set/input.js" end: Object { column: 3 - index: 52 line: 4 } start: Object { column: 14 - index: 28 line: 2 } } @@ -199,12 +178,10 @@ JSRoot { filename: "experimental/class-private-methods/get-set/input.js" end: Object { column: 18 - index: 48 line: 3 } start: Object { column: 4 - index: 34 line: 3 } } @@ -214,12 +191,10 @@ JSRoot { filename: "experimental/class-private-methods/get-set/input.js" end: Object { column: 17 - index: 47 line: 3 } start: Object { column: 11 - index: 41 line: 3 } } @@ -230,12 +205,10 @@ JSRoot { identifierName: "ohNo" end: Object { column: 15 - index: 45 line: 3 } start: Object { column: 11 - index: 41 line: 3 } } @@ -255,12 +228,10 @@ JSRoot { identifierName: "evil" end: Object { column: 11 - index: 64 line: 5 } start: Object { column: 7 - index: 60 line: 5 } } @@ -269,12 +240,10 @@ JSRoot { filename: "experimental/class-private-methods/get-set/input.js" end: Object { column: 11 - index: 64 line: 5 } start: Object { column: 6 - index: 59 line: 5 } } @@ -283,12 +252,10 @@ JSRoot { filename: "experimental/class-private-methods/get-set/input.js" end: Object { column: 3 - index: 97 line: 7 } start: Object { column: 2 - index: 55 line: 5 } } @@ -301,19 +268,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 55 line: 5 } loc: Object { filename: "experimental/class-private-methods/get-set/input.js" end: Object { column: 11 - index: 64 line: 5 } start: Object { column: 2 - index: 55 line: 5 } } @@ -330,12 +294,10 @@ JSRoot { filename: "experimental/class-private-methods/get-set/input.js" end: Object { column: 14 - index: 67 line: 5 } start: Object { column: 11 - index: 64 line: 5 } } @@ -347,12 +309,10 @@ JSRoot { identifierName: "x" end: Object { column: 13 - index: 66 line: 5 } start: Object { column: 12 - index: 65 line: 5 } } @@ -363,12 +323,10 @@ JSRoot { filename: "experimental/class-private-methods/get-set/input.js" end: Object { column: 13 - index: 66 line: 5 } start: Object { column: 12 - index: 65 line: 5 } } @@ -382,12 +340,10 @@ JSRoot { filename: "experimental/class-private-methods/get-set/input.js" end: Object { column: 3 - index: 97 line: 7 } start: Object { column: 15 - index: 68 line: 5 } } @@ -397,12 +353,10 @@ JSRoot { filename: "experimental/class-private-methods/get-set/input.js" end: Object { column: 23 - index: 93 line: 6 } start: Object { column: 4 - index: 74 line: 6 } } @@ -411,12 +365,10 @@ JSRoot { filename: "experimental/class-private-methods/get-set/input.js" end: Object { column: 22 - index: 92 line: 6 } start: Object { column: 11 - index: 81 line: 6 } } @@ -427,12 +379,10 @@ JSRoot { identifierName: "makeEvil" end: Object { column: 19 - index: 89 line: 6 } start: Object { column: 11 - index: 81 line: 6 } } @@ -445,12 +395,10 @@ JSRoot { identifierName: "x" end: Object { column: 21 - index: 91 line: 6 } start: Object { column: 20 - index: 90 line: 6 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-methods/method/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-methods/method/input.test.md index 8263abb6c54..6e24c346505 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-methods/method/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-methods/method/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-methods/method/input.js" end: Object { column: 0 - index: 65 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "Hotel" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-methods/method/input.js" end: Object { column: 1 - index: 64 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-methods/method/input.js" end: Object { column: 1 - index: 64 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "getBanned" end: Object { column: 12 - index: 26 line: 2 } start: Object { column: 3 - index: 17 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-methods/method/input.js" end: Object { column: 12 - index: 26 line: 2 } start: Object { column: 2 - index: 16 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-methods/method/input.js" end: Object { column: 3 - index: 62 line: 4 } start: Object { column: 2 - index: 16 line: 2 } } @@ -142,12 +128,10 @@ JSRoot { filename: "experimental/class-private-methods/method/input.js" end: Object { column: 14 - index: 28 line: 2 } start: Object { column: 12 - index: 26 line: 2 } } @@ -161,19 +145,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 16 line: 2 } loc: Object { filename: "experimental/class-private-methods/method/input.js" end: Object { column: 12 - index: 26 line: 2 } start: Object { column: 2 - index: 16 line: 2 } } @@ -184,12 +165,10 @@ JSRoot { filename: "experimental/class-private-methods/method/input.js" end: Object { column: 3 - index: 62 line: 4 } start: Object { column: 15 - index: 29 line: 2 } } @@ -199,12 +178,10 @@ JSRoot { filename: "experimental/class-private-methods/method/input.js" end: Object { column: 27 - index: 58 line: 3 } start: Object { column: 4 - index: 35 line: 3 } } @@ -214,12 +191,10 @@ JSRoot { filename: "experimental/class-private-methods/method/input.js" end: Object { column: 26 - index: 57 line: 3 } start: Object { column: 11 - index: 42 line: 3 } } @@ -230,12 +205,10 @@ JSRoot { identifierName: "violentPeople" end: Object { column: 24 - index: 55 line: 3 } start: Object { column: 11 - index: 42 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-field-instance-field/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-field-instance-field/input.test.md index 2baa2ebf362..fa8edf52c77 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-field-instance-field/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-field-instance-field/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-instance-field/input.js" end: Object { column: 1 - index: 31 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-instance-field/input.js" end: Object { column: 1 - index: 31 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-instance-field/input.js" end: Object { column: 1 - index: 31 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 3 - index: 13 line: 2 } } @@ -105,12 +95,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-instance-field/input.js" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-instance-field/input.js" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 7 - index: 17 line: 2 } } @@ -137,12 +123,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-instance-field/input.js" end: Object { column: 9 - index: 19 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-field-instance-field/input.js" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -182,12 +163,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 24 line: 3 } start: Object { column: 3 - index: 23 line: 3 } } @@ -196,12 +175,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-instance-field/input.js" end: Object { column: 4 - index: 24 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } @@ -213,12 +190,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-instance-field/input.js" end: Object { column: 8 - index: 28 line: 3 } start: Object { column: 7 - index: 27 line: 3 } } @@ -228,12 +203,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-instance-field/input.js" end: Object { column: 9 - index: 29 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } @@ -246,19 +219,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 22 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-field-instance-field/input.js" end: Object { column: 4 - index: 24 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-field-instance-get/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-field-instance-get/input.test.md index 864f4e81c54..52747d95f77 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-field-instance-get/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-field-instance-get/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-instance-get/input.js" end: Object { column: 1 - index: 35 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-instance-get/input.js" end: Object { column: 1 - index: 35 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-instance-get/input.js" end: Object { column: 1 - index: 35 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 3 - index: 13 line: 2 } } @@ -105,12 +95,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-instance-get/input.js" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-instance-get/input.js" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 7 - index: 17 line: 2 } } @@ -137,12 +123,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-instance-get/input.js" end: Object { column: 9 - index: 19 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-field-instance-get/input.js" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -183,12 +164,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 28 line: 3 } start: Object { column: 7 - index: 27 line: 3 } } @@ -197,12 +176,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-instance-get/input.js" end: Object { column: 8 - index: 28 line: 3 } start: Object { column: 6 - index: 26 line: 3 } } @@ -211,12 +188,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-instance-get/input.js" end: Object { column: 13 - index: 33 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } @@ -227,12 +202,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-instance-get/input.js" end: Object { column: 13 - index: 33 line: 3 } start: Object { column: 11 - index: 31 line: 3 } } @@ -250,12 +223,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-instance-get/input.js" end: Object { column: 10 - index: 30 line: 3 } start: Object { column: 8 - index: 28 line: 3 } } @@ -269,19 +240,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 22 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-field-instance-get/input.js" end: Object { column: 8 - index: 28 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-field-instance-method/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-field-instance-method/input.test.md index 1e23e5a3c7e..690ca30f0c6 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-field-instance-method/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-field-instance-method/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-instance-method/input.js" end: Object { column: 1 - index: 31 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-instance-method/input.js" end: Object { column: 1 - index: 31 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-instance-method/input.js" end: Object { column: 1 - index: 31 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 3 - index: 13 line: 2 } } @@ -105,12 +95,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-instance-method/input.js" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-instance-method/input.js" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 7 - index: 17 line: 2 } } @@ -137,12 +123,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-instance-method/input.js" end: Object { column: 9 - index: 19 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-field-instance-method/input.js" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -183,12 +164,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 24 line: 3 } start: Object { column: 3 - index: 23 line: 3 } } @@ -197,12 +176,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-instance-method/input.js" end: Object { column: 4 - index: 24 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } @@ -211,12 +188,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-instance-method/input.js" end: Object { column: 9 - index: 29 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } @@ -227,12 +202,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-instance-method/input.js" end: Object { column: 9 - index: 29 line: 3 } start: Object { column: 7 - index: 27 line: 3 } } @@ -250,12 +223,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-instance-method/input.js" end: Object { column: 6 - index: 26 line: 3 } start: Object { column: 4 - index: 24 line: 3 } } @@ -269,19 +240,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 22 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-field-instance-method/input.js" end: Object { column: 4 - index: 24 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-field-instance-set/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-field-instance-set/input.test.md index 9ec81dc34a4..b88bb42756d 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-field-instance-set/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-field-instance-set/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-instance-set/input.js" end: Object { column: 1 - index: 36 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-instance-set/input.js" end: Object { column: 1 - index: 36 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-instance-set/input.js" end: Object { column: 1 - index: 36 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 3 - index: 13 line: 2 } } @@ -105,12 +95,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-instance-set/input.js" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-instance-set/input.js" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 7 - index: 17 line: 2 } } @@ -137,12 +123,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-instance-set/input.js" end: Object { column: 9 - index: 19 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-field-instance-set/input.js" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -183,12 +164,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 28 line: 3 } start: Object { column: 7 - index: 27 line: 3 } } @@ -197,12 +176,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-instance-set/input.js" end: Object { column: 8 - index: 28 line: 3 } start: Object { column: 6 - index: 26 line: 3 } } @@ -211,12 +188,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-instance-set/input.js" end: Object { column: 14 - index: 34 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } @@ -227,12 +202,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-instance-set/input.js" end: Object { column: 14 - index: 34 line: 3 } start: Object { column: 12 - index: 32 line: 3 } } @@ -246,19 +219,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 22 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-field-instance-set/input.js" end: Object { column: 8 - index: 28 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } @@ -275,12 +245,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-instance-set/input.js" end: Object { column: 11 - index: 31 line: 3 } start: Object { column: 8 - index: 28 line: 3 } } @@ -292,12 +260,10 @@ JSRoot { identifierName: "_" end: Object { column: 10 - index: 30 line: 3 } start: Object { column: 9 - index: 29 line: 3 } } @@ -308,12 +274,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-instance-set/input.js" end: Object { column: 10 - index: 30 line: 3 } start: Object { column: 9 - index: 29 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-field-static-field/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-field-static-field/input.test.md index ac79dce1b2f..d2fd84ed1e4 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-field-static-field/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-field-static-field/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-static-field/input.js" end: Object { column: 1 - index: 38 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-static-field/input.js" end: Object { column: 1 - index: 38 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-static-field/input.js" end: Object { column: 1 - index: 38 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 3 - index: 13 line: 2 } } @@ -105,12 +95,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-static-field/input.js" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-static-field/input.js" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 7 - index: 17 line: 2 } } @@ -137,12 +123,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-static-field/input.js" end: Object { column: 9 - index: 19 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-field-static-field/input.js" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -182,12 +163,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 31 line: 3 } start: Object { column: 10 - index: 30 line: 3 } } @@ -196,12 +175,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-static-field/input.js" end: Object { column: 11 - index: 31 line: 3 } start: Object { column: 9 - index: 29 line: 3 } } @@ -213,12 +190,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-static-field/input.js" end: Object { column: 15 - index: 35 line: 3 } start: Object { column: 14 - index: 34 line: 3 } } @@ -228,12 +203,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-static-field/input.js" end: Object { column: 16 - index: 36 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } @@ -246,19 +219,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 22 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-field-static-field/input.js" end: Object { column: 11 - index: 31 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-field-static-get/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-field-static-get/input.test.md index e52d06b4170..d2f584e6dec 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-field-static-get/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-field-static-get/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-static-get/input.js" end: Object { column: 1 - index: 42 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-static-get/input.js" end: Object { column: 1 - index: 42 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-static-get/input.js" end: Object { column: 1 - index: 42 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 3 - index: 13 line: 2 } } @@ -105,12 +95,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-static-get/input.js" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-static-get/input.js" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 7 - index: 17 line: 2 } } @@ -137,12 +123,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-static-get/input.js" end: Object { column: 9 - index: 19 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-field-static-get/input.js" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -183,12 +164,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 35 line: 3 } start: Object { column: 14 - index: 34 line: 3 } } @@ -197,12 +176,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-static-get/input.js" end: Object { column: 15 - index: 35 line: 3 } start: Object { column: 13 - index: 33 line: 3 } } @@ -211,12 +188,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-static-get/input.js" end: Object { column: 20 - index: 40 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } @@ -227,12 +202,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-static-get/input.js" end: Object { column: 20 - index: 40 line: 3 } start: Object { column: 18 - index: 38 line: 3 } } @@ -250,12 +223,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-static-get/input.js" end: Object { column: 17 - index: 37 line: 3 } start: Object { column: 15 - index: 35 line: 3 } } @@ -269,19 +240,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 22 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-field-static-get/input.js" end: Object { column: 15 - index: 35 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-field-static-method/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-field-static-method/input.test.md index 33221370759..7a4ceb8251f 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-field-static-method/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-field-static-method/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-static-method/input.js" end: Object { column: 1 - index: 38 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-static-method/input.js" end: Object { column: 1 - index: 38 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-static-method/input.js" end: Object { column: 1 - index: 38 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 3 - index: 13 line: 2 } } @@ -105,12 +95,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-static-method/input.js" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-static-method/input.js" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 7 - index: 17 line: 2 } } @@ -137,12 +123,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-static-method/input.js" end: Object { column: 9 - index: 19 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-field-static-method/input.js" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -183,12 +164,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 31 line: 3 } start: Object { column: 10 - index: 30 line: 3 } } @@ -197,12 +176,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-static-method/input.js" end: Object { column: 11 - index: 31 line: 3 } start: Object { column: 9 - index: 29 line: 3 } } @@ -211,12 +188,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-static-method/input.js" end: Object { column: 16 - index: 36 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } @@ -227,12 +202,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-static-method/input.js" end: Object { column: 16 - index: 36 line: 3 } start: Object { column: 14 - index: 34 line: 3 } } @@ -250,12 +223,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-static-method/input.js" end: Object { column: 13 - index: 33 line: 3 } start: Object { column: 11 - index: 31 line: 3 } } @@ -269,19 +240,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 22 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-field-static-method/input.js" end: Object { column: 11 - index: 31 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-field-static-set/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-field-static-set/input.test.md index dc9e7be2c72..2e1663f5a84 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-field-static-set/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-field-static-set/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-static-set/input.js" end: Object { column: 1 - index: 43 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-static-set/input.js" end: Object { column: 1 - index: 43 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-static-set/input.js" end: Object { column: 1 - index: 43 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 3 - index: 13 line: 2 } } @@ -105,12 +95,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-static-set/input.js" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-static-set/input.js" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 7 - index: 17 line: 2 } } @@ -137,12 +123,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-static-set/input.js" end: Object { column: 9 - index: 19 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-field-static-set/input.js" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -183,12 +164,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 35 line: 3 } start: Object { column: 14 - index: 34 line: 3 } } @@ -197,12 +176,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-static-set/input.js" end: Object { column: 15 - index: 35 line: 3 } start: Object { column: 13 - index: 33 line: 3 } } @@ -211,12 +188,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-static-set/input.js" end: Object { column: 21 - index: 41 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } @@ -227,12 +202,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-static-set/input.js" end: Object { column: 21 - index: 41 line: 3 } start: Object { column: 19 - index: 39 line: 3 } } @@ -246,19 +219,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 22 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-field-static-set/input.js" end: Object { column: 15 - index: 35 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } @@ -275,12 +245,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-static-set/input.js" end: Object { column: 18 - index: 38 line: 3 } start: Object { column: 15 - index: 35 line: 3 } } @@ -292,12 +260,10 @@ JSRoot { identifierName: "_" end: Object { column: 17 - index: 37 line: 3 } start: Object { column: 16 - index: 36 line: 3 } } @@ -308,12 +274,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-field-static-set/input.js" end: Object { column: 17 - index: 37 line: 3 } start: Object { column: 16 - index: 36 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-get-instance-field/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-get-instance-field/input.test.md index db8c6bc706d..7a410b6aa02 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-get-instance-field/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-get-instance-field/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-instance-field/input.js" end: Object { column: 1 - index: 35 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-instance-field/input.js" end: Object { column: 1 - index: 35 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-instance-field/input.js" end: Object { column: 1 - index: 35 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 7 - index: 17 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-instance-field/input.js" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 6 - index: 16 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-instance-field/input.js" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-instance-field/input.js" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 11 - index: 21 line: 2 } } @@ -159,12 +143,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-instance-field/input.js" end: Object { column: 10 - index: 20 line: 2 } start: Object { column: 8 - index: 18 line: 2 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-get-instance-field/input.js" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -205,12 +184,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 28 line: 3 } start: Object { column: 3 - index: 27 line: 3 } } @@ -219,12 +196,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-instance-field/input.js" end: Object { column: 4 - index: 28 line: 3 } start: Object { column: 2 - index: 26 line: 3 } } @@ -236,12 +211,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-instance-field/input.js" end: Object { column: 8 - index: 32 line: 3 } start: Object { column: 7 - index: 31 line: 3 } } @@ -251,12 +224,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-instance-field/input.js" end: Object { column: 9 - index: 33 line: 3 } start: Object { column: 2 - index: 26 line: 3 } } @@ -269,19 +240,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 26 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-get-instance-field/input.js" end: Object { column: 4 - index: 28 line: 3 } start: Object { column: 2 - index: 26 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-get-instance-get/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-get-instance-get/input.test.md index 9f8babc46ca..f2be851deed 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-get-instance-get/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-get-instance-get/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-instance-get/input.js" end: Object { column: 1 - index: 39 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-instance-get/input.js" end: Object { column: 1 - index: 39 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-instance-get/input.js" end: Object { column: 1 - index: 39 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 7 - index: 17 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-instance-get/input.js" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 6 - index: 16 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-instance-get/input.js" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-instance-get/input.js" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 11 - index: 21 line: 2 } } @@ -159,12 +143,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-instance-get/input.js" end: Object { column: 10 - index: 20 line: 2 } start: Object { column: 8 - index: 18 line: 2 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-get-instance-get/input.js" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -206,12 +185,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 32 line: 3 } start: Object { column: 7 - index: 31 line: 3 } } @@ -220,12 +197,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-instance-get/input.js" end: Object { column: 8 - index: 32 line: 3 } start: Object { column: 6 - index: 30 line: 3 } } @@ -234,12 +209,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-instance-get/input.js" end: Object { column: 13 - index: 37 line: 3 } start: Object { column: 2 - index: 26 line: 3 } } @@ -250,12 +223,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-instance-get/input.js" end: Object { column: 13 - index: 37 line: 3 } start: Object { column: 11 - index: 35 line: 3 } } @@ -273,12 +244,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-instance-get/input.js" end: Object { column: 10 - index: 34 line: 3 } start: Object { column: 8 - index: 32 line: 3 } } @@ -292,19 +261,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 26 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-get-instance-get/input.js" end: Object { column: 8 - index: 32 line: 3 } start: Object { column: 2 - index: 26 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-get-instance-method/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-get-instance-method/input.test.md index 27f5f4bcf79..13a6fe0d06b 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-get-instance-method/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-get-instance-method/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-instance-method/input.js" end: Object { column: 1 - index: 35 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-instance-method/input.js" end: Object { column: 1 - index: 35 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-instance-method/input.js" end: Object { column: 1 - index: 35 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 7 - index: 17 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-instance-method/input.js" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 6 - index: 16 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-instance-method/input.js" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-instance-method/input.js" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 11 - index: 21 line: 2 } } @@ -159,12 +143,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-instance-method/input.js" end: Object { column: 10 - index: 20 line: 2 } start: Object { column: 8 - index: 18 line: 2 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-get-instance-method/input.js" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -206,12 +185,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 28 line: 3 } start: Object { column: 3 - index: 27 line: 3 } } @@ -220,12 +197,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-instance-method/input.js" end: Object { column: 4 - index: 28 line: 3 } start: Object { column: 2 - index: 26 line: 3 } } @@ -234,12 +209,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-instance-method/input.js" end: Object { column: 9 - index: 33 line: 3 } start: Object { column: 2 - index: 26 line: 3 } } @@ -250,12 +223,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-instance-method/input.js" end: Object { column: 9 - index: 33 line: 3 } start: Object { column: 7 - index: 31 line: 3 } } @@ -273,12 +244,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-instance-method/input.js" end: Object { column: 6 - index: 30 line: 3 } start: Object { column: 4 - index: 28 line: 3 } } @@ -292,19 +261,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 26 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-get-instance-method/input.js" end: Object { column: 4 - index: 28 line: 3 } start: Object { column: 2 - index: 26 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-get-instance-set/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-get-instance-set/input.test.md index 9b589bedc11..d9c122b9987 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-get-instance-set/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-get-instance-set/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-instance-set/input.js" end: Object { column: 1 - index: 40 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-instance-set/input.js" end: Object { column: 1 - index: 40 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-instance-set/input.js" end: Object { column: 1 - index: 40 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 7 - index: 17 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-instance-set/input.js" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 6 - index: 16 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-instance-set/input.js" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-instance-set/input.js" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 11 - index: 21 line: 2 } } @@ -159,12 +143,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-instance-set/input.js" end: Object { column: 10 - index: 20 line: 2 } start: Object { column: 8 - index: 18 line: 2 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-get-instance-set/input.js" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -206,12 +185,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 32 line: 3 } start: Object { column: 7 - index: 31 line: 3 } } @@ -220,12 +197,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-instance-set/input.js" end: Object { column: 8 - index: 32 line: 3 } start: Object { column: 6 - index: 30 line: 3 } } @@ -234,12 +209,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-instance-set/input.js" end: Object { column: 14 - index: 38 line: 3 } start: Object { column: 2 - index: 26 line: 3 } } @@ -250,12 +223,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-instance-set/input.js" end: Object { column: 14 - index: 38 line: 3 } start: Object { column: 12 - index: 36 line: 3 } } @@ -269,19 +240,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 26 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-get-instance-set/input.js" end: Object { column: 8 - index: 32 line: 3 } start: Object { column: 2 - index: 26 line: 3 } } @@ -298,12 +266,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-instance-set/input.js" end: Object { column: 11 - index: 35 line: 3 } start: Object { column: 8 - index: 32 line: 3 } } @@ -315,12 +281,10 @@ JSRoot { identifierName: "_" end: Object { column: 10 - index: 34 line: 3 } start: Object { column: 9 - index: 33 line: 3 } } @@ -331,12 +295,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-instance-set/input.js" end: Object { column: 10 - index: 34 line: 3 } start: Object { column: 9 - index: 33 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-get-static-field/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-get-static-field/input.test.md index 4a4cc49a819..7390a86e981 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-get-static-field/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-get-static-field/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-static-field/input.js" end: Object { column: 1 - index: 42 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-static-field/input.js" end: Object { column: 1 - index: 42 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-static-field/input.js" end: Object { column: 1 - index: 42 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 7 - index: 17 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-static-field/input.js" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 6 - index: 16 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-static-field/input.js" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-static-field/input.js" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 11 - index: 21 line: 2 } } @@ -159,12 +143,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-static-field/input.js" end: Object { column: 10 - index: 20 line: 2 } start: Object { column: 8 - index: 18 line: 2 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-get-static-field/input.js" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -205,12 +184,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 35 line: 3 } start: Object { column: 10 - index: 34 line: 3 } } @@ -219,12 +196,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-static-field/input.js" end: Object { column: 11 - index: 35 line: 3 } start: Object { column: 9 - index: 33 line: 3 } } @@ -236,12 +211,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-static-field/input.js" end: Object { column: 15 - index: 39 line: 3 } start: Object { column: 14 - index: 38 line: 3 } } @@ -251,12 +224,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-static-field/input.js" end: Object { column: 16 - index: 40 line: 3 } start: Object { column: 2 - index: 26 line: 3 } } @@ -269,19 +240,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 26 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-get-static-field/input.js" end: Object { column: 11 - index: 35 line: 3 } start: Object { column: 2 - index: 26 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-get-static-get/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-get-static-get/input.test.md index 7b86fd92a02..b634712c54e 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-get-static-get/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-get-static-get/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-static-get/input.js" end: Object { column: 1 - index: 46 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-static-get/input.js" end: Object { column: 1 - index: 46 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-static-get/input.js" end: Object { column: 1 - index: 46 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 7 - index: 17 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-static-get/input.js" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 6 - index: 16 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-static-get/input.js" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-static-get/input.js" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 11 - index: 21 line: 2 } } @@ -159,12 +143,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-static-get/input.js" end: Object { column: 10 - index: 20 line: 2 } start: Object { column: 8 - index: 18 line: 2 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-get-static-get/input.js" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -206,12 +185,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 39 line: 3 } start: Object { column: 14 - index: 38 line: 3 } } @@ -220,12 +197,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-static-get/input.js" end: Object { column: 15 - index: 39 line: 3 } start: Object { column: 13 - index: 37 line: 3 } } @@ -234,12 +209,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-static-get/input.js" end: Object { column: 20 - index: 44 line: 3 } start: Object { column: 2 - index: 26 line: 3 } } @@ -250,12 +223,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-static-get/input.js" end: Object { column: 20 - index: 44 line: 3 } start: Object { column: 18 - index: 42 line: 3 } } @@ -273,12 +244,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-static-get/input.js" end: Object { column: 17 - index: 41 line: 3 } start: Object { column: 15 - index: 39 line: 3 } } @@ -292,19 +261,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 26 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-get-static-get/input.js" end: Object { column: 15 - index: 39 line: 3 } start: Object { column: 2 - index: 26 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-get-static-method/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-get-static-method/input.test.md index 8655bbb074e..c3f3092f7ee 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-get-static-method/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-get-static-method/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-static-method/input.js" end: Object { column: 1 - index: 42 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-static-method/input.js" end: Object { column: 1 - index: 42 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-static-method/input.js" end: Object { column: 1 - index: 42 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 7 - index: 17 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-static-method/input.js" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 6 - index: 16 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-static-method/input.js" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-static-method/input.js" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 11 - index: 21 line: 2 } } @@ -159,12 +143,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-static-method/input.js" end: Object { column: 10 - index: 20 line: 2 } start: Object { column: 8 - index: 18 line: 2 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-get-static-method/input.js" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -206,12 +185,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 35 line: 3 } start: Object { column: 10 - index: 34 line: 3 } } @@ -220,12 +197,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-static-method/input.js" end: Object { column: 11 - index: 35 line: 3 } start: Object { column: 9 - index: 33 line: 3 } } @@ -234,12 +209,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-static-method/input.js" end: Object { column: 16 - index: 40 line: 3 } start: Object { column: 2 - index: 26 line: 3 } } @@ -250,12 +223,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-static-method/input.js" end: Object { column: 16 - index: 40 line: 3 } start: Object { column: 14 - index: 38 line: 3 } } @@ -273,12 +244,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-static-method/input.js" end: Object { column: 13 - index: 37 line: 3 } start: Object { column: 11 - index: 35 line: 3 } } @@ -292,19 +261,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 26 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-get-static-method/input.js" end: Object { column: 11 - index: 35 line: 3 } start: Object { column: 2 - index: 26 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-get-static-set/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-get-static-set/input.test.md index f31a54103bf..ae730f4f927 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-get-static-set/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-get-static-set/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-static-set/input.js" end: Object { column: 1 - index: 47 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-static-set/input.js" end: Object { column: 1 - index: 47 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-static-set/input.js" end: Object { column: 1 - index: 47 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 7 - index: 17 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-static-set/input.js" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 6 - index: 16 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-static-set/input.js" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-static-set/input.js" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 11 - index: 21 line: 2 } } @@ -159,12 +143,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-static-set/input.js" end: Object { column: 10 - index: 20 line: 2 } start: Object { column: 8 - index: 18 line: 2 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-get-static-set/input.js" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -206,12 +185,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 39 line: 3 } start: Object { column: 14 - index: 38 line: 3 } } @@ -220,12 +197,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-static-set/input.js" end: Object { column: 15 - index: 39 line: 3 } start: Object { column: 13 - index: 37 line: 3 } } @@ -234,12 +209,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-static-set/input.js" end: Object { column: 21 - index: 45 line: 3 } start: Object { column: 2 - index: 26 line: 3 } } @@ -250,12 +223,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-static-set/input.js" end: Object { column: 21 - index: 45 line: 3 } start: Object { column: 19 - index: 43 line: 3 } } @@ -269,19 +240,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 26 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-get-static-set/input.js" end: Object { column: 15 - index: 39 line: 3 } start: Object { column: 2 - index: 26 line: 3 } } @@ -298,12 +266,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-static-set/input.js" end: Object { column: 18 - index: 42 line: 3 } start: Object { column: 15 - index: 39 line: 3 } } @@ -315,12 +281,10 @@ JSRoot { identifierName: "_" end: Object { column: 17 - index: 41 line: 3 } start: Object { column: 16 - index: 40 line: 3 } } @@ -331,12 +295,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-get-static-set/input.js" end: Object { column: 17 - index: 41 line: 3 } start: Object { column: 16 - index: 40 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-method-instance-field/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-method-instance-field/input.test.md index f5441426f0f..babb44d59d9 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-method-instance-field/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-method-instance-field/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-instance-field/input.js" end: Object { column: 1 - index: 31 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-instance-field/input.js" end: Object { column: 1 - index: 31 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-instance-field/input.js" end: Object { column: 1 - index: 31 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 3 - index: 13 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-instance-field/input.js" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-instance-field/input.js" end: Object { column: 9 - index: 19 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-instance-field/input.js" end: Object { column: 9 - index: 19 line: 2 } start: Object { column: 7 - index: 17 line: 2 } } @@ -159,12 +143,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-instance-field/input.js" end: Object { column: 6 - index: 16 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-method-instance-field/input.js" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -205,12 +184,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 24 line: 3 } start: Object { column: 3 - index: 23 line: 3 } } @@ -219,12 +196,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-instance-field/input.js" end: Object { column: 4 - index: 24 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } @@ -236,12 +211,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-instance-field/input.js" end: Object { column: 8 - index: 28 line: 3 } start: Object { column: 7 - index: 27 line: 3 } } @@ -251,12 +224,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-instance-field/input.js" end: Object { column: 9 - index: 29 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } @@ -269,19 +240,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 22 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-method-instance-field/input.js" end: Object { column: 4 - index: 24 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-method-instance-get/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-method-instance-get/input.test.md index 087e9098610..0aa9737b761 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-method-instance-get/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-method-instance-get/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-instance-get/input.js" end: Object { column: 1 - index: 35 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-instance-get/input.js" end: Object { column: 1 - index: 35 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-instance-get/input.js" end: Object { column: 1 - index: 35 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 3 - index: 13 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-instance-get/input.js" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-instance-get/input.js" end: Object { column: 9 - index: 19 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-instance-get/input.js" end: Object { column: 9 - index: 19 line: 2 } start: Object { column: 7 - index: 17 line: 2 } } @@ -159,12 +143,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-instance-get/input.js" end: Object { column: 6 - index: 16 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-method-instance-get/input.js" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -206,12 +185,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 28 line: 3 } start: Object { column: 7 - index: 27 line: 3 } } @@ -220,12 +197,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-instance-get/input.js" end: Object { column: 8 - index: 28 line: 3 } start: Object { column: 6 - index: 26 line: 3 } } @@ -234,12 +209,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-instance-get/input.js" end: Object { column: 13 - index: 33 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } @@ -250,12 +223,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-instance-get/input.js" end: Object { column: 13 - index: 33 line: 3 } start: Object { column: 11 - index: 31 line: 3 } } @@ -273,12 +244,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-instance-get/input.js" end: Object { column: 10 - index: 30 line: 3 } start: Object { column: 8 - index: 28 line: 3 } } @@ -292,19 +261,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 22 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-method-instance-get/input.js" end: Object { column: 8 - index: 28 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-method-instance-method/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-method-instance-method/input.test.md index 6337d32fa72..e1d9a3a7517 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-method-instance-method/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-method-instance-method/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-instance-method/input.js" end: Object { column: 1 - index: 31 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-instance-method/input.js" end: Object { column: 1 - index: 31 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-instance-method/input.js" end: Object { column: 1 - index: 31 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 3 - index: 13 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-instance-method/input.js" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-instance-method/input.js" end: Object { column: 9 - index: 19 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-instance-method/input.js" end: Object { column: 9 - index: 19 line: 2 } start: Object { column: 7 - index: 17 line: 2 } } @@ -159,12 +143,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-instance-method/input.js" end: Object { column: 6 - index: 16 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-method-instance-method/input.js" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -206,12 +185,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 24 line: 3 } start: Object { column: 3 - index: 23 line: 3 } } @@ -220,12 +197,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-instance-method/input.js" end: Object { column: 4 - index: 24 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } @@ -234,12 +209,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-instance-method/input.js" end: Object { column: 9 - index: 29 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } @@ -250,12 +223,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-instance-method/input.js" end: Object { column: 9 - index: 29 line: 3 } start: Object { column: 7 - index: 27 line: 3 } } @@ -273,12 +244,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-instance-method/input.js" end: Object { column: 6 - index: 26 line: 3 } start: Object { column: 4 - index: 24 line: 3 } } @@ -292,19 +261,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 22 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-method-instance-method/input.js" end: Object { column: 4 - index: 24 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-method-instance-set/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-method-instance-set/input.test.md index 823fad8d746..e2c32f9dbca 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-method-instance-set/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-method-instance-set/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-instance-set/input.js" end: Object { column: 1 - index: 36 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-instance-set/input.js" end: Object { column: 1 - index: 36 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-instance-set/input.js" end: Object { column: 1 - index: 36 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 3 - index: 13 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-instance-set/input.js" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-instance-set/input.js" end: Object { column: 9 - index: 19 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-instance-set/input.js" end: Object { column: 9 - index: 19 line: 2 } start: Object { column: 7 - index: 17 line: 2 } } @@ -159,12 +143,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-instance-set/input.js" end: Object { column: 6 - index: 16 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-method-instance-set/input.js" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -206,12 +185,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 28 line: 3 } start: Object { column: 7 - index: 27 line: 3 } } @@ -220,12 +197,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-instance-set/input.js" end: Object { column: 8 - index: 28 line: 3 } start: Object { column: 6 - index: 26 line: 3 } } @@ -234,12 +209,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-instance-set/input.js" end: Object { column: 14 - index: 34 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } @@ -250,12 +223,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-instance-set/input.js" end: Object { column: 14 - index: 34 line: 3 } start: Object { column: 12 - index: 32 line: 3 } } @@ -269,19 +240,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 22 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-method-instance-set/input.js" end: Object { column: 8 - index: 28 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } @@ -298,12 +266,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-instance-set/input.js" end: Object { column: 11 - index: 31 line: 3 } start: Object { column: 8 - index: 28 line: 3 } } @@ -315,12 +281,10 @@ JSRoot { identifierName: "_" end: Object { column: 10 - index: 30 line: 3 } start: Object { column: 9 - index: 29 line: 3 } } @@ -331,12 +295,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-instance-set/input.js" end: Object { column: 10 - index: 30 line: 3 } start: Object { column: 9 - index: 29 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-method-static-field/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-method-static-field/input.test.md index cf5700b806d..b71d09b05f2 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-method-static-field/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-method-static-field/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-static-field/input.js" end: Object { column: 1 - index: 38 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-static-field/input.js" end: Object { column: 1 - index: 38 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-static-field/input.js" end: Object { column: 1 - index: 38 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 3 - index: 13 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-static-field/input.js" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-static-field/input.js" end: Object { column: 9 - index: 19 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-static-field/input.js" end: Object { column: 9 - index: 19 line: 2 } start: Object { column: 7 - index: 17 line: 2 } } @@ -159,12 +143,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-static-field/input.js" end: Object { column: 6 - index: 16 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-method-static-field/input.js" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -205,12 +184,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 31 line: 3 } start: Object { column: 10 - index: 30 line: 3 } } @@ -219,12 +196,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-static-field/input.js" end: Object { column: 11 - index: 31 line: 3 } start: Object { column: 9 - index: 29 line: 3 } } @@ -236,12 +211,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-static-field/input.js" end: Object { column: 15 - index: 35 line: 3 } start: Object { column: 14 - index: 34 line: 3 } } @@ -251,12 +224,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-static-field/input.js" end: Object { column: 16 - index: 36 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } @@ -269,19 +240,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 22 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-method-static-field/input.js" end: Object { column: 11 - index: 31 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-method-static-get/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-method-static-get/input.test.md index 57bd47ba8f5..07b694dc847 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-method-static-get/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-method-static-get/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-static-get/input.js" end: Object { column: 1 - index: 42 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-static-get/input.js" end: Object { column: 1 - index: 42 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-static-get/input.js" end: Object { column: 1 - index: 42 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 3 - index: 13 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-static-get/input.js" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-static-get/input.js" end: Object { column: 9 - index: 19 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-static-get/input.js" end: Object { column: 9 - index: 19 line: 2 } start: Object { column: 7 - index: 17 line: 2 } } @@ -159,12 +143,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-static-get/input.js" end: Object { column: 6 - index: 16 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-method-static-get/input.js" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -206,12 +185,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 35 line: 3 } start: Object { column: 14 - index: 34 line: 3 } } @@ -220,12 +197,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-static-get/input.js" end: Object { column: 15 - index: 35 line: 3 } start: Object { column: 13 - index: 33 line: 3 } } @@ -234,12 +209,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-static-get/input.js" end: Object { column: 20 - index: 40 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } @@ -250,12 +223,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-static-get/input.js" end: Object { column: 20 - index: 40 line: 3 } start: Object { column: 18 - index: 38 line: 3 } } @@ -273,12 +244,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-static-get/input.js" end: Object { column: 17 - index: 37 line: 3 } start: Object { column: 15 - index: 35 line: 3 } } @@ -292,19 +261,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 22 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-method-static-get/input.js" end: Object { column: 15 - index: 35 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-method-static-method/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-method-static-method/input.test.md index 739a4edb34c..70452e7693f 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-method-static-method/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-method-static-method/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-static-method/input.js" end: Object { column: 1 - index: 38 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-static-method/input.js" end: Object { column: 1 - index: 38 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-static-method/input.js" end: Object { column: 1 - index: 38 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 3 - index: 13 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-static-method/input.js" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-static-method/input.js" end: Object { column: 9 - index: 19 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-static-method/input.js" end: Object { column: 9 - index: 19 line: 2 } start: Object { column: 7 - index: 17 line: 2 } } @@ -159,12 +143,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-static-method/input.js" end: Object { column: 6 - index: 16 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-method-static-method/input.js" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -206,12 +185,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 31 line: 3 } start: Object { column: 10 - index: 30 line: 3 } } @@ -220,12 +197,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-static-method/input.js" end: Object { column: 11 - index: 31 line: 3 } start: Object { column: 9 - index: 29 line: 3 } } @@ -234,12 +209,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-static-method/input.js" end: Object { column: 16 - index: 36 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } @@ -250,12 +223,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-static-method/input.js" end: Object { column: 16 - index: 36 line: 3 } start: Object { column: 14 - index: 34 line: 3 } } @@ -273,12 +244,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-static-method/input.js" end: Object { column: 13 - index: 33 line: 3 } start: Object { column: 11 - index: 31 line: 3 } } @@ -292,19 +261,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 22 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-method-static-method/input.js" end: Object { column: 11 - index: 31 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-method-static-set/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-method-static-set/input.test.md index 9d1ba5e2ba2..ac7eb84aebe 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-method-static-set/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-method-static-set/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-static-set/input.js" end: Object { column: 1 - index: 43 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-static-set/input.js" end: Object { column: 1 - index: 43 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-static-set/input.js" end: Object { column: 1 - index: 43 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 3 - index: 13 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-static-set/input.js" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-static-set/input.js" end: Object { column: 9 - index: 19 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-static-set/input.js" end: Object { column: 9 - index: 19 line: 2 } start: Object { column: 7 - index: 17 line: 2 } } @@ -159,12 +143,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-static-set/input.js" end: Object { column: 6 - index: 16 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-method-static-set/input.js" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -206,12 +185,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 35 line: 3 } start: Object { column: 14 - index: 34 line: 3 } } @@ -220,12 +197,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-static-set/input.js" end: Object { column: 15 - index: 35 line: 3 } start: Object { column: 13 - index: 33 line: 3 } } @@ -234,12 +209,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-static-set/input.js" end: Object { column: 21 - index: 41 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } @@ -250,12 +223,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-static-set/input.js" end: Object { column: 21 - index: 41 line: 3 } start: Object { column: 19 - index: 39 line: 3 } } @@ -269,19 +240,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 22 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-method-static-set/input.js" end: Object { column: 15 - index: 35 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } @@ -298,12 +266,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-static-set/input.js" end: Object { column: 18 - index: 38 line: 3 } start: Object { column: 15 - index: 35 line: 3 } } @@ -315,12 +281,10 @@ JSRoot { identifierName: "_" end: Object { column: 17 - index: 37 line: 3 } start: Object { column: 16 - index: 36 line: 3 } } @@ -331,12 +295,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-method-static-set/input.js" end: Object { column: 17 - index: 37 line: 3 } start: Object { column: 16 - index: 36 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-set-instance-field/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-set-instance-field/input.test.md index d28a138b966..7b7c6b3a15b 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-set-instance-field/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-set-instance-field/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-instance-field/input.js" end: Object { column: 1 - index: 36 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-instance-field/input.js" end: Object { column: 1 - index: 36 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-instance-field/input.js" end: Object { column: 1 - index: 36 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 7 - index: 17 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-instance-field/input.js" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 6 - index: 16 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-instance-field/input.js" end: Object { column: 14 - index: 24 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-instance-field/input.js" end: Object { column: 14 - index: 24 line: 2 } start: Object { column: 12 - index: 22 line: 2 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-set-instance-field/input.js" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -184,12 +165,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-instance-field/input.js" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 8 - index: 18 line: 2 } } @@ -201,12 +180,10 @@ JSRoot { identifierName: "_" end: Object { column: 10 - index: 20 line: 2 } start: Object { column: 9 - index: 19 line: 2 } } @@ -217,12 +194,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-instance-field/input.js" end: Object { column: 10 - index: 20 line: 2 } start: Object { column: 9 - index: 19 line: 2 } } @@ -240,12 +215,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 29 line: 3 } start: Object { column: 3 - index: 28 line: 3 } } @@ -254,12 +227,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-instance-field/input.js" end: Object { column: 4 - index: 29 line: 3 } start: Object { column: 2 - index: 27 line: 3 } } @@ -271,12 +242,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-instance-field/input.js" end: Object { column: 8 - index: 33 line: 3 } start: Object { column: 7 - index: 32 line: 3 } } @@ -286,12 +255,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-instance-field/input.js" end: Object { column: 9 - index: 34 line: 3 } start: Object { column: 2 - index: 27 line: 3 } } @@ -304,19 +271,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 27 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-set-instance-field/input.js" end: Object { column: 4 - index: 29 line: 3 } start: Object { column: 2 - index: 27 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-set-instance-get/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-set-instance-get/input.test.md index 1fa39b15756..d8c3b77cf0a 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-set-instance-get/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-set-instance-get/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-instance-get/input.js" end: Object { column: 1 - index: 40 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-instance-get/input.js" end: Object { column: 1 - index: 40 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-instance-get/input.js" end: Object { column: 1 - index: 40 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 7 - index: 17 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-instance-get/input.js" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 6 - index: 16 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-instance-get/input.js" end: Object { column: 14 - index: 24 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-instance-get/input.js" end: Object { column: 14 - index: 24 line: 2 } start: Object { column: 12 - index: 22 line: 2 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-set-instance-get/input.js" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -184,12 +165,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-instance-get/input.js" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 8 - index: 18 line: 2 } } @@ -201,12 +180,10 @@ JSRoot { identifierName: "_" end: Object { column: 10 - index: 20 line: 2 } start: Object { column: 9 - index: 19 line: 2 } } @@ -217,12 +194,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-instance-get/input.js" end: Object { column: 10 - index: 20 line: 2 } start: Object { column: 9 - index: 19 line: 2 } } @@ -241,12 +216,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 33 line: 3 } start: Object { column: 7 - index: 32 line: 3 } } @@ -255,12 +228,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-instance-get/input.js" end: Object { column: 8 - index: 33 line: 3 } start: Object { column: 6 - index: 31 line: 3 } } @@ -269,12 +240,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-instance-get/input.js" end: Object { column: 13 - index: 38 line: 3 } start: Object { column: 2 - index: 27 line: 3 } } @@ -285,12 +254,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-instance-get/input.js" end: Object { column: 13 - index: 38 line: 3 } start: Object { column: 11 - index: 36 line: 3 } } @@ -308,12 +275,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-instance-get/input.js" end: Object { column: 10 - index: 35 line: 3 } start: Object { column: 8 - index: 33 line: 3 } } @@ -327,19 +292,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 27 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-set-instance-get/input.js" end: Object { column: 8 - index: 33 line: 3 } start: Object { column: 2 - index: 27 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-set-instance-method/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-set-instance-method/input.test.md index 6f28fb82659..930182c3a72 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-set-instance-method/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-set-instance-method/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-instance-method/input.js" end: Object { column: 1 - index: 36 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-instance-method/input.js" end: Object { column: 1 - index: 36 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-instance-method/input.js" end: Object { column: 1 - index: 36 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 7 - index: 17 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-instance-method/input.js" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 6 - index: 16 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-instance-method/input.js" end: Object { column: 14 - index: 24 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-instance-method/input.js" end: Object { column: 14 - index: 24 line: 2 } start: Object { column: 12 - index: 22 line: 2 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-set-instance-method/input.js" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -184,12 +165,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-instance-method/input.js" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 8 - index: 18 line: 2 } } @@ -201,12 +180,10 @@ JSRoot { identifierName: "_" end: Object { column: 10 - index: 20 line: 2 } start: Object { column: 9 - index: 19 line: 2 } } @@ -217,12 +194,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-instance-method/input.js" end: Object { column: 10 - index: 20 line: 2 } start: Object { column: 9 - index: 19 line: 2 } } @@ -241,12 +216,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 29 line: 3 } start: Object { column: 3 - index: 28 line: 3 } } @@ -255,12 +228,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-instance-method/input.js" end: Object { column: 4 - index: 29 line: 3 } start: Object { column: 2 - index: 27 line: 3 } } @@ -269,12 +240,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-instance-method/input.js" end: Object { column: 9 - index: 34 line: 3 } start: Object { column: 2 - index: 27 line: 3 } } @@ -285,12 +254,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-instance-method/input.js" end: Object { column: 9 - index: 34 line: 3 } start: Object { column: 7 - index: 32 line: 3 } } @@ -308,12 +275,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-instance-method/input.js" end: Object { column: 6 - index: 31 line: 3 } start: Object { column: 4 - index: 29 line: 3 } } @@ -327,19 +292,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 27 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-set-instance-method/input.js" end: Object { column: 4 - index: 29 line: 3 } start: Object { column: 2 - index: 27 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-set-instance-set/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-set-instance-set/input.test.md index 2beebd6a70c..dd72947733d 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-set-instance-set/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-set-instance-set/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-instance-set/input.js" end: Object { column: 1 - index: 41 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-instance-set/input.js" end: Object { column: 1 - index: 41 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-instance-set/input.js" end: Object { column: 1 - index: 41 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 7 - index: 17 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-instance-set/input.js" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 6 - index: 16 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-instance-set/input.js" end: Object { column: 14 - index: 24 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-instance-set/input.js" end: Object { column: 14 - index: 24 line: 2 } start: Object { column: 12 - index: 22 line: 2 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-set-instance-set/input.js" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -184,12 +165,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-instance-set/input.js" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 8 - index: 18 line: 2 } } @@ -201,12 +180,10 @@ JSRoot { identifierName: "_" end: Object { column: 10 - index: 20 line: 2 } start: Object { column: 9 - index: 19 line: 2 } } @@ -217,12 +194,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-instance-set/input.js" end: Object { column: 10 - index: 20 line: 2 } start: Object { column: 9 - index: 19 line: 2 } } @@ -241,12 +216,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 33 line: 3 } start: Object { column: 7 - index: 32 line: 3 } } @@ -255,12 +228,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-instance-set/input.js" end: Object { column: 8 - index: 33 line: 3 } start: Object { column: 6 - index: 31 line: 3 } } @@ -269,12 +240,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-instance-set/input.js" end: Object { column: 14 - index: 39 line: 3 } start: Object { column: 2 - index: 27 line: 3 } } @@ -285,12 +254,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-instance-set/input.js" end: Object { column: 14 - index: 39 line: 3 } start: Object { column: 12 - index: 37 line: 3 } } @@ -304,19 +271,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 27 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-set-instance-set/input.js" end: Object { column: 8 - index: 33 line: 3 } start: Object { column: 2 - index: 27 line: 3 } } @@ -333,12 +297,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-instance-set/input.js" end: Object { column: 11 - index: 36 line: 3 } start: Object { column: 8 - index: 33 line: 3 } } @@ -350,12 +312,10 @@ JSRoot { identifierName: "_" end: Object { column: 10 - index: 35 line: 3 } start: Object { column: 9 - index: 34 line: 3 } } @@ -366,12 +326,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-instance-set/input.js" end: Object { column: 10 - index: 35 line: 3 } start: Object { column: 9 - index: 34 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-set-static-field/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-set-static-field/input.test.md index 26860c0d1d4..b75c2c6822a 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-set-static-field/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-set-static-field/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-static-field/input.js" end: Object { column: 1 - index: 43 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-static-field/input.js" end: Object { column: 1 - index: 43 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-static-field/input.js" end: Object { column: 1 - index: 43 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 7 - index: 17 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-static-field/input.js" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 6 - index: 16 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-static-field/input.js" end: Object { column: 14 - index: 24 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-static-field/input.js" end: Object { column: 14 - index: 24 line: 2 } start: Object { column: 12 - index: 22 line: 2 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-set-static-field/input.js" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -184,12 +165,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-static-field/input.js" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 8 - index: 18 line: 2 } } @@ -201,12 +180,10 @@ JSRoot { identifierName: "_" end: Object { column: 10 - index: 20 line: 2 } start: Object { column: 9 - index: 19 line: 2 } } @@ -217,12 +194,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-static-field/input.js" end: Object { column: 10 - index: 20 line: 2 } start: Object { column: 9 - index: 19 line: 2 } } @@ -240,12 +215,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 36 line: 3 } start: Object { column: 10 - index: 35 line: 3 } } @@ -254,12 +227,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-static-field/input.js" end: Object { column: 11 - index: 36 line: 3 } start: Object { column: 9 - index: 34 line: 3 } } @@ -271,12 +242,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-static-field/input.js" end: Object { column: 15 - index: 40 line: 3 } start: Object { column: 14 - index: 39 line: 3 } } @@ -286,12 +255,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-static-field/input.js" end: Object { column: 16 - index: 41 line: 3 } start: Object { column: 2 - index: 27 line: 3 } } @@ -304,19 +271,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 27 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-set-static-field/input.js" end: Object { column: 11 - index: 36 line: 3 } start: Object { column: 2 - index: 27 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-set-static-get/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-set-static-get/input.test.md index a953974802b..7955450e4d3 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-set-static-get/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-set-static-get/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-static-get/input.js" end: Object { column: 1 - index: 47 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-static-get/input.js" end: Object { column: 1 - index: 47 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-static-get/input.js" end: Object { column: 1 - index: 47 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 7 - index: 17 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-static-get/input.js" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 6 - index: 16 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-static-get/input.js" end: Object { column: 14 - index: 24 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-static-get/input.js" end: Object { column: 14 - index: 24 line: 2 } start: Object { column: 12 - index: 22 line: 2 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-set-static-get/input.js" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -184,12 +165,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-static-get/input.js" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 8 - index: 18 line: 2 } } @@ -201,12 +180,10 @@ JSRoot { identifierName: "_" end: Object { column: 10 - index: 20 line: 2 } start: Object { column: 9 - index: 19 line: 2 } } @@ -217,12 +194,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-static-get/input.js" end: Object { column: 10 - index: 20 line: 2 } start: Object { column: 9 - index: 19 line: 2 } } @@ -241,12 +216,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 40 line: 3 } start: Object { column: 14 - index: 39 line: 3 } } @@ -255,12 +228,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-static-get/input.js" end: Object { column: 15 - index: 40 line: 3 } start: Object { column: 13 - index: 38 line: 3 } } @@ -269,12 +240,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-static-get/input.js" end: Object { column: 20 - index: 45 line: 3 } start: Object { column: 2 - index: 27 line: 3 } } @@ -285,12 +254,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-static-get/input.js" end: Object { column: 20 - index: 45 line: 3 } start: Object { column: 18 - index: 43 line: 3 } } @@ -308,12 +275,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-static-get/input.js" end: Object { column: 17 - index: 42 line: 3 } start: Object { column: 15 - index: 40 line: 3 } } @@ -327,19 +292,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 27 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-set-static-get/input.js" end: Object { column: 15 - index: 40 line: 3 } start: Object { column: 2 - index: 27 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-set-static-method/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-set-static-method/input.test.md index 2560f7b28db..e121637ac55 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-set-static-method/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-set-static-method/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-static-method/input.js" end: Object { column: 1 - index: 43 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-static-method/input.js" end: Object { column: 1 - index: 43 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-static-method/input.js" end: Object { column: 1 - index: 43 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 7 - index: 17 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-static-method/input.js" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 6 - index: 16 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-static-method/input.js" end: Object { column: 14 - index: 24 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-static-method/input.js" end: Object { column: 14 - index: 24 line: 2 } start: Object { column: 12 - index: 22 line: 2 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-set-static-method/input.js" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -184,12 +165,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-static-method/input.js" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 8 - index: 18 line: 2 } } @@ -201,12 +180,10 @@ JSRoot { identifierName: "_" end: Object { column: 10 - index: 20 line: 2 } start: Object { column: 9 - index: 19 line: 2 } } @@ -217,12 +194,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-static-method/input.js" end: Object { column: 10 - index: 20 line: 2 } start: Object { column: 9 - index: 19 line: 2 } } @@ -241,12 +216,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 36 line: 3 } start: Object { column: 10 - index: 35 line: 3 } } @@ -255,12 +228,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-static-method/input.js" end: Object { column: 11 - index: 36 line: 3 } start: Object { column: 9 - index: 34 line: 3 } } @@ -269,12 +240,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-static-method/input.js" end: Object { column: 16 - index: 41 line: 3 } start: Object { column: 2 - index: 27 line: 3 } } @@ -285,12 +254,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-static-method/input.js" end: Object { column: 16 - index: 41 line: 3 } start: Object { column: 14 - index: 39 line: 3 } } @@ -308,12 +275,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-static-method/input.js" end: Object { column: 13 - index: 38 line: 3 } start: Object { column: 11 - index: 36 line: 3 } } @@ -327,19 +292,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 27 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-set-static-method/input.js" end: Object { column: 11 - index: 36 line: 3 } start: Object { column: 2 - index: 27 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-set-static-set/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-set-static-set/input.test.md index 6580def2e0c..a3422cf80e0 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-set-static-set/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/instance-set-static-set/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-static-set/input.js" end: Object { column: 1 - index: 48 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-static-set/input.js" end: Object { column: 1 - index: 48 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-static-set/input.js" end: Object { column: 1 - index: 48 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 7 - index: 17 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-static-set/input.js" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 6 - index: 16 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-static-set/input.js" end: Object { column: 14 - index: 24 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-static-set/input.js" end: Object { column: 14 - index: 24 line: 2 } start: Object { column: 12 - index: 22 line: 2 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-set-static-set/input.js" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -184,12 +165,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-static-set/input.js" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 8 - index: 18 line: 2 } } @@ -201,12 +180,10 @@ JSRoot { identifierName: "_" end: Object { column: 10 - index: 20 line: 2 } start: Object { column: 9 - index: 19 line: 2 } } @@ -217,12 +194,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-static-set/input.js" end: Object { column: 10 - index: 20 line: 2 } start: Object { column: 9 - index: 19 line: 2 } } @@ -241,12 +216,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 40 line: 3 } start: Object { column: 14 - index: 39 line: 3 } } @@ -255,12 +228,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-static-set/input.js" end: Object { column: 15 - index: 40 line: 3 } start: Object { column: 13 - index: 38 line: 3 } } @@ -269,12 +240,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-static-set/input.js" end: Object { column: 21 - index: 46 line: 3 } start: Object { column: 2 - index: 27 line: 3 } } @@ -285,12 +254,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-static-set/input.js" end: Object { column: 21 - index: 46 line: 3 } start: Object { column: 19 - index: 44 line: 3 } } @@ -304,19 +271,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 27 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/instance-set-static-set/input.js" end: Object { column: 15 - index: 40 line: 3 } start: Object { column: 2 - index: 27 line: 3 } } @@ -333,12 +297,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-static-set/input.js" end: Object { column: 18 - index: 43 line: 3 } start: Object { column: 15 - index: 40 line: 3 } } @@ -350,12 +312,10 @@ JSRoot { identifierName: "_" end: Object { column: 17 - index: 42 line: 3 } start: Object { column: 16 - index: 41 line: 3 } } @@ -366,12 +326,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/instance-set-static-set/input.js" end: Object { column: 17 - index: 42 line: 3 } start: Object { column: 16 - index: 41 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-field-instance-field/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-field-instance-field/input.test.md index efad3f8ad36..df0b51c62f1 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-field-instance-field/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-field-instance-field/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-instance-field/input.js" end: Object { column: 1 - index: 38 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-instance-field/input.js" end: Object { column: 1 - index: 38 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-instance-field/input.js" end: Object { column: 1 - index: 38 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -105,12 +95,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-instance-field/input.js" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 9 - index: 19 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-instance-field/input.js" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 14 - index: 24 line: 2 } } @@ -137,12 +123,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-instance-field/input.js" end: Object { column: 16 - index: 26 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/static-field-instance-field/input.js" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -182,12 +163,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 31 line: 3 } start: Object { column: 3 - index: 30 line: 3 } } @@ -196,12 +175,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-instance-field/input.js" end: Object { column: 4 - index: 31 line: 3 } start: Object { column: 2 - index: 29 line: 3 } } @@ -213,12 +190,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-instance-field/input.js" end: Object { column: 8 - index: 35 line: 3 } start: Object { column: 7 - index: 34 line: 3 } } @@ -228,12 +203,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-instance-field/input.js" end: Object { column: 9 - index: 36 line: 3 } start: Object { column: 2 - index: 29 line: 3 } } @@ -246,19 +219,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 29 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/static-field-instance-field/input.js" end: Object { column: 4 - index: 31 line: 3 } start: Object { column: 2 - index: 29 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-field-instance-get/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-field-instance-get/input.test.md index 2224f22cda0..39b9ca848ef 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-field-instance-get/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-field-instance-get/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-instance-get/input.js" end: Object { column: 1 - index: 42 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-instance-get/input.js" end: Object { column: 1 - index: 42 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-instance-get/input.js" end: Object { column: 1 - index: 42 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -105,12 +95,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-instance-get/input.js" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 9 - index: 19 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-instance-get/input.js" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 14 - index: 24 line: 2 } } @@ -137,12 +123,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-instance-get/input.js" end: Object { column: 16 - index: 26 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/static-field-instance-get/input.js" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -183,12 +164,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 35 line: 3 } start: Object { column: 7 - index: 34 line: 3 } } @@ -197,12 +176,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-instance-get/input.js" end: Object { column: 8 - index: 35 line: 3 } start: Object { column: 6 - index: 33 line: 3 } } @@ -211,12 +188,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-instance-get/input.js" end: Object { column: 13 - index: 40 line: 3 } start: Object { column: 2 - index: 29 line: 3 } } @@ -227,12 +202,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-instance-get/input.js" end: Object { column: 13 - index: 40 line: 3 } start: Object { column: 11 - index: 38 line: 3 } } @@ -250,12 +223,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-instance-get/input.js" end: Object { column: 10 - index: 37 line: 3 } start: Object { column: 8 - index: 35 line: 3 } } @@ -269,19 +240,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 29 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/static-field-instance-get/input.js" end: Object { column: 8 - index: 35 line: 3 } start: Object { column: 2 - index: 29 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-field-instance-method/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-field-instance-method/input.test.md index 17dcc02a2f9..c55ddbe5afd 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-field-instance-method/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-field-instance-method/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-instance-method/input.js" end: Object { column: 1 - index: 38 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-instance-method/input.js" end: Object { column: 1 - index: 38 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-instance-method/input.js" end: Object { column: 1 - index: 38 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -105,12 +95,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-instance-method/input.js" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 9 - index: 19 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-instance-method/input.js" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 14 - index: 24 line: 2 } } @@ -137,12 +123,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-instance-method/input.js" end: Object { column: 16 - index: 26 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/static-field-instance-method/input.js" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -183,12 +164,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 31 line: 3 } start: Object { column: 3 - index: 30 line: 3 } } @@ -197,12 +176,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-instance-method/input.js" end: Object { column: 4 - index: 31 line: 3 } start: Object { column: 2 - index: 29 line: 3 } } @@ -211,12 +188,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-instance-method/input.js" end: Object { column: 9 - index: 36 line: 3 } start: Object { column: 2 - index: 29 line: 3 } } @@ -227,12 +202,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-instance-method/input.js" end: Object { column: 9 - index: 36 line: 3 } start: Object { column: 7 - index: 34 line: 3 } } @@ -250,12 +223,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-instance-method/input.js" end: Object { column: 6 - index: 33 line: 3 } start: Object { column: 4 - index: 31 line: 3 } } @@ -269,19 +240,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 29 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/static-field-instance-method/input.js" end: Object { column: 4 - index: 31 line: 3 } start: Object { column: 2 - index: 29 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-field-instance-set/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-field-instance-set/input.test.md index fbdd0266f5e..8444f4f383c 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-field-instance-set/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-field-instance-set/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-instance-set/input.js" end: Object { column: 1 - index: 43 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-instance-set/input.js" end: Object { column: 1 - index: 43 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-instance-set/input.js" end: Object { column: 1 - index: 43 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -105,12 +95,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-instance-set/input.js" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 9 - index: 19 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-instance-set/input.js" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 14 - index: 24 line: 2 } } @@ -137,12 +123,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-instance-set/input.js" end: Object { column: 16 - index: 26 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/static-field-instance-set/input.js" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -183,12 +164,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 35 line: 3 } start: Object { column: 7 - index: 34 line: 3 } } @@ -197,12 +176,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-instance-set/input.js" end: Object { column: 8 - index: 35 line: 3 } start: Object { column: 6 - index: 33 line: 3 } } @@ -211,12 +188,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-instance-set/input.js" end: Object { column: 14 - index: 41 line: 3 } start: Object { column: 2 - index: 29 line: 3 } } @@ -227,12 +202,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-instance-set/input.js" end: Object { column: 14 - index: 41 line: 3 } start: Object { column: 12 - index: 39 line: 3 } } @@ -246,19 +219,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 29 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/static-field-instance-set/input.js" end: Object { column: 8 - index: 35 line: 3 } start: Object { column: 2 - index: 29 line: 3 } } @@ -275,12 +245,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-instance-set/input.js" end: Object { column: 11 - index: 38 line: 3 } start: Object { column: 8 - index: 35 line: 3 } } @@ -292,12 +260,10 @@ JSRoot { identifierName: "_" end: Object { column: 10 - index: 37 line: 3 } start: Object { column: 9 - index: 36 line: 3 } } @@ -308,12 +274,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-instance-set/input.js" end: Object { column: 10 - index: 37 line: 3 } start: Object { column: 9 - index: 36 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-field-static-field/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-field-static-field/input.test.md index 96dc8f609cb..e7632aca7f1 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-field-static-field/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-field-static-field/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-static-field/input.js" end: Object { column: 1 - index: 45 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-static-field/input.js" end: Object { column: 1 - index: 45 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-static-field/input.js" end: Object { column: 1 - index: 45 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -105,12 +95,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-static-field/input.js" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 9 - index: 19 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-static-field/input.js" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 14 - index: 24 line: 2 } } @@ -137,12 +123,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-static-field/input.js" end: Object { column: 16 - index: 26 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/static-field-static-field/input.js" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -182,12 +163,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 38 line: 3 } start: Object { column: 10 - index: 37 line: 3 } } @@ -196,12 +175,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-static-field/input.js" end: Object { column: 11 - index: 38 line: 3 } start: Object { column: 9 - index: 36 line: 3 } } @@ -213,12 +190,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-static-field/input.js" end: Object { column: 15 - index: 42 line: 3 } start: Object { column: 14 - index: 41 line: 3 } } @@ -228,12 +203,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-static-field/input.js" end: Object { column: 16 - index: 43 line: 3 } start: Object { column: 2 - index: 29 line: 3 } } @@ -246,19 +219,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 29 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/static-field-static-field/input.js" end: Object { column: 11 - index: 38 line: 3 } start: Object { column: 2 - index: 29 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-field-static-get/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-field-static-get/input.test.md index 817cc7cf2df..1ed8cbc8cd3 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-field-static-get/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-field-static-get/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-static-get/input.js" end: Object { column: 1 - index: 49 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-static-get/input.js" end: Object { column: 1 - index: 49 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-static-get/input.js" end: Object { column: 1 - index: 49 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -105,12 +95,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-static-get/input.js" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 9 - index: 19 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-static-get/input.js" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 14 - index: 24 line: 2 } } @@ -137,12 +123,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-static-get/input.js" end: Object { column: 16 - index: 26 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/static-field-static-get/input.js" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -183,12 +164,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 42 line: 3 } start: Object { column: 14 - index: 41 line: 3 } } @@ -197,12 +176,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-static-get/input.js" end: Object { column: 15 - index: 42 line: 3 } start: Object { column: 13 - index: 40 line: 3 } } @@ -211,12 +188,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-static-get/input.js" end: Object { column: 20 - index: 47 line: 3 } start: Object { column: 2 - index: 29 line: 3 } } @@ -227,12 +202,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-static-get/input.js" end: Object { column: 20 - index: 47 line: 3 } start: Object { column: 18 - index: 45 line: 3 } } @@ -250,12 +223,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-static-get/input.js" end: Object { column: 17 - index: 44 line: 3 } start: Object { column: 15 - index: 42 line: 3 } } @@ -269,19 +240,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 29 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/static-field-static-get/input.js" end: Object { column: 15 - index: 42 line: 3 } start: Object { column: 2 - index: 29 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-field-static-method/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-field-static-method/input.test.md index 3fdf3c7df89..6140a31a6c4 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-field-static-method/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-field-static-method/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-static-method/input.js" end: Object { column: 1 - index: 45 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-static-method/input.js" end: Object { column: 1 - index: 45 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-static-method/input.js" end: Object { column: 1 - index: 45 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -105,12 +95,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-static-method/input.js" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 9 - index: 19 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-static-method/input.js" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 14 - index: 24 line: 2 } } @@ -137,12 +123,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-static-method/input.js" end: Object { column: 16 - index: 26 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/static-field-static-method/input.js" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -183,12 +164,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 38 line: 3 } start: Object { column: 10 - index: 37 line: 3 } } @@ -197,12 +176,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-static-method/input.js" end: Object { column: 11 - index: 38 line: 3 } start: Object { column: 9 - index: 36 line: 3 } } @@ -211,12 +188,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-static-method/input.js" end: Object { column: 16 - index: 43 line: 3 } start: Object { column: 2 - index: 29 line: 3 } } @@ -227,12 +202,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-static-method/input.js" end: Object { column: 16 - index: 43 line: 3 } start: Object { column: 14 - index: 41 line: 3 } } @@ -250,12 +223,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-static-method/input.js" end: Object { column: 13 - index: 40 line: 3 } start: Object { column: 11 - index: 38 line: 3 } } @@ -269,19 +240,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 29 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/static-field-static-method/input.js" end: Object { column: 11 - index: 38 line: 3 } start: Object { column: 2 - index: 29 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-field-static-set/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-field-static-set/input.test.md index c51c0896134..e16473d3e32 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-field-static-set/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-field-static-set/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-static-set/input.js" end: Object { column: 1 - index: 50 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-static-set/input.js" end: Object { column: 1 - index: 50 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-static-set/input.js" end: Object { column: 1 - index: 50 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -105,12 +95,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-static-set/input.js" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 9 - index: 19 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-static-set/input.js" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 14 - index: 24 line: 2 } } @@ -137,12 +123,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-static-set/input.js" end: Object { column: 16 - index: 26 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/static-field-static-set/input.js" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -183,12 +164,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 42 line: 3 } start: Object { column: 14 - index: 41 line: 3 } } @@ -197,12 +176,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-static-set/input.js" end: Object { column: 15 - index: 42 line: 3 } start: Object { column: 13 - index: 40 line: 3 } } @@ -211,12 +188,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-static-set/input.js" end: Object { column: 21 - index: 48 line: 3 } start: Object { column: 2 - index: 29 line: 3 } } @@ -227,12 +202,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-static-set/input.js" end: Object { column: 21 - index: 48 line: 3 } start: Object { column: 19 - index: 46 line: 3 } } @@ -246,19 +219,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 29 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/static-field-static-set/input.js" end: Object { column: 15 - index: 42 line: 3 } start: Object { column: 2 - index: 29 line: 3 } } @@ -275,12 +245,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-static-set/input.js" end: Object { column: 18 - index: 45 line: 3 } start: Object { column: 15 - index: 42 line: 3 } } @@ -292,12 +260,10 @@ JSRoot { identifierName: "_" end: Object { column: 17 - index: 44 line: 3 } start: Object { column: 16 - index: 43 line: 3 } } @@ -308,12 +274,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-field-static-set/input.js" end: Object { column: 17 - index: 44 line: 3 } start: Object { column: 16 - index: 43 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-get-instance-field/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-get-instance-field/input.test.md index b87e43dbeb4..18a92139680 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-get-instance-field/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-get-instance-field/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-instance-field/input.js" end: Object { column: 1 - index: 42 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-instance-field/input.js" end: Object { column: 1 - index: 42 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-instance-field/input.js" end: Object { column: 1 - index: 42 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 14 - index: 24 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-instance-field/input.js" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 13 - index: 23 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-instance-field/input.js" end: Object { column: 20 - index: 30 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-instance-field/input.js" end: Object { column: 20 - index: 30 line: 2 } start: Object { column: 18 - index: 28 line: 2 } } @@ -159,12 +143,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-instance-field/input.js" end: Object { column: 17 - index: 27 line: 2 } start: Object { column: 15 - index: 25 line: 2 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/static-get-instance-field/input.js" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -205,12 +184,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 35 line: 3 } start: Object { column: 3 - index: 34 line: 3 } } @@ -219,12 +196,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-instance-field/input.js" end: Object { column: 4 - index: 35 line: 3 } start: Object { column: 2 - index: 33 line: 3 } } @@ -236,12 +211,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-instance-field/input.js" end: Object { column: 8 - index: 39 line: 3 } start: Object { column: 7 - index: 38 line: 3 } } @@ -251,12 +224,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-instance-field/input.js" end: Object { column: 9 - index: 40 line: 3 } start: Object { column: 2 - index: 33 line: 3 } } @@ -269,19 +240,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 33 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/static-get-instance-field/input.js" end: Object { column: 4 - index: 35 line: 3 } start: Object { column: 2 - index: 33 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-get-instance-get/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-get-instance-get/input.test.md index 08f3bea9076..e1e0d7daefb 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-get-instance-get/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-get-instance-get/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-instance-get/input.js" end: Object { column: 1 - index: 46 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-instance-get/input.js" end: Object { column: 1 - index: 46 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-instance-get/input.js" end: Object { column: 1 - index: 46 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 14 - index: 24 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-instance-get/input.js" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 13 - index: 23 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-instance-get/input.js" end: Object { column: 20 - index: 30 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-instance-get/input.js" end: Object { column: 20 - index: 30 line: 2 } start: Object { column: 18 - index: 28 line: 2 } } @@ -159,12 +143,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-instance-get/input.js" end: Object { column: 17 - index: 27 line: 2 } start: Object { column: 15 - index: 25 line: 2 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/static-get-instance-get/input.js" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -206,12 +185,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 39 line: 3 } start: Object { column: 7 - index: 38 line: 3 } } @@ -220,12 +197,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-instance-get/input.js" end: Object { column: 8 - index: 39 line: 3 } start: Object { column: 6 - index: 37 line: 3 } } @@ -234,12 +209,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-instance-get/input.js" end: Object { column: 13 - index: 44 line: 3 } start: Object { column: 2 - index: 33 line: 3 } } @@ -250,12 +223,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-instance-get/input.js" end: Object { column: 13 - index: 44 line: 3 } start: Object { column: 11 - index: 42 line: 3 } } @@ -273,12 +244,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-instance-get/input.js" end: Object { column: 10 - index: 41 line: 3 } start: Object { column: 8 - index: 39 line: 3 } } @@ -292,19 +261,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 33 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/static-get-instance-get/input.js" end: Object { column: 8 - index: 39 line: 3 } start: Object { column: 2 - index: 33 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-get-instance-method/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-get-instance-method/input.test.md index da29944143d..fa5c212944d 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-get-instance-method/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-get-instance-method/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-instance-method/input.js" end: Object { column: 1 - index: 42 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-instance-method/input.js" end: Object { column: 1 - index: 42 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-instance-method/input.js" end: Object { column: 1 - index: 42 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 14 - index: 24 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-instance-method/input.js" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 13 - index: 23 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-instance-method/input.js" end: Object { column: 20 - index: 30 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-instance-method/input.js" end: Object { column: 20 - index: 30 line: 2 } start: Object { column: 18 - index: 28 line: 2 } } @@ -159,12 +143,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-instance-method/input.js" end: Object { column: 17 - index: 27 line: 2 } start: Object { column: 15 - index: 25 line: 2 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/static-get-instance-method/input.js" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -206,12 +185,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 35 line: 3 } start: Object { column: 3 - index: 34 line: 3 } } @@ -220,12 +197,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-instance-method/input.js" end: Object { column: 4 - index: 35 line: 3 } start: Object { column: 2 - index: 33 line: 3 } } @@ -234,12 +209,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-instance-method/input.js" end: Object { column: 9 - index: 40 line: 3 } start: Object { column: 2 - index: 33 line: 3 } } @@ -250,12 +223,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-instance-method/input.js" end: Object { column: 9 - index: 40 line: 3 } start: Object { column: 7 - index: 38 line: 3 } } @@ -273,12 +244,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-instance-method/input.js" end: Object { column: 6 - index: 37 line: 3 } start: Object { column: 4 - index: 35 line: 3 } } @@ -292,19 +261,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 33 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/static-get-instance-method/input.js" end: Object { column: 4 - index: 35 line: 3 } start: Object { column: 2 - index: 33 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-get-instance-set/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-get-instance-set/input.test.md index 1516c5b83f4..75cb431cc11 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-get-instance-set/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-get-instance-set/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-instance-set/input.js" end: Object { column: 1 - index: 47 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-instance-set/input.js" end: Object { column: 1 - index: 47 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-instance-set/input.js" end: Object { column: 1 - index: 47 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 14 - index: 24 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-instance-set/input.js" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 13 - index: 23 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-instance-set/input.js" end: Object { column: 20 - index: 30 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-instance-set/input.js" end: Object { column: 20 - index: 30 line: 2 } start: Object { column: 18 - index: 28 line: 2 } } @@ -159,12 +143,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-instance-set/input.js" end: Object { column: 17 - index: 27 line: 2 } start: Object { column: 15 - index: 25 line: 2 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/static-get-instance-set/input.js" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -206,12 +185,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 39 line: 3 } start: Object { column: 7 - index: 38 line: 3 } } @@ -220,12 +197,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-instance-set/input.js" end: Object { column: 8 - index: 39 line: 3 } start: Object { column: 6 - index: 37 line: 3 } } @@ -234,12 +209,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-instance-set/input.js" end: Object { column: 14 - index: 45 line: 3 } start: Object { column: 2 - index: 33 line: 3 } } @@ -250,12 +223,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-instance-set/input.js" end: Object { column: 14 - index: 45 line: 3 } start: Object { column: 12 - index: 43 line: 3 } } @@ -269,19 +240,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 33 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/static-get-instance-set/input.js" end: Object { column: 8 - index: 39 line: 3 } start: Object { column: 2 - index: 33 line: 3 } } @@ -298,12 +266,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-instance-set/input.js" end: Object { column: 11 - index: 42 line: 3 } start: Object { column: 8 - index: 39 line: 3 } } @@ -315,12 +281,10 @@ JSRoot { identifierName: "_" end: Object { column: 10 - index: 41 line: 3 } start: Object { column: 9 - index: 40 line: 3 } } @@ -331,12 +295,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-instance-set/input.js" end: Object { column: 10 - index: 41 line: 3 } start: Object { column: 9 - index: 40 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-get-static-field/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-get-static-field/input.test.md index 6055a0d2c41..79ed6599200 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-get-static-field/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-get-static-field/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-static-field/input.js" end: Object { column: 1 - index: 49 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-static-field/input.js" end: Object { column: 1 - index: 49 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-static-field/input.js" end: Object { column: 1 - index: 49 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 14 - index: 24 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-static-field/input.js" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 13 - index: 23 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-static-field/input.js" end: Object { column: 20 - index: 30 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-static-field/input.js" end: Object { column: 20 - index: 30 line: 2 } start: Object { column: 18 - index: 28 line: 2 } } @@ -159,12 +143,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-static-field/input.js" end: Object { column: 17 - index: 27 line: 2 } start: Object { column: 15 - index: 25 line: 2 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/static-get-static-field/input.js" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -205,12 +184,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 42 line: 3 } start: Object { column: 10 - index: 41 line: 3 } } @@ -219,12 +196,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-static-field/input.js" end: Object { column: 11 - index: 42 line: 3 } start: Object { column: 9 - index: 40 line: 3 } } @@ -236,12 +211,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-static-field/input.js" end: Object { column: 15 - index: 46 line: 3 } start: Object { column: 14 - index: 45 line: 3 } } @@ -251,12 +224,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-static-field/input.js" end: Object { column: 16 - index: 47 line: 3 } start: Object { column: 2 - index: 33 line: 3 } } @@ -269,19 +240,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 33 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/static-get-static-field/input.js" end: Object { column: 11 - index: 42 line: 3 } start: Object { column: 2 - index: 33 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-get-static-get/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-get-static-get/input.test.md index 70727863756..8d0e014c33d 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-get-static-get/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-get-static-get/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-static-get/input.js" end: Object { column: 1 - index: 53 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-static-get/input.js" end: Object { column: 1 - index: 53 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-static-get/input.js" end: Object { column: 1 - index: 53 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 14 - index: 24 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-static-get/input.js" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 13 - index: 23 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-static-get/input.js" end: Object { column: 20 - index: 30 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-static-get/input.js" end: Object { column: 20 - index: 30 line: 2 } start: Object { column: 18 - index: 28 line: 2 } } @@ -159,12 +143,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-static-get/input.js" end: Object { column: 17 - index: 27 line: 2 } start: Object { column: 15 - index: 25 line: 2 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/static-get-static-get/input.js" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -206,12 +185,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 46 line: 3 } start: Object { column: 14 - index: 45 line: 3 } } @@ -220,12 +197,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-static-get/input.js" end: Object { column: 15 - index: 46 line: 3 } start: Object { column: 13 - index: 44 line: 3 } } @@ -234,12 +209,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-static-get/input.js" end: Object { column: 20 - index: 51 line: 3 } start: Object { column: 2 - index: 33 line: 3 } } @@ -250,12 +223,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-static-get/input.js" end: Object { column: 20 - index: 51 line: 3 } start: Object { column: 18 - index: 49 line: 3 } } @@ -273,12 +244,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-static-get/input.js" end: Object { column: 17 - index: 48 line: 3 } start: Object { column: 15 - index: 46 line: 3 } } @@ -292,19 +261,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 33 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/static-get-static-get/input.js" end: Object { column: 15 - index: 46 line: 3 } start: Object { column: 2 - index: 33 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-get-static-method/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-get-static-method/input.test.md index 6f719aa40ce..4f976abea9d 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-get-static-method/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-get-static-method/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-static-method/input.js" end: Object { column: 1 - index: 49 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-static-method/input.js" end: Object { column: 1 - index: 49 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-static-method/input.js" end: Object { column: 1 - index: 49 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 14 - index: 24 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-static-method/input.js" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 13 - index: 23 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-static-method/input.js" end: Object { column: 20 - index: 30 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-static-method/input.js" end: Object { column: 20 - index: 30 line: 2 } start: Object { column: 18 - index: 28 line: 2 } } @@ -159,12 +143,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-static-method/input.js" end: Object { column: 17 - index: 27 line: 2 } start: Object { column: 15 - index: 25 line: 2 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/static-get-static-method/input.js" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -206,12 +185,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 42 line: 3 } start: Object { column: 10 - index: 41 line: 3 } } @@ -220,12 +197,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-static-method/input.js" end: Object { column: 11 - index: 42 line: 3 } start: Object { column: 9 - index: 40 line: 3 } } @@ -234,12 +209,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-static-method/input.js" end: Object { column: 16 - index: 47 line: 3 } start: Object { column: 2 - index: 33 line: 3 } } @@ -250,12 +223,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-static-method/input.js" end: Object { column: 16 - index: 47 line: 3 } start: Object { column: 14 - index: 45 line: 3 } } @@ -273,12 +244,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-static-method/input.js" end: Object { column: 13 - index: 44 line: 3 } start: Object { column: 11 - index: 42 line: 3 } } @@ -292,19 +261,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 33 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/static-get-static-method/input.js" end: Object { column: 11 - index: 42 line: 3 } start: Object { column: 2 - index: 33 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-get-static-set/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-get-static-set/input.test.md index cf5ab8fba65..357eaa3fea2 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-get-static-set/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-get-static-set/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-static-set/input.js" end: Object { column: 1 - index: 54 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-static-set/input.js" end: Object { column: 1 - index: 54 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-static-set/input.js" end: Object { column: 1 - index: 54 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 14 - index: 24 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-static-set/input.js" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 13 - index: 23 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-static-set/input.js" end: Object { column: 20 - index: 30 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-static-set/input.js" end: Object { column: 20 - index: 30 line: 2 } start: Object { column: 18 - index: 28 line: 2 } } @@ -159,12 +143,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-static-set/input.js" end: Object { column: 17 - index: 27 line: 2 } start: Object { column: 15 - index: 25 line: 2 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/static-get-static-set/input.js" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -206,12 +185,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 46 line: 3 } start: Object { column: 14 - index: 45 line: 3 } } @@ -220,12 +197,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-static-set/input.js" end: Object { column: 15 - index: 46 line: 3 } start: Object { column: 13 - index: 44 line: 3 } } @@ -234,12 +209,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-static-set/input.js" end: Object { column: 21 - index: 52 line: 3 } start: Object { column: 2 - index: 33 line: 3 } } @@ -250,12 +223,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-static-set/input.js" end: Object { column: 21 - index: 52 line: 3 } start: Object { column: 19 - index: 50 line: 3 } } @@ -269,19 +240,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 33 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/static-get-static-set/input.js" end: Object { column: 15 - index: 46 line: 3 } start: Object { column: 2 - index: 33 line: 3 } } @@ -298,12 +266,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-static-set/input.js" end: Object { column: 18 - index: 49 line: 3 } start: Object { column: 15 - index: 46 line: 3 } } @@ -315,12 +281,10 @@ JSRoot { identifierName: "_" end: Object { column: 17 - index: 48 line: 3 } start: Object { column: 16 - index: 47 line: 3 } } @@ -331,12 +295,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-get-static-set/input.js" end: Object { column: 17 - index: 48 line: 3 } start: Object { column: 16 - index: 47 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-method-instance-field/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-method-instance-field/input.test.md index 2ea94da99f2..2ed657b48e3 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-method-instance-field/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-method-instance-field/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-instance-field/input.js" end: Object { column: 1 - index: 38 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-instance-field/input.js" end: Object { column: 1 - index: 38 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-instance-field/input.js" end: Object { column: 1 - index: 38 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-instance-field/input.js" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 9 - index: 19 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-instance-field/input.js" end: Object { column: 16 - index: 26 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-instance-field/input.js" end: Object { column: 16 - index: 26 line: 2 } start: Object { column: 14 - index: 24 line: 2 } } @@ -159,12 +143,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-instance-field/input.js" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 11 - index: 21 line: 2 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/static-method-instance-field/input.js" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -205,12 +184,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 31 line: 3 } start: Object { column: 3 - index: 30 line: 3 } } @@ -219,12 +196,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-instance-field/input.js" end: Object { column: 4 - index: 31 line: 3 } start: Object { column: 2 - index: 29 line: 3 } } @@ -236,12 +211,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-instance-field/input.js" end: Object { column: 8 - index: 35 line: 3 } start: Object { column: 7 - index: 34 line: 3 } } @@ -251,12 +224,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-instance-field/input.js" end: Object { column: 9 - index: 36 line: 3 } start: Object { column: 2 - index: 29 line: 3 } } @@ -269,19 +240,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 29 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/static-method-instance-field/input.js" end: Object { column: 4 - index: 31 line: 3 } start: Object { column: 2 - index: 29 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-method-instance-get/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-method-instance-get/input.test.md index f0aeeb119f8..f61bf85340c 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-method-instance-get/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-method-instance-get/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-instance-get/input.js" end: Object { column: 1 - index: 42 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-instance-get/input.js" end: Object { column: 1 - index: 42 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-instance-get/input.js" end: Object { column: 1 - index: 42 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-instance-get/input.js" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 9 - index: 19 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-instance-get/input.js" end: Object { column: 16 - index: 26 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-instance-get/input.js" end: Object { column: 16 - index: 26 line: 2 } start: Object { column: 14 - index: 24 line: 2 } } @@ -159,12 +143,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-instance-get/input.js" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 11 - index: 21 line: 2 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/static-method-instance-get/input.js" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -206,12 +185,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 35 line: 3 } start: Object { column: 7 - index: 34 line: 3 } } @@ -220,12 +197,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-instance-get/input.js" end: Object { column: 8 - index: 35 line: 3 } start: Object { column: 6 - index: 33 line: 3 } } @@ -234,12 +209,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-instance-get/input.js" end: Object { column: 13 - index: 40 line: 3 } start: Object { column: 2 - index: 29 line: 3 } } @@ -250,12 +223,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-instance-get/input.js" end: Object { column: 13 - index: 40 line: 3 } start: Object { column: 11 - index: 38 line: 3 } } @@ -273,12 +244,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-instance-get/input.js" end: Object { column: 10 - index: 37 line: 3 } start: Object { column: 8 - index: 35 line: 3 } } @@ -292,19 +261,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 29 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/static-method-instance-get/input.js" end: Object { column: 8 - index: 35 line: 3 } start: Object { column: 2 - index: 29 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-method-instance-method/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-method-instance-method/input.test.md index 56e4aec15e3..897eaf0dd61 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-method-instance-method/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-method-instance-method/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-instance-method/input.js" end: Object { column: 1 - index: 38 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-instance-method/input.js" end: Object { column: 1 - index: 38 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-instance-method/input.js" end: Object { column: 1 - index: 38 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-instance-method/input.js" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 9 - index: 19 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-instance-method/input.js" end: Object { column: 16 - index: 26 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-instance-method/input.js" end: Object { column: 16 - index: 26 line: 2 } start: Object { column: 14 - index: 24 line: 2 } } @@ -159,12 +143,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-instance-method/input.js" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 11 - index: 21 line: 2 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/static-method-instance-method/input.js" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -206,12 +185,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 31 line: 3 } start: Object { column: 3 - index: 30 line: 3 } } @@ -220,12 +197,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-instance-method/input.js" end: Object { column: 4 - index: 31 line: 3 } start: Object { column: 2 - index: 29 line: 3 } } @@ -234,12 +209,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-instance-method/input.js" end: Object { column: 9 - index: 36 line: 3 } start: Object { column: 2 - index: 29 line: 3 } } @@ -250,12 +223,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-instance-method/input.js" end: Object { column: 9 - index: 36 line: 3 } start: Object { column: 7 - index: 34 line: 3 } } @@ -273,12 +244,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-instance-method/input.js" end: Object { column: 6 - index: 33 line: 3 } start: Object { column: 4 - index: 31 line: 3 } } @@ -292,19 +261,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 29 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/static-method-instance-method/input.js" end: Object { column: 4 - index: 31 line: 3 } start: Object { column: 2 - index: 29 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-method-instance-set/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-method-instance-set/input.test.md index fa092d11265..2055605b8a4 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-method-instance-set/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-method-instance-set/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-instance-set/input.js" end: Object { column: 1 - index: 43 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-instance-set/input.js" end: Object { column: 1 - index: 43 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-instance-set/input.js" end: Object { column: 1 - index: 43 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-instance-set/input.js" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 9 - index: 19 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-instance-set/input.js" end: Object { column: 16 - index: 26 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-instance-set/input.js" end: Object { column: 16 - index: 26 line: 2 } start: Object { column: 14 - index: 24 line: 2 } } @@ -159,12 +143,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-instance-set/input.js" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 11 - index: 21 line: 2 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/static-method-instance-set/input.js" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -206,12 +185,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 35 line: 3 } start: Object { column: 7 - index: 34 line: 3 } } @@ -220,12 +197,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-instance-set/input.js" end: Object { column: 8 - index: 35 line: 3 } start: Object { column: 6 - index: 33 line: 3 } } @@ -234,12 +209,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-instance-set/input.js" end: Object { column: 14 - index: 41 line: 3 } start: Object { column: 2 - index: 29 line: 3 } } @@ -250,12 +223,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-instance-set/input.js" end: Object { column: 14 - index: 41 line: 3 } start: Object { column: 12 - index: 39 line: 3 } } @@ -269,19 +240,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 29 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/static-method-instance-set/input.js" end: Object { column: 8 - index: 35 line: 3 } start: Object { column: 2 - index: 29 line: 3 } } @@ -298,12 +266,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-instance-set/input.js" end: Object { column: 11 - index: 38 line: 3 } start: Object { column: 8 - index: 35 line: 3 } } @@ -315,12 +281,10 @@ JSRoot { identifierName: "_" end: Object { column: 10 - index: 37 line: 3 } start: Object { column: 9 - index: 36 line: 3 } } @@ -331,12 +295,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-instance-set/input.js" end: Object { column: 10 - index: 37 line: 3 } start: Object { column: 9 - index: 36 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-method-static-field/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-method-static-field/input.test.md index 7da54df5fa1..84be9626926 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-method-static-field/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-method-static-field/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-static-field/input.js" end: Object { column: 1 - index: 45 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-static-field/input.js" end: Object { column: 1 - index: 45 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-static-field/input.js" end: Object { column: 1 - index: 45 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-static-field/input.js" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 9 - index: 19 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-static-field/input.js" end: Object { column: 16 - index: 26 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-static-field/input.js" end: Object { column: 16 - index: 26 line: 2 } start: Object { column: 14 - index: 24 line: 2 } } @@ -159,12 +143,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-static-field/input.js" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 11 - index: 21 line: 2 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/static-method-static-field/input.js" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -205,12 +184,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 38 line: 3 } start: Object { column: 10 - index: 37 line: 3 } } @@ -219,12 +196,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-static-field/input.js" end: Object { column: 11 - index: 38 line: 3 } start: Object { column: 9 - index: 36 line: 3 } } @@ -236,12 +211,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-static-field/input.js" end: Object { column: 15 - index: 42 line: 3 } start: Object { column: 14 - index: 41 line: 3 } } @@ -251,12 +224,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-static-field/input.js" end: Object { column: 16 - index: 43 line: 3 } start: Object { column: 2 - index: 29 line: 3 } } @@ -269,19 +240,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 29 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/static-method-static-field/input.js" end: Object { column: 11 - index: 38 line: 3 } start: Object { column: 2 - index: 29 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-method-static-get/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-method-static-get/input.test.md index 0c0cec9b2ac..405c801bd48 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-method-static-get/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-method-static-get/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-static-get/input.js" end: Object { column: 1 - index: 49 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-static-get/input.js" end: Object { column: 1 - index: 49 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-static-get/input.js" end: Object { column: 1 - index: 49 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-static-get/input.js" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 9 - index: 19 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-static-get/input.js" end: Object { column: 16 - index: 26 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-static-get/input.js" end: Object { column: 16 - index: 26 line: 2 } start: Object { column: 14 - index: 24 line: 2 } } @@ -159,12 +143,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-static-get/input.js" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 11 - index: 21 line: 2 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/static-method-static-get/input.js" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -206,12 +185,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 42 line: 3 } start: Object { column: 14 - index: 41 line: 3 } } @@ -220,12 +197,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-static-get/input.js" end: Object { column: 15 - index: 42 line: 3 } start: Object { column: 13 - index: 40 line: 3 } } @@ -234,12 +209,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-static-get/input.js" end: Object { column: 20 - index: 47 line: 3 } start: Object { column: 2 - index: 29 line: 3 } } @@ -250,12 +223,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-static-get/input.js" end: Object { column: 20 - index: 47 line: 3 } start: Object { column: 18 - index: 45 line: 3 } } @@ -273,12 +244,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-static-get/input.js" end: Object { column: 17 - index: 44 line: 3 } start: Object { column: 15 - index: 42 line: 3 } } @@ -292,19 +261,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 29 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/static-method-static-get/input.js" end: Object { column: 15 - index: 42 line: 3 } start: Object { column: 2 - index: 29 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-method-static-method/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-method-static-method/input.test.md index 88905c554a0..7073b744027 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-method-static-method/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-method-static-method/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-static-method/input.js" end: Object { column: 1 - index: 45 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-static-method/input.js" end: Object { column: 1 - index: 45 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-static-method/input.js" end: Object { column: 1 - index: 45 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-static-method/input.js" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 9 - index: 19 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-static-method/input.js" end: Object { column: 16 - index: 26 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-static-method/input.js" end: Object { column: 16 - index: 26 line: 2 } start: Object { column: 14 - index: 24 line: 2 } } @@ -159,12 +143,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-static-method/input.js" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 11 - index: 21 line: 2 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/static-method-static-method/input.js" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -206,12 +185,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 38 line: 3 } start: Object { column: 10 - index: 37 line: 3 } } @@ -220,12 +197,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-static-method/input.js" end: Object { column: 11 - index: 38 line: 3 } start: Object { column: 9 - index: 36 line: 3 } } @@ -234,12 +209,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-static-method/input.js" end: Object { column: 16 - index: 43 line: 3 } start: Object { column: 2 - index: 29 line: 3 } } @@ -250,12 +223,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-static-method/input.js" end: Object { column: 16 - index: 43 line: 3 } start: Object { column: 14 - index: 41 line: 3 } } @@ -273,12 +244,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-static-method/input.js" end: Object { column: 13 - index: 40 line: 3 } start: Object { column: 11 - index: 38 line: 3 } } @@ -292,19 +261,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 29 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/static-method-static-method/input.js" end: Object { column: 11 - index: 38 line: 3 } start: Object { column: 2 - index: 29 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-method-static-set/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-method-static-set/input.test.md index bc16644a3d0..764c8d22c51 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-method-static-set/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-method-static-set/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-static-set/input.js" end: Object { column: 1 - index: 50 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-static-set/input.js" end: Object { column: 1 - index: 50 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-static-set/input.js" end: Object { column: 1 - index: 50 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-static-set/input.js" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 9 - index: 19 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-static-set/input.js" end: Object { column: 16 - index: 26 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-static-set/input.js" end: Object { column: 16 - index: 26 line: 2 } start: Object { column: 14 - index: 24 line: 2 } } @@ -159,12 +143,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-static-set/input.js" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 11 - index: 21 line: 2 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/static-method-static-set/input.js" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -206,12 +185,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 42 line: 3 } start: Object { column: 14 - index: 41 line: 3 } } @@ -220,12 +197,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-static-set/input.js" end: Object { column: 15 - index: 42 line: 3 } start: Object { column: 13 - index: 40 line: 3 } } @@ -234,12 +209,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-static-set/input.js" end: Object { column: 21 - index: 48 line: 3 } start: Object { column: 2 - index: 29 line: 3 } } @@ -250,12 +223,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-static-set/input.js" end: Object { column: 21 - index: 48 line: 3 } start: Object { column: 19 - index: 46 line: 3 } } @@ -269,19 +240,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 29 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/static-method-static-set/input.js" end: Object { column: 15 - index: 42 line: 3 } start: Object { column: 2 - index: 29 line: 3 } } @@ -298,12 +266,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-static-set/input.js" end: Object { column: 18 - index: 45 line: 3 } start: Object { column: 15 - index: 42 line: 3 } } @@ -315,12 +281,10 @@ JSRoot { identifierName: "_" end: Object { column: 17 - index: 44 line: 3 } start: Object { column: 16 - index: 43 line: 3 } } @@ -331,12 +295,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-method-static-set/input.js" end: Object { column: 17 - index: 44 line: 3 } start: Object { column: 16 - index: 43 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-set-instance-field/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-set-instance-field/input.test.md index 102398a1a76..64eae145523 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-set-instance-field/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-set-instance-field/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-instance-field/input.js" end: Object { column: 1 - index: 43 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-instance-field/input.js" end: Object { column: 1 - index: 43 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-instance-field/input.js" end: Object { column: 1 - index: 43 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 14 - index: 24 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-instance-field/input.js" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 13 - index: 23 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-instance-field/input.js" end: Object { column: 21 - index: 31 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-instance-field/input.js" end: Object { column: 21 - index: 31 line: 2 } start: Object { column: 19 - index: 29 line: 2 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/static-set-instance-field/input.js" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -184,12 +165,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-instance-field/input.js" end: Object { column: 18 - index: 28 line: 2 } start: Object { column: 15 - index: 25 line: 2 } } @@ -201,12 +180,10 @@ JSRoot { identifierName: "_" end: Object { column: 17 - index: 27 line: 2 } start: Object { column: 16 - index: 26 line: 2 } } @@ -217,12 +194,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-instance-field/input.js" end: Object { column: 17 - index: 27 line: 2 } start: Object { column: 16 - index: 26 line: 2 } } @@ -240,12 +215,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 36 line: 3 } start: Object { column: 3 - index: 35 line: 3 } } @@ -254,12 +227,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-instance-field/input.js" end: Object { column: 4 - index: 36 line: 3 } start: Object { column: 2 - index: 34 line: 3 } } @@ -271,12 +242,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-instance-field/input.js" end: Object { column: 8 - index: 40 line: 3 } start: Object { column: 7 - index: 39 line: 3 } } @@ -286,12 +255,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-instance-field/input.js" end: Object { column: 9 - index: 41 line: 3 } start: Object { column: 2 - index: 34 line: 3 } } @@ -304,19 +271,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 34 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/static-set-instance-field/input.js" end: Object { column: 4 - index: 36 line: 3 } start: Object { column: 2 - index: 34 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-set-instance-get/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-set-instance-get/input.test.md index c041e5bc129..5b1b001e3bf 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-set-instance-get/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-set-instance-get/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-instance-get/input.js" end: Object { column: 1 - index: 47 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-instance-get/input.js" end: Object { column: 1 - index: 47 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-instance-get/input.js" end: Object { column: 1 - index: 47 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 14 - index: 24 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-instance-get/input.js" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 13 - index: 23 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-instance-get/input.js" end: Object { column: 21 - index: 31 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-instance-get/input.js" end: Object { column: 21 - index: 31 line: 2 } start: Object { column: 19 - index: 29 line: 2 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/static-set-instance-get/input.js" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -184,12 +165,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-instance-get/input.js" end: Object { column: 18 - index: 28 line: 2 } start: Object { column: 15 - index: 25 line: 2 } } @@ -201,12 +180,10 @@ JSRoot { identifierName: "_" end: Object { column: 17 - index: 27 line: 2 } start: Object { column: 16 - index: 26 line: 2 } } @@ -217,12 +194,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-instance-get/input.js" end: Object { column: 17 - index: 27 line: 2 } start: Object { column: 16 - index: 26 line: 2 } } @@ -241,12 +216,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 40 line: 3 } start: Object { column: 7 - index: 39 line: 3 } } @@ -255,12 +228,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-instance-get/input.js" end: Object { column: 8 - index: 40 line: 3 } start: Object { column: 6 - index: 38 line: 3 } } @@ -269,12 +240,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-instance-get/input.js" end: Object { column: 13 - index: 45 line: 3 } start: Object { column: 2 - index: 34 line: 3 } } @@ -285,12 +254,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-instance-get/input.js" end: Object { column: 13 - index: 45 line: 3 } start: Object { column: 11 - index: 43 line: 3 } } @@ -308,12 +275,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-instance-get/input.js" end: Object { column: 10 - index: 42 line: 3 } start: Object { column: 8 - index: 40 line: 3 } } @@ -327,19 +292,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 34 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/static-set-instance-get/input.js" end: Object { column: 8 - index: 40 line: 3 } start: Object { column: 2 - index: 34 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-set-instance-method/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-set-instance-method/input.test.md index fcf424bfd13..65f485b6170 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-set-instance-method/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-set-instance-method/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-instance-method/input.js" end: Object { column: 1 - index: 43 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-instance-method/input.js" end: Object { column: 1 - index: 43 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-instance-method/input.js" end: Object { column: 1 - index: 43 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 14 - index: 24 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-instance-method/input.js" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 13 - index: 23 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-instance-method/input.js" end: Object { column: 21 - index: 31 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-instance-method/input.js" end: Object { column: 21 - index: 31 line: 2 } start: Object { column: 19 - index: 29 line: 2 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/static-set-instance-method/input.js" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -184,12 +165,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-instance-method/input.js" end: Object { column: 18 - index: 28 line: 2 } start: Object { column: 15 - index: 25 line: 2 } } @@ -201,12 +180,10 @@ JSRoot { identifierName: "_" end: Object { column: 17 - index: 27 line: 2 } start: Object { column: 16 - index: 26 line: 2 } } @@ -217,12 +194,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-instance-method/input.js" end: Object { column: 17 - index: 27 line: 2 } start: Object { column: 16 - index: 26 line: 2 } } @@ -241,12 +216,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 36 line: 3 } start: Object { column: 3 - index: 35 line: 3 } } @@ -255,12 +228,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-instance-method/input.js" end: Object { column: 4 - index: 36 line: 3 } start: Object { column: 2 - index: 34 line: 3 } } @@ -269,12 +240,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-instance-method/input.js" end: Object { column: 9 - index: 41 line: 3 } start: Object { column: 2 - index: 34 line: 3 } } @@ -285,12 +254,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-instance-method/input.js" end: Object { column: 9 - index: 41 line: 3 } start: Object { column: 7 - index: 39 line: 3 } } @@ -308,12 +275,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-instance-method/input.js" end: Object { column: 6 - index: 38 line: 3 } start: Object { column: 4 - index: 36 line: 3 } } @@ -327,19 +292,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 34 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/static-set-instance-method/input.js" end: Object { column: 4 - index: 36 line: 3 } start: Object { column: 2 - index: 34 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-set-instance-set/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-set-instance-set/input.test.md index 136f74aad9e..2a03b3211c5 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-set-instance-set/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-set-instance-set/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-instance-set/input.js" end: Object { column: 1 - index: 48 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-instance-set/input.js" end: Object { column: 1 - index: 48 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-instance-set/input.js" end: Object { column: 1 - index: 48 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 14 - index: 24 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-instance-set/input.js" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 13 - index: 23 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-instance-set/input.js" end: Object { column: 21 - index: 31 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-instance-set/input.js" end: Object { column: 21 - index: 31 line: 2 } start: Object { column: 19 - index: 29 line: 2 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/static-set-instance-set/input.js" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -184,12 +165,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-instance-set/input.js" end: Object { column: 18 - index: 28 line: 2 } start: Object { column: 15 - index: 25 line: 2 } } @@ -201,12 +180,10 @@ JSRoot { identifierName: "_" end: Object { column: 17 - index: 27 line: 2 } start: Object { column: 16 - index: 26 line: 2 } } @@ -217,12 +194,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-instance-set/input.js" end: Object { column: 17 - index: 27 line: 2 } start: Object { column: 16 - index: 26 line: 2 } } @@ -241,12 +216,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 40 line: 3 } start: Object { column: 7 - index: 39 line: 3 } } @@ -255,12 +228,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-instance-set/input.js" end: Object { column: 8 - index: 40 line: 3 } start: Object { column: 6 - index: 38 line: 3 } } @@ -269,12 +240,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-instance-set/input.js" end: Object { column: 14 - index: 46 line: 3 } start: Object { column: 2 - index: 34 line: 3 } } @@ -285,12 +254,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-instance-set/input.js" end: Object { column: 14 - index: 46 line: 3 } start: Object { column: 12 - index: 44 line: 3 } } @@ -304,19 +271,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 34 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/static-set-instance-set/input.js" end: Object { column: 8 - index: 40 line: 3 } start: Object { column: 2 - index: 34 line: 3 } } @@ -333,12 +297,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-instance-set/input.js" end: Object { column: 11 - index: 43 line: 3 } start: Object { column: 8 - index: 40 line: 3 } } @@ -350,12 +312,10 @@ JSRoot { identifierName: "_" end: Object { column: 10 - index: 42 line: 3 } start: Object { column: 9 - index: 41 line: 3 } } @@ -366,12 +326,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-instance-set/input.js" end: Object { column: 10 - index: 42 line: 3 } start: Object { column: 9 - index: 41 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-set-static-field/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-set-static-field/input.test.md index a853d09807b..369d500c6e3 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-set-static-field/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-set-static-field/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-static-field/input.js" end: Object { column: 1 - index: 50 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-static-field/input.js" end: Object { column: 1 - index: 50 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-static-field/input.js" end: Object { column: 1 - index: 50 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 14 - index: 24 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-static-field/input.js" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 13 - index: 23 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-static-field/input.js" end: Object { column: 21 - index: 31 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-static-field/input.js" end: Object { column: 21 - index: 31 line: 2 } start: Object { column: 19 - index: 29 line: 2 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/static-set-static-field/input.js" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -184,12 +165,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-static-field/input.js" end: Object { column: 18 - index: 28 line: 2 } start: Object { column: 15 - index: 25 line: 2 } } @@ -201,12 +180,10 @@ JSRoot { identifierName: "_" end: Object { column: 17 - index: 27 line: 2 } start: Object { column: 16 - index: 26 line: 2 } } @@ -217,12 +194,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-static-field/input.js" end: Object { column: 17 - index: 27 line: 2 } start: Object { column: 16 - index: 26 line: 2 } } @@ -240,12 +215,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 43 line: 3 } start: Object { column: 10 - index: 42 line: 3 } } @@ -254,12 +227,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-static-field/input.js" end: Object { column: 11 - index: 43 line: 3 } start: Object { column: 9 - index: 41 line: 3 } } @@ -271,12 +242,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-static-field/input.js" end: Object { column: 15 - index: 47 line: 3 } start: Object { column: 14 - index: 46 line: 3 } } @@ -286,12 +255,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-static-field/input.js" end: Object { column: 16 - index: 48 line: 3 } start: Object { column: 2 - index: 34 line: 3 } } @@ -304,19 +271,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 34 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/static-set-static-field/input.js" end: Object { column: 11 - index: 43 line: 3 } start: Object { column: 2 - index: 34 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-set-static-get/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-set-static-get/input.test.md index a73aeb9dd47..f5ccc2f22cb 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-set-static-get/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-set-static-get/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-static-get/input.js" end: Object { column: 1 - index: 54 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-static-get/input.js" end: Object { column: 1 - index: 54 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-static-get/input.js" end: Object { column: 1 - index: 54 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 14 - index: 24 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-static-get/input.js" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 13 - index: 23 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-static-get/input.js" end: Object { column: 21 - index: 31 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-static-get/input.js" end: Object { column: 21 - index: 31 line: 2 } start: Object { column: 19 - index: 29 line: 2 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/static-set-static-get/input.js" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -184,12 +165,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-static-get/input.js" end: Object { column: 18 - index: 28 line: 2 } start: Object { column: 15 - index: 25 line: 2 } } @@ -201,12 +180,10 @@ JSRoot { identifierName: "_" end: Object { column: 17 - index: 27 line: 2 } start: Object { column: 16 - index: 26 line: 2 } } @@ -217,12 +194,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-static-get/input.js" end: Object { column: 17 - index: 27 line: 2 } start: Object { column: 16 - index: 26 line: 2 } } @@ -241,12 +216,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 47 line: 3 } start: Object { column: 14 - index: 46 line: 3 } } @@ -255,12 +228,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-static-get/input.js" end: Object { column: 15 - index: 47 line: 3 } start: Object { column: 13 - index: 45 line: 3 } } @@ -269,12 +240,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-static-get/input.js" end: Object { column: 20 - index: 52 line: 3 } start: Object { column: 2 - index: 34 line: 3 } } @@ -285,12 +254,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-static-get/input.js" end: Object { column: 20 - index: 52 line: 3 } start: Object { column: 18 - index: 50 line: 3 } } @@ -308,12 +275,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-static-get/input.js" end: Object { column: 17 - index: 49 line: 3 } start: Object { column: 15 - index: 47 line: 3 } } @@ -327,19 +292,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 34 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/static-set-static-get/input.js" end: Object { column: 15 - index: 47 line: 3 } start: Object { column: 2 - index: 34 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-set-static-method/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-set-static-method/input.test.md index a084eedc1f1..1256b37dd67 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-set-static-method/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-set-static-method/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-static-method/input.js" end: Object { column: 1 - index: 50 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-static-method/input.js" end: Object { column: 1 - index: 50 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-static-method/input.js" end: Object { column: 1 - index: 50 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 14 - index: 24 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-static-method/input.js" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 13 - index: 23 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-static-method/input.js" end: Object { column: 21 - index: 31 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-static-method/input.js" end: Object { column: 21 - index: 31 line: 2 } start: Object { column: 19 - index: 29 line: 2 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/static-set-static-method/input.js" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -184,12 +165,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-static-method/input.js" end: Object { column: 18 - index: 28 line: 2 } start: Object { column: 15 - index: 25 line: 2 } } @@ -201,12 +180,10 @@ JSRoot { identifierName: "_" end: Object { column: 17 - index: 27 line: 2 } start: Object { column: 16 - index: 26 line: 2 } } @@ -217,12 +194,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-static-method/input.js" end: Object { column: 17 - index: 27 line: 2 } start: Object { column: 16 - index: 26 line: 2 } } @@ -241,12 +216,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 43 line: 3 } start: Object { column: 10 - index: 42 line: 3 } } @@ -255,12 +228,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-static-method/input.js" end: Object { column: 11 - index: 43 line: 3 } start: Object { column: 9 - index: 41 line: 3 } } @@ -269,12 +240,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-static-method/input.js" end: Object { column: 16 - index: 48 line: 3 } start: Object { column: 2 - index: 34 line: 3 } } @@ -285,12 +254,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-static-method/input.js" end: Object { column: 16 - index: 48 line: 3 } start: Object { column: 14 - index: 46 line: 3 } } @@ -308,12 +275,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-static-method/input.js" end: Object { column: 13 - index: 45 line: 3 } start: Object { column: 11 - index: 43 line: 3 } } @@ -327,19 +292,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 34 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/static-set-static-method/input.js" end: Object { column: 11 - index: 43 line: 3 } start: Object { column: 2 - index: 34 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-set-static-set/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-set-static-set/input.test.md index 30367d43d9d..cb3d74af6a8 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-set-static-set/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-names-duplicated/static-set-static-set/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-static-set/input.js" end: Object { column: 1 - index: 55 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-static-set/input.js" end: Object { column: 1 - index: 55 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-static-set/input.js" end: Object { column: 1 - index: 55 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 14 - index: 24 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-static-set/input.js" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 13 - index: 23 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-static-set/input.js" end: Object { column: 21 - index: 31 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-static-set/input.js" end: Object { column: 21 - index: 31 line: 2 } start: Object { column: 19 - index: 29 line: 2 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-names-duplicated/static-set-static-set/input.js" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -184,12 +165,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-static-set/input.js" end: Object { column: 18 - index: 28 line: 2 } start: Object { column: 15 - index: 25 line: 2 } } @@ -201,12 +180,10 @@ JSRoot { identifierName: "_" end: Object { column: 17 - index: 27 line: 2 } start: Object { column: 16 - index: 26 line: 2 } } @@ -217,12 +194,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-static-set/input.js" end: Object { column: 17 - index: 27 line: 2 } start: Object { column: 16 - index: 26 line: 2 } } @@ -241,12 +216,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 47 line: 3 } start: Object { column: 14 - index: 46 line: 3 } } @@ -255,12 +228,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-static-set/input.js" end: Object { column: 15 - index: 47 line: 3 } start: Object { column: 13 - index: 45 line: 3 } } @@ -269,12 +240,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-static-set/input.js" end: Object { column: 21 - index: 53 line: 3 } start: Object { column: 2 - index: 34 line: 3 } } @@ -285,12 +254,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-static-set/input.js" end: Object { column: 21 - index: 53 line: 3 } start: Object { column: 19 - index: 51 line: 3 } } @@ -304,19 +271,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 34 line: 3 } loc: Object { filename: "experimental/class-private-names-duplicated/static-set-static-set/input.js" end: Object { column: 15 - index: 47 line: 3 } start: Object { column: 2 - index: 34 line: 3 } } @@ -333,12 +297,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-static-set/input.js" end: Object { column: 18 - index: 50 line: 3 } start: Object { column: 15 - index: 47 line: 3 } } @@ -350,12 +312,10 @@ JSRoot { identifierName: "_" end: Object { column: 17 - index: 49 line: 3 } start: Object { column: 16 - index: 48 line: 3 } } @@ -366,12 +326,10 @@ JSRoot { filename: "experimental/class-private-names-duplicated/static-set-static-set/input.js" end: Object { column: 17 - index: 49 line: 3 } start: Object { column: 16 - index: 48 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-properties/asi-failure-generator/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-properties/asi-failure-generator/input.test.md index b01edfc0969..8f93b57c795 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-properties/asi-failure-generator/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-properties/asi-failure-generator/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/class-private-properties/asi-failure-generator/input.js" end: Object { column: 0 - index: 34 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 7 - index: 28 line: 3 } start: Object { column: 8 - index: 29 line: 3 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "experimental/class-private-properties/asi-failure-generator/input.js" end: Object { column: 10 - index: 31 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "experimental/class-private-properties/asi-failure-generator/input.js" end: Object { column: 10 - index: 31 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -115,12 +105,10 @@ JSRoot { identifierName: "p" end: Object { column: 4 - index: 16 line: 2 } start: Object { column: 3 - index: 15 line: 2 } } @@ -129,12 +117,10 @@ JSRoot { filename: "experimental/class-private-properties/asi-failure-generator/input.js" end: Object { column: 4 - index: 16 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -145,12 +131,10 @@ JSRoot { filename: "experimental/class-private-properties/asi-failure-generator/input.js" end: Object { column: 7 - index: 28 line: 3 } start: Object { column: 7 - index: 19 line: 2 } } @@ -161,12 +145,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 20 line: 2 } start: Object { column: 7 - index: 19 line: 2 } } @@ -177,12 +159,10 @@ JSRoot { filename: "experimental/class-private-properties/asi-failure-generator/input.js" end: Object { column: 7 - index: 28 line: 3 } start: Object { column: 3 - index: 24 line: 3 } } @@ -193,12 +173,10 @@ JSRoot { identifierName: "m" end: Object { column: 4 - index: 25 line: 3 } start: Object { column: 3 - index: 24 line: 3 } } @@ -210,12 +188,10 @@ JSRoot { filename: "experimental/class-private-properties/asi-failure-generator/input.js" end: Object { column: 7 - index: 28 line: 3 } start: Object { column: 2 - index: 14 line: 2 } } @@ -228,19 +204,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 14 line: 2 } loc: Object { filename: "experimental/class-private-properties/asi-failure-generator/input.js" end: Object { column: 4 - index: 16 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -255,12 +228,10 @@ JSRoot { identifierName: "" end: Object { column: 9 - index: 30 line: 3 } start: Object { column: 8 - index: 29 line: 3 } } @@ -269,12 +240,10 @@ JSRoot { filename: "experimental/class-private-properties/asi-failure-generator/input.js" end: Object { column: 9 - index: 30 line: 3 } start: Object { column: 8 - index: 29 line: 3 } } @@ -286,12 +255,10 @@ JSRoot { filename: "experimental/class-private-properties/asi-failure-generator/input.js" end: Object { column: 9 - index: 30 line: 3 } start: Object { column: 8 - index: 29 line: 3 } } @@ -304,19 +271,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 8 - index: 29 line: 3 } loc: Object { filename: "experimental/class-private-properties/asi-failure-generator/input.js" end: Object { column: 9 - index: 30 line: 3 } start: Object { column: 8 - index: 29 line: 3 } } @@ -330,12 +294,10 @@ JSRoot { filename: "experimental/class-private-properties/asi-failure-generator/input.js" end: Object { column: 1 - index: 33 line: 4 } start: Object { column: 0 - index: 32 line: 4 } } @@ -345,12 +307,10 @@ JSRoot { filename: "experimental/class-private-properties/asi-failure-generator/input.js" end: Object { column: 1 - index: 33 line: 4 } start: Object { column: 0 - index: 32 line: 4 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-properties/asi-failure-inline/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-properties/asi-failure-inline/input.test.md index cf763928912..5f71949b3f4 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-properties/asi-failure-inline/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-properties/asi-failure-inline/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/class-private-properties/asi-failure-inline/input.js" end: Object { column: 0 - index: 22 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 4 - index: 16 line: 2 } start: Object { column: 5 - index: 17 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "experimental/class-private-properties/asi-failure-inline/input.js" end: Object { column: 1 - index: 21 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "experimental/class-private-properties/asi-failure-inline/input.js" end: Object { column: 1 - index: 21 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -115,12 +105,10 @@ JSRoot { identifierName: "y" end: Object { column: 7 - index: 19 line: 2 } start: Object { column: 6 - index: 18 line: 2 } } @@ -129,12 +117,10 @@ JSRoot { filename: "experimental/class-private-properties/asi-failure-inline/input.js" end: Object { column: 7 - index: 19 line: 2 } start: Object { column: 5 - index: 17 line: 2 } } @@ -145,12 +131,10 @@ JSRoot { filename: "experimental/class-private-properties/asi-failure-inline/input.js" end: Object { column: 7 - index: 19 line: 2 } start: Object { column: 5 - index: 17 line: 2 } } @@ -163,19 +147,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 5 - index: 17 line: 2 } loc: Object { filename: "experimental/class-private-properties/asi-failure-inline/input.js" end: Object { column: 7 - index: 19 line: 2 } start: Object { column: 5 - index: 17 line: 2 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-properties/asi-success/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-properties/asi-success/input.test.md index f5f7151663a..f35897b81e1 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-properties/asi-success/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-properties/asi-success/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-properties/asi-success/input.js" end: Object { column: 0 - index: 24 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-properties/asi-success/input.js" end: Object { column: 1 - index: 23 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-properties/asi-success/input.js" end: Object { column: 1 - index: 23 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 16 line: 2 } start: Object { column: 3 - index: 15 line: 2 } } @@ -105,12 +95,10 @@ JSRoot { filename: "experimental/class-private-properties/asi-success/input.js" end: Object { column: 4 - index: 16 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -121,12 +109,10 @@ JSRoot { filename: "experimental/class-private-properties/asi-success/input.js" end: Object { column: 4 - index: 16 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -139,19 +125,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 14 line: 2 } loc: Object { filename: "experimental/class-private-properties/asi-success/input.js" end: Object { column: 4 - index: 16 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -166,12 +149,10 @@ JSRoot { identifierName: "y" end: Object { column: 4 - index: 21 line: 3 } start: Object { column: 3 - index: 20 line: 3 } } @@ -180,12 +161,10 @@ JSRoot { filename: "experimental/class-private-properties/asi-success/input.js" end: Object { column: 4 - index: 21 line: 3 } start: Object { column: 2 - index: 19 line: 3 } } @@ -196,12 +175,10 @@ JSRoot { filename: "experimental/class-private-properties/asi-success/input.js" end: Object { column: 4 - index: 21 line: 3 } start: Object { column: 2 - index: 19 line: 3 } } @@ -214,19 +191,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 19 line: 3 } loc: Object { filename: "experimental/class-private-properties/asi-success/input.js" end: Object { column: 4 - index: 21 line: 3 } start: Object { column: 2 - index: 19 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-properties/await-in-async-in-private-property/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-properties/await-in-async-in-private-property/input.test.md index f7887c1efed..0e9b8e1f3c4 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-properties/await-in-async-in-private-property/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-properties/await-in-async-in-private-property/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-properties/await-in-async-in-private-property/input.js" end: Object { column: 0 - index: 41 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "C" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-properties/await-in-async-in-private-property/input.js" end: Object { column: 1 - index: 40 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-properties/await-in-async-in-private-property/input.js" end: Object { column: 1 - index: 40 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "p" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 3 - index: 13 line: 2 } } @@ -105,12 +95,10 @@ JSRoot { filename: "experimental/class-private-properties/await-in-async-in-private-property/input.js" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-properties/await-in-async-in-private-property/input.js" end: Object { column: 27 - index: 37 line: 2 } start: Object { column: 7 - index: 17 line: 2 } } @@ -140,12 +126,10 @@ JSRoot { filename: "experimental/class-private-properties/await-in-async-in-private-property/input.js" end: Object { column: 18 - index: 28 line: 2 } start: Object { column: 7 - index: 17 line: 2 } } @@ -155,12 +139,10 @@ JSRoot { filename: "experimental/class-private-properties/await-in-async-in-private-property/input.js" end: Object { column: 27 - index: 37 line: 2 } start: Object { column: 19 - index: 29 line: 2 } } @@ -171,12 +153,10 @@ JSRoot { filename: "experimental/class-private-properties/await-in-async-in-private-property/input.js" end: Object { column: 27 - index: 37 line: 2 } start: Object { column: 25 - index: 35 line: 2 } } @@ -188,12 +168,10 @@ JSRoot { filename: "experimental/class-private-properties/await-in-async-in-private-property/input.js" end: Object { column: 28 - index: 38 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -206,19 +184,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-properties/await-in-async-in-private-property/input.js" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-properties/await-in-private-property-in-async/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-properties/await-in-private-property-in-async/input.test.md index 2e4553c697e..a48cbd175a8 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-properties/await-in-private-property-in-async/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-properties/await-in-private-property-in-async/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/class-private-properties/await-in-private-property-in-async/input.js" end: Object { column: 0 - index: 98 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "experimental/class-private-properties/await-in-private-property-in-async/input.js" end: Object { column: 44 - index: 70 line: 3 } start: Object { column: 4 - index: 30 line: 3 } } @@ -55,12 +51,10 @@ JSRoot { filename: "experimental/class-private-properties/await-in-private-property-in-async/input.js" end: Object { column: 1 - index: 97 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "experimental/class-private-properties/await-in-private-property-in-async/input.js" end: Object { column: 1 - index: 97 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -89,12 +81,10 @@ JSRoot { filename: "experimental/class-private-properties/await-in-private-property-in-async/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { filename: "experimental/class-private-properties/await-in-private-property-in-async/input.js" end: Object { column: 1 - index: 97 line: 6 } start: Object { column: 12 - index: 12 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { identifierName: "C" end: Object { column: 9 - index: 23 line: 2 } start: Object { column: 8 - index: 22 line: 2 } } @@ -137,12 +123,10 @@ JSRoot { filename: "experimental/class-private-properties/await-in-private-property-in-async/input.js" end: Object { column: 3 - index: 95 line: 5 } start: Object { column: 2 - index: 16 line: 2 } } @@ -155,12 +139,10 @@ JSRoot { filename: "experimental/class-private-properties/await-in-private-property-in-async/input.js" end: Object { column: 3 - index: 95 line: 5 } start: Object { column: 2 - index: 16 line: 2 } } @@ -175,12 +157,10 @@ JSRoot { identifierName: "p" end: Object { column: 6 - index: 77 line: 4 } start: Object { column: 5 - index: 76 line: 4 } } @@ -190,12 +170,10 @@ JSRoot { filename: "experimental/class-private-properties/await-in-private-property-in-async/input.js" end: Object { column: 6 - index: 77 line: 4 } start: Object { column: 4 - index: 75 line: 4 } } @@ -205,12 +183,10 @@ JSRoot { filename: "experimental/class-private-properties/await-in-private-property-in-async/input.js" end: Object { column: 19 - index: 90 line: 4 } start: Object { column: 9 - index: 80 line: 4 } } @@ -221,12 +197,10 @@ JSRoot { filename: "experimental/class-private-properties/await-in-private-property-in-async/input.js" end: Object { column: 19 - index: 90 line: 4 } start: Object { column: 15 - index: 86 line: 4 } } @@ -237,12 +211,10 @@ JSRoot { filename: "experimental/class-private-properties/await-in-private-property-in-async/input.js" end: Object { column: 19 - index: 90 line: 4 } start: Object { column: 17 - index: 88 line: 4 } } @@ -255,12 +227,10 @@ JSRoot { filename: "experimental/class-private-properties/await-in-private-property-in-async/input.js" end: Object { column: 20 - index: 91 line: 4 } start: Object { column: 4 - index: 75 line: 4 } } @@ -274,19 +244,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 75 line: 4 } loc: Object { filename: "experimental/class-private-properties/await-in-private-property-in-async/input.js" end: Object { column: 6 - index: 77 line: 4 } start: Object { column: 4 - index: 75 line: 4 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-properties/declared-later-outer-class/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-properties/declared-later-outer-class/input.test.md index 0804e1065d1..7cb293a9ee0 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-properties/declared-later-outer-class/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-properties/declared-later-outer-class/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-properties/declared-later-outer-class/input.js" end: Object { column: 1 - index: 73 line: 9 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "B" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-properties/declared-later-outer-class/input.js" end: Object { column: 1 - index: 73 line: 9 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-properties/declared-later-outer-class/input.js" end: Object { column: 1 - index: 73 line: 9 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "meth" end: Object { column: 6 - index: 16 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "experimental/class-private-properties/declared-later-outer-class/input.js" end: Object { column: 6 - index: 16 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-properties/declared-later-outer-class/input.js" end: Object { column: 3 - index: 64 line: 6 } start: Object { column: 2 - index: 12 line: 2 } } @@ -142,12 +128,10 @@ JSRoot { filename: "experimental/class-private-properties/declared-later-outer-class/input.js" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 6 - index: 16 line: 2 } } @@ -161,19 +145,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-properties/declared-later-outer-class/input.js" end: Object { column: 6 - index: 16 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -184,12 +165,10 @@ JSRoot { filename: "experimental/class-private-properties/declared-later-outer-class/input.js" end: Object { column: 3 - index: 64 line: 6 } start: Object { column: 9 - index: 19 line: 2 } } @@ -202,12 +181,10 @@ JSRoot { identifierName: "A" end: Object { column: 11 - index: 32 line: 3 } start: Object { column: 10 - index: 31 line: 3 } } @@ -216,12 +193,10 @@ JSRoot { filename: "experimental/class-private-properties/declared-later-outer-class/input.js" end: Object { column: 5 - index: 60 line: 5 } start: Object { column: 4 - index: 25 line: 3 } } @@ -234,12 +209,10 @@ JSRoot { filename: "experimental/class-private-properties/declared-later-outer-class/input.js" end: Object { column: 5 - index: 60 line: 5 } start: Object { column: 4 - index: 25 line: 3 } } @@ -253,12 +226,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 43 line: 4 } start: Object { column: 7 - index: 42 line: 4 } } @@ -267,12 +238,10 @@ JSRoot { filename: "experimental/class-private-properties/declared-later-outer-class/input.js" end: Object { column: 8 - index: 43 line: 4 } start: Object { column: 6 - index: 41 line: 4 } } @@ -282,12 +251,10 @@ JSRoot { filename: "experimental/class-private-properties/declared-later-outer-class/input.js" end: Object { column: 18 - index: 53 line: 4 } start: Object { column: 11 - index: 46 line: 4 } } @@ -296,12 +263,10 @@ JSRoot { filename: "experimental/class-private-properties/declared-later-outer-class/input.js" end: Object { column: 15 - index: 50 line: 4 } start: Object { column: 11 - index: 46 line: 4 } } @@ -315,12 +280,10 @@ JSRoot { identifierName: "y" end: Object { column: 18 - index: 53 line: 4 } start: Object { column: 17 - index: 52 line: 4 } } @@ -329,12 +292,10 @@ JSRoot { filename: "experimental/class-private-properties/declared-later-outer-class/input.js" end: Object { column: 18 - index: 53 line: 4 } start: Object { column: 16 - index: 51 line: 4 } } @@ -343,12 +304,10 @@ JSRoot { filename: "experimental/class-private-properties/declared-later-outer-class/input.js" end: Object { column: 18 - index: 53 line: 4 } start: Object { column: 16 - index: 51 line: 4 } } @@ -359,12 +318,10 @@ JSRoot { filename: "experimental/class-private-properties/declared-later-outer-class/input.js" end: Object { column: 19 - index: 54 line: 4 } start: Object { column: 6 - index: 41 line: 4 } } @@ -377,19 +334,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 6 - index: 41 line: 4 } loc: Object { filename: "experimental/class-private-properties/declared-later-outer-class/input.js" end: Object { column: 8 - index: 43 line: 4 } start: Object { column: 6 - index: 41 line: 4 } } @@ -410,12 +364,10 @@ JSRoot { identifierName: "y" end: Object { column: 4 - index: 70 line: 8 } start: Object { column: 3 - index: 69 line: 8 } } @@ -424,12 +376,10 @@ JSRoot { filename: "experimental/class-private-properties/declared-later-outer-class/input.js" end: Object { column: 4 - index: 70 line: 8 } start: Object { column: 2 - index: 68 line: 8 } } @@ -440,12 +390,10 @@ JSRoot { filename: "experimental/class-private-properties/declared-later-outer-class/input.js" end: Object { column: 5 - index: 71 line: 8 } start: Object { column: 2 - index: 68 line: 8 } } @@ -458,19 +406,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 68 line: 8 } loc: Object { filename: "experimental/class-private-properties/declared-later-outer-class/input.js" end: Object { column: 4 - index: 70 line: 8 } start: Object { column: 2 - index: 68 line: 8 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-properties/declared-later-same-class/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-properties/declared-later-same-class/input.test.md index 660bd4b32d4..5e22ee8b194 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-properties/declared-later-same-class/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-properties/declared-later-same-class/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-properties/declared-later-same-class/input.js" end: Object { column: 1 - index: 33 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-properties/declared-later-same-class/input.js" end: Object { column: 1 - index: 33 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-properties/declared-later-same-class/input.js" end: Object { column: 1 - index: 33 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 3 - index: 13 line: 2 } } @@ -105,12 +95,10 @@ JSRoot { filename: "experimental/class-private-properties/declared-later-same-class/input.js" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-properties/declared-later-same-class/input.js" end: Object { column: 14 - index: 24 line: 2 } start: Object { column: 7 - index: 17 line: 2 } } @@ -134,12 +120,10 @@ JSRoot { filename: "experimental/class-private-properties/declared-later-same-class/input.js" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 7 - index: 17 line: 2 } } @@ -153,12 +137,10 @@ JSRoot { identifierName: "y" end: Object { column: 14 - index: 24 line: 2 } start: Object { column: 13 - index: 23 line: 2 } } @@ -167,12 +149,10 @@ JSRoot { filename: "experimental/class-private-properties/declared-later-same-class/input.js" end: Object { column: 14 - index: 24 line: 2 } start: Object { column: 12 - index: 22 line: 2 } } @@ -181,12 +161,10 @@ JSRoot { filename: "experimental/class-private-properties/declared-later-same-class/input.js" end: Object { column: 14 - index: 24 line: 2 } start: Object { column: 12 - index: 22 line: 2 } } @@ -197,12 +175,10 @@ JSRoot { filename: "experimental/class-private-properties/declared-later-same-class/input.js" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -215,19 +191,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-properties/declared-later-same-class/input.js" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -242,12 +215,10 @@ JSRoot { identifierName: "y" end: Object { column: 4 - index: 30 line: 3 } start: Object { column: 3 - index: 29 line: 3 } } @@ -256,12 +227,10 @@ JSRoot { filename: "experimental/class-private-properties/declared-later-same-class/input.js" end: Object { column: 4 - index: 30 line: 3 } start: Object { column: 2 - index: 28 line: 3 } } @@ -272,12 +241,10 @@ JSRoot { filename: "experimental/class-private-properties/declared-later-same-class/input.js" end: Object { column: 5 - index: 31 line: 3 } start: Object { column: 2 - index: 28 line: 3 } } @@ -290,19 +257,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 28 line: 3 } loc: Object { filename: "experimental/class-private-properties/declared-later-same-class/input.js" end: Object { column: 4 - index: 30 line: 3 } start: Object { column: 2 - index: 28 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-properties/failure-computed/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-properties/failure-computed/input.test.md index 903ecbb6030..74281625a6b 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-properties/failure-computed/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-properties/failure-computed/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-computed/input.js" end: Object { column: 0 - index: 34 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 24 line: 3 } start: Object { column: 3 - index: 24 line: 3 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-computed/input.js" end: Object { column: 1 - index: 33 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-computed/input.js" end: Object { column: 1 - index: 33 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -115,12 +105,10 @@ JSRoot { identifierName: "p" end: Object { column: 4 - index: 16 line: 2 } start: Object { column: 3 - index: 15 line: 2 } } @@ -129,12 +117,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-computed/input.js" end: Object { column: 4 - index: 16 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -146,12 +132,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 20 line: 2 } start: Object { column: 7 - index: 19 line: 2 } } @@ -161,12 +145,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-computed/input.js" end: Object { column: 8 - index: 20 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -179,19 +161,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 14 line: 2 } loc: Object { filename: "experimental/class-private-properties/failure-computed/input.js" end: Object { column: 4 - index: 16 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -206,12 +185,10 @@ JSRoot { identifierName: "" end: Object { column: 6 - index: 27 line: 3 } start: Object { column: 5 - index: 26 line: 3 } } @@ -220,12 +197,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-computed/input.js" end: Object { column: 6 - index: 27 line: 3 } start: Object { column: 5 - index: 26 line: 3 } } @@ -237,12 +212,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-computed/input.js" end: Object { column: 10 - index: 31 line: 3 } start: Object { column: 9 - index: 30 line: 3 } } @@ -253,12 +226,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-computed/input.js" end: Object { column: 10 - index: 31 line: 3 } start: Object { column: 5 - index: 26 line: 3 } } @@ -271,19 +242,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 5 - index: 26 line: 3 } loc: Object { filename: "experimental/class-private-properties/failure-computed/input.js" end: Object { column: 6 - index: 27 line: 3 } start: Object { column: 5 - index: 26 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-properties/failure-delete-optional-private-property/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-properties/failure-delete-optional-private-property/input.test.md index a5de5707d94..401fbeee537 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-properties/failure-delete-optional-private-property/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-properties/failure-delete-optional-private-property/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-delete-optional-private-property/input.js" end: Object { column: 0 - index: 63 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 17 - index: 53 line: 4 } start: Object { column: 17 - index: 53 line: 4 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-delete-optional-private-property/input.js" end: Object { column: 1 - index: 62 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-delete-optional-private-property/input.js" end: Object { column: 1 - index: 62 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -115,12 +105,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 16 line: 2 } start: Object { column: 3 - index: 15 line: 2 } } @@ -129,12 +117,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-delete-optional-private-property/input.js" end: Object { column: 4 - index: 16 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -145,12 +131,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-delete-optional-private-property/input.js" end: Object { column: 5 - index: 17 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -163,19 +147,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 14 line: 2 } loc: Object { filename: "experimental/class-private-properties/failure-delete-optional-private-property/input.js" end: Object { column: 4 - index: 16 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -191,12 +172,10 @@ JSRoot { identifierName: "constructor" end: Object { column: 13 - index: 31 line: 3 } start: Object { column: 2 - index: 20 line: 3 } } @@ -205,12 +184,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-delete-optional-private-property/input.js" end: Object { column: 13 - index: 31 line: 3 } start: Object { column: 2 - index: 20 line: 3 } } @@ -219,12 +196,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-delete-optional-private-property/input.js" end: Object { column: 3 - index: 60 line: 5 } start: Object { column: 2 - index: 20 line: 3 } } @@ -241,12 +216,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-delete-optional-private-property/input.js" end: Object { column: 15 - index: 33 line: 3 } start: Object { column: 13 - index: 31 line: 3 } } @@ -260,19 +233,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 20 line: 3 } loc: Object { filename: "experimental/class-private-properties/failure-delete-optional-private-property/input.js" end: Object { column: 13 - index: 31 line: 3 } start: Object { column: 2 - index: 20 line: 3 } } @@ -283,12 +253,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-delete-optional-private-property/input.js" end: Object { column: 3 - index: 60 line: 5 } start: Object { column: 16 - index: 34 line: 3 } } @@ -298,12 +266,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-delete-optional-private-property/input.js" end: Object { column: 18 - index: 54 line: 4 } start: Object { column: 4 - index: 40 line: 4 } } @@ -314,12 +280,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-delete-optional-private-property/input.js" end: Object { column: 18 - index: 54 line: 4 } start: Object { column: 4 - index: 40 line: 4 } } @@ -328,12 +292,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-delete-optional-private-property/input.js" end: Object { column: 18 - index: 54 line: 4 } start: Object { column: 11 - index: 47 line: 4 } } @@ -342,12 +304,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-delete-optional-private-property/input.js" end: Object { column: 15 - index: 51 line: 4 } start: Object { column: 11 - index: 47 line: 4 } } @@ -360,12 +320,10 @@ JSRoot { identifierName: "" end: Object { column: 18 - index: 54 line: 4 } start: Object { column: 17 - index: 53 line: 4 } } @@ -376,12 +334,10 @@ JSRoot { identifierName: "" end: Object { column: 18 - index: 54 line: 4 } start: Object { column: 17 - index: 53 line: 4 } } @@ -394,12 +350,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-delete-optional-private-property/input.js" end: Object { column: 20 - index: 56 line: 4 } start: Object { column: 18 - index: 54 line: 4 } } @@ -410,12 +364,10 @@ JSRoot { identifierName: "x" end: Object { column: 19 - index: 55 line: 4 } start: Object { column: 18 - index: 54 line: 4 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-properties/failure-delete-private-property/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-properties/failure-delete-private-property/input.test.md index 414939761b8..efb76f47065 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-properties/failure-delete-private-property/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-properties/failure-delete-private-property/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-delete-private-property/input.js" end: Object { column: 0 - index: 62 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 18 - index: 54 line: 4 } start: Object { column: 16 - index: 52 line: 4 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-delete-private-property/input.js" end: Object { column: 1 - index: 61 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-delete-private-property/input.js" end: Object { column: 1 - index: 61 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -115,12 +105,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 16 line: 2 } start: Object { column: 3 - index: 15 line: 2 } } @@ -129,12 +117,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-delete-private-property/input.js" end: Object { column: 4 - index: 16 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -145,12 +131,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-delete-private-property/input.js" end: Object { column: 5 - index: 17 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -163,19 +147,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 14 line: 2 } loc: Object { filename: "experimental/class-private-properties/failure-delete-private-property/input.js" end: Object { column: 4 - index: 16 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -191,12 +172,10 @@ JSRoot { identifierName: "constructor" end: Object { column: 13 - index: 31 line: 3 } start: Object { column: 2 - index: 20 line: 3 } } @@ -205,12 +184,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-delete-private-property/input.js" end: Object { column: 13 - index: 31 line: 3 } start: Object { column: 2 - index: 20 line: 3 } } @@ -219,12 +196,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-delete-private-property/input.js" end: Object { column: 3 - index: 59 line: 5 } start: Object { column: 2 - index: 20 line: 3 } } @@ -241,12 +216,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-delete-private-property/input.js" end: Object { column: 15 - index: 33 line: 3 } start: Object { column: 13 - index: 31 line: 3 } } @@ -260,19 +233,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 20 line: 3 } loc: Object { filename: "experimental/class-private-properties/failure-delete-private-property/input.js" end: Object { column: 13 - index: 31 line: 3 } start: Object { column: 2 - index: 20 line: 3 } } @@ -283,12 +253,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-delete-private-property/input.js" end: Object { column: 3 - index: 59 line: 5 } start: Object { column: 16 - index: 34 line: 3 } } @@ -298,12 +266,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-delete-private-property/input.js" end: Object { column: 19 - index: 55 line: 4 } start: Object { column: 4 - index: 40 line: 4 } } @@ -314,12 +280,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-delete-private-property/input.js" end: Object { column: 18 - index: 54 line: 4 } start: Object { column: 4 - index: 40 line: 4 } } @@ -328,12 +292,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-delete-private-property/input.js" end: Object { column: 18 - index: 54 line: 4 } start: Object { column: 11 - index: 47 line: 4 } } @@ -342,12 +304,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-delete-private-property/input.js" end: Object { column: 15 - index: 51 line: 4 } start: Object { column: 11 - index: 47 line: 4 } } @@ -361,12 +321,10 @@ JSRoot { identifierName: "x" end: Object { column: 18 - index: 54 line: 4 } start: Object { column: 17 - index: 53 line: 4 } } @@ -375,12 +333,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-delete-private-property/input.js" end: Object { column: 18 - index: 54 line: 4 } start: Object { column: 16 - index: 52 line: 4 } } @@ -389,12 +345,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-delete-private-property/input.js" end: Object { column: 18 - index: 54 line: 4 } start: Object { column: 16 - index: 52 line: 4 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-properties/failure-name-constructor/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-properties/failure-name-constructor/input.test.md index d0532f08157..79c4fb7a042 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-properties/failure-name-constructor/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-properties/failure-name-constructor/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-name-constructor/input.js" end: Object { column: 0 - index: 30 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 14 - index: 26 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-name-constructor/input.js" end: Object { column: 1 - index: 29 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-name-constructor/input.js" end: Object { column: 1 - index: 29 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -115,12 +105,10 @@ JSRoot { identifierName: "constructor" end: Object { column: 14 - index: 26 line: 2 } start: Object { column: 3 - index: 15 line: 2 } } @@ -129,12 +117,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-name-constructor/input.js" end: Object { column: 14 - index: 26 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -145,12 +131,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-name-constructor/input.js" end: Object { column: 15 - index: 27 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -163,19 +147,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 14 line: 2 } loc: Object { filename: "experimental/class-private-properties/failure-name-constructor/input.js" end: Object { column: 14 - index: 26 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-properties/failure-numeric-literal/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-properties/failure-numeric-literal/input.test.md index e7ec720e5da..50dbfcb14f9 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-properties/failure-numeric-literal/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-properties/failure-numeric-literal/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-numeric-literal/input.js" end: Object { column: 0 - index: 23 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 15 line: 2 } start: Object { column: 3 - index: 15 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-numeric-literal/input.js" end: Object { column: 1 - index: 22 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-numeric-literal/input.js" end: Object { column: 1 - index: 22 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -115,12 +105,10 @@ JSRoot { identifierName: "" end: Object { column: 4 - index: 16 line: 2 } start: Object { column: 3 - index: 15 line: 2 } } @@ -129,12 +117,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-numeric-literal/input.js" end: Object { column: 4 - index: 16 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -146,12 +132,10 @@ JSRoot { identifierName: "y" end: Object { column: 8 - index: 20 line: 2 } start: Object { column: 7 - index: 19 line: 2 } } @@ -161,12 +145,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-numeric-literal/input.js" end: Object { column: 8 - index: 20 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -179,19 +161,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 14 line: 2 } loc: Object { filename: "experimental/class-private-properties/failure-numeric-literal/input.js" end: Object { column: 4 - index: 16 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-properties/failure-numeric-start-identifier/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-properties/failure-numeric-start-identifier/input.test.md index 111fcadc9a0..6c1ed2f6949 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-properties/failure-numeric-start-identifier/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-properties/failure-numeric-start-identifier/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-numeric-start-identifier/input.js" end: Object { column: 0 - index: 24 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 4 - index: 16 line: 2 } start: Object { column: 4 - index: 16 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-numeric-start-identifier/input.js" end: Object { column: 1 - index: 23 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-numeric-start-identifier/input.js" end: Object { column: 1 - index: 23 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -115,12 +105,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 17 line: 2 } start: Object { column: 4 - index: 16 line: 2 } } @@ -129,12 +117,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-numeric-start-identifier/input.js" end: Object { column: 5 - index: 17 line: 2 } start: Object { column: 4 - index: 16 line: 2 } } @@ -146,12 +132,10 @@ JSRoot { identifierName: "y" end: Object { column: 9 - index: 21 line: 2 } start: Object { column: 8 - index: 20 line: 2 } } @@ -162,12 +146,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-numeric-start-identifier/input.js" end: Object { column: 9 - index: 21 line: 2 } start: Object { column: 4 - index: 16 line: 2 } } @@ -180,19 +162,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 16 line: 2 } loc: Object { filename: "experimental/class-private-properties/failure-numeric-start-identifier/input.js" end: Object { column: 5 - index: 17 line: 2 } start: Object { column: 4 - index: 16 line: 2 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-properties/failure-shorthand/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-properties/failure-shorthand/input.test.md index d0e9453705c..441976a220f 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-properties/failure-shorthand/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-properties/failure-shorthand/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-shorthand/input.js" end: Object { column: 0 - index: 57 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 46 line: 4 } start: Object { column: 11 - index: 47 line: 4 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-shorthand/input.js" end: Object { column: 1 - index: 56 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -101,12 +93,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-shorthand/input.js" end: Object { column: 1 - index: 56 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 16 line: 2 } start: Object { column: 3 - index: 15 line: 2 } } @@ -134,12 +122,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-shorthand/input.js" end: Object { column: 4 - index: 16 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -150,12 +136,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-shorthand/input.js" end: Object { column: 5 - index: 17 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -168,19 +152,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 14 line: 2 } loc: Object { filename: "experimental/class-private-properties/failure-shorthand/input.js" end: Object { column: 4 - index: 16 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -196,12 +177,10 @@ JSRoot { identifierName: "constructor" end: Object { column: 13 - index: 31 line: 3 } start: Object { column: 2 - index: 20 line: 3 } } @@ -210,12 +189,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-shorthand/input.js" end: Object { column: 13 - index: 31 line: 3 } start: Object { column: 2 - index: 20 line: 3 } } @@ -224,12 +201,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-shorthand/input.js" end: Object { column: 3 - index: 54 line: 5 } start: Object { column: 2 - index: 20 line: 3 } } @@ -246,12 +221,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-shorthand/input.js" end: Object { column: 15 - index: 33 line: 3 } start: Object { column: 13 - index: 31 line: 3 } } @@ -265,19 +238,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 20 line: 3 } loc: Object { filename: "experimental/class-private-properties/failure-shorthand/input.js" end: Object { column: 13 - index: 31 line: 3 } start: Object { column: 2 - index: 20 line: 3 } } @@ -288,12 +258,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-shorthand/input.js" end: Object { column: 3 - index: 54 line: 5 } start: Object { column: 16 - index: 34 line: 3 } } @@ -303,12 +271,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-shorthand/input.js" end: Object { column: 12 - index: 48 line: 4 } start: Object { column: 4 - index: 40 line: 4 } } @@ -319,12 +285,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-shorthand/input.js" end: Object { column: 12 - index: 48 line: 4 } start: Object { column: 4 - index: 40 line: 4 } } @@ -334,12 +298,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-shorthand/input.js" end: Object { column: 12 - index: 48 line: 4 } start: Object { column: 11 - index: 47 line: 4 } } @@ -351,12 +313,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-shorthand/input.js" end: Object { column: 14 - index: 50 line: 4 } start: Object { column: 12 - index: 48 line: 4 } } @@ -367,12 +327,10 @@ JSRoot { identifierName: "x" end: Object { column: 13 - index: 49 line: 4 } start: Object { column: 12 - index: 48 line: 4 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-properties/failure-spaces/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-properties/failure-spaces/input.test.md index 4f80d4e7a53..c702f1ed378 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-properties/failure-spaces/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-properties/failure-spaces/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-spaces/input.js" end: Object { column: 0 - index: 35 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 18 line: 2 } start: Object { column: 3 - index: 18 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "Spaces" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-spaces/input.js" end: Object { column: 1 - index: 34 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-spaces/input.js" end: Object { column: 1 - index: 34 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -115,12 +105,10 @@ JSRoot { identifierName: "wrongSpaces" end: Object { column: 16 - index: 31 line: 2 } start: Object { column: 5 - index: 20 line: 2 } } @@ -129,12 +117,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-spaces/input.js" end: Object { column: 16 - index: 31 line: 2 } start: Object { column: 2 - index: 17 line: 2 } } @@ -145,12 +131,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-spaces/input.js" end: Object { column: 17 - index: 32 line: 2 } start: Object { column: 2 - index: 17 line: 2 } } @@ -163,19 +147,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 17 line: 2 } loc: Object { filename: "experimental/class-private-properties/failure-spaces/input.js" end: Object { column: 16 - index: 31 line: 2 } start: Object { column: 2 - index: 17 line: 2 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-properties/failure-string-literal/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-properties/failure-string-literal/input.test.md index fb8720a53c4..31a5429bda0 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-properties/failure-string-literal/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-properties/failure-string-literal/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-string-literal/input.js" end: Object { column: 0 - index: 25 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 15 line: 2 } start: Object { column: 3 - index: 15 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-string-literal/input.js" end: Object { column: 1 - index: 24 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-string-literal/input.js" end: Object { column: 1 - index: 24 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -115,12 +105,10 @@ JSRoot { identifierName: "" end: Object { column: 6 - index: 18 line: 2 } start: Object { column: 3 - index: 15 line: 2 } } @@ -129,12 +117,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-string-literal/input.js" end: Object { column: 6 - index: 18 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -146,12 +132,10 @@ JSRoot { identifierName: "x" end: Object { column: 10 - index: 22 line: 2 } start: Object { column: 9 - index: 21 line: 2 } } @@ -161,12 +145,10 @@ JSRoot { filename: "experimental/class-private-properties/failure-string-literal/input.js" end: Object { column: 10 - index: 22 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -179,19 +161,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 14 line: 2 } loc: Object { filename: "experimental/class-private-properties/failure-string-literal/input.js" end: Object { column: 6 - index: 18 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-properties/inline/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-properties/inline/input.test.md index a6a6120f59c..4375dab07dd 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-properties/inline/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-properties/inline/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-properties/inline/input.js" end: Object { column: 0 - index: 49 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-properties/inline/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-properties/inline/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "x" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { filename: "experimental/class-private-properties/inline/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { filename: "experimental/class-private-properties/inline/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -139,19 +125,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 10 - index: 10 line: 1 } loc: Object { filename: "experimental/class-private-properties/inline/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -166,12 +149,10 @@ JSRoot { identifierName: "y" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -180,12 +161,10 @@ JSRoot { filename: "experimental/class-private-properties/inline/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -196,12 +175,10 @@ JSRoot { filename: "experimental/class-private-properties/inline/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -214,19 +191,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 14 - index: 14 line: 1 } loc: Object { filename: "experimental/class-private-properties/inline/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -243,12 +217,10 @@ JSRoot { identifierName: "B" end: Object { column: 7 - index: 28 line: 3 } start: Object { column: 6 - index: 27 line: 3 } } @@ -257,12 +229,10 @@ JSRoot { filename: "experimental/class-private-properties/inline/input.js" end: Object { column: 27 - index: 48 line: 3 } start: Object { column: 0 - index: 21 line: 3 } } @@ -275,12 +245,10 @@ JSRoot { filename: "experimental/class-private-properties/inline/input.js" end: Object { column: 27 - index: 48 line: 3 } start: Object { column: 0 - index: 21 line: 3 } } @@ -294,12 +262,10 @@ JSRoot { identifierName: "x" end: Object { column: 12 - index: 33 line: 3 } start: Object { column: 11 - index: 32 line: 3 } } @@ -308,12 +274,10 @@ JSRoot { filename: "experimental/class-private-properties/inline/input.js" end: Object { column: 12 - index: 33 line: 3 } start: Object { column: 10 - index: 31 line: 3 } } @@ -325,12 +289,10 @@ JSRoot { filename: "experimental/class-private-properties/inline/input.js" end: Object { column: 16 - index: 37 line: 3 } start: Object { column: 15 - index: 36 line: 3 } } @@ -340,12 +302,10 @@ JSRoot { filename: "experimental/class-private-properties/inline/input.js" end: Object { column: 17 - index: 38 line: 3 } start: Object { column: 10 - index: 31 line: 3 } } @@ -358,19 +318,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 10 - index: 31 line: 3 } loc: Object { filename: "experimental/class-private-properties/inline/input.js" end: Object { column: 12 - index: 33 line: 3 } start: Object { column: 10 - index: 31 line: 3 } } @@ -385,12 +342,10 @@ JSRoot { identifierName: "y" end: Object { column: 20 - index: 41 line: 3 } start: Object { column: 19 - index: 40 line: 3 } } @@ -399,12 +354,10 @@ JSRoot { filename: "experimental/class-private-properties/inline/input.js" end: Object { column: 20 - index: 41 line: 3 } start: Object { column: 18 - index: 39 line: 3 } } @@ -416,12 +369,10 @@ JSRoot { filename: "experimental/class-private-properties/inline/input.js" end: Object { column: 24 - index: 45 line: 3 } start: Object { column: 23 - index: 44 line: 3 } } @@ -431,12 +382,10 @@ JSRoot { filename: "experimental/class-private-properties/inline/input.js" end: Object { column: 25 - index: 46 line: 3 } start: Object { column: 18 - index: 39 line: 3 } } @@ -449,19 +398,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 18 - index: 39 line: 3 } loc: Object { filename: "experimental/class-private-properties/inline/input.js" end: Object { column: 20 - index: 41 line: 3 } start: Object { column: 18 - index: 39 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-properties/invalid-destructuring-arguments/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-properties/invalid-destructuring-arguments/input.test.md index 803ddc4ef87..0a645fd2670 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-properties/invalid-destructuring-arguments/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-properties/invalid-destructuring-arguments/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-properties/invalid-destructuring-arguments/input.js" end: Object { column: 0 - index: 47 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "C" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-properties/invalid-destructuring-arguments/input.js" end: Object { column: 1 - index: 46 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-properties/invalid-destructuring-arguments/input.js" end: Object { column: 1 - index: 46 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 3 - index: 13 line: 2 } } @@ -105,12 +95,10 @@ JSRoot { filename: "experimental/class-private-properties/invalid-destructuring-arguments/input.js" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "experimental/class-private-properties/invalid-destructuring-arguments/input.js" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 7 - index: 17 line: 2 } } @@ -137,12 +123,10 @@ JSRoot { filename: "experimental/class-private-properties/invalid-destructuring-arguments/input.js" end: Object { column: 9 - index: 19 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-properties/invalid-destructuring-arguments/input.js" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -182,12 +163,10 @@ JSRoot { identifierName: "p" end: Object { column: 4 - index: 24 line: 3 } start: Object { column: 3 - index: 23 line: 3 } } @@ -196,12 +175,10 @@ JSRoot { filename: "experimental/class-private-properties/invalid-destructuring-arguments/input.js" end: Object { column: 4 - index: 24 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } @@ -211,12 +188,10 @@ JSRoot { filename: "experimental/class-private-properties/invalid-destructuring-arguments/input.js" end: Object { column: 24 - index: 44 line: 3 } start: Object { column: 7 - index: 27 line: 3 } } @@ -227,12 +202,10 @@ JSRoot { filename: "experimental/class-private-properties/invalid-destructuring-arguments/input.js" end: Object { column: 24 - index: 44 line: 3 } start: Object { column: 22 - index: 42 line: 3 } } @@ -247,12 +220,10 @@ JSRoot { filename: "experimental/class-private-properties/invalid-destructuring-arguments/input.js" end: Object { column: 21 - index: 41 line: 3 } start: Object { column: 7 - index: 27 line: 3 } } @@ -263,12 +234,10 @@ JSRoot { filename: "experimental/class-private-properties/invalid-destructuring-arguments/input.js" end: Object { column: 17 - index: 37 line: 3 } start: Object { column: 8 - index: 28 line: 3 } } @@ -283,12 +252,10 @@ JSRoot { identifierName: "x" end: Object { column: 12 - index: 32 line: 3 } start: Object { column: 11 - index: 31 line: 3 } } @@ -297,12 +264,10 @@ JSRoot { filename: "experimental/class-private-properties/invalid-destructuring-arguments/input.js" end: Object { column: 12 - index: 32 line: 3 } start: Object { column: 10 - index: 30 line: 3 } } @@ -311,12 +276,10 @@ JSRoot { filename: "experimental/class-private-properties/invalid-destructuring-arguments/input.js" end: Object { column: 12 - index: 32 line: 3 } start: Object { column: 10 - index: 30 line: 3 } } @@ -328,12 +291,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 35 line: 3 } start: Object { column: 14 - index: 34 line: 3 } } @@ -342,12 +303,10 @@ JSRoot { filename: "experimental/class-private-properties/invalid-destructuring-arguments/input.js" end: Object { column: 15 - index: 35 line: 3 } start: Object { column: 10 - index: 30 line: 3 } } @@ -362,12 +321,10 @@ JSRoot { filename: "experimental/class-private-properties/invalid-destructuring-arguments/input.js" end: Object { column: 24 - index: 44 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } @@ -380,19 +337,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 22 line: 3 } loc: Object { filename: "experimental/class-private-properties/invalid-destructuring-arguments/input.js" end: Object { column: 4 - index: 24 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-properties/invalid-destructuring/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-properties/invalid-destructuring/input.test.md index c1ad0033399..8430e588d8a 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-properties/invalid-destructuring/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-properties/invalid-destructuring/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-properties/invalid-destructuring/input.js" end: Object { column: 0 - index: 60 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "C" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-properties/invalid-destructuring/input.js" end: Object { column: 1 - index: 59 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-properties/invalid-destructuring/input.js" end: Object { column: 1 - index: 59 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 3 - index: 13 line: 2 } } @@ -105,12 +95,10 @@ JSRoot { filename: "experimental/class-private-properties/invalid-destructuring/input.js" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "experimental/class-private-properties/invalid-destructuring/input.js" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 7 - index: 17 line: 2 } } @@ -137,12 +123,10 @@ JSRoot { filename: "experimental/class-private-properties/invalid-destructuring/input.js" end: Object { column: 9 - index: 19 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-properties/invalid-destructuring/input.js" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -183,12 +164,10 @@ JSRoot { identifierName: "m" end: Object { column: 3 - index: 23 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } @@ -197,12 +176,10 @@ JSRoot { filename: "experimental/class-private-properties/invalid-destructuring/input.js" end: Object { column: 3 - index: 23 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } @@ -211,12 +188,10 @@ JSRoot { filename: "experimental/class-private-properties/invalid-destructuring/input.js" end: Object { column: 3 - index: 57 line: 5 } start: Object { column: 2 - index: 22 line: 3 } } @@ -233,12 +208,10 @@ JSRoot { filename: "experimental/class-private-properties/invalid-destructuring/input.js" end: Object { column: 5 - index: 25 line: 3 } start: Object { column: 3 - index: 23 line: 3 } } @@ -252,19 +225,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 22 line: 3 } loc: Object { filename: "experimental/class-private-properties/invalid-destructuring/input.js" end: Object { column: 3 - index: 23 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } @@ -275,12 +245,10 @@ JSRoot { filename: "experimental/class-private-properties/invalid-destructuring/input.js" end: Object { column: 3 - index: 57 line: 5 } start: Object { column: 6 - index: 26 line: 3 } } @@ -290,12 +258,10 @@ JSRoot { filename: "experimental/class-private-properties/invalid-destructuring/input.js" end: Object { column: 25 - index: 53 line: 4 } start: Object { column: 4 - index: 32 line: 4 } } @@ -305,12 +271,10 @@ JSRoot { filename: "experimental/class-private-properties/invalid-destructuring/input.js" end: Object { column: 25 - index: 53 line: 4 } start: Object { column: 4 - index: 32 line: 4 } } @@ -322,12 +286,10 @@ JSRoot { filename: "experimental/class-private-properties/invalid-destructuring/input.js" end: Object { column: 17 - index: 45 line: 4 } start: Object { column: 10 - index: 38 line: 4 } } @@ -342,12 +304,10 @@ JSRoot { identifierName: "x" end: Object { column: 13 - index: 41 line: 4 } start: Object { column: 12 - index: 40 line: 4 } } @@ -356,12 +316,10 @@ JSRoot { filename: "experimental/class-private-properties/invalid-destructuring/input.js" end: Object { column: 13 - index: 41 line: 4 } start: Object { column: 11 - index: 39 line: 4 } } @@ -370,12 +328,10 @@ JSRoot { filename: "experimental/class-private-properties/invalid-destructuring/input.js" end: Object { column: 13 - index: 41 line: 4 } start: Object { column: 11 - index: 39 line: 4 } } @@ -387,12 +343,10 @@ JSRoot { identifierName: "x" end: Object { column: 16 - index: 44 line: 4 } start: Object { column: 15 - index: 43 line: 4 } } @@ -401,12 +355,10 @@ JSRoot { filename: "experimental/class-private-properties/invalid-destructuring/input.js" end: Object { column: 16 - index: 44 line: 4 } start: Object { column: 11 - index: 39 line: 4 } } @@ -417,12 +369,10 @@ JSRoot { filename: "experimental/class-private-properties/invalid-destructuring/input.js" end: Object { column: 24 - index: 52 line: 4 } start: Object { column: 10 - index: 38 line: 4 } } @@ -431,12 +381,10 @@ JSRoot { filename: "experimental/class-private-properties/invalid-destructuring/input.js" end: Object { column: 24 - index: 52 line: 4 } start: Object { column: 20 - index: 48 line: 4 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-properties/invalid-object-method/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-properties/invalid-object-method/input.test.md index 4c18c8857f1..200e43e3c1a 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-properties/invalid-object-method/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-properties/invalid-object-method/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-properties/invalid-object-method/input.js" end: Object { column: 0 - index: 33 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "C" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-properties/invalid-object-method/input.js" end: Object { column: 1 - index: 32 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-properties/invalid-object-method/input.js" end: Object { column: 1 - index: 32 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "p" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 3 - index: 13 line: 2 } } @@ -105,12 +95,10 @@ JSRoot { filename: "experimental/class-private-properties/invalid-object-method/input.js" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-private-properties/invalid-object-method/input.js" end: Object { column: 18 - index: 28 line: 2 } start: Object { column: 8 - index: 18 line: 2 } } @@ -140,12 +126,10 @@ JSRoot { identifierName: "x" end: Object { column: 12 - index: 22 line: 2 } start: Object { column: 11 - index: 21 line: 2 } } @@ -154,12 +138,10 @@ JSRoot { filename: "experimental/class-private-properties/invalid-object-method/input.js" end: Object { column: 12 - index: 22 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -168,12 +150,10 @@ JSRoot { filename: "experimental/class-private-properties/invalid-object-method/input.js" end: Object { column: 12 - index: 22 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -185,12 +165,10 @@ JSRoot { filename: "experimental/class-private-properties/invalid-object-method/input.js" end: Object { column: 16 - index: 26 line: 2 } start: Object { column: 14 - index: 24 line: 2 } } @@ -199,12 +177,10 @@ JSRoot { filename: "experimental/class-private-properties/invalid-object-method/input.js" end: Object { column: 16 - index: 26 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -216,12 +192,10 @@ JSRoot { filename: "experimental/class-private-properties/invalid-object-method/input.js" end: Object { column: 20 - index: 30 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -234,19 +208,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-properties/invalid-object-method/input.js" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-properties/invalid-ts-type-literal/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-properties/invalid-ts-type-literal/input.test.md index b1e4c4599f5..22936e22b73 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-properties/invalid-ts-type-literal/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-properties/invalid-ts-type-literal/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/class-private-properties/invalid-ts-type-literal/input.js" end: Object { column: 0 - index: 29 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +71,10 @@ JSRoot { identifierName: "I" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -91,12 +85,10 @@ JSRoot { filename: "experimental/class-private-properties/invalid-ts-type-literal/input.js" end: Object { column: 1 - index: 28 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "experimental/class-private-properties/invalid-ts-type-literal/input.js" end: Object { column: 1 - index: 28 line: 3 } start: Object { column: 12 - index: 12 line: 1 } } @@ -124,12 +114,10 @@ JSRoot { identifierName: "p" end: Object { column: 4 - index: 18 line: 2 } start: Object { column: 3 - index: 17 line: 2 } } @@ -138,12 +126,10 @@ JSRoot { filename: "experimental/class-private-properties/invalid-ts-type-literal/input.js" end: Object { column: 4 - index: 18 line: 2 } start: Object { column: 3 - index: 17 line: 2 } } @@ -154,12 +140,10 @@ JSRoot { filename: "experimental/class-private-properties/invalid-ts-type-literal/input.js" end: Object { column: 12 - index: 26 line: 2 } start: Object { column: 3 - index: 17 line: 2 } } @@ -168,12 +152,10 @@ JSRoot { filename: "experimental/class-private-properties/invalid-ts-type-literal/input.js" end: Object { column: 12 - index: 26 line: 2 } start: Object { column: 6 - index: 20 line: 2 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-properties/nested/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-properties/nested/input.test.md index 29b864e7c80..cfc574e99ae 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-properties/nested/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-properties/nested/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 0 - index: 783 line: 40 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "Point" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 1 - index: 782 line: 39 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 1 - index: 782 line: 39 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 18 line: 2 } start: Object { column: 3 - index: 17 line: 2 } } @@ -105,12 +95,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 4 - index: 18 line: 2 } start: Object { column: 2 - index: 16 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 8 - index: 22 line: 2 } start: Object { column: 7 - index: 21 line: 2 } } @@ -137,12 +123,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 9 - index: 23 line: 2 } start: Object { column: 2 - index: 16 line: 2 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 16 line: 2 } loc: Object { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 4 - index: 18 line: 2 } start: Object { column: 2 - index: 16 line: 2 } } @@ -182,12 +163,10 @@ JSRoot { identifierName: "y" end: Object { column: 4 - index: 28 line: 3 } start: Object { column: 3 - index: 27 line: 3 } } @@ -196,12 +175,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 4 - index: 28 line: 3 } start: Object { column: 2 - index: 26 line: 3 } } @@ -213,12 +190,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 8 - index: 32 line: 3 } start: Object { column: 7 - index: 31 line: 3 } } @@ -228,12 +203,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 9 - index: 33 line: 3 } start: Object { column: 2 - index: 26 line: 3 } } @@ -246,19 +219,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 26 line: 3 } loc: Object { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 4 - index: 28 line: 3 } start: Object { column: 2 - index: 26 line: 3 } } @@ -274,12 +244,10 @@ JSRoot { identifierName: "constructor" end: Object { column: 13 - index: 48 line: 5 } start: Object { column: 2 - index: 37 line: 5 } } @@ -288,12 +256,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 13 - index: 48 line: 5 } start: Object { column: 2 - index: 37 line: 5 } } @@ -302,12 +268,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 3 - index: 527 line: 28 } start: Object { column: 2 - index: 37 line: 5 } } @@ -320,19 +284,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 37 line: 5 } loc: Object { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 13 - index: 48 line: 5 } start: Object { column: 2 - index: 37 line: 5 } } @@ -349,12 +310,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 27 - index: 62 line: 5 } start: Object { column: 13 - index: 48 line: 5 } } @@ -364,12 +323,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 19 - index: 54 line: 5 } start: Object { column: 14 - index: 49 line: 5 } } @@ -380,12 +337,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 19 - index: 54 line: 5 } start: Object { column: 18 - index: 53 line: 5 } } @@ -397,12 +352,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 50 line: 5 } start: Object { column: 14 - index: 49 line: 5 } } @@ -413,12 +366,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 15 - index: 50 line: 5 } start: Object { column: 14 - index: 49 line: 5 } } @@ -430,12 +381,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 26 - index: 61 line: 5 } start: Object { column: 21 - index: 56 line: 5 } } @@ -446,12 +395,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 26 - index: 61 line: 5 } start: Object { column: 25 - index: 60 line: 5 } } @@ -463,12 +410,10 @@ JSRoot { identifierName: "y" end: Object { column: 22 - index: 57 line: 5 } start: Object { column: 21 - index: 56 line: 5 } } @@ -479,12 +424,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 22 - index: 57 line: 5 } start: Object { column: 21 - index: 56 line: 5 } } @@ -499,12 +442,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 3 - index: 527 line: 28 } start: Object { column: 28 - index: 63 line: 5 } } @@ -514,12 +455,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 17 - index: 82 line: 6 } start: Object { column: 4 - index: 69 line: 6 } } @@ -529,12 +468,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 16 - index: 81 line: 6 } start: Object { column: 4 - index: 69 line: 6 } } @@ -545,12 +482,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 16 - index: 81 line: 6 } start: Object { column: 14 - index: 79 line: 6 } } @@ -561,12 +496,10 @@ JSRoot { identifierName: "x" end: Object { column: 16 - index: 81 line: 6 } start: Object { column: 15 - index: 80 line: 6 } } @@ -577,12 +510,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 11 - index: 76 line: 6 } start: Object { column: 4 - index: 69 line: 6 } } @@ -591,12 +522,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 8 - index: 73 line: 6 } start: Object { column: 4 - index: 69 line: 6 } } @@ -610,12 +539,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 76 line: 6 } start: Object { column: 10 - index: 75 line: 6 } } @@ -624,12 +551,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 11 - index: 76 line: 6 } start: Object { column: 9 - index: 74 line: 6 } } @@ -638,12 +563,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 11 - index: 76 line: 6 } start: Object { column: 9 - index: 74 line: 6 } } @@ -656,12 +579,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 17 - index: 100 line: 7 } start: Object { column: 4 - index: 87 line: 7 } } @@ -671,12 +592,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 16 - index: 99 line: 7 } start: Object { column: 4 - index: 87 line: 7 } } @@ -687,12 +606,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 16 - index: 99 line: 7 } start: Object { column: 14 - index: 97 line: 7 } } @@ -703,12 +620,10 @@ JSRoot { identifierName: "y" end: Object { column: 16 - index: 99 line: 7 } start: Object { column: 15 - index: 98 line: 7 } } @@ -719,12 +634,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 11 - index: 94 line: 7 } start: Object { column: 4 - index: 87 line: 7 } } @@ -733,12 +646,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 8 - index: 91 line: 7 } start: Object { column: 4 - index: 87 line: 7 } } @@ -752,12 +663,10 @@ JSRoot { identifierName: "y" end: Object { column: 11 - index: 94 line: 7 } start: Object { column: 10 - index: 93 line: 7 } } @@ -766,12 +675,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 11 - index: 94 line: 7 } start: Object { column: 9 - index: 92 line: 7 } } @@ -780,12 +687,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 11 - index: 94 line: 7 } start: Object { column: 9 - index: 92 line: 7 } } @@ -798,12 +703,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 6 - index: 523 line: 27 } start: Object { column: 4 - index: 106 line: 9 } } @@ -813,12 +716,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 5 - index: 522 line: 27 } start: Object { column: 4 - index: 106 line: 9 } } @@ -827,12 +728,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 12 - index: 114 line: 9 } start: Object { column: 4 - index: 106 line: 9 } } @@ -841,12 +740,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 8 - index: 110 line: 9 } start: Object { column: 4 - index: 106 line: 9 } } @@ -859,12 +756,10 @@ JSRoot { identifierName: "foo" end: Object { column: 12 - index: 114 line: 9 } start: Object { column: 9 - index: 111 line: 9 } } @@ -874,12 +769,10 @@ JSRoot { identifierName: "foo" end: Object { column: 12 - index: 114 line: 9 } start: Object { column: 9 - index: 111 line: 9 } } @@ -891,12 +784,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 5 - index: 522 line: 27 } start: Object { column: 15 - index: 117 line: 9 } } @@ -909,12 +800,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 5 - index: 522 line: 27 } start: Object { column: 15 - index: 117 line: 9 } } @@ -928,12 +817,10 @@ JSRoot { identifierName: "x" end: Object { column: 8 - index: 133 line: 10 } start: Object { column: 7 - index: 132 line: 10 } } @@ -942,12 +829,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 8 - index: 133 line: 10 } start: Object { column: 6 - index: 131 line: 10 } } @@ -959,12 +844,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 12 - index: 137 line: 10 } start: Object { column: 11 - index: 136 line: 10 } } @@ -974,12 +857,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 13 - index: 138 line: 10 } start: Object { column: 6 - index: 131 line: 10 } } @@ -992,19 +873,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 6 - index: 131 line: 10 } loc: Object { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 8 - index: 133 line: 10 } start: Object { column: 6 - index: 131 line: 10 } } @@ -1019,12 +897,10 @@ JSRoot { identifierName: "y" end: Object { column: 8 - index: 147 line: 11 } start: Object { column: 7 - index: 146 line: 11 } } @@ -1033,12 +909,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 8 - index: 147 line: 11 } start: Object { column: 6 - index: 145 line: 11 } } @@ -1050,12 +924,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 12 - index: 151 line: 11 } start: Object { column: 11 - index: 150 line: 11 } } @@ -1065,12 +937,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 13 - index: 152 line: 11 } start: Object { column: 6 - index: 145 line: 11 } } @@ -1083,19 +953,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 6 - index: 145 line: 11 } loc: Object { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 8 - index: 147 line: 11 } start: Object { column: 6 - index: 145 line: 11 } } @@ -1111,12 +978,10 @@ JSRoot { identifierName: "constructor" end: Object { column: 17 - index: 171 line: 13 } start: Object { column: 6 - index: 160 line: 13 } } @@ -1125,12 +990,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 17 - index: 171 line: 13 } start: Object { column: 6 - index: 160 line: 13 } } @@ -1139,12 +1002,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 7 - index: 239 line: 16 } start: Object { column: 6 - index: 160 line: 13 } } @@ -1157,19 +1018,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 6 - index: 160 line: 13 } loc: Object { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 17 - index: 171 line: 13 } start: Object { column: 6 - index: 160 line: 13 } } @@ -1186,12 +1044,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 31 - index: 185 line: 13 } start: Object { column: 17 - index: 171 line: 13 } } @@ -1201,12 +1057,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 23 - index: 177 line: 13 } start: Object { column: 18 - index: 172 line: 13 } } @@ -1217,12 +1071,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 23 - index: 177 line: 13 } start: Object { column: 22 - index: 176 line: 13 } } @@ -1234,12 +1086,10 @@ JSRoot { identifierName: "x" end: Object { column: 19 - index: 173 line: 13 } start: Object { column: 18 - index: 172 line: 13 } } @@ -1250,12 +1100,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 19 - index: 173 line: 13 } start: Object { column: 18 - index: 172 line: 13 } } @@ -1267,12 +1115,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 30 - index: 184 line: 13 } start: Object { column: 25 - index: 179 line: 13 } } @@ -1283,12 +1129,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 30 - index: 184 line: 13 } start: Object { column: 29 - index: 183 line: 13 } } @@ -1300,12 +1144,10 @@ JSRoot { identifierName: "y" end: Object { column: 26 - index: 180 line: 13 } start: Object { column: 25 - index: 179 line: 13 } } @@ -1316,12 +1158,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 26 - index: 180 line: 13 } start: Object { column: 25 - index: 179 line: 13 } } @@ -1336,12 +1176,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 7 - index: 239 line: 16 } start: Object { column: 32 - index: 186 line: 13 } } @@ -1351,12 +1189,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 21 - index: 209 line: 14 } start: Object { column: 8 - index: 196 line: 14 } } @@ -1366,12 +1202,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 20 - index: 208 line: 14 } start: Object { column: 8 - index: 196 line: 14 } } @@ -1382,12 +1216,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 20 - index: 208 line: 14 } start: Object { column: 18 - index: 206 line: 14 } } @@ -1398,12 +1230,10 @@ JSRoot { identifierName: "x" end: Object { column: 20 - index: 208 line: 14 } start: Object { column: 19 - index: 207 line: 14 } } @@ -1414,12 +1244,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 15 - index: 203 line: 14 } start: Object { column: 8 - index: 196 line: 14 } } @@ -1428,12 +1256,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 12 - index: 200 line: 14 } start: Object { column: 8 - index: 196 line: 14 } } @@ -1447,12 +1273,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 203 line: 14 } start: Object { column: 14 - index: 202 line: 14 } } @@ -1461,12 +1285,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 15 - index: 203 line: 14 } start: Object { column: 13 - index: 201 line: 14 } } @@ -1475,12 +1297,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 15 - index: 203 line: 14 } start: Object { column: 13 - index: 201 line: 14 } } @@ -1493,12 +1313,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 21 - index: 231 line: 15 } start: Object { column: 8 - index: 218 line: 15 } } @@ -1508,12 +1326,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 20 - index: 230 line: 15 } start: Object { column: 8 - index: 218 line: 15 } } @@ -1524,12 +1340,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 20 - index: 230 line: 15 } start: Object { column: 18 - index: 228 line: 15 } } @@ -1540,12 +1354,10 @@ JSRoot { identifierName: "y" end: Object { column: 20 - index: 230 line: 15 } start: Object { column: 19 - index: 229 line: 15 } } @@ -1556,12 +1368,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 15 - index: 225 line: 15 } start: Object { column: 8 - index: 218 line: 15 } } @@ -1570,12 +1380,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 12 - index: 222 line: 15 } start: Object { column: 8 - index: 218 line: 15 } } @@ -1589,12 +1397,10 @@ JSRoot { identifierName: "y" end: Object { column: 15 - index: 225 line: 15 } start: Object { column: 14 - index: 224 line: 15 } } @@ -1603,12 +1409,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 15 - index: 225 line: 15 } start: Object { column: 13 - index: 223 line: 15 } } @@ -1617,12 +1421,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 15 - index: 225 line: 15 } start: Object { column: 13 - index: 223 line: 15 } } @@ -1643,12 +1445,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 252 line: 18 } start: Object { column: 10 - index: 251 line: 18 } } @@ -1657,12 +1457,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 11 - index: 252 line: 18 } start: Object { column: 10 - index: 251 line: 18 } } @@ -1671,12 +1469,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 32 - index: 273 line: 18 } start: Object { column: 6 - index: 247 line: 18 } } @@ -1693,12 +1489,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 13 - index: 254 line: 18 } start: Object { column: 11 - index: 252 line: 18 } } @@ -1712,19 +1506,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 6 - index: 247 line: 18 } loc: Object { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 11 - index: 252 line: 18 } start: Object { column: 6 - index: 247 line: 18 } } @@ -1735,12 +1526,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 32 - index: 273 line: 18 } start: Object { column: 14 - index: 255 line: 18 } } @@ -1750,12 +1539,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 30 - index: 271 line: 18 } start: Object { column: 16 - index: 257 line: 18 } } @@ -1764,12 +1551,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 30 - index: 271 line: 18 } start: Object { column: 23 - index: 264 line: 18 } } @@ -1778,12 +1563,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 27 - index: 268 line: 18 } start: Object { column: 23 - index: 264 line: 18 } } @@ -1797,12 +1580,10 @@ JSRoot { identifierName: "x" end: Object { column: 30 - index: 271 line: 18 } start: Object { column: 29 - index: 270 line: 18 } } @@ -1811,12 +1592,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 30 - index: 271 line: 18 } start: Object { column: 28 - index: 269 line: 18 } } @@ -1825,12 +1604,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 30 - index: 271 line: 18 } start: Object { column: 28 - index: 269 line: 18 } } @@ -1850,12 +1627,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 285 line: 19 } start: Object { column: 10 - index: 284 line: 19 } } @@ -1864,12 +1639,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 11 - index: 285 line: 19 } start: Object { column: 10 - index: 284 line: 19 } } @@ -1878,12 +1651,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 39 - index: 313 line: 19 } start: Object { column: 6 - index: 280 line: 19 } } @@ -1896,19 +1667,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 6 - index: 280 line: 19 } loc: Object { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 11 - index: 285 line: 19 } start: Object { column: 6 - index: 280 line: 19 } } @@ -1925,12 +1693,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 18 - index: 292 line: 19 } start: Object { column: 11 - index: 285 line: 19 } } @@ -1942,12 +1708,10 @@ JSRoot { identifierName: "value" end: Object { column: 17 - index: 291 line: 19 } start: Object { column: 12 - index: 286 line: 19 } } @@ -1958,12 +1722,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 17 - index: 291 line: 19 } start: Object { column: 12 - index: 286 line: 19 } } @@ -1977,12 +1739,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 39 - index: 313 line: 19 } start: Object { column: 19 - index: 293 line: 19 } } @@ -1992,12 +1752,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 37 - index: 311 line: 19 } start: Object { column: 21 - index: 295 line: 19 } } @@ -2007,12 +1765,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 37 - index: 311 line: 19 } start: Object { column: 21 - index: 295 line: 19 } } @@ -2023,12 +1779,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 37 - index: 311 line: 19 } start: Object { column: 31 - index: 305 line: 19 } } @@ -2039,12 +1793,10 @@ JSRoot { identifierName: "value" end: Object { column: 37 - index: 311 line: 19 } start: Object { column: 32 - index: 306 line: 19 } } @@ -2055,12 +1807,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 28 - index: 302 line: 19 } start: Object { column: 21 - index: 295 line: 19 } } @@ -2069,12 +1819,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 25 - index: 299 line: 19 } start: Object { column: 21 - index: 295 line: 19 } } @@ -2088,12 +1836,10 @@ JSRoot { identifierName: "x" end: Object { column: 28 - index: 302 line: 19 } start: Object { column: 27 - index: 301 line: 19 } } @@ -2102,12 +1848,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 28 - index: 302 line: 19 } start: Object { column: 26 - index: 300 line: 19 } } @@ -2116,12 +1860,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 28 - index: 302 line: 19 } start: Object { column: 26 - index: 300 line: 19 } } @@ -2142,12 +1884,10 @@ JSRoot { identifierName: "y" end: Object { column: 11 - index: 326 line: 21 } start: Object { column: 10 - index: 325 line: 21 } } @@ -2156,12 +1896,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 11 - index: 326 line: 21 } start: Object { column: 10 - index: 325 line: 21 } } @@ -2170,12 +1908,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 32 - index: 347 line: 21 } start: Object { column: 6 - index: 321 line: 21 } } @@ -2192,12 +1928,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 13 - index: 328 line: 21 } start: Object { column: 11 - index: 326 line: 21 } } @@ -2211,19 +1945,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 6 - index: 321 line: 21 } loc: Object { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 11 - index: 326 line: 21 } start: Object { column: 6 - index: 321 line: 21 } } @@ -2234,12 +1965,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 32 - index: 347 line: 21 } start: Object { column: 14 - index: 329 line: 21 } } @@ -2249,12 +1978,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 30 - index: 345 line: 21 } start: Object { column: 16 - index: 331 line: 21 } } @@ -2263,12 +1990,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 30 - index: 345 line: 21 } start: Object { column: 23 - index: 338 line: 21 } } @@ -2277,12 +2002,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 27 - index: 342 line: 21 } start: Object { column: 23 - index: 338 line: 21 } } @@ -2296,12 +2019,10 @@ JSRoot { identifierName: "y" end: Object { column: 30 - index: 345 line: 21 } start: Object { column: 29 - index: 344 line: 21 } } @@ -2310,12 +2031,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 30 - index: 345 line: 21 } start: Object { column: 28 - index: 343 line: 21 } } @@ -2324,12 +2043,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 30 - index: 345 line: 21 } start: Object { column: 28 - index: 343 line: 21 } } @@ -2349,12 +2066,10 @@ JSRoot { identifierName: "y" end: Object { column: 11 - index: 359 line: 22 } start: Object { column: 10 - index: 358 line: 22 } } @@ -2363,12 +2078,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 11 - index: 359 line: 22 } start: Object { column: 10 - index: 358 line: 22 } } @@ -2377,12 +2090,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 39 - index: 387 line: 22 } start: Object { column: 6 - index: 354 line: 22 } } @@ -2395,19 +2106,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 6 - index: 354 line: 22 } loc: Object { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 11 - index: 359 line: 22 } start: Object { column: 6 - index: 354 line: 22 } } @@ -2424,12 +2132,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 18 - index: 366 line: 22 } start: Object { column: 11 - index: 359 line: 22 } } @@ -2441,12 +2147,10 @@ JSRoot { identifierName: "value" end: Object { column: 17 - index: 365 line: 22 } start: Object { column: 12 - index: 360 line: 22 } } @@ -2457,12 +2161,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 17 - index: 365 line: 22 } start: Object { column: 12 - index: 360 line: 22 } } @@ -2476,12 +2178,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 39 - index: 387 line: 22 } start: Object { column: 19 - index: 367 line: 22 } } @@ -2491,12 +2191,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 37 - index: 385 line: 22 } start: Object { column: 21 - index: 369 line: 22 } } @@ -2506,12 +2204,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 37 - index: 385 line: 22 } start: Object { column: 21 - index: 369 line: 22 } } @@ -2522,12 +2218,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 37 - index: 385 line: 22 } start: Object { column: 31 - index: 379 line: 22 } } @@ -2538,12 +2232,10 @@ JSRoot { identifierName: "value" end: Object { column: 37 - index: 385 line: 22 } start: Object { column: 32 - index: 380 line: 22 } } @@ -2554,12 +2246,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 28 - index: 376 line: 22 } start: Object { column: 21 - index: 369 line: 22 } } @@ -2568,12 +2258,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 25 - index: 373 line: 22 } start: Object { column: 21 - index: 369 line: 22 } } @@ -2587,12 +2275,10 @@ JSRoot { identifierName: "y" end: Object { column: 28 - index: 376 line: 22 } start: Object { column: 27 - index: 375 line: 22 } } @@ -2601,12 +2287,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 28 - index: 376 line: 22 } start: Object { column: 26 - index: 374 line: 22 } } @@ -2615,12 +2299,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 28 - index: 376 line: 22 } start: Object { column: 26 - index: 374 line: 22 } } @@ -2641,12 +2323,10 @@ JSRoot { identifierName: "equals" end: Object { column: 12 - index: 401 line: 24 } start: Object { column: 6 - index: 395 line: 24 } } @@ -2655,12 +2335,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 12 - index: 401 line: 24 } start: Object { column: 6 - index: 395 line: 24 } } @@ -2669,12 +2347,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 63 - index: 452 line: 24 } start: Object { column: 6 - index: 395 line: 24 } } @@ -2687,19 +2363,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 6 - index: 395 line: 24 } loc: Object { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 12 - index: 401 line: 24 } start: Object { column: 6 - index: 395 line: 24 } } @@ -2716,12 +2389,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 15 - index: 404 line: 24 } start: Object { column: 12 - index: 401 line: 24 } } @@ -2733,12 +2404,10 @@ JSRoot { identifierName: "p" end: Object { column: 14 - index: 403 line: 24 } start: Object { column: 13 - index: 402 line: 24 } } @@ -2749,12 +2418,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 14 - index: 403 line: 24 } start: Object { column: 13 - index: 402 line: 24 } } @@ -2768,12 +2435,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 63 - index: 452 line: 24 } start: Object { column: 16 - index: 405 line: 24 } } @@ -2783,12 +2448,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 61 - index: 450 line: 24 } start: Object { column: 18 - index: 407 line: 24 } } @@ -2798,12 +2461,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 61 - index: 450 line: 24 } start: Object { column: 25 - index: 414 line: 24 } } @@ -2813,12 +2474,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 41 - index: 430 line: 24 } start: Object { column: 25 - index: 414 line: 24 } } @@ -2827,12 +2486,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 32 - index: 421 line: 24 } start: Object { column: 25 - index: 414 line: 24 } } @@ -2841,12 +2498,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 29 - index: 418 line: 24 } start: Object { column: 25 - index: 414 line: 24 } } @@ -2860,12 +2515,10 @@ JSRoot { identifierName: "x" end: Object { column: 32 - index: 421 line: 24 } start: Object { column: 31 - index: 420 line: 24 } } @@ -2874,12 +2527,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 32 - index: 421 line: 24 } start: Object { column: 30 - index: 419 line: 24 } } @@ -2888,12 +2539,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 32 - index: 421 line: 24 } start: Object { column: 30 - index: 419 line: 24 } } @@ -2904,12 +2553,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 41 - index: 430 line: 24 } start: Object { column: 37 - index: 426 line: 24 } } @@ -2920,12 +2567,10 @@ JSRoot { identifierName: "p" end: Object { column: 38 - index: 427 line: 24 } start: Object { column: 37 - index: 426 line: 24 } } @@ -2939,12 +2584,10 @@ JSRoot { identifierName: "x" end: Object { column: 41 - index: 430 line: 24 } start: Object { column: 40 - index: 429 line: 24 } } @@ -2953,12 +2596,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 41 - index: 430 line: 24 } start: Object { column: 39 - index: 428 line: 24 } } @@ -2967,12 +2608,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 41 - index: 430 line: 24 } start: Object { column: 39 - index: 428 line: 24 } } @@ -2985,12 +2624,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 61 - index: 450 line: 24 } start: Object { column: 45 - index: 434 line: 24 } } @@ -2999,12 +2636,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 52 - index: 441 line: 24 } start: Object { column: 45 - index: 434 line: 24 } } @@ -3013,12 +2648,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 49 - index: 438 line: 24 } start: Object { column: 45 - index: 434 line: 24 } } @@ -3032,12 +2665,10 @@ JSRoot { identifierName: "y" end: Object { column: 52 - index: 441 line: 24 } start: Object { column: 51 - index: 440 line: 24 } } @@ -3046,12 +2677,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 52 - index: 441 line: 24 } start: Object { column: 50 - index: 439 line: 24 } } @@ -3060,12 +2689,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 52 - index: 441 line: 24 } start: Object { column: 50 - index: 439 line: 24 } } @@ -3076,12 +2703,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 61 - index: 450 line: 24 } start: Object { column: 57 - index: 446 line: 24 } } @@ -3092,12 +2717,10 @@ JSRoot { identifierName: "p" end: Object { column: 58 - index: 447 line: 24 } start: Object { column: 57 - index: 446 line: 24 } } @@ -3111,12 +2734,10 @@ JSRoot { identifierName: "y" end: Object { column: 61 - index: 450 line: 24 } start: Object { column: 60 - index: 449 line: 24 } } @@ -3125,12 +2746,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 61 - index: 450 line: 24 } start: Object { column: 59 - index: 448 line: 24 } } @@ -3139,12 +2758,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 61 - index: 450 line: 24 } start: Object { column: 59 - index: 448 line: 24 } } @@ -3166,12 +2783,10 @@ JSRoot { identifierName: "toString" end: Object { column: 14 - index: 468 line: 26 } start: Object { column: 6 - index: 460 line: 26 } } @@ -3180,12 +2795,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 14 - index: 468 line: 26 } start: Object { column: 6 - index: 460 line: 26 } } @@ -3194,12 +2807,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 62 - index: 516 line: 26 } start: Object { column: 6 - index: 460 line: 26 } } @@ -3216,12 +2827,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 16 - index: 470 line: 26 } start: Object { column: 14 - index: 468 line: 26 } } @@ -3235,19 +2844,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 6 - index: 460 line: 26 } loc: Object { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 14 - index: 468 line: 26 } start: Object { column: 6 - index: 460 line: 26 } } @@ -3258,12 +2864,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 62 - index: 516 line: 26 } start: Object { column: 17 - index: 471 line: 26 } } @@ -3273,12 +2877,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 60 - index: 514 line: 26 } start: Object { column: 19 - index: 473 line: 26 } } @@ -3287,12 +2889,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 60 - index: 514 line: 26 } start: Object { column: 26 - index: 480 line: 26 } } @@ -3305,12 +2905,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 33 - index: 487 line: 26 } start: Object { column: 27 - index: 481 line: 26 } } @@ -3323,12 +2921,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 46 - index: 500 line: 26 } start: Object { column: 45 - index: 499 line: 26 } } @@ -3341,12 +2937,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 59 - index: 513 line: 26 } start: Object { column: 58 - index: 512 line: 26 } } @@ -3358,12 +2952,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 43 - index: 497 line: 26 } start: Object { column: 36 - index: 490 line: 26 } } @@ -3372,12 +2964,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 40 - index: 494 line: 26 } start: Object { column: 36 - index: 490 line: 26 } } @@ -3391,12 +2981,10 @@ JSRoot { identifierName: "x" end: Object { column: 43 - index: 497 line: 26 } start: Object { column: 42 - index: 496 line: 26 } } @@ -3405,12 +2993,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 43 - index: 497 line: 26 } start: Object { column: 41 - index: 495 line: 26 } } @@ -3419,12 +3005,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 43 - index: 497 line: 26 } start: Object { column: 41 - index: 495 line: 26 } } @@ -3435,12 +3019,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 56 - index: 510 line: 26 } start: Object { column: 49 - index: 503 line: 26 } } @@ -3449,12 +3031,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 53 - index: 507 line: 26 } start: Object { column: 49 - index: 503 line: 26 } } @@ -3468,12 +3048,10 @@ JSRoot { identifierName: "y" end: Object { column: 56 - index: 510 line: 26 } start: Object { column: 55 - index: 509 line: 26 } } @@ -3482,12 +3060,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 56 - index: 510 line: 26 } start: Object { column: 54 - index: 508 line: 26 } } @@ -3496,12 +3072,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 56 - index: 510 line: 26 } start: Object { column: 54 - index: 508 line: 26 } } @@ -3531,12 +3105,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 536 line: 30 } start: Object { column: 6 - index: 535 line: 30 } } @@ -3545,12 +3117,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 7 - index: 536 line: 30 } start: Object { column: 6 - index: 535 line: 30 } } @@ -3559,12 +3129,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 28 - index: 557 line: 30 } start: Object { column: 2 - index: 531 line: 30 } } @@ -3581,12 +3149,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 9 - index: 538 line: 30 } start: Object { column: 7 - index: 536 line: 30 } } @@ -3600,19 +3166,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 531 line: 30 } loc: Object { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 7 - index: 536 line: 30 } start: Object { column: 2 - index: 531 line: 30 } } @@ -3623,12 +3186,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 28 - index: 557 line: 30 } start: Object { column: 10 - index: 539 line: 30 } } @@ -3638,12 +3199,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 26 - index: 555 line: 30 } start: Object { column: 12 - index: 541 line: 30 } } @@ -3652,12 +3211,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 26 - index: 555 line: 30 } start: Object { column: 19 - index: 548 line: 30 } } @@ -3666,12 +3223,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 23 - index: 552 line: 30 } start: Object { column: 19 - index: 548 line: 30 } } @@ -3685,12 +3240,10 @@ JSRoot { identifierName: "x" end: Object { column: 26 - index: 555 line: 30 } start: Object { column: 25 - index: 554 line: 30 } } @@ -3699,12 +3252,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 26 - index: 555 line: 30 } start: Object { column: 24 - index: 553 line: 30 } } @@ -3713,12 +3264,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 26 - index: 555 line: 30 } start: Object { column: 24 - index: 553 line: 30 } } @@ -3738,12 +3287,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 565 line: 31 } start: Object { column: 6 - index: 564 line: 31 } } @@ -3752,12 +3299,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 7 - index: 565 line: 31 } start: Object { column: 6 - index: 564 line: 31 } } @@ -3766,12 +3311,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 35 - index: 593 line: 31 } start: Object { column: 2 - index: 560 line: 31 } } @@ -3784,19 +3327,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 560 line: 31 } loc: Object { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 7 - index: 565 line: 31 } start: Object { column: 2 - index: 560 line: 31 } } @@ -3813,12 +3353,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 14 - index: 572 line: 31 } start: Object { column: 7 - index: 565 line: 31 } } @@ -3830,12 +3368,10 @@ JSRoot { identifierName: "value" end: Object { column: 13 - index: 571 line: 31 } start: Object { column: 8 - index: 566 line: 31 } } @@ -3846,12 +3382,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 13 - index: 571 line: 31 } start: Object { column: 8 - index: 566 line: 31 } } @@ -3865,12 +3399,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 35 - index: 593 line: 31 } start: Object { column: 15 - index: 573 line: 31 } } @@ -3880,12 +3412,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 33 - index: 591 line: 31 } start: Object { column: 17 - index: 575 line: 31 } } @@ -3895,12 +3425,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 33 - index: 591 line: 31 } start: Object { column: 17 - index: 575 line: 31 } } @@ -3911,12 +3439,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 33 - index: 591 line: 31 } start: Object { column: 27 - index: 585 line: 31 } } @@ -3927,12 +3453,10 @@ JSRoot { identifierName: "value" end: Object { column: 33 - index: 591 line: 31 } start: Object { column: 28 - index: 586 line: 31 } } @@ -3943,12 +3467,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 24 - index: 582 line: 31 } start: Object { column: 17 - index: 575 line: 31 } } @@ -3957,12 +3479,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 21 - index: 579 line: 31 } start: Object { column: 17 - index: 575 line: 31 } } @@ -3976,12 +3496,10 @@ JSRoot { identifierName: "x" end: Object { column: 24 - index: 582 line: 31 } start: Object { column: 23 - index: 581 line: 31 } } @@ -3990,12 +3508,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 24 - index: 582 line: 31 } start: Object { column: 22 - index: 580 line: 31 } } @@ -4004,12 +3520,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 24 - index: 582 line: 31 } start: Object { column: 22 - index: 580 line: 31 } } @@ -4030,12 +3544,10 @@ JSRoot { identifierName: "y" end: Object { column: 7 - index: 602 line: 33 } start: Object { column: 6 - index: 601 line: 33 } } @@ -4044,12 +3556,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 7 - index: 602 line: 33 } start: Object { column: 6 - index: 601 line: 33 } } @@ -4058,12 +3568,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 28 - index: 623 line: 33 } start: Object { column: 2 - index: 597 line: 33 } } @@ -4080,12 +3588,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 9 - index: 604 line: 33 } start: Object { column: 7 - index: 602 line: 33 } } @@ -4099,19 +3605,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 597 line: 33 } loc: Object { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 7 - index: 602 line: 33 } start: Object { column: 2 - index: 597 line: 33 } } @@ -4122,12 +3625,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 28 - index: 623 line: 33 } start: Object { column: 10 - index: 605 line: 33 } } @@ -4137,12 +3638,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 26 - index: 621 line: 33 } start: Object { column: 12 - index: 607 line: 33 } } @@ -4151,12 +3650,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 26 - index: 621 line: 33 } start: Object { column: 19 - index: 614 line: 33 } } @@ -4165,12 +3662,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 23 - index: 618 line: 33 } start: Object { column: 19 - index: 614 line: 33 } } @@ -4184,12 +3679,10 @@ JSRoot { identifierName: "y" end: Object { column: 26 - index: 621 line: 33 } start: Object { column: 25 - index: 620 line: 33 } } @@ -4198,12 +3691,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 26 - index: 621 line: 33 } start: Object { column: 24 - index: 619 line: 33 } } @@ -4212,12 +3703,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 26 - index: 621 line: 33 } start: Object { column: 24 - index: 619 line: 33 } } @@ -4237,12 +3726,10 @@ JSRoot { identifierName: "y" end: Object { column: 7 - index: 631 line: 34 } start: Object { column: 6 - index: 630 line: 34 } } @@ -4251,12 +3738,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 7 - index: 631 line: 34 } start: Object { column: 6 - index: 630 line: 34 } } @@ -4265,12 +3750,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 35 - index: 659 line: 34 } start: Object { column: 2 - index: 626 line: 34 } } @@ -4283,19 +3766,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 626 line: 34 } loc: Object { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 7 - index: 631 line: 34 } start: Object { column: 2 - index: 626 line: 34 } } @@ -4312,12 +3792,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 14 - index: 638 line: 34 } start: Object { column: 7 - index: 631 line: 34 } } @@ -4329,12 +3807,10 @@ JSRoot { identifierName: "value" end: Object { column: 13 - index: 637 line: 34 } start: Object { column: 8 - index: 632 line: 34 } } @@ -4345,12 +3821,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 13 - index: 637 line: 34 } start: Object { column: 8 - index: 632 line: 34 } } @@ -4364,12 +3838,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 35 - index: 659 line: 34 } start: Object { column: 15 - index: 639 line: 34 } } @@ -4379,12 +3851,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 33 - index: 657 line: 34 } start: Object { column: 17 - index: 641 line: 34 } } @@ -4394,12 +3864,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 33 - index: 657 line: 34 } start: Object { column: 17 - index: 641 line: 34 } } @@ -4410,12 +3878,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 33 - index: 657 line: 34 } start: Object { column: 27 - index: 651 line: 34 } } @@ -4426,12 +3892,10 @@ JSRoot { identifierName: "value" end: Object { column: 33 - index: 657 line: 34 } start: Object { column: 28 - index: 652 line: 34 } } @@ -4442,12 +3906,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 24 - index: 648 line: 34 } start: Object { column: 17 - index: 641 line: 34 } } @@ -4456,12 +3918,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 21 - index: 645 line: 34 } start: Object { column: 17 - index: 641 line: 34 } } @@ -4475,12 +3935,10 @@ JSRoot { identifierName: "y" end: Object { column: 24 - index: 648 line: 34 } start: Object { column: 23 - index: 647 line: 34 } } @@ -4489,12 +3947,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 24 - index: 648 line: 34 } start: Object { column: 22 - index: 646 line: 34 } } @@ -4503,12 +3959,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 24 - index: 648 line: 34 } start: Object { column: 22 - index: 646 line: 34 } } @@ -4529,12 +3983,10 @@ JSRoot { identifierName: "equals" end: Object { column: 8 - index: 669 line: 36 } start: Object { column: 2 - index: 663 line: 36 } } @@ -4543,12 +3995,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 8 - index: 669 line: 36 } start: Object { column: 2 - index: 663 line: 36 } } @@ -4557,12 +4007,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 59 - index: 720 line: 36 } start: Object { column: 2 - index: 663 line: 36 } } @@ -4575,19 +4023,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 663 line: 36 } loc: Object { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 8 - index: 669 line: 36 } start: Object { column: 2 - index: 663 line: 36 } } @@ -4604,12 +4049,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 11 - index: 672 line: 36 } start: Object { column: 8 - index: 669 line: 36 } } @@ -4621,12 +4064,10 @@ JSRoot { identifierName: "p" end: Object { column: 10 - index: 671 line: 36 } start: Object { column: 9 - index: 670 line: 36 } } @@ -4637,12 +4078,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 10 - index: 671 line: 36 } start: Object { column: 9 - index: 670 line: 36 } } @@ -4656,12 +4095,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 59 - index: 720 line: 36 } start: Object { column: 12 - index: 673 line: 36 } } @@ -4671,12 +4108,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 57 - index: 718 line: 36 } start: Object { column: 14 - index: 675 line: 36 } } @@ -4686,12 +4121,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 57 - index: 718 line: 36 } start: Object { column: 21 - index: 682 line: 36 } } @@ -4701,12 +4134,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 37 - index: 698 line: 36 } start: Object { column: 21 - index: 682 line: 36 } } @@ -4715,12 +4146,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 28 - index: 689 line: 36 } start: Object { column: 21 - index: 682 line: 36 } } @@ -4729,12 +4158,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 25 - index: 686 line: 36 } start: Object { column: 21 - index: 682 line: 36 } } @@ -4748,12 +4175,10 @@ JSRoot { identifierName: "x" end: Object { column: 28 - index: 689 line: 36 } start: Object { column: 27 - index: 688 line: 36 } } @@ -4762,12 +4187,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 28 - index: 689 line: 36 } start: Object { column: 26 - index: 687 line: 36 } } @@ -4776,12 +4199,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 28 - index: 689 line: 36 } start: Object { column: 26 - index: 687 line: 36 } } @@ -4792,12 +4213,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 37 - index: 698 line: 36 } start: Object { column: 33 - index: 694 line: 36 } } @@ -4808,12 +4227,10 @@ JSRoot { identifierName: "p" end: Object { column: 34 - index: 695 line: 36 } start: Object { column: 33 - index: 694 line: 36 } } @@ -4827,12 +4244,10 @@ JSRoot { identifierName: "x" end: Object { column: 37 - index: 698 line: 36 } start: Object { column: 36 - index: 697 line: 36 } } @@ -4841,12 +4256,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 37 - index: 698 line: 36 } start: Object { column: 35 - index: 696 line: 36 } } @@ -4855,12 +4268,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 37 - index: 698 line: 36 } start: Object { column: 35 - index: 696 line: 36 } } @@ -4873,12 +4284,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 57 - index: 718 line: 36 } start: Object { column: 41 - index: 702 line: 36 } } @@ -4887,12 +4296,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 48 - index: 709 line: 36 } start: Object { column: 41 - index: 702 line: 36 } } @@ -4901,12 +4308,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 45 - index: 706 line: 36 } start: Object { column: 41 - index: 702 line: 36 } } @@ -4920,12 +4325,10 @@ JSRoot { identifierName: "y" end: Object { column: 48 - index: 709 line: 36 } start: Object { column: 47 - index: 708 line: 36 } } @@ -4934,12 +4337,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 48 - index: 709 line: 36 } start: Object { column: 46 - index: 707 line: 36 } } @@ -4948,12 +4349,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 48 - index: 709 line: 36 } start: Object { column: 46 - index: 707 line: 36 } } @@ -4964,12 +4363,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 57 - index: 718 line: 36 } start: Object { column: 53 - index: 714 line: 36 } } @@ -4980,12 +4377,10 @@ JSRoot { identifierName: "p" end: Object { column: 54 - index: 715 line: 36 } start: Object { column: 53 - index: 714 line: 36 } } @@ -4999,12 +4394,10 @@ JSRoot { identifierName: "y" end: Object { column: 57 - index: 718 line: 36 } start: Object { column: 56 - index: 717 line: 36 } } @@ -5013,12 +4406,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 57 - index: 718 line: 36 } start: Object { column: 55 - index: 716 line: 36 } } @@ -5027,12 +4418,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 57 - index: 718 line: 36 } start: Object { column: 55 - index: 716 line: 36 } } @@ -5054,12 +4443,10 @@ JSRoot { identifierName: "toString" end: Object { column: 10 - index: 732 line: 38 } start: Object { column: 2 - index: 724 line: 38 } } @@ -5068,12 +4455,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 10 - index: 732 line: 38 } start: Object { column: 2 - index: 724 line: 38 } } @@ -5082,12 +4467,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 58 - index: 780 line: 38 } start: Object { column: 2 - index: 724 line: 38 } } @@ -5104,12 +4487,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 12 - index: 734 line: 38 } start: Object { column: 10 - index: 732 line: 38 } } @@ -5123,19 +4504,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 724 line: 38 } loc: Object { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 10 - index: 732 line: 38 } start: Object { column: 2 - index: 724 line: 38 } } @@ -5146,12 +4524,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 58 - index: 780 line: 38 } start: Object { column: 13 - index: 735 line: 38 } } @@ -5161,12 +4537,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 56 - index: 778 line: 38 } start: Object { column: 15 - index: 737 line: 38 } } @@ -5175,12 +4549,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 56 - index: 778 line: 38 } start: Object { column: 22 - index: 744 line: 38 } } @@ -5193,12 +4565,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 29 - index: 751 line: 38 } start: Object { column: 23 - index: 745 line: 38 } } @@ -5211,12 +4581,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 42 - index: 764 line: 38 } start: Object { column: 41 - index: 763 line: 38 } } @@ -5229,12 +4597,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 55 - index: 777 line: 38 } start: Object { column: 54 - index: 776 line: 38 } } @@ -5246,12 +4612,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 39 - index: 761 line: 38 } start: Object { column: 32 - index: 754 line: 38 } } @@ -5260,12 +4624,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 36 - index: 758 line: 38 } start: Object { column: 32 - index: 754 line: 38 } } @@ -5279,12 +4641,10 @@ JSRoot { identifierName: "x" end: Object { column: 39 - index: 761 line: 38 } start: Object { column: 38 - index: 760 line: 38 } } @@ -5293,12 +4653,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 39 - index: 761 line: 38 } start: Object { column: 37 - index: 759 line: 38 } } @@ -5307,12 +4665,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 39 - index: 761 line: 38 } start: Object { column: 37 - index: 759 line: 38 } } @@ -5323,12 +4679,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 52 - index: 774 line: 38 } start: Object { column: 45 - index: 767 line: 38 } } @@ -5337,12 +4691,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 49 - index: 771 line: 38 } start: Object { column: 45 - index: 767 line: 38 } } @@ -5356,12 +4708,10 @@ JSRoot { identifierName: "y" end: Object { column: 52 - index: 774 line: 38 } start: Object { column: 51 - index: 773 line: 38 } } @@ -5370,12 +4720,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 52 - index: 774 line: 38 } start: Object { column: 50 - index: 772 line: 38 } } @@ -5384,12 +4732,10 @@ JSRoot { filename: "experimental/class-private-properties/nested/input.js" end: Object { column: 52 - index: 774 line: 38 } start: Object { column: 50 - index: 772 line: 38 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-properties/optional-chain-object/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-properties/optional-chain-object/input.test.md index a61682011f9..082e54e7735 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-properties/optional-chain-object/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-properties/optional-chain-object/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-object/input.js" end: Object { column: 0 - index: 220 line: 15 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-object/input.js" end: Object { column: 1 - index: 219 line: 14 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-object/input.js" end: Object { column: 1 - index: 219 line: 14 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 23 line: 2 } start: Object { column: 10 - index: 22 line: 2 } } @@ -105,12 +95,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-object/input.js" end: Object { column: 11 - index: 23 line: 2 } start: Object { column: 9 - index: 21 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-object/input.js" end: Object { column: 15 - index: 27 line: 2 } start: Object { column: 14 - index: 26 line: 2 } } @@ -137,12 +123,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-object/input.js" end: Object { column: 16 - index: 28 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 14 line: 2 } loc: Object { filename: "experimental/class-private-properties/optional-chain-object/input.js" end: Object { column: 11 - index: 23 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -182,12 +163,10 @@ JSRoot { identifierName: "m" end: Object { column: 11 - index: 40 line: 3 } start: Object { column: 10 - index: 39 line: 3 } } @@ -196,12 +175,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-object/input.js" end: Object { column: 11 - index: 40 line: 3 } start: Object { column: 9 - index: 38 line: 3 } } @@ -212,12 +189,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-object/input.js" end: Object { column: 27 - index: 56 line: 3 } start: Object { column: 14 - index: 43 line: 3 } } @@ -228,12 +203,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-object/input.js" end: Object { column: 27 - index: 56 line: 3 } start: Object { column: 25 - index: 54 line: 3 } } @@ -251,12 +224,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-object/input.js" end: Object { column: 24 - index: 53 line: 3 } start: Object { column: 22 - index: 51 line: 3 } } @@ -267,12 +238,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-object/input.js" end: Object { column: 28 - index: 57 line: 3 } start: Object { column: 2 - index: 31 line: 3 } } @@ -285,19 +254,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 31 line: 3 } loc: Object { filename: "experimental/class-private-properties/optional-chain-object/input.js" end: Object { column: 11 - index: 40 line: 3 } start: Object { column: 2 - index: 31 line: 3 } } @@ -313,12 +279,10 @@ JSRoot { identifierName: "test" end: Object { column: 13 - index: 72 line: 5 } start: Object { column: 9 - index: 68 line: 5 } } @@ -327,12 +291,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-object/input.js" end: Object { column: 13 - index: 72 line: 5 } start: Object { column: 9 - index: 68 line: 5 } } @@ -341,12 +303,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-object/input.js" end: Object { column: 3 - index: 217 line: 13 } start: Object { column: 2 - index: 61 line: 5 } } @@ -363,12 +323,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-object/input.js" end: Object { column: 15 - index: 74 line: 5 } start: Object { column: 13 - index: 72 line: 5 } } @@ -382,19 +340,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 61 line: 5 } loc: Object { filename: "experimental/class-private-properties/optional-chain-object/input.js" end: Object { column: 13 - index: 72 line: 5 } start: Object { column: 2 - index: 61 line: 5 } } @@ -405,12 +360,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-object/input.js" end: Object { column: 3 - index: 217 line: 13 } start: Object { column: 16 - index: 75 line: 5 } } @@ -420,12 +373,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-object/input.js" end: Object { column: 27 - index: 104 line: 6 } start: Object { column: 4 - index: 81 line: 6 } } @@ -435,12 +386,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-object/input.js" end: Object { column: 27 - index: 104 line: 6 } start: Object { column: 4 - index: 81 line: 6 } } @@ -453,12 +402,10 @@ JSRoot { identifierName: "o" end: Object { column: 11 - index: 88 line: 6 } start: Object { column: 10 - index: 87 line: 6 } } @@ -467,12 +414,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-object/input.js" end: Object { column: 26 - index: 103 line: 6 } start: Object { column: 10 - index: 87 line: 6 } } @@ -481,12 +426,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-object/input.js" end: Object { column: 26 - index: 103 line: 6 } start: Object { column: 14 - index: 91 line: 6 } } @@ -500,12 +443,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 19 - index: 96 line: 6 } start: Object { column: 16 - index: 93 line: 6 } } @@ -514,12 +455,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-object/input.js" end: Object { column: 19 - index: 96 line: 6 } start: Object { column: 16 - index: 93 line: 6 } } @@ -531,12 +470,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 24 - index: 101 line: 6 } start: Object { column: 21 - index: 98 line: 6 } } @@ -545,12 +482,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-object/input.js" end: Object { column: 24 - index: 101 line: 6 } start: Object { column: 16 - index: 93 line: 6 } } @@ -566,12 +501,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-object/input.js" end: Object { column: 6 - index: 213 line: 12 } start: Object { column: 4 - index: 109 line: 7 } } @@ -580,12 +513,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-object/input.js" end: Object { column: 5 - index: 212 line: 12 } start: Object { column: 11 - index: 116 line: 7 } } @@ -595,12 +526,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-object/input.js" end: Object { column: 15 - index: 133 line: 8 } start: Object { column: 6 - index: 124 line: 8 } } @@ -613,12 +542,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 133 line: 8 } start: Object { column: 14 - index: 132 line: 8 } } @@ -627,12 +554,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-object/input.js" end: Object { column: 15 - index: 133 line: 8 } start: Object { column: 13 - index: 131 line: 8 } } @@ -641,12 +566,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-object/input.js" end: Object { column: 15 - index: 133 line: 8 } start: Object { column: 13 - index: 131 line: 8 } } @@ -656,12 +579,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-object/input.js" end: Object { column: 12 - index: 130 line: 8 } start: Object { column: 6 - index: 124 line: 8 } } @@ -672,12 +593,10 @@ JSRoot { identifierName: "o" end: Object { column: 7 - index: 125 line: 8 } start: Object { column: 6 - index: 124 line: 8 } } @@ -690,12 +609,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 12 - index: 130 line: 8 } start: Object { column: 9 - index: 127 line: 8 } } @@ -706,12 +623,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 12 - index: 130 line: 8 } start: Object { column: 9 - index: 127 line: 8 } } @@ -723,12 +638,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-object/input.js" end: Object { column: 23 - index: 158 line: 9 } start: Object { column: 6 - index: 141 line: 9 } } @@ -740,12 +653,10 @@ JSRoot { identifierName: "toFixed" end: Object { column: 23 - index: 158 line: 9 } start: Object { column: 16 - index: 151 line: 9 } } @@ -755,12 +666,10 @@ JSRoot { identifierName: "toFixed" end: Object { column: 23 - index: 158 line: 9 } start: Object { column: 16 - index: 151 line: 9 } } @@ -770,12 +679,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-object/input.js" end: Object { column: 15 - index: 150 line: 9 } start: Object { column: 6 - index: 141 line: 9 } } @@ -788,12 +695,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 150 line: 9 } start: Object { column: 14 - index: 149 line: 9 } } @@ -802,12 +707,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-object/input.js" end: Object { column: 15 - index: 150 line: 9 } start: Object { column: 13 - index: 148 line: 9 } } @@ -816,12 +719,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-object/input.js" end: Object { column: 15 - index: 150 line: 9 } start: Object { column: 13 - index: 148 line: 9 } } @@ -831,12 +732,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-object/input.js" end: Object { column: 12 - index: 147 line: 9 } start: Object { column: 6 - index: 141 line: 9 } } @@ -847,12 +746,10 @@ JSRoot { identifierName: "o" end: Object { column: 7 - index: 142 line: 9 } start: Object { column: 6 - index: 141 line: 9 } } @@ -865,12 +762,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 12 - index: 147 line: 9 } start: Object { column: 9 - index: 144 line: 9 } } @@ -881,12 +776,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 12 - index: 147 line: 9 } start: Object { column: 9 - index: 144 line: 9 } } @@ -899,12 +792,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-object/input.js" end: Object { column: 26 - index: 186 line: 10 } start: Object { column: 6 - index: 166 line: 10 } } @@ -916,12 +807,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-object/input.js" end: Object { column: 25 - index: 185 line: 10 } start: Object { column: 24 - index: 184 line: 10 } } @@ -932,12 +821,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-object/input.js" end: Object { column: 23 - index: 183 line: 10 } start: Object { column: 6 - index: 166 line: 10 } } @@ -949,12 +836,10 @@ JSRoot { identifierName: "toFixed" end: Object { column: 23 - index: 183 line: 10 } start: Object { column: 16 - index: 176 line: 10 } } @@ -964,12 +849,10 @@ JSRoot { identifierName: "toFixed" end: Object { column: 23 - index: 183 line: 10 } start: Object { column: 16 - index: 176 line: 10 } } @@ -979,12 +862,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-object/input.js" end: Object { column: 15 - index: 175 line: 10 } start: Object { column: 6 - index: 166 line: 10 } } @@ -997,12 +878,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 175 line: 10 } start: Object { column: 14 - index: 174 line: 10 } } @@ -1011,12 +890,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-object/input.js" end: Object { column: 15 - index: 175 line: 10 } start: Object { column: 13 - index: 173 line: 10 } } @@ -1025,12 +902,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-object/input.js" end: Object { column: 15 - index: 175 line: 10 } start: Object { column: 13 - index: 173 line: 10 } } @@ -1040,12 +915,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-object/input.js" end: Object { column: 12 - index: 172 line: 10 } start: Object { column: 6 - index: 166 line: 10 } } @@ -1056,12 +929,10 @@ JSRoot { identifierName: "o" end: Object { column: 7 - index: 167 line: 10 } start: Object { column: 6 - index: 166 line: 10 } } @@ -1074,12 +945,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 12 - index: 172 line: 10 } start: Object { column: 9 - index: 169 line: 10 } } @@ -1090,12 +959,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 12 - index: 172 line: 10 } start: Object { column: 9 - index: 169 line: 10 } } @@ -1110,12 +977,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-object/input.js" end: Object { column: 17 - index: 205 line: 11 } start: Object { column: 6 - index: 194 line: 11 } } @@ -1124,12 +989,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-object/input.js" end: Object { column: 15 - index: 203 line: 11 } start: Object { column: 6 - index: 194 line: 11 } } @@ -1142,12 +1005,10 @@ JSRoot { identifierName: "m" end: Object { column: 15 - index: 203 line: 11 } start: Object { column: 14 - index: 202 line: 11 } } @@ -1156,12 +1017,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-object/input.js" end: Object { column: 15 - index: 203 line: 11 } start: Object { column: 13 - index: 201 line: 11 } } @@ -1170,12 +1029,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-object/input.js" end: Object { column: 15 - index: 203 line: 11 } start: Object { column: 13 - index: 201 line: 11 } } @@ -1185,12 +1042,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-object/input.js" end: Object { column: 12 - index: 200 line: 11 } start: Object { column: 6 - index: 194 line: 11 } } @@ -1201,12 +1056,10 @@ JSRoot { identifierName: "o" end: Object { column: 7 - index: 195 line: 11 } start: Object { column: 6 - index: 194 line: 11 } } @@ -1219,12 +1072,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 12 - index: 200 line: 11 } start: Object { column: 9 - index: 197 line: 11 } } @@ -1235,12 +1086,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 12 - index: 200 line: 11 } start: Object { column: 9 - index: 197 line: 11 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-properties/optional-chain-start-call/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-properties/optional-chain-start-call/input.test.md index 315bd634b40..05a99446f20 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-properties/optional-chain-start-call/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-properties/optional-chain-start-call/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-call/input.js" end: Object { column: 0 - index: 88 line: 8 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 16 - index: 76 line: 5 } start: Object { column: 16 - index: 76 line: 5 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-call/input.js" end: Object { column: 1 - index: 87 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-call/input.js" end: Object { column: 1 - index: 87 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -115,12 +105,10 @@ JSRoot { identifierName: "m" end: Object { column: 11 - index: 23 line: 2 } start: Object { column: 10 - index: 22 line: 2 } } @@ -129,12 +117,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-call/input.js" end: Object { column: 11 - index: 23 line: 2 } start: Object { column: 9 - index: 21 line: 2 } } @@ -145,12 +131,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-call/input.js" end: Object { column: 27 - index: 39 line: 2 } start: Object { column: 14 - index: 26 line: 2 } } @@ -161,12 +145,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-call/input.js" end: Object { column: 27 - index: 39 line: 2 } start: Object { column: 25 - index: 37 line: 2 } } @@ -184,12 +166,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-call/input.js" end: Object { column: 24 - index: 36 line: 2 } start: Object { column: 22 - index: 34 line: 2 } } @@ -200,12 +180,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-call/input.js" end: Object { column: 28 - index: 40 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -218,19 +196,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 14 line: 2 } loc: Object { filename: "experimental/class-private-properties/optional-chain-start-call/input.js" end: Object { column: 11 - index: 23 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -246,12 +221,10 @@ JSRoot { identifierName: "test" end: Object { column: 13 - index: 55 line: 4 } start: Object { column: 9 - index: 51 line: 4 } } @@ -260,12 +233,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-call/input.js" end: Object { column: 13 - index: 55 line: 4 } start: Object { column: 9 - index: 51 line: 4 } } @@ -274,12 +245,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-call/input.js" end: Object { column: 3 - index: 85 line: 6 } start: Object { column: 2 - index: 44 line: 4 } } @@ -296,12 +265,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-call/input.js" end: Object { column: 15 - index: 57 line: 4 } start: Object { column: 13 - index: 55 line: 4 } } @@ -315,19 +282,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 44 line: 4 } loc: Object { filename: "experimental/class-private-properties/optional-chain-start-call/input.js" end: Object { column: 13 - index: 55 line: 4 } start: Object { column: 2 - index: 44 line: 4 } } @@ -338,12 +302,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-call/input.js" end: Object { column: 3 - index: 85 line: 6 } start: Object { column: 16 - index: 58 line: 4 } } @@ -353,12 +315,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-call/input.js" end: Object { column: 17 - index: 77 line: 5 } start: Object { column: 4 - index: 64 line: 5 } } @@ -367,12 +327,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-call/input.js" end: Object { column: 17 - index: 77 line: 5 } start: Object { column: 11 - index: 71 line: 5 } } @@ -383,12 +341,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 14 - index: 74 line: 5 } start: Object { column: 11 - index: 71 line: 5 } } @@ -401,12 +357,10 @@ JSRoot { identifierName: "" end: Object { column: 17 - index: 77 line: 5 } start: Object { column: 16 - index: 76 line: 5 } } @@ -417,12 +371,10 @@ JSRoot { identifierName: "" end: Object { column: 17 - index: 77 line: 5 } start: Object { column: 16 - index: 76 line: 5 } } @@ -434,12 +386,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-call/input.js" end: Object { column: 21 - index: 81 line: 5 } start: Object { column: 17 - index: 77 line: 5 } } @@ -449,12 +399,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-call/input.js" end: Object { column: 20 - index: 80 line: 5 } start: Object { column: 17 - index: 77 line: 5 } } @@ -465,12 +413,10 @@ JSRoot { identifierName: "m" end: Object { column: 18 - index: 78 line: 5 } start: Object { column: 17 - index: 77 line: 5 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-properties/optional-chain-start-member-call/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-properties/optional-chain-start-member-call/input.test.md index 94358ddf80f..c7f15baf027 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-properties/optional-chain-start-member-call/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-properties/optional-chain-start-member-call/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-member-call/input.js" end: Object { column: 0 - index: 85 line: 8 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 16 - index: 64 line: 5 } start: Object { column: 16 - index: 64 line: 5 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-member-call/input.js" end: Object { column: 1 - index: 84 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-member-call/input.js" end: Object { column: 1 - index: 84 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -115,12 +105,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 23 line: 2 } start: Object { column: 10 - index: 22 line: 2 } } @@ -129,12 +117,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-member-call/input.js" end: Object { column: 11 - index: 23 line: 2 } start: Object { column: 9 - index: 21 line: 2 } } @@ -146,12 +132,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-member-call/input.js" end: Object { column: 15 - index: 27 line: 2 } start: Object { column: 14 - index: 26 line: 2 } } @@ -161,12 +145,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-member-call/input.js" end: Object { column: 16 - index: 28 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -179,19 +161,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 14 line: 2 } loc: Object { filename: "experimental/class-private-properties/optional-chain-start-member-call/input.js" end: Object { column: 11 - index: 23 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -207,12 +186,10 @@ JSRoot { identifierName: "test" end: Object { column: 13 - index: 43 line: 4 } start: Object { column: 9 - index: 39 line: 4 } } @@ -221,12 +198,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-member-call/input.js" end: Object { column: 13 - index: 43 line: 4 } start: Object { column: 9 - index: 39 line: 4 } } @@ -235,12 +210,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-member-call/input.js" end: Object { column: 3 - index: 82 line: 6 } start: Object { column: 2 - index: 32 line: 4 } } @@ -257,12 +230,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-member-call/input.js" end: Object { column: 15 - index: 45 line: 4 } start: Object { column: 13 - index: 43 line: 4 } } @@ -276,19 +247,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 32 line: 4 } loc: Object { filename: "experimental/class-private-properties/optional-chain-start-member-call/input.js" end: Object { column: 13 - index: 43 line: 4 } start: Object { column: 2 - index: 32 line: 4 } } @@ -299,12 +267,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-member-call/input.js" end: Object { column: 3 - index: 82 line: 6 } start: Object { column: 16 - index: 46 line: 4 } } @@ -314,12 +280,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-member-call/input.js" end: Object { column: 17 - index: 65 line: 5 } start: Object { column: 4 - index: 52 line: 5 } } @@ -328,12 +292,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-member-call/input.js" end: Object { column: 17 - index: 65 line: 5 } start: Object { column: 11 - index: 59 line: 5 } } @@ -344,12 +306,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 14 - index: 62 line: 5 } start: Object { column: 11 - index: 59 line: 5 } } @@ -362,12 +322,10 @@ JSRoot { identifierName: "" end: Object { column: 17 - index: 65 line: 5 } start: Object { column: 16 - index: 64 line: 5 } } @@ -378,12 +336,10 @@ JSRoot { identifierName: "" end: Object { column: 17 - index: 65 line: 5 } start: Object { column: 16 - index: 64 line: 5 } } @@ -395,12 +351,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-member-call/input.js" end: Object { column: 30 - index: 78 line: 5 } start: Object { column: 17 - index: 65 line: 5 } } @@ -409,12 +363,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-member-call/input.js" end: Object { column: 29 - index: 77 line: 5 } start: Object { column: 17 - index: 65 line: 5 } } @@ -426,12 +378,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-member-call/input.js" end: Object { column: 28 - index: 76 line: 5 } start: Object { column: 27 - index: 75 line: 5 } } @@ -442,12 +392,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-member-call/input.js" end: Object { column: 26 - index: 74 line: 5 } start: Object { column: 17 - index: 65 line: 5 } } @@ -458,12 +406,10 @@ JSRoot { identifierName: "x" end: Object { column: 18 - index: 66 line: 5 } start: Object { column: 17 - index: 65 line: 5 } } @@ -476,12 +422,10 @@ JSRoot { identifierName: "toFixed" end: Object { column: 26 - index: 74 line: 5 } start: Object { column: 19 - index: 67 line: 5 } } @@ -491,12 +435,10 @@ JSRoot { identifierName: "toFixed" end: Object { column: 26 - index: 74 line: 5 } start: Object { column: 19 - index: 67 line: 5 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-properties/optional-chain-start-member/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-properties/optional-chain-start-member/input.test.md index 96dec5111c3..0806f73090c 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-properties/optional-chain-start-member/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-properties/optional-chain-start-member/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-member/input.js" end: Object { column: 0 - index: 82 line: 8 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 16 - index: 64 line: 5 } start: Object { column: 16 - index: 64 line: 5 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-member/input.js" end: Object { column: 1 - index: 81 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-member/input.js" end: Object { column: 1 - index: 81 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -115,12 +105,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 23 line: 2 } start: Object { column: 10 - index: 22 line: 2 } } @@ -129,12 +117,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-member/input.js" end: Object { column: 11 - index: 23 line: 2 } start: Object { column: 9 - index: 21 line: 2 } } @@ -146,12 +132,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-member/input.js" end: Object { column: 15 - index: 27 line: 2 } start: Object { column: 14 - index: 26 line: 2 } } @@ -161,12 +145,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-member/input.js" end: Object { column: 16 - index: 28 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -179,19 +161,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 14 line: 2 } loc: Object { filename: "experimental/class-private-properties/optional-chain-start-member/input.js" end: Object { column: 11 - index: 23 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -207,12 +186,10 @@ JSRoot { identifierName: "test" end: Object { column: 13 - index: 43 line: 4 } start: Object { column: 9 - index: 39 line: 4 } } @@ -221,12 +198,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-member/input.js" end: Object { column: 13 - index: 43 line: 4 } start: Object { column: 9 - index: 39 line: 4 } } @@ -235,12 +210,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-member/input.js" end: Object { column: 3 - index: 79 line: 6 } start: Object { column: 2 - index: 32 line: 4 } } @@ -257,12 +230,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-member/input.js" end: Object { column: 15 - index: 45 line: 4 } start: Object { column: 13 - index: 43 line: 4 } } @@ -276,19 +247,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 32 line: 4 } loc: Object { filename: "experimental/class-private-properties/optional-chain-start-member/input.js" end: Object { column: 13 - index: 43 line: 4 } start: Object { column: 2 - index: 32 line: 4 } } @@ -299,12 +267,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-member/input.js" end: Object { column: 3 - index: 79 line: 6 } start: Object { column: 16 - index: 46 line: 4 } } @@ -314,12 +280,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-member/input.js" end: Object { column: 17 - index: 65 line: 5 } start: Object { column: 4 - index: 52 line: 5 } } @@ -328,12 +292,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-member/input.js" end: Object { column: 17 - index: 65 line: 5 } start: Object { column: 11 - index: 59 line: 5 } } @@ -344,12 +306,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 14 - index: 62 line: 5 } start: Object { column: 11 - index: 59 line: 5 } } @@ -362,12 +322,10 @@ JSRoot { identifierName: "" end: Object { column: 17 - index: 65 line: 5 } start: Object { column: 16 - index: 64 line: 5 } } @@ -378,12 +336,10 @@ JSRoot { identifierName: "" end: Object { column: 17 - index: 65 line: 5 } start: Object { column: 16 - index: 64 line: 5 } } @@ -395,12 +351,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-member/input.js" end: Object { column: 27 - index: 75 line: 5 } start: Object { column: 17 - index: 65 line: 5 } } @@ -409,12 +363,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-member/input.js" end: Object { column: 26 - index: 74 line: 5 } start: Object { column: 17 - index: 65 line: 5 } } @@ -425,12 +377,10 @@ JSRoot { identifierName: "x" end: Object { column: 18 - index: 66 line: 5 } start: Object { column: 17 - index: 65 line: 5 } } @@ -443,12 +393,10 @@ JSRoot { identifierName: "toFixed" end: Object { column: 26 - index: 74 line: 5 } start: Object { column: 19 - index: 67 line: 5 } } @@ -458,12 +406,10 @@ JSRoot { identifierName: "toFixed" end: Object { column: 26 - index: 74 line: 5 } start: Object { column: 19 - index: 67 line: 5 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-properties/optional-chain-start-simple/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-properties/optional-chain-start-simple/input.test.md index 977d9bf9de8..8aff636bcb3 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-properties/optional-chain-start-simple/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-properties/optional-chain-start-simple/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-simple/input.js" end: Object { column: 0 - index: 74 line: 8 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 16 - index: 64 line: 5 } start: Object { column: 16 - index: 64 line: 5 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-simple/input.js" end: Object { column: 1 - index: 73 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-simple/input.js" end: Object { column: 1 - index: 73 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -115,12 +105,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 23 line: 2 } start: Object { column: 10 - index: 22 line: 2 } } @@ -129,12 +117,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-simple/input.js" end: Object { column: 11 - index: 23 line: 2 } start: Object { column: 9 - index: 21 line: 2 } } @@ -146,12 +132,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-simple/input.js" end: Object { column: 15 - index: 27 line: 2 } start: Object { column: 14 - index: 26 line: 2 } } @@ -161,12 +145,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-simple/input.js" end: Object { column: 16 - index: 28 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -179,19 +161,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 14 line: 2 } loc: Object { filename: "experimental/class-private-properties/optional-chain-start-simple/input.js" end: Object { column: 11 - index: 23 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -207,12 +186,10 @@ JSRoot { identifierName: "test" end: Object { column: 13 - index: 43 line: 4 } start: Object { column: 9 - index: 39 line: 4 } } @@ -221,12 +198,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-simple/input.js" end: Object { column: 13 - index: 43 line: 4 } start: Object { column: 9 - index: 39 line: 4 } } @@ -235,12 +210,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-simple/input.js" end: Object { column: 3 - index: 71 line: 6 } start: Object { column: 2 - index: 32 line: 4 } } @@ -257,12 +230,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-simple/input.js" end: Object { column: 15 - index: 45 line: 4 } start: Object { column: 13 - index: 43 line: 4 } } @@ -276,19 +247,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 32 line: 4 } loc: Object { filename: "experimental/class-private-properties/optional-chain-start-simple/input.js" end: Object { column: 13 - index: 43 line: 4 } start: Object { column: 2 - index: 32 line: 4 } } @@ -299,12 +267,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-simple/input.js" end: Object { column: 3 - index: 71 line: 6 } start: Object { column: 16 - index: 46 line: 4 } } @@ -314,12 +280,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-simple/input.js" end: Object { column: 17 - index: 65 line: 5 } start: Object { column: 4 - index: 52 line: 5 } } @@ -328,12 +292,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-simple/input.js" end: Object { column: 17 - index: 65 line: 5 } start: Object { column: 11 - index: 59 line: 5 } } @@ -344,12 +306,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 14 - index: 62 line: 5 } start: Object { column: 11 - index: 59 line: 5 } } @@ -362,12 +322,10 @@ JSRoot { identifierName: "" end: Object { column: 17 - index: 65 line: 5 } start: Object { column: 16 - index: 64 line: 5 } } @@ -378,12 +336,10 @@ JSRoot { identifierName: "" end: Object { column: 17 - index: 65 line: 5 } start: Object { column: 16 - index: 64 line: 5 } } @@ -395,12 +351,10 @@ JSRoot { filename: "experimental/class-private-properties/optional-chain-start-simple/input.js" end: Object { column: 19 - index: 67 line: 5 } start: Object { column: 17 - index: 65 line: 5 } } @@ -411,12 +365,10 @@ JSRoot { identifierName: "x" end: Object { column: 18 - index: 66 line: 5 } start: Object { column: 17 - index: 65 line: 5 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-properties/pbn-success/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-properties/pbn-success/input.test.md index 7b5f83faffc..c98b426454f 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-properties/pbn-success/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-properties/pbn-success/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 0 - index: 360 line: 20 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "Point" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 1 - index: 359 line: 19 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 1 - index: 359 line: 19 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 18 line: 2 } start: Object { column: 3 - index: 17 line: 2 } } @@ -105,12 +95,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 4 - index: 18 line: 2 } start: Object { column: 2 - index: 16 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 8 - index: 22 line: 2 } start: Object { column: 7 - index: 21 line: 2 } } @@ -137,12 +123,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 9 - index: 23 line: 2 } start: Object { column: 2 - index: 16 line: 2 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 16 line: 2 } loc: Object { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 4 - index: 18 line: 2 } start: Object { column: 2 - index: 16 line: 2 } } @@ -182,12 +163,10 @@ JSRoot { identifierName: "y" end: Object { column: 4 - index: 28 line: 3 } start: Object { column: 3 - index: 27 line: 3 } } @@ -196,12 +175,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 4 - index: 28 line: 3 } start: Object { column: 2 - index: 26 line: 3 } } @@ -213,12 +190,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 8 - index: 32 line: 3 } start: Object { column: 7 - index: 31 line: 3 } } @@ -228,12 +203,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 9 - index: 33 line: 3 } start: Object { column: 2 - index: 26 line: 3 } } @@ -246,19 +219,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 26 line: 3 } loc: Object { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 4 - index: 28 line: 3 } start: Object { column: 2 - index: 26 line: 3 } } @@ -274,12 +244,10 @@ JSRoot { identifierName: "constructor" end: Object { column: 13 - index: 48 line: 5 } start: Object { column: 2 - index: 37 line: 5 } } @@ -288,12 +256,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 13 - index: 48 line: 5 } start: Object { column: 2 - index: 37 line: 5 } } @@ -302,12 +268,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 3 - index: 104 line: 8 } start: Object { column: 2 - index: 37 line: 5 } } @@ -320,19 +284,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 37 line: 5 } loc: Object { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 13 - index: 48 line: 5 } start: Object { column: 2 - index: 37 line: 5 } } @@ -349,12 +310,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 27 - index: 62 line: 5 } start: Object { column: 13 - index: 48 line: 5 } } @@ -364,12 +323,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 19 - index: 54 line: 5 } start: Object { column: 14 - index: 49 line: 5 } } @@ -380,12 +337,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 19 - index: 54 line: 5 } start: Object { column: 18 - index: 53 line: 5 } } @@ -397,12 +352,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 50 line: 5 } start: Object { column: 14 - index: 49 line: 5 } } @@ -413,12 +366,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 15 - index: 50 line: 5 } start: Object { column: 14 - index: 49 line: 5 } } @@ -430,12 +381,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 26 - index: 61 line: 5 } start: Object { column: 21 - index: 56 line: 5 } } @@ -446,12 +395,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 26 - index: 61 line: 5 } start: Object { column: 25 - index: 60 line: 5 } } @@ -463,12 +410,10 @@ JSRoot { identifierName: "y" end: Object { column: 22 - index: 57 line: 5 } start: Object { column: 21 - index: 56 line: 5 } } @@ -479,12 +424,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 22 - index: 57 line: 5 } start: Object { column: 21 - index: 56 line: 5 } } @@ -499,12 +442,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 3 - index: 104 line: 8 } start: Object { column: 28 - index: 63 line: 5 } } @@ -514,12 +455,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 17 - index: 82 line: 6 } start: Object { column: 4 - index: 69 line: 6 } } @@ -529,12 +468,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 16 - index: 81 line: 6 } start: Object { column: 4 - index: 69 line: 6 } } @@ -545,12 +482,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 16 - index: 81 line: 6 } start: Object { column: 14 - index: 79 line: 6 } } @@ -561,12 +496,10 @@ JSRoot { identifierName: "x" end: Object { column: 16 - index: 81 line: 6 } start: Object { column: 15 - index: 80 line: 6 } } @@ -577,12 +510,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 11 - index: 76 line: 6 } start: Object { column: 4 - index: 69 line: 6 } } @@ -591,12 +522,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 8 - index: 73 line: 6 } start: Object { column: 4 - index: 69 line: 6 } } @@ -610,12 +539,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 76 line: 6 } start: Object { column: 10 - index: 75 line: 6 } } @@ -624,12 +551,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 11 - index: 76 line: 6 } start: Object { column: 9 - index: 74 line: 6 } } @@ -638,12 +563,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 11 - index: 76 line: 6 } start: Object { column: 9 - index: 74 line: 6 } } @@ -656,12 +579,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 17 - index: 100 line: 7 } start: Object { column: 4 - index: 87 line: 7 } } @@ -671,12 +592,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 16 - index: 99 line: 7 } start: Object { column: 4 - index: 87 line: 7 } } @@ -687,12 +606,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 16 - index: 99 line: 7 } start: Object { column: 14 - index: 97 line: 7 } } @@ -703,12 +620,10 @@ JSRoot { identifierName: "y" end: Object { column: 16 - index: 99 line: 7 } start: Object { column: 15 - index: 98 line: 7 } } @@ -719,12 +634,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 11 - index: 94 line: 7 } start: Object { column: 4 - index: 87 line: 7 } } @@ -733,12 +646,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 8 - index: 91 line: 7 } start: Object { column: 4 - index: 87 line: 7 } } @@ -752,12 +663,10 @@ JSRoot { identifierName: "y" end: Object { column: 11 - index: 94 line: 7 } start: Object { column: 10 - index: 93 line: 7 } } @@ -766,12 +675,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 11 - index: 94 line: 7 } start: Object { column: 9 - index: 92 line: 7 } } @@ -780,12 +687,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 11 - index: 94 line: 7 } start: Object { column: 9 - index: 92 line: 7 } } @@ -806,12 +711,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 113 line: 10 } start: Object { column: 6 - index: 112 line: 10 } } @@ -820,12 +723,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 7 - index: 113 line: 10 } start: Object { column: 6 - index: 112 line: 10 } } @@ -834,12 +735,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 28 - index: 134 line: 10 } start: Object { column: 2 - index: 108 line: 10 } } @@ -856,12 +755,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 9 - index: 115 line: 10 } start: Object { column: 7 - index: 113 line: 10 } } @@ -875,19 +772,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 108 line: 10 } loc: Object { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 7 - index: 113 line: 10 } start: Object { column: 2 - index: 108 line: 10 } } @@ -898,12 +792,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 28 - index: 134 line: 10 } start: Object { column: 10 - index: 116 line: 10 } } @@ -913,12 +805,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 26 - index: 132 line: 10 } start: Object { column: 12 - index: 118 line: 10 } } @@ -927,12 +817,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 26 - index: 132 line: 10 } start: Object { column: 19 - index: 125 line: 10 } } @@ -941,12 +829,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 23 - index: 129 line: 10 } start: Object { column: 19 - index: 125 line: 10 } } @@ -960,12 +846,10 @@ JSRoot { identifierName: "x" end: Object { column: 26 - index: 132 line: 10 } start: Object { column: 25 - index: 131 line: 10 } } @@ -974,12 +858,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 26 - index: 132 line: 10 } start: Object { column: 24 - index: 130 line: 10 } } @@ -988,12 +870,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 26 - index: 132 line: 10 } start: Object { column: 24 - index: 130 line: 10 } } @@ -1013,12 +893,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 142 line: 11 } start: Object { column: 6 - index: 141 line: 11 } } @@ -1027,12 +905,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 7 - index: 142 line: 11 } start: Object { column: 6 - index: 141 line: 11 } } @@ -1041,12 +917,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 35 - index: 170 line: 11 } start: Object { column: 2 - index: 137 line: 11 } } @@ -1059,19 +933,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 137 line: 11 } loc: Object { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 7 - index: 142 line: 11 } start: Object { column: 2 - index: 137 line: 11 } } @@ -1088,12 +959,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 14 - index: 149 line: 11 } start: Object { column: 7 - index: 142 line: 11 } } @@ -1105,12 +974,10 @@ JSRoot { identifierName: "value" end: Object { column: 13 - index: 148 line: 11 } start: Object { column: 8 - index: 143 line: 11 } } @@ -1121,12 +988,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 13 - index: 148 line: 11 } start: Object { column: 8 - index: 143 line: 11 } } @@ -1140,12 +1005,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 35 - index: 170 line: 11 } start: Object { column: 15 - index: 150 line: 11 } } @@ -1155,12 +1018,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 33 - index: 168 line: 11 } start: Object { column: 17 - index: 152 line: 11 } } @@ -1170,12 +1031,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 33 - index: 168 line: 11 } start: Object { column: 17 - index: 152 line: 11 } } @@ -1186,12 +1045,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 33 - index: 168 line: 11 } start: Object { column: 27 - index: 162 line: 11 } } @@ -1202,12 +1059,10 @@ JSRoot { identifierName: "value" end: Object { column: 33 - index: 168 line: 11 } start: Object { column: 28 - index: 163 line: 11 } } @@ -1218,12 +1073,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 24 - index: 159 line: 11 } start: Object { column: 17 - index: 152 line: 11 } } @@ -1232,12 +1085,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 21 - index: 156 line: 11 } start: Object { column: 17 - index: 152 line: 11 } } @@ -1251,12 +1102,10 @@ JSRoot { identifierName: "x" end: Object { column: 24 - index: 159 line: 11 } start: Object { column: 23 - index: 158 line: 11 } } @@ -1265,12 +1114,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 24 - index: 159 line: 11 } start: Object { column: 22 - index: 157 line: 11 } } @@ -1279,12 +1126,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 24 - index: 159 line: 11 } start: Object { column: 22 - index: 157 line: 11 } } @@ -1305,12 +1150,10 @@ JSRoot { identifierName: "y" end: Object { column: 7 - index: 179 line: 13 } start: Object { column: 6 - index: 178 line: 13 } } @@ -1319,12 +1162,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 7 - index: 179 line: 13 } start: Object { column: 6 - index: 178 line: 13 } } @@ -1333,12 +1174,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 28 - index: 200 line: 13 } start: Object { column: 2 - index: 174 line: 13 } } @@ -1355,12 +1194,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 9 - index: 181 line: 13 } start: Object { column: 7 - index: 179 line: 13 } } @@ -1374,19 +1211,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 174 line: 13 } loc: Object { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 7 - index: 179 line: 13 } start: Object { column: 2 - index: 174 line: 13 } } @@ -1397,12 +1231,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 28 - index: 200 line: 13 } start: Object { column: 10 - index: 182 line: 13 } } @@ -1412,12 +1244,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 26 - index: 198 line: 13 } start: Object { column: 12 - index: 184 line: 13 } } @@ -1426,12 +1256,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 26 - index: 198 line: 13 } start: Object { column: 19 - index: 191 line: 13 } } @@ -1440,12 +1268,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 23 - index: 195 line: 13 } start: Object { column: 19 - index: 191 line: 13 } } @@ -1459,12 +1285,10 @@ JSRoot { identifierName: "y" end: Object { column: 26 - index: 198 line: 13 } start: Object { column: 25 - index: 197 line: 13 } } @@ -1473,12 +1297,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 26 - index: 198 line: 13 } start: Object { column: 24 - index: 196 line: 13 } } @@ -1487,12 +1309,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 26 - index: 198 line: 13 } start: Object { column: 24 - index: 196 line: 13 } } @@ -1512,12 +1332,10 @@ JSRoot { identifierName: "y" end: Object { column: 7 - index: 208 line: 14 } start: Object { column: 6 - index: 207 line: 14 } } @@ -1526,12 +1344,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 7 - index: 208 line: 14 } start: Object { column: 6 - index: 207 line: 14 } } @@ -1540,12 +1356,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 35 - index: 236 line: 14 } start: Object { column: 2 - index: 203 line: 14 } } @@ -1558,19 +1372,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 203 line: 14 } loc: Object { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 7 - index: 208 line: 14 } start: Object { column: 2 - index: 203 line: 14 } } @@ -1587,12 +1398,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 14 - index: 215 line: 14 } start: Object { column: 7 - index: 208 line: 14 } } @@ -1604,12 +1413,10 @@ JSRoot { identifierName: "value" end: Object { column: 13 - index: 214 line: 14 } start: Object { column: 8 - index: 209 line: 14 } } @@ -1620,12 +1427,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 13 - index: 214 line: 14 } start: Object { column: 8 - index: 209 line: 14 } } @@ -1639,12 +1444,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 35 - index: 236 line: 14 } start: Object { column: 15 - index: 216 line: 14 } } @@ -1654,12 +1457,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 33 - index: 234 line: 14 } start: Object { column: 17 - index: 218 line: 14 } } @@ -1669,12 +1470,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 33 - index: 234 line: 14 } start: Object { column: 17 - index: 218 line: 14 } } @@ -1685,12 +1484,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 33 - index: 234 line: 14 } start: Object { column: 27 - index: 228 line: 14 } } @@ -1701,12 +1498,10 @@ JSRoot { identifierName: "value" end: Object { column: 33 - index: 234 line: 14 } start: Object { column: 28 - index: 229 line: 14 } } @@ -1717,12 +1512,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 24 - index: 225 line: 14 } start: Object { column: 17 - index: 218 line: 14 } } @@ -1731,12 +1524,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 21 - index: 222 line: 14 } start: Object { column: 17 - index: 218 line: 14 } } @@ -1750,12 +1541,10 @@ JSRoot { identifierName: "y" end: Object { column: 24 - index: 225 line: 14 } start: Object { column: 23 - index: 224 line: 14 } } @@ -1764,12 +1553,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 24 - index: 225 line: 14 } start: Object { column: 22 - index: 223 line: 14 } } @@ -1778,12 +1565,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 24 - index: 225 line: 14 } start: Object { column: 22 - index: 223 line: 14 } } @@ -1804,12 +1589,10 @@ JSRoot { identifierName: "equals" end: Object { column: 8 - index: 246 line: 16 } start: Object { column: 2 - index: 240 line: 16 } } @@ -1818,12 +1601,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 8 - index: 246 line: 16 } start: Object { column: 2 - index: 240 line: 16 } } @@ -1832,12 +1613,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 59 - index: 297 line: 16 } start: Object { column: 2 - index: 240 line: 16 } } @@ -1850,19 +1629,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 240 line: 16 } loc: Object { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 8 - index: 246 line: 16 } start: Object { column: 2 - index: 240 line: 16 } } @@ -1879,12 +1655,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 11 - index: 249 line: 16 } start: Object { column: 8 - index: 246 line: 16 } } @@ -1896,12 +1670,10 @@ JSRoot { identifierName: "p" end: Object { column: 10 - index: 248 line: 16 } start: Object { column: 9 - index: 247 line: 16 } } @@ -1912,12 +1684,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 10 - index: 248 line: 16 } start: Object { column: 9 - index: 247 line: 16 } } @@ -1931,12 +1701,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 59 - index: 297 line: 16 } start: Object { column: 12 - index: 250 line: 16 } } @@ -1946,12 +1714,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 57 - index: 295 line: 16 } start: Object { column: 14 - index: 252 line: 16 } } @@ -1961,12 +1727,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 57 - index: 295 line: 16 } start: Object { column: 21 - index: 259 line: 16 } } @@ -1976,12 +1740,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 37 - index: 275 line: 16 } start: Object { column: 21 - index: 259 line: 16 } } @@ -1990,12 +1752,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 28 - index: 266 line: 16 } start: Object { column: 21 - index: 259 line: 16 } } @@ -2004,12 +1764,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 25 - index: 263 line: 16 } start: Object { column: 21 - index: 259 line: 16 } } @@ -2023,12 +1781,10 @@ JSRoot { identifierName: "x" end: Object { column: 28 - index: 266 line: 16 } start: Object { column: 27 - index: 265 line: 16 } } @@ -2037,12 +1793,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 28 - index: 266 line: 16 } start: Object { column: 26 - index: 264 line: 16 } } @@ -2051,12 +1805,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 28 - index: 266 line: 16 } start: Object { column: 26 - index: 264 line: 16 } } @@ -2067,12 +1819,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 37 - index: 275 line: 16 } start: Object { column: 33 - index: 271 line: 16 } } @@ -2083,12 +1833,10 @@ JSRoot { identifierName: "p" end: Object { column: 34 - index: 272 line: 16 } start: Object { column: 33 - index: 271 line: 16 } } @@ -2102,12 +1850,10 @@ JSRoot { identifierName: "x" end: Object { column: 37 - index: 275 line: 16 } start: Object { column: 36 - index: 274 line: 16 } } @@ -2116,12 +1862,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 37 - index: 275 line: 16 } start: Object { column: 35 - index: 273 line: 16 } } @@ -2130,12 +1874,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 37 - index: 275 line: 16 } start: Object { column: 35 - index: 273 line: 16 } } @@ -2148,12 +1890,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 57 - index: 295 line: 16 } start: Object { column: 41 - index: 279 line: 16 } } @@ -2162,12 +1902,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 48 - index: 286 line: 16 } start: Object { column: 41 - index: 279 line: 16 } } @@ -2176,12 +1914,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 45 - index: 283 line: 16 } start: Object { column: 41 - index: 279 line: 16 } } @@ -2195,12 +1931,10 @@ JSRoot { identifierName: "y" end: Object { column: 48 - index: 286 line: 16 } start: Object { column: 47 - index: 285 line: 16 } } @@ -2209,12 +1943,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 48 - index: 286 line: 16 } start: Object { column: 46 - index: 284 line: 16 } } @@ -2223,12 +1955,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 48 - index: 286 line: 16 } start: Object { column: 46 - index: 284 line: 16 } } @@ -2239,12 +1969,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 57 - index: 295 line: 16 } start: Object { column: 53 - index: 291 line: 16 } } @@ -2255,12 +1983,10 @@ JSRoot { identifierName: "p" end: Object { column: 54 - index: 292 line: 16 } start: Object { column: 53 - index: 291 line: 16 } } @@ -2274,12 +2000,10 @@ JSRoot { identifierName: "y" end: Object { column: 57 - index: 295 line: 16 } start: Object { column: 56 - index: 294 line: 16 } } @@ -2288,12 +2012,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 57 - index: 295 line: 16 } start: Object { column: 55 - index: 293 line: 16 } } @@ -2302,12 +2024,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 57 - index: 295 line: 16 } start: Object { column: 55 - index: 293 line: 16 } } @@ -2329,12 +2049,10 @@ JSRoot { identifierName: "toString" end: Object { column: 10 - index: 309 line: 18 } start: Object { column: 2 - index: 301 line: 18 } } @@ -2343,12 +2061,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 10 - index: 309 line: 18 } start: Object { column: 2 - index: 301 line: 18 } } @@ -2357,12 +2073,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 58 - index: 357 line: 18 } start: Object { column: 2 - index: 301 line: 18 } } @@ -2379,12 +2093,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 12 - index: 311 line: 18 } start: Object { column: 10 - index: 309 line: 18 } } @@ -2398,19 +2110,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 301 line: 18 } loc: Object { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 10 - index: 309 line: 18 } start: Object { column: 2 - index: 301 line: 18 } } @@ -2421,12 +2130,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 58 - index: 357 line: 18 } start: Object { column: 13 - index: 312 line: 18 } } @@ -2436,12 +2143,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 56 - index: 355 line: 18 } start: Object { column: 15 - index: 314 line: 18 } } @@ -2450,12 +2155,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 56 - index: 355 line: 18 } start: Object { column: 22 - index: 321 line: 18 } } @@ -2468,12 +2171,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 29 - index: 328 line: 18 } start: Object { column: 23 - index: 322 line: 18 } } @@ -2486,12 +2187,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 42 - index: 341 line: 18 } start: Object { column: 41 - index: 340 line: 18 } } @@ -2504,12 +2203,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 55 - index: 354 line: 18 } start: Object { column: 54 - index: 353 line: 18 } } @@ -2521,12 +2218,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 39 - index: 338 line: 18 } start: Object { column: 32 - index: 331 line: 18 } } @@ -2535,12 +2230,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 36 - index: 335 line: 18 } start: Object { column: 32 - index: 331 line: 18 } } @@ -2554,12 +2247,10 @@ JSRoot { identifierName: "x" end: Object { column: 39 - index: 338 line: 18 } start: Object { column: 38 - index: 337 line: 18 } } @@ -2568,12 +2259,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 39 - index: 338 line: 18 } start: Object { column: 37 - index: 336 line: 18 } } @@ -2582,12 +2271,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 39 - index: 338 line: 18 } start: Object { column: 37 - index: 336 line: 18 } } @@ -2598,12 +2285,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 52 - index: 351 line: 18 } start: Object { column: 45 - index: 344 line: 18 } } @@ -2612,12 +2297,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 49 - index: 348 line: 18 } start: Object { column: 45 - index: 344 line: 18 } } @@ -2631,12 +2314,10 @@ JSRoot { identifierName: "y" end: Object { column: 52 - index: 351 line: 18 } start: Object { column: 51 - index: 350 line: 18 } } @@ -2645,12 +2326,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 52 - index: 351 line: 18 } start: Object { column: 50 - index: 349 line: 18 } } @@ -2659,12 +2338,10 @@ JSRoot { filename: "experimental/class-private-properties/pbn-success/input.js" end: Object { column: 52 - index: 351 line: 18 } start: Object { column: 50 - index: 349 line: 18 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-properties/static/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-properties/static/input.test.md index c35c5356957..523f025185a 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-properties/static/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-properties/static/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-properties/static/input.js" end: Object { column: 0 - index: 42 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-properties/static/input.js" end: Object { column: 1 - index: 41 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-properties/static/input.js" end: Object { column: 1 - index: 41 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -105,12 +95,10 @@ JSRoot { filename: "experimental/class-private-properties/static/input.js" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 9 - index: 19 line: 2 } } @@ -121,12 +109,10 @@ JSRoot { filename: "experimental/class-private-properties/static/input.js" end: Object { column: 12 - index: 22 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -139,19 +125,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-properties/static/input.js" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -166,12 +149,10 @@ JSRoot { identifierName: "y" end: Object { column: 11 - index: 34 line: 3 } start: Object { column: 10 - index: 33 line: 3 } } @@ -180,12 +161,10 @@ JSRoot { filename: "experimental/class-private-properties/static/input.js" end: Object { column: 11 - index: 34 line: 3 } start: Object { column: 9 - index: 32 line: 3 } } @@ -197,12 +176,10 @@ JSRoot { filename: "experimental/class-private-properties/static/input.js" end: Object { column: 15 - index: 38 line: 3 } start: Object { column: 14 - index: 37 line: 3 } } @@ -212,12 +189,10 @@ JSRoot { filename: "experimental/class-private-properties/static/input.js" end: Object { column: 16 - index: 39 line: 3 } start: Object { column: 2 - index: 25 line: 3 } } @@ -230,19 +205,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 25 line: 3 } loc: Object { filename: "experimental/class-private-properties/static/input.js" end: Object { column: 11 - index: 34 line: 3 } start: Object { column: 2 - index: 25 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-properties/super-call/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-properties/super-call/input.test.md index 3a307baf044..0eee4aa7a75 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-properties/super-call/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-properties/super-call/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/class-private-properties/super-call/input.js" end: Object { column: 1 - index: 95 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 18 - index: 80 line: 4 } start: Object { column: 13 - index: 75 line: 4 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "experimental/class-private-properties/super-call/input.js" end: Object { column: 1 - index: 95 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "experimental/class-private-properties/super-call/input.js" end: Object { column: 1 - index: 95 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "B" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -137,12 +125,10 @@ JSRoot { identifierName: "constructor" end: Object { column: 13 - index: 33 line: 2 } start: Object { column: 2 - index: 22 line: 2 } } @@ -151,12 +137,10 @@ JSRoot { filename: "experimental/class-private-properties/super-call/input.js" end: Object { column: 13 - index: 33 line: 2 } start: Object { column: 2 - index: 22 line: 2 } } @@ -165,12 +149,10 @@ JSRoot { filename: "experimental/class-private-properties/super-call/input.js" end: Object { column: 3 - index: 93 line: 6 } start: Object { column: 2 - index: 22 line: 2 } } @@ -187,12 +169,10 @@ JSRoot { filename: "experimental/class-private-properties/super-call/input.js" end: Object { column: 15 - index: 35 line: 2 } start: Object { column: 13 - index: 33 line: 2 } } @@ -206,19 +186,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 22 line: 2 } loc: Object { filename: "experimental/class-private-properties/super-call/input.js" end: Object { column: 13 - index: 33 line: 2 } start: Object { column: 2 - index: 22 line: 2 } } @@ -229,12 +206,10 @@ JSRoot { filename: "experimental/class-private-properties/super-call/input.js" end: Object { column: 3 - index: 93 line: 6 } start: Object { column: 16 - index: 36 line: 2 } } @@ -247,12 +222,10 @@ JSRoot { identifierName: "C" end: Object { column: 11 - index: 49 line: 3 } start: Object { column: 10 - index: 48 line: 3 } } @@ -261,12 +234,10 @@ JSRoot { filename: "experimental/class-private-properties/super-call/input.js" end: Object { column: 5 - index: 89 line: 5 } start: Object { column: 4 - index: 42 line: 3 } } @@ -278,12 +249,10 @@ JSRoot { filename: "experimental/class-private-properties/super-call/input.js" end: Object { column: 5 - index: 89 line: 5 } start: Object { column: 4 - index: 42 line: 3 } } @@ -294,12 +263,10 @@ JSRoot { identifierName: "D" end: Object { column: 21 - index: 59 line: 3 } start: Object { column: 20 - index: 58 line: 3 } } @@ -314,12 +281,10 @@ JSRoot { identifierName: "foo" end: Object { column: 10 - index: 72 line: 4 } start: Object { column: 7 - index: 69 line: 4 } } @@ -328,12 +293,10 @@ JSRoot { filename: "experimental/class-private-properties/super-call/input.js" end: Object { column: 10 - index: 72 line: 4 } start: Object { column: 6 - index: 68 line: 4 } } @@ -344,12 +307,10 @@ JSRoot { filename: "experimental/class-private-properties/super-call/input.js" end: Object { column: 20 - index: 82 line: 4 } start: Object { column: 13 - index: 75 line: 4 } } @@ -358,12 +319,10 @@ JSRoot { filename: "experimental/class-private-properties/super-call/input.js" end: Object { column: 18 - index: 80 line: 4 } start: Object { column: 13 - index: 75 line: 4 } } @@ -374,12 +333,10 @@ JSRoot { filename: "experimental/class-private-properties/super-call/input.js" end: Object { column: 21 - index: 83 line: 4 } start: Object { column: 6 - index: 68 line: 4 } } @@ -392,19 +349,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 6 - index: 68 line: 4 } loc: Object { filename: "experimental/class-private-properties/super-call/input.js" end: Object { column: 10 - index: 72 line: 4 } start: Object { column: 6 - index: 68 line: 4 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-properties/super-private-member-access/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-properties/super-private-member-access/input.test.md index d7646c6e44d..23ea370f70e 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-properties/super-private-member-access/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-properties/super-private-member-access/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-properties/super-private-member-access/input.js" end: Object { column: 0 - index: 60 line: 8 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-properties/super-private-member-access/input.js" end: Object { column: 1 - index: 59 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "experimental/class-private-properties/super-private-member-access/input.js" end: Object { column: 1 - index: 59 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "B" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 24 line: 2 } start: Object { column: 3 - index: 23 line: 2 } } @@ -121,12 +109,10 @@ JSRoot { filename: "experimental/class-private-properties/super-private-member-access/input.js" end: Object { column: 4 - index: 24 line: 2 } start: Object { column: 2 - index: 22 line: 2 } } @@ -137,12 +123,10 @@ JSRoot { filename: "experimental/class-private-properties/super-private-member-access/input.js" end: Object { column: 5 - index: 25 line: 2 } start: Object { column: 2 - index: 22 line: 2 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 22 line: 2 } loc: Object { filename: "experimental/class-private-properties/super-private-member-access/input.js" end: Object { column: 4 - index: 24 line: 2 } start: Object { column: 2 - index: 22 line: 2 } } @@ -183,12 +164,10 @@ JSRoot { identifierName: "method" end: Object { column: 8 - index: 35 line: 4 } start: Object { column: 2 - index: 29 line: 4 } } @@ -197,12 +176,10 @@ JSRoot { filename: "experimental/class-private-properties/super-private-member-access/input.js" end: Object { column: 8 - index: 35 line: 4 } start: Object { column: 2 - index: 29 line: 4 } } @@ -211,12 +188,10 @@ JSRoot { filename: "experimental/class-private-properties/super-private-member-access/input.js" end: Object { column: 3 - index: 57 line: 6 } start: Object { column: 2 - index: 29 line: 4 } } @@ -233,12 +208,10 @@ JSRoot { filename: "experimental/class-private-properties/super-private-member-access/input.js" end: Object { column: 10 - index: 37 line: 4 } start: Object { column: 8 - index: 35 line: 4 } } @@ -252,19 +225,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 29 line: 4 } loc: Object { filename: "experimental/class-private-properties/super-private-member-access/input.js" end: Object { column: 8 - index: 35 line: 4 } start: Object { column: 2 - index: 29 line: 4 } } @@ -275,12 +245,10 @@ JSRoot { filename: "experimental/class-private-properties/super-private-member-access/input.js" end: Object { column: 3 - index: 57 line: 6 } start: Object { column: 11 - index: 38 line: 4 } } @@ -290,12 +258,10 @@ JSRoot { filename: "experimental/class-private-properties/super-private-member-access/input.js" end: Object { column: 13 - index: 53 line: 5 } start: Object { column: 4 - index: 44 line: 5 } } @@ -304,12 +270,10 @@ JSRoot { filename: "experimental/class-private-properties/super-private-member-access/input.js" end: Object { column: 12 - index: 52 line: 5 } start: Object { column: 4 - index: 44 line: 5 } } @@ -318,12 +282,10 @@ JSRoot { filename: "experimental/class-private-properties/super-private-member-access/input.js" end: Object { column: 9 - index: 49 line: 5 } start: Object { column: 4 - index: 44 line: 5 } } @@ -337,12 +299,10 @@ JSRoot { identifierName: "x" end: Object { column: 12 - index: 52 line: 5 } start: Object { column: 11 - index: 51 line: 5 } } @@ -351,12 +311,10 @@ JSRoot { filename: "experimental/class-private-properties/super-private-member-access/input.js" end: Object { column: 12 - index: 52 line: 5 } start: Object { column: 10 - index: 50 line: 5 } } @@ -365,12 +323,10 @@ JSRoot { filename: "experimental/class-private-properties/super-private-member-access/input.js" end: Object { column: 12 - index: 52 line: 5 } start: Object { column: 10 - index: 50 line: 5 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-properties/undeclared-nested/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-properties/undeclared-nested/input.test.md index d07b4eb39fa..876d9e3345d 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-properties/undeclared-nested/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-properties/undeclared-nested/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-private-properties/undeclared-nested/input.js" end: Object { column: 0 - index: 59 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-private-properties/undeclared-nested/input.js" end: Object { column: 1 - index: 58 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-private-properties/undeclared-nested/input.js" end: Object { column: 1 - index: 58 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 3 - index: 13 line: 2 } } @@ -105,12 +95,10 @@ JSRoot { filename: "experimental/class-private-properties/undeclared-nested/input.js" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -121,12 +109,10 @@ JSRoot { filename: "experimental/class-private-properties/undeclared-nested/input.js" end: Object { column: 5 - index: 15 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -139,19 +125,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-private-properties/undeclared-nested/input.js" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -167,12 +150,10 @@ JSRoot { identifierName: "meth" end: Object { column: 6 - index: 22 line: 3 } start: Object { column: 2 - index: 18 line: 3 } } @@ -181,12 +162,10 @@ JSRoot { filename: "experimental/class-private-properties/undeclared-nested/input.js" end: Object { column: 6 - index: 22 line: 3 } start: Object { column: 2 - index: 18 line: 3 } } @@ -195,12 +174,10 @@ JSRoot { filename: "experimental/class-private-properties/undeclared-nested/input.js" end: Object { column: 3 - index: 56 line: 5 } start: Object { column: 2 - index: 18 line: 3 } } @@ -217,12 +194,10 @@ JSRoot { filename: "experimental/class-private-properties/undeclared-nested/input.js" end: Object { column: 8 - index: 24 line: 3 } start: Object { column: 6 - index: 22 line: 3 } } @@ -236,19 +211,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 18 line: 3 } loc: Object { filename: "experimental/class-private-properties/undeclared-nested/input.js" end: Object { column: 6 - index: 22 line: 3 } start: Object { column: 2 - index: 18 line: 3 } } @@ -259,12 +231,10 @@ JSRoot { filename: "experimental/class-private-properties/undeclared-nested/input.js" end: Object { column: 3 - index: 56 line: 5 } start: Object { column: 9 - index: 25 line: 3 } } @@ -274,12 +244,10 @@ JSRoot { filename: "experimental/class-private-properties/undeclared-nested/input.js" end: Object { column: 25 - index: 52 line: 4 } start: Object { column: 4 - index: 31 line: 4 } } @@ -289,12 +257,10 @@ JSRoot { filename: "experimental/class-private-properties/undeclared-nested/input.js" end: Object { column: 25 - index: 52 line: 4 } start: Object { column: 4 - index: 31 line: 4 } } @@ -307,12 +273,10 @@ JSRoot { identifierName: "prop" end: Object { column: 12 - index: 39 line: 4 } start: Object { column: 8 - index: 35 line: 4 } } @@ -321,12 +285,10 @@ JSRoot { filename: "experimental/class-private-properties/undeclared-nested/input.js" end: Object { column: 24 - index: 51 line: 4 } start: Object { column: 8 - index: 35 line: 4 } } @@ -335,12 +297,10 @@ JSRoot { filename: "experimental/class-private-properties/undeclared-nested/input.js" end: Object { column: 24 - index: 51 line: 4 } start: Object { column: 15 - index: 42 line: 4 } } @@ -351,12 +311,10 @@ JSRoot { identifierName: "foo" end: Object { column: 18 - index: 45 line: 4 } start: Object { column: 15 - index: 42 line: 4 } } @@ -370,12 +328,10 @@ JSRoot { identifierName: "priv" end: Object { column: 24 - index: 51 line: 4 } start: Object { column: 20 - index: 47 line: 4 } } @@ -384,12 +340,10 @@ JSRoot { filename: "experimental/class-private-properties/undeclared-nested/input.js" end: Object { column: 24 - index: 51 line: 4 } start: Object { column: 19 - index: 46 line: 4 } } @@ -398,12 +352,10 @@ JSRoot { filename: "experimental/class-private-properties/undeclared-nested/input.js" end: Object { column: 24 - index: 51 line: 4 } start: Object { column: 19 - index: 46 line: 4 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-private-properties/undeclared-top-level/input.test.md b/internal/js-parser/test-fixtures/experimental/class-private-properties/undeclared-top-level/input.test.md index 2ddc18abe97..2e20363614a 100644 --- a/internal/js-parser/test-fixtures/experimental/class-private-properties/undeclared-top-level/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-private-properties/undeclared-top-level/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/class-private-properties/undeclared-top-level/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/class-private-properties/undeclared-top-level/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "experimental/class-private-properties/undeclared-top-level/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "prop" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "experimental/class-private-properties/undeclared-top-level/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "experimental/class-private-properties/undeclared-top-level/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { identifierName: "foo" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -156,12 +140,10 @@ JSRoot { identifierName: "priv" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -171,12 +153,10 @@ JSRoot { identifierName: "priv" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-properties/arguments-in-arrow-function/input.test.md b/internal/js-parser/test-fixtures/experimental/class-properties/arguments-in-arrow-function/input.test.md index dd938cfca9b..08fb2c717ea 100644 --- a/internal/js-parser/test-fixtures/experimental/class-properties/arguments-in-arrow-function/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-properties/arguments-in-arrow-function/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/class-properties/arguments-in-arrow-function/input.js" end: Object { column: 1 - index: 60 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 25 - index: 53 line: 3 } start: Object { column: 16 - index: 44 line: 3 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "fn" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "experimental/class-properties/arguments-in-arrow-function/input.js" end: Object { column: 1 - index: 60 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "experimental/class-properties/arguments-in-arrow-function/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "experimental/class-properties/arguments-in-arrow-function/input.js" end: Object { column: 1 - index: 60 line: 5 } start: Object { column: 14 - index: 14 line: 1 } } @@ -134,12 +122,10 @@ JSRoot { identifierName: "A" end: Object { column: 9 - index: 25 line: 2 } start: Object { column: 8 - index: 24 line: 2 } } @@ -148,12 +134,10 @@ JSRoot { filename: "experimental/class-properties/arguments-in-arrow-function/input.js" end: Object { column: 3 - index: 58 line: 4 } start: Object { column: 2 - index: 18 line: 2 } } @@ -166,12 +150,10 @@ JSRoot { filename: "experimental/class-properties/arguments-in-arrow-function/input.js" end: Object { column: 3 - index: 58 line: 4 } start: Object { column: 2 - index: 18 line: 2 } } @@ -185,12 +167,10 @@ JSRoot { identifierName: "foo" end: Object { column: 7 - index: 35 line: 3 } start: Object { column: 4 - index: 32 line: 3 } } @@ -199,12 +179,10 @@ JSRoot { filename: "experimental/class-properties/arguments-in-arrow-function/input.js" end: Object { column: 7 - index: 35 line: 3 } start: Object { column: 4 - index: 32 line: 3 } } @@ -214,12 +192,10 @@ JSRoot { filename: "experimental/class-properties/arguments-in-arrow-function/input.js" end: Object { column: 25 - index: 53 line: 3 } start: Object { column: 10 - index: 38 line: 3 } } @@ -230,12 +206,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 25 - index: 53 line: 3 } start: Object { column: 16 - index: 44 line: 3 } } @@ -251,12 +225,10 @@ JSRoot { filename: "experimental/class-properties/arguments-in-arrow-function/input.js" end: Object { column: 15 - index: 43 line: 3 } start: Object { column: 10 - index: 38 line: 3 } } @@ -268,12 +240,10 @@ JSRoot { filename: "experimental/class-properties/arguments-in-arrow-function/input.js" end: Object { column: 26 - index: 54 line: 3 } start: Object { column: 4 - index: 32 line: 3 } } @@ -286,19 +256,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 32 line: 3 } loc: Object { filename: "experimental/class-properties/arguments-in-arrow-function/input.js" end: Object { column: 7 - index: 35 line: 3 } start: Object { column: 4 - index: 32 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-properties/arguments-in-function/input.test.md b/internal/js-parser/test-fixtures/experimental/class-properties/arguments-in-function/input.test.md index e63d5ea6387..1191c226c55 100644 --- a/internal/js-parser/test-fixtures/experimental/class-properties/arguments-in-function/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-properties/arguments-in-function/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-properties/arguments-in-function/input.js" end: Object { column: 1 - index: 71 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "fn" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-properties/arguments-in-function/input.js" end: Object { column: 1 - index: 71 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "experimental/class-properties/arguments-in-function/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/class-properties/arguments-in-function/input.js" end: Object { column: 1 - index: 71 line: 5 } start: Object { column: 14 - index: 14 line: 1 } } @@ -110,12 +100,10 @@ JSRoot { identifierName: "A" end: Object { column: 9 - index: 25 line: 2 } start: Object { column: 8 - index: 24 line: 2 } } @@ -124,12 +112,10 @@ JSRoot { filename: "experimental/class-properties/arguments-in-function/input.js" end: Object { column: 3 - index: 69 line: 4 } start: Object { column: 2 - index: 18 line: 2 } } @@ -142,12 +128,10 @@ JSRoot { filename: "experimental/class-properties/arguments-in-function/input.js" end: Object { column: 3 - index: 69 line: 4 } start: Object { column: 2 - index: 18 line: 2 } } @@ -161,12 +145,10 @@ JSRoot { identifierName: "foo" end: Object { column: 7 - index: 35 line: 3 } start: Object { column: 4 - index: 32 line: 3 } } @@ -175,12 +157,10 @@ JSRoot { filename: "experimental/class-properties/arguments-in-function/input.js" end: Object { column: 7 - index: 35 line: 3 } start: Object { column: 4 - index: 32 line: 3 } } @@ -193,12 +173,10 @@ JSRoot { identifierName: "f" end: Object { column: 20 - index: 48 line: 3 } start: Object { column: 19 - index: 47 line: 3 } } @@ -207,12 +185,10 @@ JSRoot { filename: "experimental/class-properties/arguments-in-function/input.js" end: Object { column: 36 - index: 64 line: 3 } start: Object { column: 10 - index: 38 line: 3 } } @@ -229,12 +205,10 @@ JSRoot { filename: "experimental/class-properties/arguments-in-function/input.js" end: Object { column: 22 - index: 50 line: 3 } start: Object { column: 20 - index: 48 line: 3 } } @@ -245,12 +219,10 @@ JSRoot { filename: "experimental/class-properties/arguments-in-function/input.js" end: Object { column: 36 - index: 64 line: 3 } start: Object { column: 23 - index: 51 line: 3 } } @@ -260,12 +232,10 @@ JSRoot { filename: "experimental/class-properties/arguments-in-function/input.js" end: Object { column: 34 - index: 62 line: 3 } start: Object { column: 25 - index: 53 line: 3 } } @@ -276,12 +246,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 34 - index: 62 line: 3 } start: Object { column: 25 - index: 53 line: 3 } } @@ -296,12 +264,10 @@ JSRoot { filename: "experimental/class-properties/arguments-in-function/input.js" end: Object { column: 37 - index: 65 line: 3 } start: Object { column: 4 - index: 32 line: 3 } } @@ -314,19 +280,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 32 line: 3 } loc: Object { filename: "experimental/class-properties/arguments-in-function/input.js" end: Object { column: 7 - index: 35 line: 3 } start: Object { column: 4 - index: 32 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-properties/arguments-in-key/input.test.md b/internal/js-parser/test-fixtures/experimental/class-properties/arguments-in-key/input.test.md index 0c2364ac32f..e916ab5bbcd 100644 --- a/internal/js-parser/test-fixtures/experimental/class-properties/arguments-in-key/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-properties/arguments-in-key/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-properties/arguments-in-key/input.js" end: Object { column: 1 - index: 54 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "fn" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-properties/arguments-in-key/input.js" end: Object { column: 1 - index: 54 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "experimental/class-properties/arguments-in-key/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/class-properties/arguments-in-key/input.js" end: Object { column: 1 - index: 54 line: 5 } start: Object { column: 14 - index: 14 line: 1 } } @@ -110,12 +100,10 @@ JSRoot { identifierName: "A" end: Object { column: 9 - index: 25 line: 2 } start: Object { column: 8 - index: 24 line: 2 } } @@ -124,12 +112,10 @@ JSRoot { filename: "experimental/class-properties/arguments-in-key/input.js" end: Object { column: 3 - index: 52 line: 4 } start: Object { column: 2 - index: 18 line: 2 } } @@ -142,12 +128,10 @@ JSRoot { filename: "experimental/class-properties/arguments-in-key/input.js" end: Object { column: 3 - index: 52 line: 4 } start: Object { column: 2 - index: 18 line: 2 } } @@ -161,12 +145,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 14 - index: 42 line: 3 } start: Object { column: 5 - index: 33 line: 3 } } @@ -175,12 +157,10 @@ JSRoot { filename: "experimental/class-properties/arguments-in-key/input.js" end: Object { column: 15 - index: 43 line: 3 } start: Object { column: 4 - index: 32 line: 3 } } @@ -192,12 +172,10 @@ JSRoot { filename: "experimental/class-properties/arguments-in-key/input.js" end: Object { column: 19 - index: 47 line: 3 } start: Object { column: 18 - index: 46 line: 3 } } @@ -208,12 +186,10 @@ JSRoot { filename: "experimental/class-properties/arguments-in-key/input.js" end: Object { column: 20 - index: 48 line: 3 } start: Object { column: 4 - index: 32 line: 3 } } @@ -226,19 +202,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 32 line: 3 } loc: Object { filename: "experimental/class-properties/arguments-in-key/input.js" end: Object { column: 15 - index: 43 line: 3 } start: Object { column: 4 - index: 32 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-properties/arguments-in-nested-class/input.test.md b/internal/js-parser/test-fixtures/experimental/class-properties/arguments-in-nested-class/input.test.md index 84d9c75d12c..24b0da4a025 100644 --- a/internal/js-parser/test-fixtures/experimental/class-properties/arguments-in-nested-class/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-properties/arguments-in-nested-class/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/class-properties/arguments-in-nested-class/input.js" end: Object { column: 0 - index: 77 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 37 - index: 65 line: 3 } start: Object { column: 28 - index: 56 line: 3 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "fn" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "experimental/class-properties/arguments-in-nested-class/input.js" end: Object { column: 1 - index: 76 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "experimental/class-properties/arguments-in-nested-class/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "experimental/class-properties/arguments-in-nested-class/input.js" end: Object { column: 1 - index: 76 line: 5 } start: Object { column: 14 - index: 14 line: 1 } } @@ -134,12 +122,10 @@ JSRoot { identifierName: "A" end: Object { column: 9 - index: 25 line: 2 } start: Object { column: 8 - index: 24 line: 2 } } @@ -148,12 +134,10 @@ JSRoot { filename: "experimental/class-properties/arguments-in-nested-class/input.js" end: Object { column: 3 - index: 74 line: 4 } start: Object { column: 2 - index: 18 line: 2 } } @@ -166,12 +150,10 @@ JSRoot { filename: "experimental/class-properties/arguments-in-nested-class/input.js" end: Object { column: 3 - index: 74 line: 4 } start: Object { column: 2 - index: 18 line: 2 } } @@ -185,12 +167,10 @@ JSRoot { identifierName: "foo" end: Object { column: 7 - index: 35 line: 3 } start: Object { column: 4 - index: 32 line: 3 } } @@ -199,12 +179,10 @@ JSRoot { filename: "experimental/class-properties/arguments-in-nested-class/input.js" end: Object { column: 7 - index: 35 line: 3 } start: Object { column: 4 - index: 32 line: 3 } } @@ -217,12 +195,10 @@ JSRoot { identifierName: "B" end: Object { column: 17 - index: 45 line: 3 } start: Object { column: 16 - index: 44 line: 3 } } @@ -231,12 +207,10 @@ JSRoot { filename: "experimental/class-properties/arguments-in-nested-class/input.js" end: Object { column: 41 - index: 69 line: 3 } start: Object { column: 10 - index: 38 line: 3 } } @@ -249,12 +223,10 @@ JSRoot { filename: "experimental/class-properties/arguments-in-nested-class/input.js" end: Object { column: 41 - index: 69 line: 3 } start: Object { column: 10 - index: 38 line: 3 } } @@ -269,12 +241,10 @@ JSRoot { identifierName: "bar" end: Object { column: 23 - index: 51 line: 3 } start: Object { column: 20 - index: 48 line: 3 } } @@ -283,12 +253,10 @@ JSRoot { filename: "experimental/class-properties/arguments-in-nested-class/input.js" end: Object { column: 23 - index: 51 line: 3 } start: Object { column: 20 - index: 48 line: 3 } } @@ -297,12 +265,10 @@ JSRoot { filename: "experimental/class-properties/arguments-in-nested-class/input.js" end: Object { column: 39 - index: 67 line: 3 } start: Object { column: 20 - index: 48 line: 3 } } @@ -319,12 +285,10 @@ JSRoot { filename: "experimental/class-properties/arguments-in-nested-class/input.js" end: Object { column: 25 - index: 53 line: 3 } start: Object { column: 23 - index: 51 line: 3 } } @@ -338,19 +302,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 20 - index: 48 line: 3 } loc: Object { filename: "experimental/class-properties/arguments-in-nested-class/input.js" end: Object { column: 23 - index: 51 line: 3 } start: Object { column: 20 - index: 48 line: 3 } } @@ -361,12 +322,10 @@ JSRoot { filename: "experimental/class-properties/arguments-in-nested-class/input.js" end: Object { column: 39 - index: 67 line: 3 } start: Object { column: 26 - index: 54 line: 3 } } @@ -376,12 +335,10 @@ JSRoot { filename: "experimental/class-properties/arguments-in-nested-class/input.js" end: Object { column: 37 - index: 65 line: 3 } start: Object { column: 28 - index: 56 line: 3 } } @@ -392,12 +349,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 37 - index: 65 line: 3 } start: Object { column: 28 - index: 56 line: 3 } } @@ -415,12 +370,10 @@ JSRoot { filename: "experimental/class-properties/arguments-in-nested-class/input.js" end: Object { column: 42 - index: 70 line: 3 } start: Object { column: 4 - index: 32 line: 3 } } @@ -433,19 +386,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 32 line: 3 } loc: Object { filename: "experimental/class-properties/arguments-in-nested-class/input.js" end: Object { column: 7 - index: 35 line: 3 } start: Object { column: 4 - index: 32 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-properties/arguments/input.test.md b/internal/js-parser/test-fixtures/experimental/class-properties/arguments/input.test.md index 78f5dbe6647..9ab5474d440 100644 --- a/internal/js-parser/test-fixtures/experimental/class-properties/arguments/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-properties/arguments/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/class-properties/arguments/input.js" end: Object { column: 1 - index: 54 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 19 - index: 47 line: 3 } start: Object { column: 10 - index: 38 line: 3 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "fn" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "experimental/class-properties/arguments/input.js" end: Object { column: 1 - index: 54 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "experimental/class-properties/arguments/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "experimental/class-properties/arguments/input.js" end: Object { column: 1 - index: 54 line: 5 } start: Object { column: 14 - index: 14 line: 1 } } @@ -134,12 +122,10 @@ JSRoot { identifierName: "A" end: Object { column: 9 - index: 25 line: 2 } start: Object { column: 8 - index: 24 line: 2 } } @@ -148,12 +134,10 @@ JSRoot { filename: "experimental/class-properties/arguments/input.js" end: Object { column: 3 - index: 52 line: 4 } start: Object { column: 2 - index: 18 line: 2 } } @@ -166,12 +150,10 @@ JSRoot { filename: "experimental/class-properties/arguments/input.js" end: Object { column: 3 - index: 52 line: 4 } start: Object { column: 2 - index: 18 line: 2 } } @@ -185,12 +167,10 @@ JSRoot { identifierName: "foo" end: Object { column: 7 - index: 35 line: 3 } start: Object { column: 4 - index: 32 line: 3 } } @@ -199,12 +179,10 @@ JSRoot { filename: "experimental/class-properties/arguments/input.js" end: Object { column: 7 - index: 35 line: 3 } start: Object { column: 4 - index: 32 line: 3 } } @@ -216,12 +194,10 @@ JSRoot { identifierName: "arguments" end: Object { column: 19 - index: 47 line: 3 } start: Object { column: 10 - index: 38 line: 3 } } @@ -232,12 +208,10 @@ JSRoot { filename: "experimental/class-properties/arguments/input.js" end: Object { column: 20 - index: 48 line: 3 } start: Object { column: 4 - index: 32 line: 3 } } @@ -250,19 +224,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 32 line: 3 } loc: Object { filename: "experimental/class-properties/arguments/input.js" end: Object { column: 7 - index: 35 line: 3 } start: Object { column: 4 - index: 32 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-properties/asi-failure-computed/input.test.md b/internal/js-parser/test-fixtures/experimental/class-properties/asi-failure-computed/input.test.md index 4dae873359d..81bd0460e74 100644 --- a/internal/js-parser/test-fixtures/experimental/class-properties/asi-failure-computed/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-properties/asi-failure-computed/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/class-properties/asi-failure-computed/input.js" end: Object { column: 0 - index: 34 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 8 - index: 28 line: 3 } start: Object { column: 9 - index: 29 line: 3 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "experimental/class-properties/asi-failure-computed/input.js" end: Object { column: 11 - index: 31 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "experimental/class-properties/asi-failure-computed/input.js" end: Object { column: 11 - index: 31 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -115,12 +105,10 @@ JSRoot { identifierName: "p" end: Object { column: 3 - index: 15 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -129,12 +117,10 @@ JSRoot { filename: "experimental/class-properties/asi-failure-computed/input.js" end: Object { column: 3 - index: 15 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -145,12 +131,10 @@ JSRoot { filename: "experimental/class-properties/asi-failure-computed/input.js" end: Object { column: 8 - index: 28 line: 3 } start: Object { column: 6 - index: 18 line: 2 } } @@ -159,12 +143,10 @@ JSRoot { filename: "experimental/class-properties/asi-failure-computed/input.js" end: Object { column: 5 - index: 25 line: 3 } start: Object { column: 6 - index: 18 line: 2 } } @@ -175,12 +157,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 19 line: 2 } start: Object { column: 6 - index: 18 line: 2 } } @@ -193,12 +173,10 @@ JSRoot { identifierName: "m" end: Object { column: 4 - index: 24 line: 3 } start: Object { column: 3 - index: 23 line: 3 } } @@ -207,12 +185,10 @@ JSRoot { filename: "experimental/class-properties/asi-failure-computed/input.js" end: Object { column: 5 - index: 25 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } @@ -225,12 +201,10 @@ JSRoot { filename: "experimental/class-properties/asi-failure-computed/input.js" end: Object { column: 8 - index: 28 line: 3 } start: Object { column: 2 - index: 14 line: 2 } } @@ -243,19 +217,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 14 line: 2 } loc: Object { filename: "experimental/class-properties/asi-failure-computed/input.js" end: Object { column: 3 - index: 15 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -270,12 +241,10 @@ JSRoot { identifierName: "" end: Object { column: 10 - index: 30 line: 3 } start: Object { column: 9 - index: 29 line: 3 } } @@ -284,12 +253,10 @@ JSRoot { filename: "experimental/class-properties/asi-failure-computed/input.js" end: Object { column: 10 - index: 30 line: 3 } start: Object { column: 9 - index: 29 line: 3 } } @@ -301,12 +268,10 @@ JSRoot { filename: "experimental/class-properties/asi-failure-computed/input.js" end: Object { column: 10 - index: 30 line: 3 } start: Object { column: 9 - index: 29 line: 3 } } @@ -319,19 +284,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 9 - index: 29 line: 3 } loc: Object { filename: "experimental/class-properties/asi-failure-computed/input.js" end: Object { column: 10 - index: 30 line: 3 } start: Object { column: 9 - index: 29 line: 3 } } @@ -345,12 +307,10 @@ JSRoot { filename: "experimental/class-properties/asi-failure-computed/input.js" end: Object { column: 1 - index: 33 line: 4 } start: Object { column: 0 - index: 32 line: 4 } } @@ -360,12 +320,10 @@ JSRoot { filename: "experimental/class-properties/asi-failure-computed/input.js" end: Object { column: 1 - index: 33 line: 4 } start: Object { column: 0 - index: 32 line: 4 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-properties/asi-failure-generator/input.test.md b/internal/js-parser/test-fixtures/experimental/class-properties/asi-failure-generator/input.test.md index 018a90dce83..639051f9ccb 100644 --- a/internal/js-parser/test-fixtures/experimental/class-properties/asi-failure-generator/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-properties/asi-failure-generator/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/class-properties/asi-failure-generator/input.js" end: Object { column: 0 - index: 33 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 7 - index: 27 line: 3 } start: Object { column: 8 - index: 28 line: 3 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "experimental/class-properties/asi-failure-generator/input.js" end: Object { column: 10 - index: 30 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "experimental/class-properties/asi-failure-generator/input.js" end: Object { column: 10 - index: 30 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -115,12 +105,10 @@ JSRoot { identifierName: "p" end: Object { column: 3 - index: 15 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -129,12 +117,10 @@ JSRoot { filename: "experimental/class-properties/asi-failure-generator/input.js" end: Object { column: 3 - index: 15 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -145,12 +131,10 @@ JSRoot { filename: "experimental/class-properties/asi-failure-generator/input.js" end: Object { column: 7 - index: 27 line: 3 } start: Object { column: 6 - index: 18 line: 2 } } @@ -161,12 +145,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 19 line: 2 } start: Object { column: 6 - index: 18 line: 2 } } @@ -177,12 +159,10 @@ JSRoot { filename: "experimental/class-properties/asi-failure-generator/input.js" end: Object { column: 7 - index: 27 line: 3 } start: Object { column: 3 - index: 23 line: 3 } } @@ -193,12 +173,10 @@ JSRoot { identifierName: "m" end: Object { column: 4 - index: 24 line: 3 } start: Object { column: 3 - index: 23 line: 3 } } @@ -211,12 +189,10 @@ JSRoot { filename: "experimental/class-properties/asi-failure-generator/input.js" end: Object { column: 7 - index: 27 line: 3 } start: Object { column: 2 - index: 14 line: 2 } } @@ -229,19 +205,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 14 line: 2 } loc: Object { filename: "experimental/class-properties/asi-failure-generator/input.js" end: Object { column: 3 - index: 15 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -256,12 +229,10 @@ JSRoot { identifierName: "" end: Object { column: 9 - index: 29 line: 3 } start: Object { column: 8 - index: 28 line: 3 } } @@ -270,12 +241,10 @@ JSRoot { filename: "experimental/class-properties/asi-failure-generator/input.js" end: Object { column: 9 - index: 29 line: 3 } start: Object { column: 8 - index: 28 line: 3 } } @@ -287,12 +256,10 @@ JSRoot { filename: "experimental/class-properties/asi-failure-generator/input.js" end: Object { column: 9 - index: 29 line: 3 } start: Object { column: 8 - index: 28 line: 3 } } @@ -305,19 +272,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 8 - index: 28 line: 3 } loc: Object { filename: "experimental/class-properties/asi-failure-generator/input.js" end: Object { column: 9 - index: 29 line: 3 } start: Object { column: 8 - index: 28 line: 3 } } @@ -331,12 +295,10 @@ JSRoot { filename: "experimental/class-properties/asi-failure-generator/input.js" end: Object { column: 1 - index: 32 line: 4 } start: Object { column: 0 - index: 31 line: 4 } } @@ -346,12 +308,10 @@ JSRoot { filename: "experimental/class-properties/asi-failure-generator/input.js" end: Object { column: 1 - index: 32 line: 4 } start: Object { column: 0 - index: 31 line: 4 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-properties/asi-failure-inline/input.test.md b/internal/js-parser/test-fixtures/experimental/class-properties/asi-failure-inline/input.test.md index dca785e548e..9d375dfaa71 100644 --- a/internal/js-parser/test-fixtures/experimental/class-properties/asi-failure-inline/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-properties/asi-failure-inline/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/class-properties/asi-failure-inline/input.js" end: Object { column: 0 - index: 20 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 15 line: 2 } start: Object { column: 4 - index: 16 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "experimental/class-properties/asi-failure-inline/input.js" end: Object { column: 1 - index: 19 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "experimental/class-properties/asi-failure-inline/input.js" end: Object { column: 1 - index: 19 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -115,12 +105,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 17 line: 2 } start: Object { column: 4 - index: 16 line: 2 } } @@ -129,12 +117,10 @@ JSRoot { filename: "experimental/class-properties/asi-failure-inline/input.js" end: Object { column: 5 - index: 17 line: 2 } start: Object { column: 4 - index: 16 line: 2 } } @@ -146,12 +132,10 @@ JSRoot { filename: "experimental/class-properties/asi-failure-inline/input.js" end: Object { column: 5 - index: 17 line: 2 } start: Object { column: 4 - index: 16 line: 2 } } @@ -164,19 +148,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 16 line: 2 } loc: Object { filename: "experimental/class-properties/asi-failure-inline/input.js" end: Object { column: 5 - index: 17 line: 2 } start: Object { column: 4 - index: 16 line: 2 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-properties/asi-success/input.test.md b/internal/js-parser/test-fixtures/experimental/class-properties/asi-success/input.test.md index 45c2411d1de..4c50bb46694 100644 --- a/internal/js-parser/test-fixtures/experimental/class-properties/asi-success/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-properties/asi-success/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-properties/asi-success/input.js" end: Object { column: 0 - index: 54 line: 10 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-properties/asi-success/input.js" end: Object { column: 1 - index: 21 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-properties/asi-success/input.js" end: Object { column: 1 - index: 21 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "x" end: Object { column: 3 - index: 15 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -105,12 +95,10 @@ JSRoot { filename: "experimental/class-properties/asi-success/input.js" end: Object { column: 3 - index: 15 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "experimental/class-properties/asi-success/input.js" end: Object { column: 3 - index: 15 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -140,19 +126,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 14 line: 2 } loc: Object { filename: "experimental/class-properties/asi-success/input.js" end: Object { column: 3 - index: 15 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -167,12 +150,10 @@ JSRoot { identifierName: "y" end: Object { column: 3 - index: 19 line: 3 } start: Object { column: 2 - index: 18 line: 3 } } @@ -181,12 +162,10 @@ JSRoot { filename: "experimental/class-properties/asi-success/input.js" end: Object { column: 3 - index: 19 line: 3 } start: Object { column: 2 - index: 18 line: 3 } } @@ -198,12 +177,10 @@ JSRoot { filename: "experimental/class-properties/asi-success/input.js" end: Object { column: 3 - index: 19 line: 3 } start: Object { column: 2 - index: 18 line: 3 } } @@ -216,19 +193,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 18 line: 3 } loc: Object { filename: "experimental/class-properties/asi-success/input.js" end: Object { column: 3 - index: 19 line: 3 } start: Object { column: 2 - index: 18 line: 3 } } @@ -245,12 +219,10 @@ JSRoot { identifierName: "Foo2" end: Object { column: 10 - index: 33 line: 6 } start: Object { column: 6 - index: 29 line: 6 } } @@ -259,12 +231,10 @@ JSRoot { filename: "experimental/class-properties/asi-success/input.js" end: Object { column: 1 - index: 53 line: 9 } start: Object { column: 0 - index: 23 line: 6 } } @@ -277,12 +247,10 @@ JSRoot { filename: "experimental/class-properties/asi-success/input.js" end: Object { column: 1 - index: 53 line: 9 } start: Object { column: 0 - index: 23 line: 6 } } @@ -296,12 +264,10 @@ JSRoot { identifierName: "p" end: Object { column: 3 - index: 39 line: 7 } start: Object { column: 2 - index: 38 line: 7 } } @@ -310,12 +276,10 @@ JSRoot { filename: "experimental/class-properties/asi-success/input.js" end: Object { column: 3 - index: 39 line: 7 } start: Object { column: 2 - index: 38 line: 7 } } @@ -327,12 +291,10 @@ JSRoot { filename: "experimental/class-properties/asi-success/input.js" end: Object { column: 3 - index: 39 line: 7 } start: Object { column: 2 - index: 38 line: 7 } } @@ -345,19 +307,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 38 line: 7 } loc: Object { filename: "experimental/class-properties/asi-success/input.js" end: Object { column: 3 - index: 39 line: 7 } start: Object { column: 2 - index: 38 line: 7 } } @@ -373,12 +332,10 @@ JSRoot { identifierName: "m" end: Object { column: 4 - index: 44 line: 8 } start: Object { column: 3 - index: 43 line: 8 } } @@ -387,12 +344,10 @@ JSRoot { filename: "experimental/class-properties/asi-success/input.js" end: Object { column: 5 - index: 45 line: 8 } start: Object { column: 2 - index: 42 line: 8 } } @@ -401,12 +356,10 @@ JSRoot { filename: "experimental/class-properties/asi-success/input.js" end: Object { column: 11 - index: 51 line: 8 } start: Object { column: 2 - index: 42 line: 8 } } @@ -417,12 +370,10 @@ JSRoot { filename: "experimental/class-properties/asi-success/input.js" end: Object { column: 11 - index: 51 line: 8 } start: Object { column: 9 - index: 49 line: 8 } } @@ -440,12 +391,10 @@ JSRoot { filename: "experimental/class-properties/asi-success/input.js" end: Object { column: 8 - index: 48 line: 8 } start: Object { column: 6 - index: 46 line: 8 } } @@ -459,19 +408,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 42 line: 8 } loc: Object { filename: "experimental/class-properties/asi-success/input.js" end: Object { column: 5 - index: 45 line: 8 } start: Object { column: 2 - index: 42 line: 8 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-properties/await-in-async-in-class-property/input.test.md b/internal/js-parser/test-fixtures/experimental/class-properties/await-in-async-in-class-property/input.test.md index 9cf4d54553c..274ae412d81 100644 --- a/internal/js-parser/test-fixtures/experimental/class-properties/await-in-async-in-class-property/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-properties/await-in-async-in-class-property/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-properties/await-in-async-in-class-property/input.js" end: Object { column: 0 - index: 42 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "C" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-properties/await-in-async-in-class-property/input.js" end: Object { column: 1 - index: 41 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-properties/await-in-async-in-class-property/input.js" end: Object { column: 1 - index: 41 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "p" end: Object { column: 3 - index: 13 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -105,12 +95,10 @@ JSRoot { filename: "experimental/class-properties/await-in-async-in-class-property/input.js" end: Object { column: 3 - index: 13 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-properties/await-in-async-in-class-property/input.js" end: Object { column: 28 - index: 38 line: 2 } start: Object { column: 6 - index: 16 line: 2 } } @@ -140,12 +126,10 @@ JSRoot { filename: "experimental/class-properties/await-in-async-in-class-property/input.js" end: Object { column: 17 - index: 27 line: 2 } start: Object { column: 6 - index: 16 line: 2 } } @@ -155,12 +139,10 @@ JSRoot { filename: "experimental/class-properties/await-in-async-in-class-property/input.js" end: Object { column: 28 - index: 38 line: 2 } start: Object { column: 18 - index: 28 line: 2 } } @@ -171,12 +153,10 @@ JSRoot { filename: "experimental/class-properties/await-in-async-in-class-property/input.js" end: Object { column: 28 - index: 38 line: 2 } start: Object { column: 24 - index: 34 line: 2 } } @@ -187,12 +167,10 @@ JSRoot { filename: "experimental/class-properties/await-in-async-in-class-property/input.js" end: Object { column: 28 - index: 38 line: 2 } start: Object { column: 26 - index: 36 line: 2 } } @@ -206,12 +184,10 @@ JSRoot { filename: "experimental/class-properties/await-in-async-in-class-property/input.js" end: Object { column: 29 - index: 39 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -224,19 +200,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-properties/await-in-async-in-class-property/input.js" end: Object { column: 3 - index: 13 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-properties/await-in-class-property-in-async/input.test.md b/internal/js-parser/test-fixtures/experimental/class-properties/await-in-class-property-in-async/input.test.md index cc1859b5918..c2c49b0254a 100644 --- a/internal/js-parser/test-fixtures/experimental/class-properties/await-in-class-property-in-async/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-properties/await-in-class-property-in-async/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/class-properties/await-in-class-property-in-async/input.js" end: Object { column: 0 - index: 97 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "experimental/class-properties/await-in-class-property-in-async/input.js" end: Object { column: 44 - index: 70 line: 3 } start: Object { column: 4 - index: 30 line: 3 } } @@ -55,12 +51,10 @@ JSRoot { filename: "experimental/class-properties/await-in-class-property-in-async/input.js" end: Object { column: 1 - index: 96 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "experimental/class-properties/await-in-class-property-in-async/input.js" end: Object { column: 1 - index: 96 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -89,12 +81,10 @@ JSRoot { filename: "experimental/class-properties/await-in-class-property-in-async/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { filename: "experimental/class-properties/await-in-class-property-in-async/input.js" end: Object { column: 1 - index: 96 line: 6 } start: Object { column: 12 - index: 12 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { identifierName: "C" end: Object { column: 9 - index: 23 line: 2 } start: Object { column: 8 - index: 22 line: 2 } } @@ -137,12 +123,10 @@ JSRoot { filename: "experimental/class-properties/await-in-class-property-in-async/input.js" end: Object { column: 3 - index: 94 line: 5 } start: Object { column: 2 - index: 16 line: 2 } } @@ -155,12 +139,10 @@ JSRoot { filename: "experimental/class-properties/await-in-class-property-in-async/input.js" end: Object { column: 3 - index: 94 line: 5 } start: Object { column: 2 - index: 16 line: 2 } } @@ -175,12 +157,10 @@ JSRoot { identifierName: "p" end: Object { column: 5 - index: 76 line: 4 } start: Object { column: 4 - index: 75 line: 4 } } @@ -190,12 +170,10 @@ JSRoot { filename: "experimental/class-properties/await-in-class-property-in-async/input.js" end: Object { column: 5 - index: 76 line: 4 } start: Object { column: 4 - index: 75 line: 4 } } @@ -205,12 +183,10 @@ JSRoot { filename: "experimental/class-properties/await-in-class-property-in-async/input.js" end: Object { column: 18 - index: 89 line: 4 } start: Object { column: 8 - index: 79 line: 4 } } @@ -221,12 +197,10 @@ JSRoot { filename: "experimental/class-properties/await-in-class-property-in-async/input.js" end: Object { column: 18 - index: 89 line: 4 } start: Object { column: 14 - index: 85 line: 4 } } @@ -237,12 +211,10 @@ JSRoot { filename: "experimental/class-properties/await-in-class-property-in-async/input.js" end: Object { column: 18 - index: 89 line: 4 } start: Object { column: 16 - index: 87 line: 4 } } @@ -256,12 +228,10 @@ JSRoot { filename: "experimental/class-properties/await-in-class-property-in-async/input.js" end: Object { column: 19 - index: 90 line: 4 } start: Object { column: 4 - index: 75 line: 4 } } @@ -275,19 +245,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 75 line: 4 } loc: Object { filename: "experimental/class-properties/await-in-class-property-in-async/input.js" end: Object { column: 5 - index: 76 line: 4 } start: Object { column: 4 - index: 75 line: 4 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-properties/computed/input.test.md b/internal/js-parser/test-fixtures/experimental/class-properties/computed/input.test.md index 8cfe9881f52..d60ad88582a 100644 --- a/internal/js-parser/test-fixtures/experimental/class-properties/computed/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-properties/computed/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-properties/computed/input.js" end: Object { column: 0 - index: 62 line: 10 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-properties/computed/input.js" end: Object { column: 1 - index: 27 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-properties/computed/input.js" end: Object { column: 1 - index: 27 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 16 line: 2 } start: Object { column: 3 - index: 15 line: 2 } } @@ -105,12 +95,10 @@ JSRoot { filename: "experimental/class-properties/computed/input.js" end: Object { column: 5 - index: 17 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "experimental/class-properties/computed/input.js" end: Object { column: 5 - index: 17 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -140,19 +126,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 14 line: 2 } loc: Object { filename: "experimental/class-properties/computed/input.js" end: Object { column: 5 - index: 17 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -166,12 +149,10 @@ JSRoot { filename: "experimental/class-properties/computed/input.js" end: Object { column: 6 - index: 24 line: 3 } start: Object { column: 3 - index: 21 line: 3 } } @@ -180,12 +161,10 @@ JSRoot { filename: "experimental/class-properties/computed/input.js" end: Object { column: 7 - index: 25 line: 3 } start: Object { column: 2 - index: 20 line: 3 } } @@ -197,12 +176,10 @@ JSRoot { filename: "experimental/class-properties/computed/input.js" end: Object { column: 7 - index: 25 line: 3 } start: Object { column: 2 - index: 20 line: 3 } } @@ -215,19 +192,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 20 line: 3 } loc: Object { filename: "experimental/class-properties/computed/input.js" end: Object { column: 7 - index: 25 line: 3 } start: Object { column: 2 - index: 20 line: 3 } } @@ -244,12 +218,10 @@ JSRoot { identifierName: "Foo2" end: Object { column: 10 - index: 39 line: 6 } start: Object { column: 6 - index: 35 line: 6 } } @@ -258,12 +230,10 @@ JSRoot { filename: "experimental/class-properties/computed/input.js" end: Object { column: 1 - index: 61 line: 9 } start: Object { column: 0 - index: 29 line: 6 } } @@ -276,12 +246,10 @@ JSRoot { filename: "experimental/class-properties/computed/input.js" end: Object { column: 1 - index: 61 line: 9 } start: Object { column: 0 - index: 29 line: 6 } } @@ -295,12 +263,10 @@ JSRoot { identifierName: "p" end: Object { column: 4 - index: 46 line: 7 } start: Object { column: 3 - index: 45 line: 7 } } @@ -309,12 +275,10 @@ JSRoot { filename: "experimental/class-properties/computed/input.js" end: Object { column: 5 - index: 47 line: 7 } start: Object { column: 2 - index: 44 line: 7 } } @@ -326,12 +290,10 @@ JSRoot { filename: "experimental/class-properties/computed/input.js" end: Object { column: 5 - index: 47 line: 7 } start: Object { column: 2 - index: 44 line: 7 } } @@ -344,19 +306,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 44 line: 7 } loc: Object { filename: "experimental/class-properties/computed/input.js" end: Object { column: 5 - index: 47 line: 7 } start: Object { column: 2 - index: 44 line: 7 } } @@ -372,12 +331,10 @@ JSRoot { identifierName: "m" end: Object { column: 4 - index: 52 line: 8 } start: Object { column: 3 - index: 51 line: 8 } } @@ -386,12 +343,10 @@ JSRoot { filename: "experimental/class-properties/computed/input.js" end: Object { column: 5 - index: 53 line: 8 } start: Object { column: 2 - index: 50 line: 8 } } @@ -400,12 +355,10 @@ JSRoot { filename: "experimental/class-properties/computed/input.js" end: Object { column: 11 - index: 59 line: 8 } start: Object { column: 2 - index: 50 line: 8 } } @@ -416,12 +369,10 @@ JSRoot { filename: "experimental/class-properties/computed/input.js" end: Object { column: 11 - index: 59 line: 8 } start: Object { column: 9 - index: 57 line: 8 } } @@ -439,12 +390,10 @@ JSRoot { filename: "experimental/class-properties/computed/input.js" end: Object { column: 8 - index: 56 line: 8 } start: Object { column: 6 - index: 54 line: 8 } } @@ -458,19 +407,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 50 line: 8 } loc: Object { filename: "experimental/class-properties/computed/input.js" end: Object { column: 5 - index: 53 line: 8 } start: Object { column: 2 - index: 50 line: 8 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-properties/edge-cases/input.test.md b/internal/js-parser/test-fixtures/experimental/class-properties/edge-cases/input.test.md index 6ebe67cbac8..552216706c6 100644 --- a/internal/js-parser/test-fixtures/experimental/class-properties/edge-cases/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-properties/edge-cases/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 1 - index: 381 line: 50 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A1" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 1 - index: 34 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 1 - index: 34 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 23 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } @@ -105,12 +95,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 3 - index: 23 line: 3 } start: Object { column: 2 - index: 22 line: 3 } } @@ -122,12 +110,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 3 - index: 23 line: 3 } start: Object { column: 2 - index: 13 line: 2 } } @@ -140,19 +126,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 13 line: 2 } loc: Object { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 3 - index: 23 line: 3 } start: Object { column: 2 - index: 13 line: 2 } } @@ -167,12 +150,10 @@ JSRoot { identifierName: "static" end: Object { column: 8 - index: 32 line: 4 } start: Object { column: 2 - index: 26 line: 4 } } @@ -182,12 +163,10 @@ JSRoot { identifierName: "static" end: Object { column: 8 - index: 32 line: 4 } start: Object { column: 2 - index: 26 line: 4 } } @@ -199,12 +178,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 8 - index: 32 line: 4 } start: Object { column: 2 - index: 26 line: 4 } } @@ -219,12 +196,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 8 - index: 32 line: 4 } start: Object { column: 2 - index: 26 line: 4 } } @@ -241,12 +216,10 @@ JSRoot { identifierName: "A2" end: Object { column: 8 - index: 44 line: 7 } start: Object { column: 6 - index: 42 line: 7 } } @@ -255,12 +228,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 14 - index: 50 line: 7 } start: Object { column: 0 - index: 36 line: 7 } } @@ -273,12 +244,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 14 - index: 50 line: 7 } start: Object { column: 0 - index: 36 line: 7 } } @@ -292,12 +261,10 @@ JSRoot { identifierName: "a" end: Object { column: 12 - index: 48 line: 7 } start: Object { column: 11 - index: 47 line: 7 } } @@ -306,12 +273,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 12 - index: 48 line: 7 } start: Object { column: 11 - index: 47 line: 7 } } @@ -323,12 +288,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 12 - index: 48 line: 7 } start: Object { column: 11 - index: 47 line: 7 } } @@ -341,19 +304,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 11 - index: 47 line: 7 } loc: Object { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 12 - index: 48 line: 7 } start: Object { column: 11 - index: 47 line: 7 } } @@ -370,12 +330,10 @@ JSRoot { identifierName: "A3" end: Object { column: 8 - index: 59 line: 8 } start: Object { column: 6 - index: 57 line: 8 } } @@ -384,12 +342,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 16 - index: 67 line: 8 } start: Object { column: 0 - index: 51 line: 8 } } @@ -402,12 +358,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 16 - index: 67 line: 8 } start: Object { column: 0 - index: 51 line: 8 } } @@ -421,12 +375,10 @@ JSRoot { identifierName: "get" end: Object { column: 14 - index: 65 line: 8 } start: Object { column: 11 - index: 62 line: 8 } } @@ -435,12 +387,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 14 - index: 65 line: 8 } start: Object { column: 11 - index: 62 line: 8 } } @@ -452,12 +402,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 14 - index: 65 line: 8 } start: Object { column: 11 - index: 62 line: 8 } } @@ -470,19 +418,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 11 - index: 62 line: 8 } loc: Object { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 14 - index: 65 line: 8 } start: Object { column: 11 - index: 62 line: 8 } } @@ -499,12 +444,10 @@ JSRoot { identifierName: "A4" end: Object { column: 8 - index: 76 line: 9 } start: Object { column: 6 - index: 74 line: 9 } } @@ -513,12 +456,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 16 - index: 84 line: 9 } start: Object { column: 0 - index: 68 line: 9 } } @@ -531,12 +472,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 16 - index: 84 line: 9 } start: Object { column: 0 - index: 68 line: 9 } } @@ -550,12 +489,10 @@ JSRoot { identifierName: "set" end: Object { column: 14 - index: 82 line: 9 } start: Object { column: 11 - index: 79 line: 9 } } @@ -564,12 +501,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 14 - index: 82 line: 9 } start: Object { column: 11 - index: 79 line: 9 } } @@ -581,12 +516,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 14 - index: 82 line: 9 } start: Object { column: 11 - index: 79 line: 9 } } @@ -599,19 +532,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 11 - index: 79 line: 9 } loc: Object { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 14 - index: 82 line: 9 } start: Object { column: 11 - index: 79 line: 9 } } @@ -628,12 +558,10 @@ JSRoot { identifierName: "A5" end: Object { column: 8 - index: 93 line: 10 } start: Object { column: 6 - index: 91 line: 10 } } @@ -642,12 +570,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 19 - index: 104 line: 10 } start: Object { column: 0 - index: 85 line: 10 } } @@ -660,12 +586,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 19 - index: 104 line: 10 } start: Object { column: 0 - index: 85 line: 10 } } @@ -679,12 +603,10 @@ JSRoot { identifierName: "static" end: Object { column: 17 - index: 102 line: 10 } start: Object { column: 11 - index: 96 line: 10 } } @@ -694,12 +616,10 @@ JSRoot { identifierName: "static" end: Object { column: 17 - index: 102 line: 10 } start: Object { column: 11 - index: 96 line: 10 } } @@ -711,12 +631,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 17 - index: 102 line: 10 } start: Object { column: 11 - index: 96 line: 10 } } @@ -731,12 +649,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 17 - index: 102 line: 10 } start: Object { column: 11 - index: 96 line: 10 } } @@ -753,12 +669,10 @@ JSRoot { identifierName: "A6" end: Object { column: 8 - index: 113 line: 11 } start: Object { column: 6 - index: 111 line: 11 } } @@ -767,12 +681,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 18 - index: 123 line: 11 } start: Object { column: 0 - index: 105 line: 11 } } @@ -785,12 +697,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 18 - index: 123 line: 11 } start: Object { column: 0 - index: 105 line: 11 } } @@ -804,12 +714,10 @@ JSRoot { identifierName: "async" end: Object { column: 16 - index: 121 line: 11 } start: Object { column: 11 - index: 116 line: 11 } } @@ -818,12 +726,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 16 - index: 121 line: 11 } start: Object { column: 11 - index: 116 line: 11 } } @@ -835,12 +741,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 16 - index: 121 line: 11 } start: Object { column: 11 - index: 116 line: 11 } } @@ -853,19 +757,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 11 - index: 116 line: 11 } loc: Object { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 16 - index: 121 line: 11 } start: Object { column: 11 - index: 116 line: 11 } } @@ -882,12 +783,10 @@ JSRoot { identifierName: "A7" end: Object { column: 8 - index: 133 line: 13 } start: Object { column: 6 - index: 131 line: 13 } } @@ -896,12 +795,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 1 - index: 152 line: 16 } start: Object { column: 0 - index: 125 line: 13 } } @@ -914,12 +811,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 1 - index: 152 line: 16 } start: Object { column: 0 - index: 125 line: 13 } } @@ -933,12 +828,10 @@ JSRoot { identifierName: "get" end: Object { column: 5 - index: 141 line: 14 } start: Object { column: 2 - index: 138 line: 14 } } @@ -947,12 +840,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 5 - index: 141 line: 14 } start: Object { column: 2 - index: 138 line: 14 } } @@ -964,12 +855,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 5 - index: 141 line: 14 } start: Object { column: 2 - index: 138 line: 14 } } @@ -982,19 +871,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 138 line: 14 } loc: Object { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 5 - index: 141 line: 14 } start: Object { column: 2 - index: 138 line: 14 } } @@ -1010,12 +896,10 @@ JSRoot { identifierName: "a" end: Object { column: 4 - index: 146 line: 15 } start: Object { column: 3 - index: 145 line: 15 } } @@ -1024,12 +908,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 4 - index: 146 line: 15 } start: Object { column: 3 - index: 145 line: 15 } } @@ -1038,12 +920,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 8 - index: 150 line: 15 } start: Object { column: 2 - index: 144 line: 15 } } @@ -1054,12 +934,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 8 - index: 150 line: 15 } start: Object { column: 6 - index: 148 line: 15 } } @@ -1077,12 +955,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 6 - index: 148 line: 15 } start: Object { column: 4 - index: 146 line: 15 } } @@ -1096,19 +972,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 144 line: 15 } loc: Object { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 4 - index: 146 line: 15 } start: Object { column: 2 - index: 144 line: 15 } } @@ -1125,12 +998,10 @@ JSRoot { identifierName: "A8" end: Object { column: 8 - index: 162 line: 18 } start: Object { column: 6 - index: 160 line: 18 } } @@ -1139,12 +1010,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 1 - index: 184 line: 21 } start: Object { column: 0 - index: 154 line: 18 } } @@ -1157,12 +1026,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 1 - index: 184 line: 21 } start: Object { column: 0 - index: 154 line: 18 } } @@ -1177,12 +1044,10 @@ JSRoot { identifierName: "a" end: Object { column: 4 - index: 178 line: 20 } start: Object { column: 3 - index: 177 line: 20 } } @@ -1191,12 +1056,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 4 - index: 178 line: 20 } start: Object { column: 3 - index: 177 line: 20 } } @@ -1205,12 +1068,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 8 - index: 182 line: 20 } start: Object { column: 2 - index: 167 line: 19 } } @@ -1221,12 +1082,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 8 - index: 182 line: 20 } start: Object { column: 6 - index: 180 line: 20 } } @@ -1244,12 +1103,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 6 - index: 180 line: 20 } start: Object { column: 4 - index: 178 line: 20 } } @@ -1263,19 +1120,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 167 line: 19 } loc: Object { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 4 - index: 178 line: 20 } start: Object { column: 2 - index: 167 line: 19 } } @@ -1292,12 +1146,10 @@ JSRoot { identifierName: "A9" end: Object { column: 8 - index: 194 line: 23 } start: Object { column: 6 - index: 192 line: 23 } } @@ -1306,12 +1158,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 1 - index: 214 line: 26 } start: Object { column: 0 - index: 186 line: 23 } } @@ -1324,12 +1174,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 1 - index: 214 line: 26 } start: Object { column: 0 - index: 186 line: 23 } } @@ -1343,12 +1191,10 @@ JSRoot { identifierName: "async" end: Object { column: 7 - index: 204 line: 24 } start: Object { column: 2 - index: 199 line: 24 } } @@ -1357,12 +1203,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 7 - index: 204 line: 24 } start: Object { column: 2 - index: 199 line: 24 } } @@ -1374,12 +1218,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 7 - index: 204 line: 24 } start: Object { column: 2 - index: 199 line: 24 } } @@ -1392,19 +1234,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 199 line: 24 } loc: Object { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 7 - index: 204 line: 24 } start: Object { column: 2 - index: 199 line: 24 } } @@ -1420,12 +1259,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 208 line: 25 } start: Object { column: 2 - index: 207 line: 25 } } @@ -1434,12 +1271,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 3 - index: 208 line: 25 } start: Object { column: 2 - index: 207 line: 25 } } @@ -1448,12 +1283,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 7 - index: 212 line: 25 } start: Object { column: 2 - index: 207 line: 25 } } @@ -1464,12 +1297,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 7 - index: 212 line: 25 } start: Object { column: 5 - index: 210 line: 25 } } @@ -1487,12 +1318,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 5 - index: 210 line: 25 } start: Object { column: 3 - index: 208 line: 25 } } @@ -1506,19 +1335,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 207 line: 25 } loc: Object { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 3 - index: 208 line: 25 } start: Object { column: 2 - index: 207 line: 25 } } @@ -1535,12 +1361,10 @@ JSRoot { identifierName: "A10" end: Object { column: 9 - index: 225 line: 28 } start: Object { column: 6 - index: 222 line: 28 } } @@ -1549,12 +1373,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 1 - index: 250 line: 32 } start: Object { column: 0 - index: 216 line: 28 } } @@ -1567,12 +1389,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 1 - index: 250 line: 32 } start: Object { column: 0 - index: 216 line: 28 } } @@ -1586,12 +1406,10 @@ JSRoot { identifierName: "async" end: Object { column: 7 - index: 244 line: 30 } start: Object { column: 2 - index: 239 line: 30 } } @@ -1600,12 +1418,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 7 - index: 244 line: 30 } start: Object { column: 2 - index: 239 line: 30 } } @@ -1617,12 +1433,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 7 - index: 244 line: 30 } start: Object { column: 2 - index: 230 line: 29 } } @@ -1635,19 +1449,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 230 line: 29 } loc: Object { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 7 - index: 244 line: 30 } start: Object { column: 2 - index: 230 line: 29 } } @@ -1662,12 +1473,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 248 line: 31 } start: Object { column: 2 - index: 247 line: 31 } } @@ -1676,12 +1485,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 3 - index: 248 line: 31 } start: Object { column: 2 - index: 247 line: 31 } } @@ -1693,12 +1500,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 3 - index: 248 line: 31 } start: Object { column: 2 - index: 247 line: 31 } } @@ -1711,19 +1516,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 247 line: 31 } loc: Object { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 3 - index: 248 line: 31 } start: Object { column: 2 - index: 247 line: 31 } } @@ -1740,12 +1542,10 @@ JSRoot { identifierName: "A11" end: Object { column: 9 - index: 261 line: 34 } start: Object { column: 6 - index: 258 line: 34 } } @@ -1754,12 +1554,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 21 - index: 273 line: 34 } start: Object { column: 0 - index: 252 line: 34 } } @@ -1772,12 +1570,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 21 - index: 273 line: 34 } start: Object { column: 0 - index: 252 line: 34 } } @@ -1791,12 +1587,10 @@ JSRoot { identifierName: "static" end: Object { column: 18 - index: 270 line: 34 } start: Object { column: 12 - index: 264 line: 34 } } @@ -1806,12 +1600,10 @@ JSRoot { identifierName: "static" end: Object { column: 18 - index: 270 line: 34 } start: Object { column: 12 - index: 264 line: 34 } } @@ -1823,12 +1615,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 19 - index: 271 line: 34 } start: Object { column: 12 - index: 264 line: 34 } } @@ -1843,12 +1633,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 18 - index: 270 line: 34 } start: Object { column: 12 - index: 264 line: 34 } } @@ -1865,12 +1653,10 @@ JSRoot { identifierName: "A12" end: Object { column: 9 - index: 284 line: 36 } start: Object { column: 6 - index: 281 line: 36 } } @@ -1879,12 +1665,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 1 - index: 302 line: 38 } start: Object { column: 0 - index: 275 line: 36 } } @@ -1897,12 +1681,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 1 - index: 302 line: 38 } start: Object { column: 0 - index: 275 line: 36 } } @@ -1916,12 +1698,10 @@ JSRoot { identifierName: "static" end: Object { column: 8 - index: 295 line: 37 } start: Object { column: 2 - index: 289 line: 37 } } @@ -1931,12 +1711,10 @@ JSRoot { identifierName: "static" end: Object { column: 8 - index: 295 line: 37 } start: Object { column: 2 - index: 289 line: 37 } } @@ -1948,12 +1726,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 12 - index: 299 line: 37 } start: Object { column: 11 - index: 298 line: 37 } } @@ -1964,12 +1740,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 13 - index: 300 line: 37 } start: Object { column: 2 - index: 289 line: 37 } } @@ -1984,12 +1758,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 8 - index: 295 line: 37 } start: Object { column: 2 - index: 289 line: 37 } } @@ -2006,12 +1778,10 @@ JSRoot { identifierName: "A13" end: Object { column: 9 - index: 313 line: 40 } start: Object { column: 6 - index: 310 line: 40 } } @@ -2020,12 +1790,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 1 - index: 335 line: 43 } start: Object { column: 0 - index: 304 line: 40 } } @@ -2038,12 +1806,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 1 - index: 335 line: 43 } start: Object { column: 0 - index: 304 line: 40 } } @@ -2057,12 +1823,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 6 - index: 328 line: 42 } start: Object { column: 3 - index: 325 line: 42 } } @@ -2071,12 +1835,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 7 - index: 329 line: 42 } start: Object { column: 2 - index: 324 line: 42 } } @@ -2085,12 +1847,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 11 - index: 333 line: 42 } start: Object { column: 2 - index: 318 line: 41 } } @@ -2101,12 +1861,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 11 - index: 333 line: 42 } start: Object { column: 9 - index: 331 line: 42 } } @@ -2124,12 +1882,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 9 - index: 331 line: 42 } start: Object { column: 7 - index: 329 line: 42 } } @@ -2143,19 +1899,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 318 line: 41 } loc: Object { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 7 - index: 329 line: 42 } start: Object { column: 2 - index: 318 line: 41 } } @@ -2172,12 +1925,10 @@ JSRoot { identifierName: "A14" end: Object { column: 9 - index: 346 line: 45 } start: Object { column: 6 - index: 343 line: 45 } } @@ -2186,12 +1937,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 1 - index: 381 line: 50 } start: Object { column: 0 - index: 337 line: 45 } } @@ -2204,12 +1953,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 1 - index: 381 line: 50 } start: Object { column: 0 - index: 337 line: 45 } } @@ -2224,12 +1971,10 @@ JSRoot { identifierName: "static" end: Object { column: 8 - index: 372 line: 48 } start: Object { column: 2 - index: 366 line: 48 } } @@ -2238,12 +1983,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 8 - index: 372 line: 48 } start: Object { column: 2 - index: 366 line: 48 } } @@ -2252,12 +1995,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 6 - index: 379 line: 49 } start: Object { column: 2 - index: 351 line: 46 } } @@ -2268,12 +2009,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 6 - index: 379 line: 49 } start: Object { column: 4 - index: 377 line: 49 } } @@ -2291,12 +2030,10 @@ JSRoot { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 4 - index: 377 line: 49 } start: Object { column: 2 - index: 375 line: 49 } } @@ -2310,19 +2047,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 351 line: 46 } loc: Object { filename: "experimental/class-properties/edge-cases/input.js" end: Object { column: 8 - index: 372 line: 48 } start: Object { column: 2 - index: 351 line: 46 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-properties/inline/input.test.md b/internal/js-parser/test-fixtures/experimental/class-properties/inline/input.test.md index 7d6ff5cb524..c893930002e 100644 --- a/internal/js-parser/test-fixtures/experimental/class-properties/inline/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-properties/inline/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-properties/inline/input.js" end: Object { column: 0 - index: 45 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-properties/inline/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-properties/inline/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { filename: "experimental/class-properties/inline/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "experimental/class-properties/inline/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -140,19 +126,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 10 - index: 10 line: 1 } loc: Object { filename: "experimental/class-properties/inline/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -167,12 +150,10 @@ JSRoot { identifierName: "y" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -181,12 +162,10 @@ JSRoot { filename: "experimental/class-properties/inline/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -198,12 +177,10 @@ JSRoot { filename: "experimental/class-properties/inline/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -216,19 +193,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 13 - index: 13 line: 1 } loc: Object { filename: "experimental/class-properties/inline/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -245,12 +219,10 @@ JSRoot { identifierName: "B" end: Object { column: 7 - index: 26 line: 3 } start: Object { column: 6 - index: 25 line: 3 } } @@ -259,12 +231,10 @@ JSRoot { filename: "experimental/class-properties/inline/input.js" end: Object { column: 25 - index: 44 line: 3 } start: Object { column: 0 - index: 19 line: 3 } } @@ -277,12 +247,10 @@ JSRoot { filename: "experimental/class-properties/inline/input.js" end: Object { column: 25 - index: 44 line: 3 } start: Object { column: 0 - index: 19 line: 3 } } @@ -296,12 +264,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 30 line: 3 } start: Object { column: 10 - index: 29 line: 3 } } @@ -310,12 +276,10 @@ JSRoot { filename: "experimental/class-properties/inline/input.js" end: Object { column: 11 - index: 30 line: 3 } start: Object { column: 10 - index: 29 line: 3 } } @@ -327,12 +291,10 @@ JSRoot { filename: "experimental/class-properties/inline/input.js" end: Object { column: 15 - index: 34 line: 3 } start: Object { column: 14 - index: 33 line: 3 } } @@ -343,12 +305,10 @@ JSRoot { filename: "experimental/class-properties/inline/input.js" end: Object { column: 16 - index: 35 line: 3 } start: Object { column: 10 - index: 29 line: 3 } } @@ -361,19 +321,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 10 - index: 29 line: 3 } loc: Object { filename: "experimental/class-properties/inline/input.js" end: Object { column: 11 - index: 30 line: 3 } start: Object { column: 10 - index: 29 line: 3 } } @@ -388,12 +345,10 @@ JSRoot { identifierName: "y" end: Object { column: 18 - index: 37 line: 3 } start: Object { column: 17 - index: 36 line: 3 } } @@ -402,12 +357,10 @@ JSRoot { filename: "experimental/class-properties/inline/input.js" end: Object { column: 18 - index: 37 line: 3 } start: Object { column: 17 - index: 36 line: 3 } } @@ -419,12 +372,10 @@ JSRoot { filename: "experimental/class-properties/inline/input.js" end: Object { column: 22 - index: 41 line: 3 } start: Object { column: 21 - index: 40 line: 3 } } @@ -435,12 +386,10 @@ JSRoot { filename: "experimental/class-properties/inline/input.js" end: Object { column: 23 - index: 42 line: 3 } start: Object { column: 17 - index: 36 line: 3 } } @@ -453,19 +402,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 17 - index: 36 line: 3 } loc: Object { filename: "experimental/class-properties/inline/input.js" end: Object { column: 18 - index: 37 line: 3 } start: Object { column: 17 - index: 36 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-properties/new-target-invalid/input.test.md b/internal/js-parser/test-fixtures/experimental/class-properties/new-target-invalid/input.test.md index 3dedc707674..48a21594eee 100644 --- a/internal/js-parser/test-fixtures/experimental/class-properties/new-target-invalid/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-properties/new-target-invalid/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/class-properties/new-target-invalid/input.js" end: Object { column: 0 - index: 20 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/class-properties/new-target-invalid/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "experimental/class-properties/new-target-invalid/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "experimental/class-properties/new-target-invalid/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "experimental/class-properties/new-target-invalid/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { identifierName: "new" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -155,12 +139,10 @@ JSRoot { identifierName: "target" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-properties/new-target/input.test.md b/internal/js-parser/test-fixtures/experimental/class-properties/new-target/input.test.md index 64d960519ba..723a2c676d1 100644 --- a/internal/js-parser/test-fixtures/experimental/class-properties/new-target/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-properties/new-target/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 0 - index: 258 line: 11 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "X" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 1 - index: 257 line: 10 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 1 - index: 257 line: 10 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 20 line: 2 } start: Object { column: 9 - index: 19 line: 2 } } @@ -105,12 +95,10 @@ JSRoot { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 10 - index: 20 line: 2 } start: Object { column: 9 - index: 19 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 23 - index: 33 line: 2 } start: Object { column: 13 - index: 23 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { identifierName: "new" end: Object { column: 16 - index: 26 line: 2 } start: Object { column: 13 - index: 23 line: 2 } } @@ -153,12 +137,10 @@ JSRoot { identifierName: "target" end: Object { column: 23 - index: 33 line: 2 } start: Object { column: 17 - index: 27 line: 2 } } @@ -170,12 +152,10 @@ JSRoot { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 24 - index: 34 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -188,19 +168,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 10 - index: 20 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -215,12 +192,10 @@ JSRoot { identifierName: "b" end: Object { column: 10 - index: 45 line: 3 } start: Object { column: 9 - index: 44 line: 3 } } @@ -229,12 +204,10 @@ JSRoot { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 10 - index: 45 line: 3 } start: Object { column: 9 - index: 44 line: 3 } } @@ -245,12 +218,10 @@ JSRoot { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 39 - index: 74 line: 3 } start: Object { column: 14 - index: 49 line: 3 } } @@ -261,12 +232,10 @@ JSRoot { identifierName: "foo" end: Object { column: 17 - index: 52 line: 3 } start: Object { column: 14 - index: 49 line: 3 } } @@ -277,12 +246,10 @@ JSRoot { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 39 - index: 74 line: 3 } start: Object { column: 20 - index: 55 line: 3 } } @@ -293,12 +260,10 @@ JSRoot { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 21 - index: 56 line: 3 } start: Object { column: 20 - index: 55 line: 3 } } @@ -308,12 +273,10 @@ JSRoot { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 39 - index: 74 line: 3 } start: Object { column: 24 - index: 59 line: 3 } } @@ -324,12 +287,10 @@ JSRoot { identifierName: "bar" end: Object { column: 27 - index: 62 line: 3 } start: Object { column: 24 - index: 59 line: 3 } } @@ -340,12 +301,10 @@ JSRoot { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 38 - index: 73 line: 3 } start: Object { column: 28 - index: 63 line: 3 } } @@ -356,12 +315,10 @@ JSRoot { identifierName: "new" end: Object { column: 31 - index: 66 line: 3 } start: Object { column: 28 - index: 63 line: 3 } } @@ -373,12 +330,10 @@ JSRoot { identifierName: "target" end: Object { column: 38 - index: 73 line: 3 } start: Object { column: 32 - index: 67 line: 3 } } @@ -394,12 +349,10 @@ JSRoot { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 41 - index: 76 line: 3 } start: Object { column: 2 - index: 37 line: 3 } } @@ -412,19 +365,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 37 line: 3 } loc: Object { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 10 - index: 45 line: 3 } start: Object { column: 2 - index: 37 line: 3 } } @@ -439,12 +389,10 @@ JSRoot { identifierName: "c" end: Object { column: 10 - index: 87 line: 4 } start: Object { column: 9 - index: 86 line: 4 } } @@ -453,12 +401,10 @@ JSRoot { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 10 - index: 87 line: 4 } start: Object { column: 9 - index: 86 line: 4 } } @@ -468,12 +414,10 @@ JSRoot { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 29 - index: 106 line: 4 } start: Object { column: 13 - index: 90 line: 4 } } @@ -488,12 +432,10 @@ JSRoot { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 18 - index: 95 line: 4 } start: Object { column: 13 - index: 90 line: 4 } } @@ -503,12 +445,10 @@ JSRoot { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 29 - index: 106 line: 4 } start: Object { column: 19 - index: 96 line: 4 } } @@ -519,12 +459,10 @@ JSRoot { identifierName: "new" end: Object { column: 22 - index: 99 line: 4 } start: Object { column: 19 - index: 96 line: 4 } } @@ -536,12 +474,10 @@ JSRoot { identifierName: "target" end: Object { column: 29 - index: 106 line: 4 } start: Object { column: 23 - index: 100 line: 4 } } @@ -554,12 +490,10 @@ JSRoot { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 30 - index: 107 line: 4 } start: Object { column: 2 - index: 79 line: 4 } } @@ -572,19 +506,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 79 line: 4 } loc: Object { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 10 - index: 87 line: 4 } start: Object { column: 2 - index: 79 line: 4 } } @@ -599,12 +530,10 @@ JSRoot { identifierName: "d" end: Object { column: 10 - index: 118 line: 5 } start: Object { column: 9 - index: 117 line: 5 } } @@ -613,12 +542,10 @@ JSRoot { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 10 - index: 118 line: 5 } start: Object { column: 9 - index: 117 line: 5 } } @@ -628,12 +555,10 @@ JSRoot { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 37 - index: 145 line: 5 } start: Object { column: 13 - index: 121 line: 5 } } @@ -644,12 +569,10 @@ JSRoot { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 37 - index: 145 line: 5 } start: Object { column: 35 - index: 143 line: 5 } } @@ -664,12 +587,10 @@ JSRoot { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 34 - index: 142 line: 5 } start: Object { column: 13 - index: 121 line: 5 } } @@ -680,12 +601,10 @@ JSRoot { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 30 - index: 138 line: 5 } start: Object { column: 14 - index: 122 line: 5 } } @@ -696,12 +615,10 @@ JSRoot { identifierName: "foo" end: Object { column: 17 - index: 125 line: 5 } start: Object { column: 14 - index: 122 line: 5 } } @@ -711,12 +628,10 @@ JSRoot { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 30 - index: 138 line: 5 } start: Object { column: 20 - index: 128 line: 5 } } @@ -727,12 +642,10 @@ JSRoot { identifierName: "new" end: Object { column: 23 - index: 131 line: 5 } start: Object { column: 20 - index: 128 line: 5 } } @@ -744,12 +657,10 @@ JSRoot { identifierName: "target" end: Object { column: 30 - index: 138 line: 5 } start: Object { column: 24 - index: 132 line: 5 } } @@ -765,12 +676,10 @@ JSRoot { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 38 - index: 146 line: 5 } start: Object { column: 2 - index: 110 line: 5 } } @@ -783,19 +692,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 110 line: 5 } loc: Object { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 10 - index: 118 line: 5 } start: Object { column: 2 - index: 110 line: 5 } } @@ -810,12 +716,10 @@ JSRoot { identifierName: "e" end: Object { column: 3 - index: 150 line: 6 } start: Object { column: 2 - index: 149 line: 6 } } @@ -824,12 +728,10 @@ JSRoot { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 3 - index: 150 line: 6 } start: Object { column: 2 - index: 149 line: 6 } } @@ -839,12 +741,10 @@ JSRoot { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 16 - index: 163 line: 6 } start: Object { column: 6 - index: 153 line: 6 } } @@ -855,12 +755,10 @@ JSRoot { identifierName: "new" end: Object { column: 9 - index: 156 line: 6 } start: Object { column: 6 - index: 153 line: 6 } } @@ -872,12 +770,10 @@ JSRoot { identifierName: "target" end: Object { column: 16 - index: 163 line: 6 } start: Object { column: 10 - index: 157 line: 6 } } @@ -889,12 +785,10 @@ JSRoot { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 17 - index: 164 line: 6 } start: Object { column: 2 - index: 149 line: 6 } } @@ -907,19 +801,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 149 line: 6 } loc: Object { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 3 - index: 150 line: 6 } start: Object { column: 2 - index: 149 line: 6 } } @@ -934,12 +825,10 @@ JSRoot { identifierName: "f" end: Object { column: 3 - index: 168 line: 7 } start: Object { column: 2 - index: 167 line: 7 } } @@ -948,12 +837,10 @@ JSRoot { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 3 - index: 168 line: 7 } start: Object { column: 2 - index: 167 line: 7 } } @@ -964,12 +851,10 @@ JSRoot { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 32 - index: 197 line: 7 } start: Object { column: 7 - index: 172 line: 7 } } @@ -980,12 +865,10 @@ JSRoot { identifierName: "foo" end: Object { column: 10 - index: 175 line: 7 } start: Object { column: 7 - index: 172 line: 7 } } @@ -996,12 +879,10 @@ JSRoot { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 32 - index: 197 line: 7 } start: Object { column: 13 - index: 178 line: 7 } } @@ -1012,12 +893,10 @@ JSRoot { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 14 - index: 179 line: 7 } start: Object { column: 13 - index: 178 line: 7 } } @@ -1027,12 +906,10 @@ JSRoot { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 32 - index: 197 line: 7 } start: Object { column: 17 - index: 182 line: 7 } } @@ -1043,12 +920,10 @@ JSRoot { identifierName: "bar" end: Object { column: 20 - index: 185 line: 7 } start: Object { column: 17 - index: 182 line: 7 } } @@ -1059,12 +934,10 @@ JSRoot { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 31 - index: 196 line: 7 } start: Object { column: 21 - index: 186 line: 7 } } @@ -1075,12 +948,10 @@ JSRoot { identifierName: "new" end: Object { column: 24 - index: 189 line: 7 } start: Object { column: 21 - index: 186 line: 7 } } @@ -1092,12 +963,10 @@ JSRoot { identifierName: "target" end: Object { column: 31 - index: 196 line: 7 } start: Object { column: 25 - index: 190 line: 7 } } @@ -1113,12 +982,10 @@ JSRoot { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 34 - index: 199 line: 7 } start: Object { column: 2 - index: 167 line: 7 } } @@ -1131,19 +998,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 167 line: 7 } loc: Object { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 3 - index: 168 line: 7 } start: Object { column: 2 - index: 167 line: 7 } } @@ -1158,12 +1022,10 @@ JSRoot { identifierName: "g" end: Object { column: 3 - index: 203 line: 8 } start: Object { column: 2 - index: 202 line: 8 } } @@ -1172,12 +1034,10 @@ JSRoot { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 3 - index: 203 line: 8 } start: Object { column: 2 - index: 202 line: 8 } } @@ -1187,12 +1047,10 @@ JSRoot { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 22 - index: 222 line: 8 } start: Object { column: 6 - index: 206 line: 8 } } @@ -1207,12 +1065,10 @@ JSRoot { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 11 - index: 211 line: 8 } start: Object { column: 6 - index: 206 line: 8 } } @@ -1222,12 +1078,10 @@ JSRoot { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 22 - index: 222 line: 8 } start: Object { column: 12 - index: 212 line: 8 } } @@ -1238,12 +1092,10 @@ JSRoot { identifierName: "new" end: Object { column: 15 - index: 215 line: 8 } start: Object { column: 12 - index: 212 line: 8 } } @@ -1255,12 +1107,10 @@ JSRoot { identifierName: "target" end: Object { column: 22 - index: 222 line: 8 } start: Object { column: 16 - index: 216 line: 8 } } @@ -1273,12 +1123,10 @@ JSRoot { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 23 - index: 223 line: 8 } start: Object { column: 2 - index: 202 line: 8 } } @@ -1291,19 +1139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 202 line: 8 } loc: Object { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 3 - index: 203 line: 8 } start: Object { column: 2 - index: 202 line: 8 } } @@ -1318,12 +1163,10 @@ JSRoot { identifierName: "h" end: Object { column: 3 - index: 227 line: 9 } start: Object { column: 2 - index: 226 line: 9 } } @@ -1332,12 +1175,10 @@ JSRoot { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 3 - index: 227 line: 9 } start: Object { column: 2 - index: 226 line: 9 } } @@ -1347,12 +1188,10 @@ JSRoot { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 30 - index: 254 line: 9 } start: Object { column: 6 - index: 230 line: 9 } } @@ -1363,12 +1202,10 @@ JSRoot { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 30 - index: 254 line: 9 } start: Object { column: 28 - index: 252 line: 9 } } @@ -1383,12 +1220,10 @@ JSRoot { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 27 - index: 251 line: 9 } start: Object { column: 6 - index: 230 line: 9 } } @@ -1399,12 +1234,10 @@ JSRoot { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 23 - index: 247 line: 9 } start: Object { column: 7 - index: 231 line: 9 } } @@ -1415,12 +1248,10 @@ JSRoot { identifierName: "foo" end: Object { column: 10 - index: 234 line: 9 } start: Object { column: 7 - index: 231 line: 9 } } @@ -1430,12 +1261,10 @@ JSRoot { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 23 - index: 247 line: 9 } start: Object { column: 13 - index: 237 line: 9 } } @@ -1446,12 +1275,10 @@ JSRoot { identifierName: "new" end: Object { column: 16 - index: 240 line: 9 } start: Object { column: 13 - index: 237 line: 9 } } @@ -1463,12 +1290,10 @@ JSRoot { identifierName: "target" end: Object { column: 23 - index: 247 line: 9 } start: Object { column: 17 - index: 241 line: 9 } } @@ -1484,12 +1309,10 @@ JSRoot { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 31 - index: 255 line: 9 } start: Object { column: 2 - index: 226 line: 9 } } @@ -1502,19 +1325,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 226 line: 9 } loc: Object { filename: "experimental/class-properties/new-target/input.js" end: Object { column: 3 - index: 227 line: 9 } start: Object { column: 2 - index: 226 line: 9 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-properties/no-ctor-2/input.test.md b/internal/js-parser/test-fixtures/experimental/class-properties/no-ctor-2/input.test.md index 2bbeeb41ed1..6c853b4b9e7 100644 --- a/internal/js-parser/test-fixtures/experimental/class-properties/no-ctor-2/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-properties/no-ctor-2/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/class-properties/no-ctor-2/input.js" end: Object { column: 0 - index: 37 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 13 - index: 25 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "experimental/class-properties/no-ctor-2/input.js" end: Object { column: 1 - index: 36 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "experimental/class-properties/no-ctor-2/input.js" end: Object { column: 1 - index: 36 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -115,12 +105,10 @@ JSRoot { identifierName: "constructor" end: Object { column: 13 - index: 25 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -129,12 +117,10 @@ JSRoot { filename: "experimental/class-properties/no-ctor-2/input.js" end: Object { column: 13 - index: 25 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -146,12 +132,10 @@ JSRoot { filename: "experimental/class-properties/no-ctor-2/input.js" end: Object { column: 13 - index: 25 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -164,19 +148,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 14 line: 2 } loc: Object { filename: "experimental/class-properties/no-ctor-2/input.js" end: Object { column: 13 - index: 25 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -192,12 +173,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 30 line: 3 } start: Object { column: 3 - index: 29 line: 3 } } @@ -206,12 +185,10 @@ JSRoot { filename: "experimental/class-properties/no-ctor-2/input.js" end: Object { column: 4 - index: 30 line: 3 } start: Object { column: 3 - index: 29 line: 3 } } @@ -220,12 +197,10 @@ JSRoot { filename: "experimental/class-properties/no-ctor-2/input.js" end: Object { column: 8 - index: 34 line: 3 } start: Object { column: 2 - index: 28 line: 3 } } @@ -236,12 +211,10 @@ JSRoot { filename: "experimental/class-properties/no-ctor-2/input.js" end: Object { column: 8 - index: 34 line: 3 } start: Object { column: 6 - index: 32 line: 3 } } @@ -259,12 +232,10 @@ JSRoot { filename: "experimental/class-properties/no-ctor-2/input.js" end: Object { column: 6 - index: 32 line: 3 } start: Object { column: 4 - index: 30 line: 3 } } @@ -278,19 +249,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 28 line: 3 } loc: Object { filename: "experimental/class-properties/no-ctor-2/input.js" end: Object { column: 4 - index: 30 line: 3 } start: Object { column: 2 - index: 28 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-properties/no-ctor/input.test.md b/internal/js-parser/test-fixtures/experimental/class-properties/no-ctor/input.test.md index 21c67e29ed5..b9274844f14 100644 --- a/internal/js-parser/test-fixtures/experimental/class-properties/no-ctor/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-properties/no-ctor/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/class-properties/no-ctor/input.js" end: Object { column: 0 - index: 28 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 13 - index: 25 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "experimental/class-properties/no-ctor/input.js" end: Object { column: 1 - index: 27 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "experimental/class-properties/no-ctor/input.js" end: Object { column: 1 - index: 27 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -115,12 +105,10 @@ JSRoot { identifierName: "constructor" end: Object { column: 13 - index: 25 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -129,12 +117,10 @@ JSRoot { filename: "experimental/class-properties/no-ctor/input.js" end: Object { column: 13 - index: 25 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -146,12 +132,10 @@ JSRoot { filename: "experimental/class-properties/no-ctor/input.js" end: Object { column: 13 - index: 25 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -164,19 +148,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 14 line: 2 } loc: Object { filename: "experimental/class-properties/no-ctor/input.js" end: Object { column: 13 - index: 25 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-properties/no-static-prototype-2/input.test.md b/internal/js-parser/test-fixtures/experimental/class-properties/no-static-prototype-2/input.test.md index 020bce61e6d..5a3aadd4d1f 100644 --- a/internal/js-parser/test-fixtures/experimental/class-properties/no-static-prototype-2/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-properties/no-static-prototype-2/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/class-properties/no-static-prototype-2/input.js" end: Object { column: 0 - index: 42 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 18 - index: 30 line: 2 } start: Object { column: 9 - index: 21 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "experimental/class-properties/no-static-prototype-2/input.js" end: Object { column: 1 - index: 41 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "experimental/class-properties/no-static-prototype-2/input.js" end: Object { column: 1 - index: 41 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -115,12 +105,10 @@ JSRoot { identifierName: "prototype" end: Object { column: 18 - index: 30 line: 2 } start: Object { column: 9 - index: 21 line: 2 } } @@ -129,12 +117,10 @@ JSRoot { filename: "experimental/class-properties/no-static-prototype-2/input.js" end: Object { column: 18 - index: 30 line: 2 } start: Object { column: 9 - index: 21 line: 2 } } @@ -146,12 +132,10 @@ JSRoot { filename: "experimental/class-properties/no-static-prototype-2/input.js" end: Object { column: 18 - index: 30 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -164,19 +148,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 14 line: 2 } loc: Object { filename: "experimental/class-properties/no-static-prototype-2/input.js" end: Object { column: 18 - index: 30 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -192,12 +173,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 35 line: 3 } start: Object { column: 3 - index: 34 line: 3 } } @@ -206,12 +185,10 @@ JSRoot { filename: "experimental/class-properties/no-static-prototype-2/input.js" end: Object { column: 4 - index: 35 line: 3 } start: Object { column: 3 - index: 34 line: 3 } } @@ -220,12 +197,10 @@ JSRoot { filename: "experimental/class-properties/no-static-prototype-2/input.js" end: Object { column: 8 - index: 39 line: 3 } start: Object { column: 2 - index: 33 line: 3 } } @@ -236,12 +211,10 @@ JSRoot { filename: "experimental/class-properties/no-static-prototype-2/input.js" end: Object { column: 8 - index: 39 line: 3 } start: Object { column: 6 - index: 37 line: 3 } } @@ -259,12 +232,10 @@ JSRoot { filename: "experimental/class-properties/no-static-prototype-2/input.js" end: Object { column: 6 - index: 37 line: 3 } start: Object { column: 4 - index: 35 line: 3 } } @@ -278,19 +249,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 33 line: 3 } loc: Object { filename: "experimental/class-properties/no-static-prototype-2/input.js" end: Object { column: 4 - index: 35 line: 3 } start: Object { column: 2 - index: 33 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-properties/no-static-prototype/input.test.md b/internal/js-parser/test-fixtures/experimental/class-properties/no-static-prototype/input.test.md index f7eb7844c29..547459a7aa7 100644 --- a/internal/js-parser/test-fixtures/experimental/class-properties/no-static-prototype/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-properties/no-static-prototype/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/class-properties/no-static-prototype/input.js" end: Object { column: 0 - index: 33 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 18 - index: 30 line: 2 } start: Object { column: 9 - index: 21 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "experimental/class-properties/no-static-prototype/input.js" end: Object { column: 1 - index: 32 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "experimental/class-properties/no-static-prototype/input.js" end: Object { column: 1 - index: 32 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -115,12 +105,10 @@ JSRoot { identifierName: "prototype" end: Object { column: 18 - index: 30 line: 2 } start: Object { column: 9 - index: 21 line: 2 } } @@ -129,12 +117,10 @@ JSRoot { filename: "experimental/class-properties/no-static-prototype/input.js" end: Object { column: 18 - index: 30 line: 2 } start: Object { column: 9 - index: 21 line: 2 } } @@ -146,12 +132,10 @@ JSRoot { filename: "experimental/class-properties/no-static-prototype/input.js" end: Object { column: 18 - index: 30 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -164,19 +148,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 14 line: 2 } loc: Object { filename: "experimental/class-properties/no-static-prototype/input.js" end: Object { column: 18 - index: 30 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-properties/static-field-named-constructor/input.test.md b/internal/js-parser/test-fixtures/experimental/class-properties/static-field-named-constructor/input.test.md index c41cbb252c7..acc09fbd09b 100644 --- a/internal/js-parser/test-fixtures/experimental/class-properties/static-field-named-constructor/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-properties/static-field-named-constructor/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-properties/static-field-named-constructor/input.js" end: Object { column: 0 - index: 38 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-properties/static-field-named-constructor/input.js" end: Object { column: 1 - index: 37 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-properties/static-field-named-constructor/input.js" end: Object { column: 1 - index: 37 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "constructor" end: Object { column: 22 - index: 34 line: 2 } start: Object { column: 11 - index: 23 line: 2 } } @@ -105,12 +95,10 @@ JSRoot { filename: "experimental/class-properties/static-field-named-constructor/input.js" end: Object { column: 22 - index: 34 line: 2 } start: Object { column: 11 - index: 23 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "experimental/class-properties/static-field-named-constructor/input.js" end: Object { column: 23 - index: 35 line: 2 } start: Object { column: 4 - index: 16 line: 2 } } @@ -140,19 +126,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 16 line: 2 } loc: Object { filename: "experimental/class-properties/static-field-named-constructor/input.js" end: Object { column: 22 - index: 34 line: 2 } start: Object { column: 4 - index: 16 line: 2 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-properties/super-call/input.test.md b/internal/js-parser/test-fixtures/experimental/class-properties/super-call/input.test.md index f5e49e02eda..ecf0f929499 100644 --- a/internal/js-parser/test-fixtures/experimental/class-properties/super-call/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-properties/super-call/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/class-properties/super-call/input.js" end: Object { column: 1 - index: 94 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 17 - index: 79 line: 4 } start: Object { column: 12 - index: 74 line: 4 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "experimental/class-properties/super-call/input.js" end: Object { column: 1 - index: 94 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "experimental/class-properties/super-call/input.js" end: Object { column: 1 - index: 94 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "B" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -137,12 +125,10 @@ JSRoot { identifierName: "constructor" end: Object { column: 13 - index: 33 line: 2 } start: Object { column: 2 - index: 22 line: 2 } } @@ -151,12 +137,10 @@ JSRoot { filename: "experimental/class-properties/super-call/input.js" end: Object { column: 13 - index: 33 line: 2 } start: Object { column: 2 - index: 22 line: 2 } } @@ -165,12 +149,10 @@ JSRoot { filename: "experimental/class-properties/super-call/input.js" end: Object { column: 3 - index: 92 line: 6 } start: Object { column: 2 - index: 22 line: 2 } } @@ -187,12 +169,10 @@ JSRoot { filename: "experimental/class-properties/super-call/input.js" end: Object { column: 15 - index: 35 line: 2 } start: Object { column: 13 - index: 33 line: 2 } } @@ -206,19 +186,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 22 line: 2 } loc: Object { filename: "experimental/class-properties/super-call/input.js" end: Object { column: 13 - index: 33 line: 2 } start: Object { column: 2 - index: 22 line: 2 } } @@ -229,12 +206,10 @@ JSRoot { filename: "experimental/class-properties/super-call/input.js" end: Object { column: 3 - index: 92 line: 6 } start: Object { column: 16 - index: 36 line: 2 } } @@ -247,12 +222,10 @@ JSRoot { identifierName: "C" end: Object { column: 11 - index: 49 line: 3 } start: Object { column: 10 - index: 48 line: 3 } } @@ -261,12 +234,10 @@ JSRoot { filename: "experimental/class-properties/super-call/input.js" end: Object { column: 5 - index: 88 line: 5 } start: Object { column: 4 - index: 42 line: 3 } } @@ -278,12 +249,10 @@ JSRoot { filename: "experimental/class-properties/super-call/input.js" end: Object { column: 5 - index: 88 line: 5 } start: Object { column: 4 - index: 42 line: 3 } } @@ -294,12 +263,10 @@ JSRoot { identifierName: "D" end: Object { column: 21 - index: 59 line: 3 } start: Object { column: 20 - index: 58 line: 3 } } @@ -314,12 +281,10 @@ JSRoot { identifierName: "foo" end: Object { column: 9 - index: 71 line: 4 } start: Object { column: 6 - index: 68 line: 4 } } @@ -328,12 +293,10 @@ JSRoot { filename: "experimental/class-properties/super-call/input.js" end: Object { column: 9 - index: 71 line: 4 } start: Object { column: 6 - index: 68 line: 4 } } @@ -344,12 +307,10 @@ JSRoot { filename: "experimental/class-properties/super-call/input.js" end: Object { column: 19 - index: 81 line: 4 } start: Object { column: 12 - index: 74 line: 4 } } @@ -358,12 +319,10 @@ JSRoot { filename: "experimental/class-properties/super-call/input.js" end: Object { column: 17 - index: 79 line: 4 } start: Object { column: 12 - index: 74 line: 4 } } @@ -375,12 +334,10 @@ JSRoot { filename: "experimental/class-properties/super-call/input.js" end: Object { column: 20 - index: 82 line: 4 } start: Object { column: 6 - index: 68 line: 4 } } @@ -393,19 +350,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 6 - index: 68 line: 4 } loc: Object { filename: "experimental/class-properties/super-call/input.js" end: Object { column: 9 - index: 71 line: 4 } start: Object { column: 6 - index: 68 line: 4 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-properties/super-inside-arrow-function/input.test.md b/internal/js-parser/test-fixtures/experimental/class-properties/super-inside-arrow-function/input.test.md index c7cb0c9829b..61167b71401 100644 --- a/internal/js-parser/test-fixtures/experimental/class-properties/super-inside-arrow-function/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-properties/super-inside-arrow-function/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-properties/super-inside-arrow-function/input.js" end: Object { column: 0 - index: 47 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-properties/super-inside-arrow-function/input.js" end: Object { column: 1 - index: 46 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "experimental/class-properties/super-inside-arrow-function/input.js" end: Object { column: 1 - index: 46 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "B" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { identifierName: "foo" end: Object { column: 5 - index: 25 line: 2 } start: Object { column: 2 - index: 22 line: 2 } } @@ -121,12 +109,10 @@ JSRoot { filename: "experimental/class-properties/super-inside-arrow-function/input.js" end: Object { column: 5 - index: 25 line: 2 } start: Object { column: 2 - index: 22 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/class-properties/super-inside-arrow-function/input.js" end: Object { column: 23 - index: 43 line: 2 } start: Object { column: 8 - index: 28 line: 2 } } @@ -156,12 +140,10 @@ JSRoot { filename: "experimental/class-properties/super-inside-arrow-function/input.js" end: Object { column: 13 - index: 33 line: 2 } start: Object { column: 8 - index: 28 line: 2 } } @@ -172,12 +154,10 @@ JSRoot { filename: "experimental/class-properties/super-inside-arrow-function/input.js" end: Object { column: 23 - index: 43 line: 2 } start: Object { column: 14 - index: 34 line: 2 } } @@ -186,12 +166,10 @@ JSRoot { filename: "experimental/class-properties/super-inside-arrow-function/input.js" end: Object { column: 21 - index: 41 line: 2 } start: Object { column: 14 - index: 34 line: 2 } } @@ -200,12 +178,10 @@ JSRoot { filename: "experimental/class-properties/super-inside-arrow-function/input.js" end: Object { column: 19 - index: 39 line: 2 } start: Object { column: 14 - index: 34 line: 2 } } @@ -218,12 +194,10 @@ JSRoot { identifierName: "x" end: Object { column: 21 - index: 41 line: 2 } start: Object { column: 20 - index: 40 line: 2 } } @@ -233,12 +207,10 @@ JSRoot { identifierName: "x" end: Object { column: 21 - index: 41 line: 2 } start: Object { column: 20 - index: 40 line: 2 } } @@ -252,12 +224,10 @@ JSRoot { filename: "experimental/class-properties/super-inside-arrow-function/input.js" end: Object { column: 24 - index: 44 line: 2 } start: Object { column: 2 - index: 22 line: 2 } } @@ -270,19 +240,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 22 line: 2 } loc: Object { filename: "experimental/class-properties/super-inside-arrow-function/input.js" end: Object { column: 5 - index: 25 line: 2 } start: Object { column: 2 - index: 22 line: 2 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-properties/super-inside-function/input.test.md b/internal/js-parser/test-fixtures/experimental/class-properties/super-inside-function/input.test.md index 4414fbadf28..1f8e3fa65b0 100644 --- a/internal/js-parser/test-fixtures/experimental/class-properties/super-inside-function/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-properties/super-inside-function/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/class-properties/super-inside-function/input.js" end: Object { column: 0 - index: 55 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 23 - index: 33 line: 2 } start: Object { column: 4 - index: 38 line: 3 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "experimental/class-properties/super-inside-function/input.js" end: Object { column: 1 - index: 54 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "experimental/class-properties/super-inside-function/input.js" end: Object { column: 1 - index: 54 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -115,12 +105,10 @@ JSRoot { identifierName: "foo" end: Object { column: 5 - index: 15 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -129,12 +117,10 @@ JSRoot { filename: "experimental/class-properties/super-inside-function/input.js" end: Object { column: 5 - index: 15 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -147,12 +133,10 @@ JSRoot { identifierName: "fn" end: Object { column: 19 - index: 29 line: 2 } start: Object { column: 17 - index: 27 line: 2 } } @@ -161,12 +145,10 @@ JSRoot { filename: "experimental/class-properties/super-inside-function/input.js" end: Object { column: 3 - index: 52 line: 4 } start: Object { column: 8 - index: 18 line: 2 } } @@ -183,12 +165,10 @@ JSRoot { filename: "experimental/class-properties/super-inside-function/input.js" end: Object { column: 21 - index: 31 line: 2 } start: Object { column: 19 - index: 29 line: 2 } } @@ -199,12 +179,10 @@ JSRoot { filename: "experimental/class-properties/super-inside-function/input.js" end: Object { column: 3 - index: 52 line: 4 } start: Object { column: 22 - index: 32 line: 2 } } @@ -214,12 +192,10 @@ JSRoot { filename: "experimental/class-properties/super-inside-function/input.js" end: Object { column: 14 - index: 48 line: 3 } start: Object { column: 4 - index: 38 line: 3 } } @@ -229,12 +205,10 @@ JSRoot { filename: "experimental/class-properties/super-inside-function/input.js" end: Object { column: 13 - index: 47 line: 3 } start: Object { column: 4 - index: 38 line: 3 } } @@ -243,12 +217,10 @@ JSRoot { filename: "experimental/class-properties/super-inside-function/input.js" end: Object { column: 11 - index: 45 line: 3 } start: Object { column: 4 - index: 38 line: 3 } } @@ -257,12 +229,10 @@ JSRoot { filename: "experimental/class-properties/super-inside-function/input.js" end: Object { column: 9 - index: 43 line: 3 } start: Object { column: 4 - index: 38 line: 3 } } @@ -275,12 +245,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 45 line: 3 } start: Object { column: 10 - index: 44 line: 3 } } @@ -290,12 +258,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 45 line: 3 } start: Object { column: 10 - index: 44 line: 3 } } @@ -312,12 +278,10 @@ JSRoot { filename: "experimental/class-properties/super-inside-function/input.js" end: Object { column: 3 - index: 52 line: 4 } start: Object { column: 2 - index: 12 line: 2 } } @@ -330,19 +294,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-properties/super-inside-function/input.js" end: Object { column: 5 - index: 15 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-properties/super/input.test.md b/internal/js-parser/test-fixtures/experimental/class-properties/super/input.test.md index 69b991ba31c..97dfb2b631e 100644 --- a/internal/js-parser/test-fixtures/experimental/class-properties/super/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-properties/super/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-properties/super/input.js" end: Object { column: 0 - index: 57 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "Fails" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-properties/super/input.js" end: Object { column: 1 - index: 56 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "experimental/class-properties/super/input.js" end: Object { column: 1 - index: 56 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "experimental/class-properties/super/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { filename: "experimental/class-properties/super/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { identifierName: "c" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "experimental/class-properties/super/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { filename: "experimental/class-properties/super/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -168,12 +150,10 @@ JSRoot { filename: "experimental/class-properties/super/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -191,12 +171,10 @@ JSRoot { filename: "experimental/class-properties/super/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -210,19 +188,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 28 - index: 28 line: 1 } loc: Object { filename: "experimental/class-properties/super/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -241,12 +216,10 @@ JSRoot { identifierName: "c" end: Object { column: 3 - index: 41 line: 2 } start: Object { column: 2 - index: 40 line: 2 } } @@ -255,12 +228,10 @@ JSRoot { filename: "experimental/class-properties/super/input.js" end: Object { column: 3 - index: 41 line: 2 } start: Object { column: 2 - index: 40 line: 2 } } @@ -271,12 +242,10 @@ JSRoot { filename: "experimental/class-properties/super/input.js" end: Object { column: 15 - index: 53 line: 2 } start: Object { column: 6 - index: 44 line: 2 } } @@ -285,12 +254,10 @@ JSRoot { filename: "experimental/class-properties/super/input.js" end: Object { column: 13 - index: 51 line: 2 } start: Object { column: 6 - index: 44 line: 2 } } @@ -299,12 +266,10 @@ JSRoot { filename: "experimental/class-properties/super/input.js" end: Object { column: 11 - index: 49 line: 2 } start: Object { column: 6 - index: 44 line: 2 } } @@ -317,12 +282,10 @@ JSRoot { identifierName: "c" end: Object { column: 13 - index: 51 line: 2 } start: Object { column: 12 - index: 50 line: 2 } } @@ -332,12 +295,10 @@ JSRoot { identifierName: "c" end: Object { column: 13 - index: 51 line: 2 } start: Object { column: 12 - index: 50 line: 2 } } @@ -350,12 +311,10 @@ JSRoot { filename: "experimental/class-properties/super/input.js" end: Object { column: 16 - index: 54 line: 2 } start: Object { column: 2 - index: 40 line: 2 } } @@ -368,19 +327,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 40 line: 2 } loc: Object { filename: "experimental/class-properties/super/input.js" end: Object { column: 3 - index: 41 line: 2 } start: Object { column: 2 - index: 40 line: 2 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-properties/yield-in-class-property-in-generator/input.test.md b/internal/js-parser/test-fixtures/experimental/class-properties/yield-in-class-property-in-generator/input.test.md index 5c2cc1a2355..2a5705d6f9c 100644 --- a/internal/js-parser/test-fixtures/experimental/class-properties/yield-in-class-property-in-generator/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-properties/yield-in-class-property-in-generator/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/class-properties/yield-in-class-property-in-generator/input.js" end: Object { column: 0 - index: 101 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "experimental/class-properties/yield-in-class-property-in-generator/input.js" end: Object { column: 44 - index: 74 line: 3 } start: Object { column: 4 - index: 34 line: 3 } } @@ -58,12 +54,10 @@ JSRoot { identifierName: "foo" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-properties/yield-in-class-property-in-generator/input.js" end: Object { column: 1 - index: 100 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "experimental/class-properties/yield-in-class-property-in-generator/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -110,12 +100,10 @@ JSRoot { filename: "experimental/class-properties/yield-in-class-property-in-generator/input.js" end: Object { column: 1 - index: 100 line: 6 } start: Object { column: 16 - index: 16 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { identifierName: "C" end: Object { column: 9 - index: 27 line: 2 } start: Object { column: 8 - index: 26 line: 2 } } @@ -142,12 +128,10 @@ JSRoot { filename: "experimental/class-properties/yield-in-class-property-in-generator/input.js" end: Object { column: 3 - index: 98 line: 5 } start: Object { column: 2 - index: 20 line: 2 } } @@ -160,12 +144,10 @@ JSRoot { filename: "experimental/class-properties/yield-in-class-property-in-generator/input.js" end: Object { column: 3 - index: 98 line: 5 } start: Object { column: 2 - index: 20 line: 2 } } @@ -180,12 +162,10 @@ JSRoot { identifierName: "p" end: Object { column: 5 - index: 80 line: 4 } start: Object { column: 4 - index: 79 line: 4 } } @@ -195,12 +175,10 @@ JSRoot { filename: "experimental/class-properties/yield-in-class-property-in-generator/input.js" end: Object { column: 5 - index: 80 line: 4 } start: Object { column: 4 - index: 79 line: 4 } } @@ -211,12 +189,10 @@ JSRoot { filename: "experimental/class-properties/yield-in-class-property-in-generator/input.js" end: Object { column: 18 - index: 93 line: 4 } start: Object { column: 8 - index: 83 line: 4 } } @@ -227,12 +203,10 @@ JSRoot { filename: "experimental/class-properties/yield-in-class-property-in-generator/input.js" end: Object { column: 18 - index: 93 line: 4 } start: Object { column: 14 - index: 89 line: 4 } } @@ -243,12 +217,10 @@ JSRoot { filename: "experimental/class-properties/yield-in-class-property-in-generator/input.js" end: Object { column: 18 - index: 93 line: 4 } start: Object { column: 16 - index: 91 line: 4 } } @@ -262,12 +234,10 @@ JSRoot { filename: "experimental/class-properties/yield-in-class-property-in-generator/input.js" end: Object { column: 19 - index: 94 line: 4 } start: Object { column: 4 - index: 79 line: 4 } } @@ -281,19 +251,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 79 line: 4 } loc: Object { filename: "experimental/class-properties/yield-in-class-property-in-generator/input.js" end: Object { column: 5 - index: 80 line: 4 } start: Object { column: 4 - index: 79 line: 4 } } diff --git a/internal/js-parser/test-fixtures/experimental/class-properties/yield-in-generator-in-class-property/input.test.md b/internal/js-parser/test-fixtures/experimental/class-properties/yield-in-generator-in-class-property/input.test.md index 0787412cffe..e784d59da9a 100644 --- a/internal/js-parser/test-fixtures/experimental/class-properties/yield-in-generator-in-class-property/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/class-properties/yield-in-generator-in-class-property/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/class-properties/yield-in-generator-in-class-property/input.js" end: Object { column: 0 - index: 47 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "C" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/class-properties/yield-in-generator-in-class-property/input.js" end: Object { column: 1 - index: 46 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/class-properties/yield-in-generator-in-class-property/input.js" end: Object { column: 1 - index: 46 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "p" end: Object { column: 3 - index: 13 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -105,12 +95,10 @@ JSRoot { filename: "experimental/class-properties/yield-in-generator-in-class-property/input.js" end: Object { column: 3 - index: 13 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -121,12 +109,10 @@ JSRoot { filename: "experimental/class-properties/yield-in-generator-in-class-property/input.js" end: Object { column: 33 - index: 43 line: 2 } start: Object { column: 6 - index: 16 line: 2 } } @@ -143,12 +129,10 @@ JSRoot { filename: "experimental/class-properties/yield-in-generator-in-class-property/input.js" end: Object { column: 18 - index: 28 line: 2 } start: Object { column: 16 - index: 26 line: 2 } } @@ -159,12 +143,10 @@ JSRoot { filename: "experimental/class-properties/yield-in-generator-in-class-property/input.js" end: Object { column: 33 - index: 43 line: 2 } start: Object { column: 19 - index: 29 line: 2 } } @@ -174,12 +156,10 @@ JSRoot { filename: "experimental/class-properties/yield-in-generator-in-class-property/input.js" end: Object { column: 31 - index: 41 line: 2 } start: Object { column: 21 - index: 31 line: 2 } } @@ -189,12 +169,10 @@ JSRoot { filename: "experimental/class-properties/yield-in-generator-in-class-property/input.js" end: Object { column: 31 - index: 41 line: 2 } start: Object { column: 21 - index: 31 line: 2 } } @@ -205,12 +183,10 @@ JSRoot { filename: "experimental/class-properties/yield-in-generator-in-class-property/input.js" end: Object { column: 31 - index: 41 line: 2 } start: Object { column: 27 - index: 37 line: 2 } } @@ -221,12 +197,10 @@ JSRoot { filename: "experimental/class-properties/yield-in-generator-in-class-property/input.js" end: Object { column: 31 - index: 41 line: 2 } start: Object { column: 29 - index: 39 line: 2 } } @@ -243,12 +217,10 @@ JSRoot { filename: "experimental/class-properties/yield-in-generator-in-class-property/input.js" end: Object { column: 34 - index: 44 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -261,19 +233,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "experimental/class-properties/yield-in-generator-in-class-property/input.js" end: Object { column: 3 - index: 13 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } diff --git a/internal/js-parser/test-fixtures/experimental/dynamic-import/invalid-lone-import/input.test.md b/internal/js-parser/test-fixtures/experimental/dynamic-import/invalid-lone-import/input.test.md index f6ce03f9e7f..aa27234baa3 100644 --- a/internal/js-parser/test-fixtures/experimental/dynamic-import/invalid-lone-import/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/dynamic-import/invalid-lone-import/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/dynamic-import/invalid-lone-import/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "experimental/dynamic-import/invalid-lone-import/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "experimental/dynamic-import/invalid-lone-import/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -95,12 +87,10 @@ JSRoot { filename: "experimental/dynamic-import/invalid-lone-import/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/export-extensions/default-and-named/input.test.md b/internal/js-parser/test-fixtures/experimental/export-extensions/default-and-named/input.test.md index 313afcdde03..18fefe93f30 100644 --- a/internal/js-parser/test-fixtures/experimental/export-extensions/default-and-named/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/export-extensions/default-and-named/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/export-extensions/default-and-named/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "experimental/export-extensions/default-and-named/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/export-extensions/default-and-named/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "experimental/export-extensions/default-and-named/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "foo" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "experimental/export-extensions/default-and-named/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { identifierName: "bar" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -135,12 +121,10 @@ JSRoot { identifierName: "bar" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/export-extensions/default-and-ns/input.test.md b/internal/js-parser/test-fixtures/experimental/export-extensions/default-and-ns/input.test.md index fa7c99d9cbf..cde4f3f174f 100644 --- a/internal/js-parser/test-fixtures/experimental/export-extensions/default-and-ns/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/export-extensions/default-and-ns/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/export-extensions/default-and-ns/input.js" end: Object { column: 0 - index: 30 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "experimental/export-extensions/default-and-ns/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/export-extensions/default-and-ns/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "experimental/export-extensions/default-and-ns/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "B" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "experimental/export-extensions/default-and-ns/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "A" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/export-extensions/default-default-asi/input.test.md b/internal/js-parser/test-fixtures/experimental/export-extensions/default-default-asi/input.test.md index c45f85be387..9f2c0a36e86 100644 --- a/internal/js-parser/test-fixtures/experimental/export-extensions/default-default-asi/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/export-extensions/default-default-asi/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/export-extensions/default-default-asi/input.js" end: Object { column: 0 - index: 27 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/export-extensions/default-default-asi/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "from" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "experimental/export-extensions/default-default-asi/input.js" end: Object { column: 6 - index: 26 line: 2 } start: Object { column: 0 - index: 20 line: 2 } } @@ -84,12 +76,10 @@ JSRoot { filename: "experimental/export-extensions/default-default-asi/input.js" end: Object { column: 5 - index: 25 line: 2 } start: Object { column: 0 - index: 20 line: 2 } } diff --git a/internal/js-parser/test-fixtures/experimental/export-extensions/default-default/input.test.md b/internal/js-parser/test-fixtures/experimental/export-extensions/default-default/input.test.md index 1b09ed84d93..cfda6d068b9 100644 --- a/internal/js-parser/test-fixtures/experimental/export-extensions/default-default/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/export-extensions/default-default/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/export-extensions/default-default/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/export-extensions/default-default/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "from" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "experimental/export-extensions/default-default/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "experimental/export-extensions/default-default/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/export-extensions/default-from-identifier-escaped/input.test.md b/internal/js-parser/test-fixtures/experimental/export-extensions/default-from-identifier-escaped/input.test.md index 8dcdee7d26f..a966e5cdad4 100644 --- a/internal/js-parser/test-fixtures/experimental/export-extensions/default-from-identifier-escaped/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/export-extensions/default-from-identifier-escaped/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/export-extensions/default-from-identifier-escaped/input.js" end: Object { column: 0 - index: 26 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/export-extensions/default-from-identifier-escaped/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "from" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/export-extensions/default-from-identifier-parenthesized/input.test.md b/internal/js-parser/test-fixtures/experimental/export-extensions/default-from-identifier-parenthesized/input.test.md index 4639f95d152..4e007171168 100644 --- a/internal/js-parser/test-fixtures/experimental/export-extensions/default-from-identifier-parenthesized/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/export-extensions/default-from-identifier-parenthesized/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/export-extensions/default-from-identifier-parenthesized/input.js" end: Object { column: 0 - index: 23 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/export-extensions/default-from-identifier-parenthesized/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "from" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/export-extensions/default-type-with-flow/input.test.md b/internal/js-parser/test-fixtures/experimental/export-extensions/default-type-with-flow/input.test.md index 7e1537562ae..9761e044ced 100644 --- a/internal/js-parser/test-fixtures/experimental/export-extensions/default-type-with-flow/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/export-extensions/default-type-with-flow/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/export-extensions/default-type-with-flow/input.js" end: Object { column: 0 - index: 25 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { filename: "experimental/export-extensions/default-type-with-flow/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "experimental/export-extensions/default-type-with-flow/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "experimental/export-extensions/default-type-with-flow/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "type" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/export-extensions/default-type-with-typescript/input.test.md b/internal/js-parser/test-fixtures/experimental/export-extensions/default-type-with-typescript/input.test.md index 40ec7024fd8..78dfec596f0 100644 --- a/internal/js-parser/test-fixtures/experimental/export-extensions/default-type-with-typescript/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/export-extensions/default-type-with-typescript/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/export-extensions/default-type-with-typescript/input.js" end: Object { column: 0 - index: 25 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { filename: "experimental/export-extensions/default-type-with-typescript/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "experimental/export-extensions/default-type-with-typescript/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "experimental/export-extensions/default-type-with-typescript/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "type" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/export-extensions/default-type-without-flow/input.test.md b/internal/js-parser/test-fixtures/experimental/export-extensions/default-type-without-flow/input.test.md index 79f59f59684..4e21ff93851 100644 --- a/internal/js-parser/test-fixtures/experimental/export-extensions/default-type-without-flow/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/export-extensions/default-type-without-flow/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/export-extensions/default-type-without-flow/input.js" end: Object { column: 0 - index: 25 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { filename: "experimental/export-extensions/default-type-without-flow/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "experimental/export-extensions/default-type-without-flow/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "experimental/export-extensions/default-type-without-flow/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "type" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/export-extensions/default/input.test.md b/internal/js-parser/test-fixtures/experimental/export-extensions/default/input.test.md index f0ba004e145..f1d40564103 100644 --- a/internal/js-parser/test-fixtures/experimental/export-extensions/default/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/export-extensions/default/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/export-extensions/default/input.js" end: Object { column: 0 - index: 22 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { filename: "experimental/export-extensions/default/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "experimental/export-extensions/default/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "experimental/export-extensions/default/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "A" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/export-extensions/export-with-ts/input.test.md b/internal/js-parser/test-fixtures/experimental/export-extensions/export-with-ts/input.test.md index 549054337dc..702a8dafcc9 100644 --- a/internal/js-parser/test-fixtures/experimental/export-extensions/export-with-ts/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/export-extensions/export-with-ts/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/export-extensions/export-with-ts/input.js" end: Object { column: 0 - index: 165 line: 8 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { filename: "experimental/export-extensions/export-with-ts/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -79,12 +73,10 @@ JSRoot { filename: "experimental/export-extensions/export-with-ts/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "experimental/export-extensions/export-with-ts/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -110,12 +100,10 @@ JSRoot { identifierName: "abstract" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { identifierName: "A" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { filename: "experimental/export-extensions/export-with-ts/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -163,12 +147,10 @@ JSRoot { filename: "experimental/export-extensions/export-with-ts/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -182,12 +164,10 @@ JSRoot { filename: "experimental/export-extensions/export-with-ts/input.js" end: Object { column: 14 - index: 41 line: 2 } start: Object { column: 0 - index: 27 line: 2 } } @@ -197,12 +177,10 @@ JSRoot { filename: "experimental/export-extensions/export-with-ts/input.js" end: Object { column: 14 - index: 41 line: 2 } start: Object { column: 15 - index: 42 line: 2 } } @@ -212,12 +190,10 @@ JSRoot { filename: "experimental/export-extensions/export-with-ts/input.js" end: Object { column: 14 - index: 41 line: 2 } start: Object { column: 7 - index: 34 line: 2 } } @@ -228,12 +204,10 @@ JSRoot { identifierName: "declare" end: Object { column: 14 - index: 41 line: 2 } start: Object { column: 7 - index: 34 line: 2 } } @@ -248,12 +222,10 @@ JSRoot { identifierName: "B" end: Object { column: 26 - index: 53 line: 2 } start: Object { column: 25 - index: 52 line: 2 } } @@ -264,12 +236,10 @@ JSRoot { filename: "experimental/export-extensions/export-with-ts/input.js" end: Object { column: 29 - index: 56 line: 2 } start: Object { column: 15 - index: 42 line: 2 } } @@ -279,12 +249,10 @@ JSRoot { filename: "experimental/export-extensions/export-with-ts/input.js" end: Object { column: 29 - index: 56 line: 2 } start: Object { column: 27 - index: 54 line: 2 } } @@ -298,12 +266,10 @@ JSRoot { filename: "experimental/export-extensions/export-with-ts/input.js" end: Object { column: 11 - index: 68 line: 3 } start: Object { column: 0 - index: 57 line: 3 } } @@ -313,12 +279,10 @@ JSRoot { filename: "experimental/export-extensions/export-with-ts/input.js" end: Object { column: 11 - index: 68 line: 3 } start: Object { column: 12 - index: 69 line: 3 } } @@ -328,12 +292,10 @@ JSRoot { filename: "experimental/export-extensions/export-with-ts/input.js" end: Object { column: 11 - index: 68 line: 3 } start: Object { column: 7 - index: 64 line: 3 } } @@ -344,12 +306,10 @@ JSRoot { identifierName: "enum" end: Object { column: 11 - index: 68 line: 3 } start: Object { column: 7 - index: 64 line: 3 } } @@ -361,12 +321,10 @@ JSRoot { filename: "experimental/export-extensions/export-with-ts/input.js" end: Object { column: 13 - index: 70 line: 3 } start: Object { column: 12 - index: 69 line: 3 } } @@ -377,12 +335,10 @@ JSRoot { identifierName: "C" end: Object { column: 13 - index: 70 line: 3 } start: Object { column: 12 - index: 69 line: 3 } } @@ -395,12 +351,10 @@ JSRoot { filename: "experimental/export-extensions/export-with-ts/input.js" end: Object { column: 16 - index: 73 line: 3 } start: Object { column: 14 - index: 71 line: 3 } } @@ -412,12 +366,10 @@ JSRoot { filename: "experimental/export-extensions/export-with-ts/input.js" end: Object { column: 21 - index: 95 line: 4 } start: Object { column: 0 - index: 74 line: 4 } } @@ -429,12 +381,10 @@ JSRoot { identifierName: "D" end: Object { column: 18 - index: 92 line: 4 } start: Object { column: 17 - index: 91 line: 4 } } @@ -445,12 +395,10 @@ JSRoot { filename: "experimental/export-extensions/export-with-ts/input.js" end: Object { column: 21 - index: 95 line: 4 } start: Object { column: 7 - index: 81 line: 4 } } @@ -460,12 +408,10 @@ JSRoot { filename: "experimental/export-extensions/export-with-ts/input.js" end: Object { column: 21 - index: 95 line: 4 } start: Object { column: 19 - index: 93 line: 4 } } @@ -480,12 +426,10 @@ JSRoot { filename: "experimental/export-extensions/export-with-ts/input.js" end: Object { column: 13 - index: 109 line: 5 } start: Object { column: 0 - index: 96 line: 5 } } @@ -495,12 +439,10 @@ JSRoot { filename: "experimental/export-extensions/export-with-ts/input.js" end: Object { column: 13 - index: 109 line: 5 } start: Object { column: 14 - index: 110 line: 5 } } @@ -510,12 +452,10 @@ JSRoot { filename: "experimental/export-extensions/export-with-ts/input.js" end: Object { column: 13 - index: 109 line: 5 } start: Object { column: 7 - index: 103 line: 5 } } @@ -526,12 +466,10 @@ JSRoot { identifierName: "module" end: Object { column: 13 - index: 109 line: 5 } start: Object { column: 7 - index: 103 line: 5 } } @@ -543,12 +481,10 @@ JSRoot { filename: "experimental/export-extensions/export-with-ts/input.js" end: Object { column: 15 - index: 111 line: 5 } start: Object { column: 14 - index: 110 line: 5 } } @@ -559,12 +495,10 @@ JSRoot { identifierName: "E" end: Object { column: 15 - index: 111 line: 5 } start: Object { column: 14 - index: 110 line: 5 } } @@ -577,12 +511,10 @@ JSRoot { filename: "experimental/export-extensions/export-with-ts/input.js" end: Object { column: 18 - index: 114 line: 5 } start: Object { column: 16 - index: 112 line: 5 } } @@ -595,12 +527,10 @@ JSRoot { filename: "experimental/export-extensions/export-with-ts/input.js" end: Object { column: 16 - index: 131 line: 6 } start: Object { column: 0 - index: 115 line: 6 } } @@ -610,12 +540,10 @@ JSRoot { filename: "experimental/export-extensions/export-with-ts/input.js" end: Object { column: 16 - index: 131 line: 6 } start: Object { column: 17 - index: 132 line: 6 } } @@ -625,12 +553,10 @@ JSRoot { filename: "experimental/export-extensions/export-with-ts/input.js" end: Object { column: 16 - index: 131 line: 6 } start: Object { column: 7 - index: 122 line: 6 } } @@ -641,12 +567,10 @@ JSRoot { identifierName: "namespace" end: Object { column: 16 - index: 131 line: 6 } start: Object { column: 7 - index: 122 line: 6 } } @@ -658,12 +582,10 @@ JSRoot { filename: "experimental/export-extensions/export-with-ts/input.js" end: Object { column: 18 - index: 133 line: 6 } start: Object { column: 17 - index: 132 line: 6 } } @@ -674,12 +596,10 @@ JSRoot { identifierName: "F" end: Object { column: 18 - index: 133 line: 6 } start: Object { column: 17 - index: 132 line: 6 } } @@ -692,12 +612,10 @@ JSRoot { filename: "experimental/export-extensions/export-with-ts/input.js" end: Object { column: 21 - index: 136 line: 6 } start: Object { column: 19 - index: 134 line: 6 } } @@ -709,12 +627,10 @@ JSRoot { filename: "experimental/export-extensions/export-with-ts/input.js" end: Object { column: 27 - index: 164 line: 7 } start: Object { column: 0 - index: 137 line: 7 } } @@ -726,12 +642,10 @@ JSRoot { identifierName: "G" end: Object { column: 13 - index: 150 line: 7 } start: Object { column: 12 - index: 149 line: 7 } } @@ -741,12 +655,10 @@ JSRoot { filename: "experimental/export-extensions/export-with-ts/input.js" end: Object { column: 27 - index: 164 line: 7 } start: Object { column: 7 - index: 144 line: 7 } } @@ -755,12 +667,10 @@ JSRoot { filename: "experimental/export-extensions/export-with-ts/input.js" end: Object { column: 26 - index: 163 line: 7 } start: Object { column: 16 - index: 153 line: 7 } } @@ -771,12 +681,10 @@ JSRoot { identifierName: "foo" end: Object { column: 26 - index: 163 line: 7 } start: Object { column: 23 - index: 160 line: 7 } } diff --git a/internal/js-parser/test-fixtures/experimental/export-extensions/invalid-default-from-identifier/input.test.md b/internal/js-parser/test-fixtures/experimental/export-extensions/invalid-default-from-identifier/input.test.md index ddb46aa8dc2..8dc8f2b7a8b 100644 --- a/internal/js-parser/test-fixtures/experimental/export-extensions/invalid-default-from-identifier/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/export-extensions/invalid-default-from-identifier/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/export-extensions/invalid-default-from-identifier/input.js" end: Object { column: 0 - index: 21 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/export-extensions/invalid-default-from-identifier/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "from" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/function-sent/disabled-function-keyword-declaration/input.test.md b/internal/js-parser/test-fixtures/experimental/function-sent/disabled-function-keyword-declaration/input.test.md index fe9adbbc782..a02719d6aea 100644 --- a/internal/js-parser/test-fixtures/experimental/function-sent/disabled-function-keyword-declaration/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/function-sent/disabled-function-keyword-declaration/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/function-sent/disabled-function-keyword-declaration/input.js" end: Object { column: 0 - index: 41 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 17 - index: 35 line: 2 } start: Object { column: 18 - index: 36 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "foo" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "experimental/function-sent/disabled-function-keyword-declaration/input.js" end: Object { column: 1 - index: 40 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "experimental/function-sent/disabled-function-keyword-declaration/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "experimental/function-sent/disabled-function-keyword-declaration/input.js" end: Object { column: 1 - index: 40 line: 3 } start: Object { column: 16 - index: 16 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "experimental/function-sent/disabled-function-keyword-declaration/input.js" end: Object { column: 17 - index: 35 line: 2 } start: Object { column: 2 - index: 20 line: 2 } } @@ -146,12 +132,10 @@ JSRoot { filename: "experimental/function-sent/disabled-function-keyword-declaration/input.js" end: Object { column: 17 - index: 35 line: 2 } start: Object { column: 2 - index: 20 line: 2 } } @@ -160,12 +144,10 @@ JSRoot { filename: "experimental/function-sent/disabled-function-keyword-declaration/input.js" end: Object { column: 15 - index: 33 line: 2 } start: Object { column: 2 - index: 20 line: 2 } } @@ -176,12 +158,10 @@ JSRoot { identifierName: "function" end: Object { column: 10 - index: 28 line: 2 } start: Object { column: 2 - index: 20 line: 2 } } @@ -193,12 +173,10 @@ JSRoot { identifierName: "sent" end: Object { column: 15 - index: 33 line: 2 } start: Object { column: 11 - index: 29 line: 2 } } @@ -213,12 +191,10 @@ JSRoot { filename: "experimental/function-sent/disabled-function-keyword-declaration/input.js" end: Object { column: 20 - index: 38 line: 2 } start: Object { column: 18 - index: 36 line: 2 } } diff --git a/internal/js-parser/test-fixtures/experimental/function-sent/disabled-function-keyword-expression/input.test.md b/internal/js-parser/test-fixtures/experimental/function-sent/disabled-function-keyword-expression/input.test.md index 1f0c422f94e..8c099866c60 100644 --- a/internal/js-parser/test-fixtures/experimental/function-sent/disabled-function-keyword-expression/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/function-sent/disabled-function-keyword-expression/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/function-sent/disabled-function-keyword-expression/input.js" end: Object { column: 0 - index: 44 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 20 - index: 38 line: 2 } start: Object { column: 19 - index: 37 line: 2 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "foo" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "experimental/function-sent/disabled-function-keyword-expression/input.js" end: Object { column: 1 - index: 43 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "experimental/function-sent/disabled-function-keyword-expression/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -121,12 +111,10 @@ JSRoot { filename: "experimental/function-sent/disabled-function-keyword-expression/input.js" end: Object { column: 1 - index: 43 line: 3 } start: Object { column: 16 - index: 16 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "experimental/function-sent/disabled-function-keyword-expression/input.js" end: Object { column: 18 - index: 36 line: 2 } start: Object { column: 2 - index: 20 line: 2 } } @@ -151,12 +137,10 @@ JSRoot { filename: "experimental/function-sent/disabled-function-keyword-expression/input.js" end: Object { column: 18 - index: 36 line: 2 } start: Object { column: 3 - index: 21 line: 2 } } @@ -165,12 +149,10 @@ JSRoot { filename: "experimental/function-sent/disabled-function-keyword-expression/input.js" end: Object { column: 16 - index: 34 line: 2 } start: Object { column: 3 - index: 21 line: 2 } } @@ -181,12 +163,10 @@ JSRoot { identifierName: "function" end: Object { column: 11 - index: 29 line: 2 } start: Object { column: 3 - index: 21 line: 2 } } @@ -198,12 +178,10 @@ JSRoot { identifierName: "sent" end: Object { column: 16 - index: 34 line: 2 } start: Object { column: 12 - index: 30 line: 2 } } @@ -218,12 +196,10 @@ JSRoot { filename: "experimental/function-sent/disabled-function-keyword-expression/input.js" end: Object { column: 21 - index: 39 line: 2 } start: Object { column: 19 - index: 37 line: 2 } } @@ -233,12 +209,10 @@ JSRoot { filename: "experimental/function-sent/disabled-function-keyword-expression/input.js" end: Object { column: 23 - index: 41 line: 2 } start: Object { column: 21 - index: 39 line: 2 } } @@ -248,12 +222,10 @@ JSRoot { filename: "experimental/function-sent/disabled-function-keyword-expression/input.js" end: Object { column: 22 - index: 40 line: 2 } start: Object { column: 21 - index: 39 line: 2 } } diff --git a/internal/js-parser/test-fixtures/experimental/function-sent/disabled-inside-function/input.test.md b/internal/js-parser/test-fixtures/experimental/function-sent/disabled-inside-function/input.test.md index c7150cd8bbf..0929c79fd76 100644 --- a/internal/js-parser/test-fixtures/experimental/function-sent/disabled-inside-function/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/function-sent/disabled-inside-function/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/function-sent/disabled-inside-function/input.js" end: Object { column: 0 - index: 43 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 18 - index: 35 line: 2 } start: Object { column: 17 - index: 34 line: 2 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "foo" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "experimental/function-sent/disabled-inside-function/input.js" end: Object { column: 1 - index: 42 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "experimental/function-sent/disabled-inside-function/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -121,12 +111,10 @@ JSRoot { filename: "experimental/function-sent/disabled-inside-function/input.js" end: Object { column: 1 - index: 42 line: 3 } start: Object { column: 15 - index: 15 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "experimental/function-sent/disabled-inside-function/input.js" end: Object { column: 1 - index: 42 line: 3 } start: Object { column: 2 - index: 19 line: 2 } } @@ -151,12 +137,10 @@ JSRoot { filename: "experimental/function-sent/disabled-inside-function/input.js" end: Object { column: 1 - index: 42 line: 3 } start: Object { column: 9 - index: 26 line: 2 } } @@ -166,12 +150,10 @@ JSRoot { filename: "experimental/function-sent/disabled-inside-function/input.js" end: Object { column: 1 - index: 42 line: 3 } start: Object { column: 18 - index: 35 line: 2 } } @@ -181,12 +163,10 @@ JSRoot { filename: "experimental/function-sent/disabled-inside-function/input.js" end: Object { column: 23 - index: 40 line: 2 } start: Object { column: 18 - index: 35 line: 2 } } @@ -197,12 +177,10 @@ JSRoot { identifierName: "sent" end: Object { column: 22 - index: 39 line: 2 } start: Object { column: 18 - index: 35 line: 2 } } @@ -222,12 +200,10 @@ JSRoot { filename: "experimental/function-sent/disabled-inside-function/input.js" end: Object { column: 18 - index: 35 line: 2 } start: Object { column: 17 - index: 34 line: 2 } } @@ -239,12 +215,10 @@ JSRoot { identifierName: "" end: Object { column: 18 - index: 35 line: 2 } start: Object { column: 17 - index: 34 line: 2 } } @@ -255,12 +229,10 @@ JSRoot { filename: "experimental/function-sent/disabled-inside-function/input.js" end: Object { column: 18 - index: 35 line: 2 } start: Object { column: 17 - index: 34 line: 2 } } diff --git a/internal/js-parser/test-fixtures/experimental/function-sent/disabled-inside-generator/input.test.md b/internal/js-parser/test-fixtures/experimental/function-sent/disabled-inside-generator/input.test.md index 38b6b524bee..c581efe0e54 100644 --- a/internal/js-parser/test-fixtures/experimental/function-sent/disabled-inside-generator/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/function-sent/disabled-inside-generator/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/function-sent/disabled-inside-generator/input.js" end: Object { column: 0 - index: 44 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "foo" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/function-sent/disabled-inside-generator/input.js" end: Object { column: 1 - index: 43 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "experimental/function-sent/disabled-inside-generator/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/function-sent/disabled-inside-generator/input.js" end: Object { column: 1 - index: 43 line: 3 } start: Object { column: 16 - index: 16 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "experimental/function-sent/disabled-inside-generator/input.js" end: Object { column: 23 - index: 41 line: 2 } start: Object { column: 2 - index: 20 line: 2 } } @@ -121,12 +109,10 @@ JSRoot { filename: "experimental/function-sent/disabled-inside-generator/input.js" end: Object { column: 22 - index: 40 line: 2 } start: Object { column: 9 - index: 27 line: 2 } } @@ -137,12 +123,10 @@ JSRoot { identifierName: "function" end: Object { column: 17 - index: 35 line: 2 } start: Object { column: 9 - index: 27 line: 2 } } @@ -154,12 +138,10 @@ JSRoot { identifierName: "sent" end: Object { column: 22 - index: 40 line: 2 } start: Object { column: 18 - index: 36 line: 2 } } diff --git a/internal/js-parser/test-fixtures/experimental/function-sent/enabled-asi-funciton-declaration/input.test.md b/internal/js-parser/test-fixtures/experimental/function-sent/enabled-asi-funciton-declaration/input.test.md index 0f68487f7bb..b2f87c0de22 100644 --- a/internal/js-parser/test-fixtures/experimental/function-sent/enabled-asi-funciton-declaration/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/function-sent/enabled-asi-funciton-declaration/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/function-sent/enabled-asi-funciton-declaration/input.js" end: Object { column: 0 - index: 43 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "foo" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/function-sent/enabled-asi-funciton-declaration/input.js" end: Object { column: 1 - index: 42 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "experimental/function-sent/enabled-asi-funciton-declaration/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/function-sent/enabled-asi-funciton-declaration/input.js" end: Object { column: 1 - index: 42 line: 4 } start: Object { column: 16 - index: 16 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "experimental/function-sent/enabled-asi-funciton-declaration/input.js" end: Object { column: 17 - index: 35 line: 2 } start: Object { column: 2 - index: 20 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "experimental/function-sent/enabled-asi-funciton-declaration/input.js" end: Object { column: 17 - index: 35 line: 2 } start: Object { column: 2 - index: 20 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/function-sent/enabled-asi-funciton-declaration/input.js" end: Object { column: 15 - index: 33 line: 2 } start: Object { column: 2 - index: 20 line: 2 } } @@ -152,12 +136,10 @@ JSRoot { identifierName: "function" end: Object { column: 10 - index: 28 line: 2 } start: Object { column: 2 - index: 20 line: 2 } } @@ -169,12 +151,10 @@ JSRoot { identifierName: "sent" end: Object { column: 15 - index: 33 line: 2 } start: Object { column: 11 - index: 29 line: 2 } } @@ -189,12 +169,10 @@ JSRoot { filename: "experimental/function-sent/enabled-asi-funciton-declaration/input.js" end: Object { column: 4 - index: 40 line: 3 } start: Object { column: 2 - index: 38 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/function-sent/enabled-call-statement/input.test.md b/internal/js-parser/test-fixtures/experimental/function-sent/enabled-call-statement/input.test.md index 7f95f3bf4ce..a979b7a1596 100644 --- a/internal/js-parser/test-fixtures/experimental/function-sent/enabled-call-statement/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/function-sent/enabled-call-statement/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/function-sent/enabled-call-statement/input.js" end: Object { column: 0 - index: 39 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "foo" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/function-sent/enabled-call-statement/input.js" end: Object { column: 1 - index: 38 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "experimental/function-sent/enabled-call-statement/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/function-sent/enabled-call-statement/input.js" end: Object { column: 1 - index: 38 line: 3 } start: Object { column: 16 - index: 16 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "experimental/function-sent/enabled-call-statement/input.js" end: Object { column: 18 - index: 36 line: 2 } start: Object { column: 2 - index: 20 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "experimental/function-sent/enabled-call-statement/input.js" end: Object { column: 17 - index: 35 line: 2 } start: Object { column: 2 - index: 20 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/function-sent/enabled-call-statement/input.js" end: Object { column: 15 - index: 33 line: 2 } start: Object { column: 2 - index: 20 line: 2 } } @@ -152,12 +136,10 @@ JSRoot { identifierName: "function" end: Object { column: 10 - index: 28 line: 2 } start: Object { column: 2 - index: 20 line: 2 } } @@ -169,12 +151,10 @@ JSRoot { identifierName: "sent" end: Object { column: 15 - index: 33 line: 2 } start: Object { column: 11 - index: 29 line: 2 } } diff --git a/internal/js-parser/test-fixtures/experimental/function-sent/enabled-call/input.test.md b/internal/js-parser/test-fixtures/experimental/function-sent/enabled-call/input.test.md index 1738680644f..66499b36589 100644 --- a/internal/js-parser/test-fixtures/experimental/function-sent/enabled-call/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/function-sent/enabled-call/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/function-sent/enabled-call/input.js" end: Object { column: 0 - index: 41 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "foo" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/function-sent/enabled-call/input.js" end: Object { column: 1 - index: 40 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "experimental/function-sent/enabled-call/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/function-sent/enabled-call/input.js" end: Object { column: 1 - index: 40 line: 3 } start: Object { column: 16 - index: 16 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "experimental/function-sent/enabled-call/input.js" end: Object { column: 20 - index: 38 line: 2 } start: Object { column: 2 - index: 20 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "experimental/function-sent/enabled-call/input.js" end: Object { column: 18 - index: 36 line: 2 } start: Object { column: 3 - index: 21 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/function-sent/enabled-call/input.js" end: Object { column: 16 - index: 34 line: 2 } start: Object { column: 3 - index: 21 line: 2 } } @@ -152,12 +136,10 @@ JSRoot { identifierName: "function" end: Object { column: 11 - index: 29 line: 2 } start: Object { column: 3 - index: 21 line: 2 } } @@ -169,12 +151,10 @@ JSRoot { identifierName: "sent" end: Object { column: 16 - index: 34 line: 2 } start: Object { column: 12 - index: 30 line: 2 } } diff --git a/internal/js-parser/test-fixtures/experimental/function-sent/enabled-function-keyword-declaration/input.test.md b/internal/js-parser/test-fixtures/experimental/function-sent/enabled-function-keyword-declaration/input.test.md index cf2e7e9e7e2..b4a0e0b3d0c 100644 --- a/internal/js-parser/test-fixtures/experimental/function-sent/enabled-function-keyword-declaration/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/function-sent/enabled-function-keyword-declaration/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/function-sent/enabled-function-keyword-declaration/input.js" end: Object { column: 0 - index: 41 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 17 - index: 35 line: 2 } start: Object { column: 18 - index: 36 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "foo" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "experimental/function-sent/enabled-function-keyword-declaration/input.js" end: Object { column: 1 - index: 40 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "experimental/function-sent/enabled-function-keyword-declaration/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "experimental/function-sent/enabled-function-keyword-declaration/input.js" end: Object { column: 1 - index: 40 line: 3 } start: Object { column: 16 - index: 16 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "experimental/function-sent/enabled-function-keyword-declaration/input.js" end: Object { column: 17 - index: 35 line: 2 } start: Object { column: 2 - index: 20 line: 2 } } @@ -146,12 +132,10 @@ JSRoot { filename: "experimental/function-sent/enabled-function-keyword-declaration/input.js" end: Object { column: 17 - index: 35 line: 2 } start: Object { column: 2 - index: 20 line: 2 } } @@ -160,12 +144,10 @@ JSRoot { filename: "experimental/function-sent/enabled-function-keyword-declaration/input.js" end: Object { column: 15 - index: 33 line: 2 } start: Object { column: 2 - index: 20 line: 2 } } @@ -176,12 +158,10 @@ JSRoot { identifierName: "function" end: Object { column: 10 - index: 28 line: 2 } start: Object { column: 2 - index: 20 line: 2 } } @@ -193,12 +173,10 @@ JSRoot { identifierName: "sent" end: Object { column: 15 - index: 33 line: 2 } start: Object { column: 11 - index: 29 line: 2 } } @@ -213,12 +191,10 @@ JSRoot { filename: "experimental/function-sent/enabled-function-keyword-declaration/input.js" end: Object { column: 20 - index: 38 line: 2 } start: Object { column: 18 - index: 36 line: 2 } } diff --git a/internal/js-parser/test-fixtures/experimental/function-sent/enabled-function-keyword-expression/input.test.md b/internal/js-parser/test-fixtures/experimental/function-sent/enabled-function-keyword-expression/input.test.md index 4a36102219b..14bd262d0aa 100644 --- a/internal/js-parser/test-fixtures/experimental/function-sent/enabled-function-keyword-expression/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/function-sent/enabled-function-keyword-expression/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/function-sent/enabled-function-keyword-expression/input.js" end: Object { column: 0 - index: 44 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 20 - index: 38 line: 2 } start: Object { column: 19 - index: 37 line: 2 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "foo" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "experimental/function-sent/enabled-function-keyword-expression/input.js" end: Object { column: 1 - index: 43 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "experimental/function-sent/enabled-function-keyword-expression/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -121,12 +111,10 @@ JSRoot { filename: "experimental/function-sent/enabled-function-keyword-expression/input.js" end: Object { column: 1 - index: 43 line: 3 } start: Object { column: 16 - index: 16 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "experimental/function-sent/enabled-function-keyword-expression/input.js" end: Object { column: 18 - index: 36 line: 2 } start: Object { column: 2 - index: 20 line: 2 } } @@ -151,12 +137,10 @@ JSRoot { filename: "experimental/function-sent/enabled-function-keyword-expression/input.js" end: Object { column: 18 - index: 36 line: 2 } start: Object { column: 3 - index: 21 line: 2 } } @@ -165,12 +149,10 @@ JSRoot { filename: "experimental/function-sent/enabled-function-keyword-expression/input.js" end: Object { column: 16 - index: 34 line: 2 } start: Object { column: 3 - index: 21 line: 2 } } @@ -181,12 +163,10 @@ JSRoot { identifierName: "function" end: Object { column: 11 - index: 29 line: 2 } start: Object { column: 3 - index: 21 line: 2 } } @@ -198,12 +178,10 @@ JSRoot { identifierName: "sent" end: Object { column: 16 - index: 34 line: 2 } start: Object { column: 12 - index: 30 line: 2 } } @@ -218,12 +196,10 @@ JSRoot { filename: "experimental/function-sent/enabled-function-keyword-expression/input.js" end: Object { column: 21 - index: 39 line: 2 } start: Object { column: 19 - index: 37 line: 2 } } @@ -233,12 +209,10 @@ JSRoot { filename: "experimental/function-sent/enabled-function-keyword-expression/input.js" end: Object { column: 23 - index: 41 line: 2 } start: Object { column: 21 - index: 39 line: 2 } } @@ -248,12 +222,10 @@ JSRoot { filename: "experimental/function-sent/enabled-function-keyword-expression/input.js" end: Object { column: 22 - index: 40 line: 2 } start: Object { column: 21 - index: 39 line: 2 } } diff --git a/internal/js-parser/test-fixtures/experimental/function-sent/enabled-if-statement/input.test.md b/internal/js-parser/test-fixtures/experimental/function-sent/enabled-if-statement/input.test.md index 9fc2c6615ce..fd8c79c8831 100644 --- a/internal/js-parser/test-fixtures/experimental/function-sent/enabled-if-statement/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/function-sent/enabled-if-statement/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/function-sent/enabled-if-statement/input.js" end: Object { column: 0 - index: 47 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "foo" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/function-sent/enabled-if-statement/input.js" end: Object { column: 1 - index: 46 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "experimental/function-sent/enabled-if-statement/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/function-sent/enabled-if-statement/input.js" end: Object { column: 1 - index: 46 line: 3 } start: Object { column: 16 - index: 16 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "experimental/function-sent/enabled-if-statement/input.js" end: Object { column: 26 - index: 44 line: 2 } start: Object { column: 2 - index: 20 line: 2 } } @@ -123,12 +111,10 @@ JSRoot { filename: "experimental/function-sent/enabled-if-statement/input.js" end: Object { column: 10 - index: 28 line: 2 } start: Object { column: 6 - index: 24 line: 2 } } @@ -138,12 +124,10 @@ JSRoot { filename: "experimental/function-sent/enabled-if-statement/input.js" end: Object { column: 26 - index: 44 line: 2 } start: Object { column: 12 - index: 30 line: 2 } } @@ -152,12 +136,10 @@ JSRoot { filename: "experimental/function-sent/enabled-if-statement/input.js" end: Object { column: 25 - index: 43 line: 2 } start: Object { column: 12 - index: 30 line: 2 } } @@ -168,12 +150,10 @@ JSRoot { identifierName: "function" end: Object { column: 20 - index: 38 line: 2 } start: Object { column: 12 - index: 30 line: 2 } } @@ -185,12 +165,10 @@ JSRoot { identifierName: "sent" end: Object { column: 25 - index: 43 line: 2 } start: Object { column: 21 - index: 39 line: 2 } } diff --git a/internal/js-parser/test-fixtures/experimental/function-sent/enabled-inside-function/input.test.md b/internal/js-parser/test-fixtures/experimental/function-sent/enabled-inside-function/input.test.md index 9c0e28170a3..6eab32b64a7 100644 --- a/internal/js-parser/test-fixtures/experimental/function-sent/enabled-inside-function/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/function-sent/enabled-inside-function/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/function-sent/enabled-inside-function/input.js" end: Object { column: 0 - index: 43 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 18 - index: 35 line: 2 } start: Object { column: 17 - index: 34 line: 2 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "foo" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "experimental/function-sent/enabled-inside-function/input.js" end: Object { column: 1 - index: 42 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "experimental/function-sent/enabled-inside-function/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -121,12 +111,10 @@ JSRoot { filename: "experimental/function-sent/enabled-inside-function/input.js" end: Object { column: 1 - index: 42 line: 3 } start: Object { column: 15 - index: 15 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "experimental/function-sent/enabled-inside-function/input.js" end: Object { column: 1 - index: 42 line: 3 } start: Object { column: 2 - index: 19 line: 2 } } @@ -151,12 +137,10 @@ JSRoot { filename: "experimental/function-sent/enabled-inside-function/input.js" end: Object { column: 1 - index: 42 line: 3 } start: Object { column: 9 - index: 26 line: 2 } } @@ -166,12 +150,10 @@ JSRoot { filename: "experimental/function-sent/enabled-inside-function/input.js" end: Object { column: 1 - index: 42 line: 3 } start: Object { column: 18 - index: 35 line: 2 } } @@ -181,12 +163,10 @@ JSRoot { filename: "experimental/function-sent/enabled-inside-function/input.js" end: Object { column: 23 - index: 40 line: 2 } start: Object { column: 18 - index: 35 line: 2 } } @@ -197,12 +177,10 @@ JSRoot { identifierName: "sent" end: Object { column: 22 - index: 39 line: 2 } start: Object { column: 18 - index: 35 line: 2 } } @@ -222,12 +200,10 @@ JSRoot { filename: "experimental/function-sent/enabled-inside-function/input.js" end: Object { column: 18 - index: 35 line: 2 } start: Object { column: 17 - index: 34 line: 2 } } @@ -239,12 +215,10 @@ JSRoot { identifierName: "" end: Object { column: 18 - index: 35 line: 2 } start: Object { column: 17 - index: 34 line: 2 } } @@ -255,12 +229,10 @@ JSRoot { filename: "experimental/function-sent/enabled-inside-function/input.js" end: Object { column: 18 - index: 35 line: 2 } start: Object { column: 17 - index: 34 line: 2 } } diff --git a/internal/js-parser/test-fixtures/experimental/function-sent/enabled-inside-generator/input.test.md b/internal/js-parser/test-fixtures/experimental/function-sent/enabled-inside-generator/input.test.md index f78d30c17c1..77ec3e8dc29 100644 --- a/internal/js-parser/test-fixtures/experimental/function-sent/enabled-inside-generator/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/function-sent/enabled-inside-generator/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/function-sent/enabled-inside-generator/input.js" end: Object { column: 0 - index: 44 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "foo" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/function-sent/enabled-inside-generator/input.js" end: Object { column: 1 - index: 43 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "experimental/function-sent/enabled-inside-generator/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/function-sent/enabled-inside-generator/input.js" end: Object { column: 1 - index: 43 line: 3 } start: Object { column: 16 - index: 16 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "experimental/function-sent/enabled-inside-generator/input.js" end: Object { column: 23 - index: 41 line: 2 } start: Object { column: 2 - index: 20 line: 2 } } @@ -121,12 +109,10 @@ JSRoot { filename: "experimental/function-sent/enabled-inside-generator/input.js" end: Object { column: 22 - index: 40 line: 2 } start: Object { column: 9 - index: 27 line: 2 } } @@ -137,12 +123,10 @@ JSRoot { identifierName: "function" end: Object { column: 17 - index: 35 line: 2 } start: Object { column: 9 - index: 27 line: 2 } } @@ -154,12 +138,10 @@ JSRoot { identifierName: "sent" end: Object { column: 22 - index: 40 line: 2 } start: Object { column: 18 - index: 36 line: 2 } } diff --git a/internal/js-parser/test-fixtures/experimental/function-sent/enabled-statement/input.test.md b/internal/js-parser/test-fixtures/experimental/function-sent/enabled-statement/input.test.md index 99698c7ae73..2afb7f1c18a 100644 --- a/internal/js-parser/test-fixtures/experimental/function-sent/enabled-statement/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/function-sent/enabled-statement/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/function-sent/enabled-statement/input.js" end: Object { column: 0 - index: 37 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "foo" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/function-sent/enabled-statement/input.js" end: Object { column: 1 - index: 36 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "experimental/function-sent/enabled-statement/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/function-sent/enabled-statement/input.js" end: Object { column: 1 - index: 36 line: 3 } start: Object { column: 16 - index: 16 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "experimental/function-sent/enabled-statement/input.js" end: Object { column: 16 - index: 34 line: 2 } start: Object { column: 2 - index: 20 line: 2 } } @@ -121,12 +109,10 @@ JSRoot { filename: "experimental/function-sent/enabled-statement/input.js" end: Object { column: 15 - index: 33 line: 2 } start: Object { column: 2 - index: 20 line: 2 } } @@ -137,12 +123,10 @@ JSRoot { identifierName: "function" end: Object { column: 10 - index: 28 line: 2 } start: Object { column: 2 - index: 20 line: 2 } } @@ -154,12 +138,10 @@ JSRoot { identifierName: "sent" end: Object { column: 15 - index: 33 line: 2 } start: Object { column: 11 - index: 29 line: 2 } } diff --git a/internal/js-parser/test-fixtures/experimental/function-sent/invalid-syntax/input.test.md b/internal/js-parser/test-fixtures/experimental/function-sent/invalid-syntax/input.test.md index e6ebff819d0..41046d6cd31 100644 --- a/internal/js-parser/test-fixtures/experimental/function-sent/invalid-syntax/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/function-sent/invalid-syntax/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/function-sent/invalid-syntax/input.js" end: Object { column: 0 - index: 43 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 22 - index: 40 line: 2 } start: Object { column: 21 - index: 39 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "foo" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "experimental/function-sent/invalid-syntax/input.js" end: Object { column: 1 - index: 42 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "experimental/function-sent/invalid-syntax/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "experimental/function-sent/invalid-syntax/input.js" end: Object { column: 1 - index: 42 line: 3 } start: Object { column: 16 - index: 16 line: 1 } } @@ -132,12 +120,10 @@ JSRoot { filename: "experimental/function-sent/invalid-syntax/input.js" end: Object { column: 22 - index: 40 line: 2 } start: Object { column: 2 - index: 20 line: 2 } } @@ -147,12 +133,10 @@ JSRoot { filename: "experimental/function-sent/invalid-syntax/input.js" end: Object { column: 10 - index: 28 line: 2 } start: Object { column: 6 - index: 24 line: 2 } } @@ -162,12 +146,10 @@ JSRoot { filename: "experimental/function-sent/invalid-syntax/input.js" end: Object { column: 22 - index: 40 line: 2 } start: Object { column: 12 - index: 30 line: 2 } } @@ -176,12 +158,10 @@ JSRoot { filename: "experimental/function-sent/invalid-syntax/input.js" end: Object { column: 22 - index: 40 line: 2 } start: Object { column: 12 - index: 30 line: 2 } } @@ -192,12 +172,10 @@ JSRoot { identifierName: "function" end: Object { column: 20 - index: 38 line: 2 } start: Object { column: 12 - index: 30 line: 2 } } @@ -209,12 +187,10 @@ JSRoot { identifierName: "" end: Object { column: 22 - index: 40 line: 2 } start: Object { column: 21 - index: 39 line: 2 } } diff --git a/internal/js-parser/test-fixtures/experimental/logical-assignment-operator/and-and-equals-no-plugin/input.test.md b/internal/js-parser/test-fixtures/experimental/logical-assignment-operator/and-and-equals-no-plugin/input.test.md index 0d35647e2b2..ef6068206f7 100644 --- a/internal/js-parser/test-fixtures/experimental/logical-assignment-operator/and-and-equals-no-plugin/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/logical-assignment-operator/and-and-equals-no-plugin/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/logical-assignment-operator/and-and-equals-no-plugin/input.js" end: Object { column: 0 - index: 22 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "experimental/logical-assignment-operator/and-and-equals-no-plugin/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "experimental/logical-assignment-operator/and-and-equals-no-plugin/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "experimental/logical-assignment-operator/and-and-equals-no-plugin/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { identifierName: "a" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "experimental/logical-assignment-operator/and-and-equals-no-plugin/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -146,12 +132,10 @@ JSRoot { identifierName: "b" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -162,12 +146,10 @@ JSRoot { filename: "experimental/logical-assignment-operator/and-and-equals-no-plugin/input.js" end: Object { column: 9 - index: 18 line: 2 } start: Object { column: 0 - index: 9 line: 2 } } @@ -177,12 +159,10 @@ JSRoot { filename: "experimental/logical-assignment-operator/and-and-equals-no-plugin/input.js" end: Object { column: 9 - index: 18 line: 2 } start: Object { column: 0 - index: 9 line: 2 } } @@ -192,12 +172,10 @@ JSRoot { filename: "experimental/logical-assignment-operator/and-and-equals-no-plugin/input.js" end: Object { column: 9 - index: 18 line: 2 } start: Object { column: 8 - index: 17 line: 2 } } @@ -207,12 +185,10 @@ JSRoot { filename: "experimental/logical-assignment-operator/and-and-equals-no-plugin/input.js" end: Object { column: 5 - index: 14 line: 2 } start: Object { column: 0 - index: 9 line: 2 } } @@ -223,12 +199,10 @@ JSRoot { identifierName: "obj" end: Object { column: 3 - index: 12 line: 2 } start: Object { column: 0 - index: 9 line: 2 } } @@ -241,12 +215,10 @@ JSRoot { identifierName: "a" end: Object { column: 5 - index: 14 line: 2 } start: Object { column: 4 - index: 13 line: 2 } } @@ -256,12 +228,10 @@ JSRoot { identifierName: "a" end: Object { column: 5 - index: 14 line: 2 } start: Object { column: 4 - index: 13 line: 2 } } @@ -274,12 +244,10 @@ JSRoot { filename: "experimental/logical-assignment-operator/and-and-equals-no-plugin/input.js" end: Object { column: 12 - index: 21 line: 2 } start: Object { column: 10 - index: 19 line: 2 } } @@ -290,12 +258,10 @@ JSRoot { identifierName: "b" end: Object { column: 11 - index: 20 line: 2 } start: Object { column: 10 - index: 19 line: 2 } } diff --git a/internal/js-parser/test-fixtures/experimental/logical-assignment-operator/and-and-equals/input.test.md b/internal/js-parser/test-fixtures/experimental/logical-assignment-operator/and-and-equals/input.test.md index 6615d0b694f..52cb2172351 100644 --- a/internal/js-parser/test-fixtures/experimental/logical-assignment-operator/and-and-equals/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/logical-assignment-operator/and-and-equals/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/logical-assignment-operator/and-and-equals/input.js" end: Object { column: 0 - index: 22 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "experimental/logical-assignment-operator/and-and-equals/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "experimental/logical-assignment-operator/and-and-equals/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "experimental/logical-assignment-operator/and-and-equals/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { identifierName: "a" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "experimental/logical-assignment-operator/and-and-equals/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -146,12 +132,10 @@ JSRoot { identifierName: "b" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -162,12 +146,10 @@ JSRoot { filename: "experimental/logical-assignment-operator/and-and-equals/input.js" end: Object { column: 9 - index: 18 line: 2 } start: Object { column: 0 - index: 9 line: 2 } } @@ -177,12 +159,10 @@ JSRoot { filename: "experimental/logical-assignment-operator/and-and-equals/input.js" end: Object { column: 9 - index: 18 line: 2 } start: Object { column: 0 - index: 9 line: 2 } } @@ -192,12 +172,10 @@ JSRoot { filename: "experimental/logical-assignment-operator/and-and-equals/input.js" end: Object { column: 9 - index: 18 line: 2 } start: Object { column: 8 - index: 17 line: 2 } } @@ -207,12 +185,10 @@ JSRoot { filename: "experimental/logical-assignment-operator/and-and-equals/input.js" end: Object { column: 5 - index: 14 line: 2 } start: Object { column: 0 - index: 9 line: 2 } } @@ -223,12 +199,10 @@ JSRoot { identifierName: "obj" end: Object { column: 3 - index: 12 line: 2 } start: Object { column: 0 - index: 9 line: 2 } } @@ -241,12 +215,10 @@ JSRoot { identifierName: "a" end: Object { column: 5 - index: 14 line: 2 } start: Object { column: 4 - index: 13 line: 2 } } @@ -256,12 +228,10 @@ JSRoot { identifierName: "a" end: Object { column: 5 - index: 14 line: 2 } start: Object { column: 4 - index: 13 line: 2 } } @@ -274,12 +244,10 @@ JSRoot { filename: "experimental/logical-assignment-operator/and-and-equals/input.js" end: Object { column: 12 - index: 21 line: 2 } start: Object { column: 10 - index: 19 line: 2 } } @@ -290,12 +258,10 @@ JSRoot { identifierName: "b" end: Object { column: 11 - index: 20 line: 2 } start: Object { column: 10 - index: 19 line: 2 } } diff --git a/internal/js-parser/test-fixtures/experimental/logical-assignment-operator/mallet-no-plugin/input.test.md b/internal/js-parser/test-fixtures/experimental/logical-assignment-operator/mallet-no-plugin/input.test.md index ea4f11cd488..e5dbf4915dd 100644 --- a/internal/js-parser/test-fixtures/experimental/logical-assignment-operator/mallet-no-plugin/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/logical-assignment-operator/mallet-no-plugin/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/logical-assignment-operator/mallet-no-plugin/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "experimental/logical-assignment-operator/mallet-no-plugin/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "experimental/logical-assignment-operator/mallet-no-plugin/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "experimental/logical-assignment-operator/mallet-no-plugin/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { identifierName: "a" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "experimental/logical-assignment-operator/mallet-no-plugin/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -146,12 +132,10 @@ JSRoot { identifierName: "b" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/logical-assignment-operator/mallet/input.test.md b/internal/js-parser/test-fixtures/experimental/logical-assignment-operator/mallet/input.test.md index a6c8c339009..bb5db5d855e 100644 --- a/internal/js-parser/test-fixtures/experimental/logical-assignment-operator/mallet/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/logical-assignment-operator/mallet/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/logical-assignment-operator/mallet/input.js" end: Object { column: 0 - index: 22 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "experimental/logical-assignment-operator/mallet/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "experimental/logical-assignment-operator/mallet/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "experimental/logical-assignment-operator/mallet/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { identifierName: "a" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "experimental/logical-assignment-operator/mallet/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -146,12 +132,10 @@ JSRoot { identifierName: "b" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -162,12 +146,10 @@ JSRoot { filename: "experimental/logical-assignment-operator/mallet/input.js" end: Object { column: 9 - index: 18 line: 2 } start: Object { column: 0 - index: 9 line: 2 } } @@ -177,12 +159,10 @@ JSRoot { filename: "experimental/logical-assignment-operator/mallet/input.js" end: Object { column: 9 - index: 18 line: 2 } start: Object { column: 0 - index: 9 line: 2 } } @@ -192,12 +172,10 @@ JSRoot { filename: "experimental/logical-assignment-operator/mallet/input.js" end: Object { column: 9 - index: 18 line: 2 } start: Object { column: 8 - index: 17 line: 2 } } @@ -207,12 +185,10 @@ JSRoot { filename: "experimental/logical-assignment-operator/mallet/input.js" end: Object { column: 5 - index: 14 line: 2 } start: Object { column: 0 - index: 9 line: 2 } } @@ -223,12 +199,10 @@ JSRoot { identifierName: "obj" end: Object { column: 3 - index: 12 line: 2 } start: Object { column: 0 - index: 9 line: 2 } } @@ -241,12 +215,10 @@ JSRoot { identifierName: "a" end: Object { column: 5 - index: 14 line: 2 } start: Object { column: 4 - index: 13 line: 2 } } @@ -256,12 +228,10 @@ JSRoot { identifierName: "a" end: Object { column: 5 - index: 14 line: 2 } start: Object { column: 4 - index: 13 line: 2 } } @@ -274,12 +244,10 @@ JSRoot { filename: "experimental/logical-assignment-operator/mallet/input.js" end: Object { column: 12 - index: 21 line: 2 } start: Object { column: 10 - index: 19 line: 2 } } @@ -290,12 +258,10 @@ JSRoot { identifierName: "b" end: Object { column: 11 - index: 20 line: 2 } start: Object { column: 10 - index: 19 line: 2 } } diff --git a/internal/js-parser/test-fixtures/experimental/logical-assignment-operator/qq-equals-no-plugin/input.test.md b/internal/js-parser/test-fixtures/experimental/logical-assignment-operator/qq-equals-no-plugin/input.test.md index 61b114975f6..1a974a81ccb 100644 --- a/internal/js-parser/test-fixtures/experimental/logical-assignment-operator/qq-equals-no-plugin/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/logical-assignment-operator/qq-equals-no-plugin/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/logical-assignment-operator/qq-equals-no-plugin/input.js" end: Object { column: 0 - index: 22 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/logical-assignment-operator/qq-equals-no-plugin/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/logical-assignment-operator/qq-equals-no-plugin/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "a" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "b" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "experimental/logical-assignment-operator/qq-equals-no-plugin/input.js" end: Object { column: 12 - index: 21 line: 2 } start: Object { column: 0 - index: 9 line: 2 } } @@ -117,12 +105,10 @@ JSRoot { filename: "experimental/logical-assignment-operator/qq-equals-no-plugin/input.js" end: Object { column: 11 - index: 20 line: 2 } start: Object { column: 0 - index: 9 line: 2 } } @@ -133,12 +119,10 @@ JSRoot { identifierName: "b" end: Object { column: 11 - index: 20 line: 2 } start: Object { column: 10 - index: 19 line: 2 } } @@ -148,12 +132,10 @@ JSRoot { filename: "experimental/logical-assignment-operator/qq-equals-no-plugin/input.js" end: Object { column: 5 - index: 14 line: 2 } start: Object { column: 0 - index: 9 line: 2 } } @@ -164,12 +146,10 @@ JSRoot { identifierName: "obj" end: Object { column: 3 - index: 12 line: 2 } start: Object { column: 0 - index: 9 line: 2 } } @@ -182,12 +162,10 @@ JSRoot { identifierName: "a" end: Object { column: 5 - index: 14 line: 2 } start: Object { column: 4 - index: 13 line: 2 } } @@ -197,12 +175,10 @@ JSRoot { identifierName: "a" end: Object { column: 5 - index: 14 line: 2 } start: Object { column: 4 - index: 13 line: 2 } } diff --git a/internal/js-parser/test-fixtures/experimental/logical-assignment-operator/qq-equals/input.test.md b/internal/js-parser/test-fixtures/experimental/logical-assignment-operator/qq-equals/input.test.md index 99f78439215..f353ebe92a0 100644 --- a/internal/js-parser/test-fixtures/experimental/logical-assignment-operator/qq-equals/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/logical-assignment-operator/qq-equals/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/logical-assignment-operator/qq-equals/input.js" end: Object { column: 0 - index: 22 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/logical-assignment-operator/qq-equals/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/logical-assignment-operator/qq-equals/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "a" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "b" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "experimental/logical-assignment-operator/qq-equals/input.js" end: Object { column: 12 - index: 21 line: 2 } start: Object { column: 0 - index: 9 line: 2 } } @@ -117,12 +105,10 @@ JSRoot { filename: "experimental/logical-assignment-operator/qq-equals/input.js" end: Object { column: 11 - index: 20 line: 2 } start: Object { column: 0 - index: 9 line: 2 } } @@ -133,12 +119,10 @@ JSRoot { identifierName: "b" end: Object { column: 11 - index: 20 line: 2 } start: Object { column: 10 - index: 19 line: 2 } } @@ -148,12 +132,10 @@ JSRoot { filename: "experimental/logical-assignment-operator/qq-equals/input.js" end: Object { column: 5 - index: 14 line: 2 } start: Object { column: 0 - index: 9 line: 2 } } @@ -164,12 +146,10 @@ JSRoot { identifierName: "obj" end: Object { column: 3 - index: 12 line: 2 } start: Object { column: 0 - index: 9 line: 2 } } @@ -182,12 +162,10 @@ JSRoot { identifierName: "a" end: Object { column: 5 - index: 14 line: 2 } start: Object { column: 4 - index: 13 line: 2 } } @@ -197,12 +175,10 @@ JSRoot { identifierName: "a" end: Object { column: 5 - index: 14 line: 2 } start: Object { column: 4 - index: 13 line: 2 } } diff --git a/internal/js-parser/test-fixtures/experimental/module-attributes/dynamic-import-with-valid-syntax/input.test.md b/internal/js-parser/test-fixtures/experimental/module-attributes/dynamic-import-with-valid-syntax/input.test.md index d41c08676a6..fc4b0f3f0e4 100644 --- a/internal/js-parser/test-fixtures/experimental/module-attributes/dynamic-import-with-valid-syntax/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/module-attributes/dynamic-import-with-valid-syntax/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/module-attributes/dynamic-import-with-valid-syntax/input.js" end: Object { column: 0 - index: 47 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/module-attributes/dynamic-import-with-valid-syntax/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/module-attributes/dynamic-import-with-valid-syntax/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -90,12 +82,10 @@ JSRoot { filename: "experimental/module-attributes/dynamic-import-with-valid-syntax/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "experimental/module-attributes/dynamic-import-with-valid-syntax/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "experimental/module-attributes/dynamic-import-with-valid-syntax/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "experimental/module-attributes/dynamic-import-with-valid-syntax/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -154,12 +138,10 @@ JSRoot { filename: "experimental/module-attributes/dynamic-import-with-valid-syntax/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -169,12 +151,10 @@ JSRoot { filename: "experimental/module-attributes/dynamic-import-with-valid-syntax/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -185,12 +165,10 @@ JSRoot { identifierName: "type" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -200,12 +178,10 @@ JSRoot { filename: "experimental/module-attributes/dynamic-import-with-valid-syntax/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -215,12 +191,10 @@ JSRoot { filename: "experimental/module-attributes/dynamic-import-with-valid-syntax/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -237,12 +211,10 @@ JSRoot { filename: "experimental/module-attributes/dynamic-import-with-valid-syntax/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 45 - index: 45 line: 1 } } @@ -252,12 +224,10 @@ JSRoot { filename: "experimental/module-attributes/dynamic-import-with-valid-syntax/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 45 - index: 45 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/module-attributes/import-with-statement/input.test.md b/internal/js-parser/test-fixtures/experimental/module-attributes/import-with-statement/input.test.md index 164f7750877..27d2163fd86 100644 --- a/internal/js-parser/test-fixtures/experimental/module-attributes/import-with-statement/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/module-attributes/import-with-statement/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/module-attributes/import-with-statement/input.js" end: Object { column: 0 - index: 22 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 21 line: 2 } start: Object { column: 0 - index: 11 line: 2 } } @@ -65,12 +61,10 @@ JSRoot { filename: "experimental/module-attributes/import-with-statement/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "experimental/module-attributes/import-with-statement/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "experimental/module-attributes/import-with-statement/input.js" end: Object { column: 10 - index: 21 line: 2 } start: Object { column: 0 - index: 11 line: 2 } } @@ -110,12 +100,10 @@ JSRoot { filename: "experimental/module-attributes/import-with-statement/input.js" end: Object { column: 10 - index: 21 line: 2 } start: Object { column: 9 - index: 20 line: 2 } } @@ -126,12 +114,10 @@ JSRoot { filename: "experimental/module-attributes/import-with-statement/input.js" end: Object { column: 8 - index: 19 line: 2 } start: Object { column: 6 - index: 17 line: 2 } } diff --git a/internal/js-parser/test-fixtures/experimental/module-attributes/incorrect-arity/input.test.md b/internal/js-parser/test-fixtures/experimental/module-attributes/incorrect-arity/input.test.md index 5d2120d0ba4..72a16e8d661 100644 --- a/internal/js-parser/test-fixtures/experimental/module-attributes/incorrect-arity/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/module-attributes/incorrect-arity/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/module-attributes/incorrect-arity/input.js" end: Object { column: 0 - index: 74 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/module-attributes/incorrect-arity/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/module-attributes/incorrect-arity/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -90,12 +82,10 @@ JSRoot { filename: "experimental/module-attributes/incorrect-arity/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "experimental/module-attributes/incorrect-arity/input.js" end: Object { column: 20 - index: 30 line: 2 } start: Object { column: 0 - index: 10 line: 2 } } @@ -121,12 +109,10 @@ JSRoot { filename: "experimental/module-attributes/incorrect-arity/input.js" end: Object { column: 20 - index: 30 line: 2 } start: Object { column: 6 - index: 16 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/module-attributes/incorrect-arity/input.js" end: Object { column: 19 - index: 29 line: 2 } start: Object { column: 7 - index: 17 line: 2 } } @@ -154,12 +138,10 @@ JSRoot { filename: "experimental/module-attributes/incorrect-arity/input.js" end: Object { column: 46 - index: 56 line: 2 } start: Object { column: 21 - index: 31 line: 2 } } @@ -169,12 +151,10 @@ JSRoot { filename: "experimental/module-attributes/incorrect-arity/input.js" end: Object { column: 44 - index: 54 line: 2 } start: Object { column: 23 - index: 33 line: 2 } } @@ -184,12 +164,10 @@ JSRoot { filename: "experimental/module-attributes/incorrect-arity/input.js" end: Object { column: 28 - index: 38 line: 2 } start: Object { column: 27 - index: 37 line: 2 } } @@ -200,12 +178,10 @@ JSRoot { filename: "experimental/module-attributes/incorrect-arity/input.js" end: Object { column: 44 - index: 54 line: 2 } start: Object { column: 29 - index: 39 line: 2 } } @@ -215,12 +191,10 @@ JSRoot { filename: "experimental/module-attributes/incorrect-arity/input.js" end: Object { column: 43 - index: 53 line: 2 } start: Object { column: 31 - index: 41 line: 2 } } @@ -231,12 +205,10 @@ JSRoot { identifierName: "type" end: Object { column: 35 - index: 45 line: 2 } start: Object { column: 31 - index: 41 line: 2 } } @@ -246,12 +218,10 @@ JSRoot { filename: "experimental/module-attributes/incorrect-arity/input.js" end: Object { column: 43 - index: 53 line: 2 } start: Object { column: 37 - index: 47 line: 2 } } @@ -261,12 +231,10 @@ JSRoot { filename: "experimental/module-attributes/incorrect-arity/input.js" end: Object { column: 43 - index: 53 line: 2 } start: Object { column: 37 - index: 47 line: 2 } } @@ -283,12 +251,10 @@ JSRoot { filename: "experimental/module-attributes/incorrect-arity/input.js" end: Object { column: 47 - index: 57 line: 2 } start: Object { column: 46 - index: 56 line: 2 } } @@ -298,12 +264,10 @@ JSRoot { filename: "experimental/module-attributes/incorrect-arity/input.js" end: Object { column: 47 - index: 57 line: 2 } start: Object { column: 46 - index: 56 line: 2 } } @@ -314,12 +278,10 @@ JSRoot { filename: "experimental/module-attributes/incorrect-arity/input.js" end: Object { column: 61 - index: 71 line: 2 } start: Object { column: 48 - index: 58 line: 2 } } @@ -329,12 +291,10 @@ JSRoot { filename: "experimental/module-attributes/incorrect-arity/input.js" end: Object { column: 61 - index: 71 line: 2 } start: Object { column: 48 - index: 58 line: 2 } } @@ -345,12 +305,10 @@ JSRoot { filename: "experimental/module-attributes/incorrect-arity/input.js" end: Object { column: 63 - index: 73 line: 2 } start: Object { column: 61 - index: 71 line: 2 } } @@ -360,12 +318,10 @@ JSRoot { filename: "experimental/module-attributes/incorrect-arity/input.js" end: Object { column: 62 - index: 72 line: 2 } start: Object { column: 61 - index: 71 line: 2 } } diff --git a/internal/js-parser/test-fixtures/experimental/module-attributes/invalid-spread-element-import-call/input.test.md b/internal/js-parser/test-fixtures/experimental/module-attributes/invalid-spread-element-import-call/input.test.md index ca1892450dc..8ae45f327df 100644 --- a/internal/js-parser/test-fixtures/experimental/module-attributes/invalid-spread-element-import-call/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/module-attributes/invalid-spread-element-import-call/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/module-attributes/invalid-spread-element-import-call/input.js" end: Object { column: 0 - index: 29 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/module-attributes/invalid-spread-element-import-call/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/module-attributes/invalid-spread-element-import-call/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -90,12 +82,10 @@ JSRoot { filename: "experimental/module-attributes/invalid-spread-element-import-call/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "experimental/module-attributes/invalid-spread-element-import-call/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { filename: "experimental/module-attributes/invalid-spread-element-import-call/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/module-attributes/invalid-spread-element-import-call/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -153,12 +137,10 @@ JSRoot { filename: "experimental/module-attributes/invalid-spread-element-import-call/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -167,12 +149,10 @@ JSRoot { filename: "experimental/module-attributes/invalid-spread-element-import-call/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -184,12 +164,10 @@ JSRoot { filename: "experimental/module-attributes/invalid-spread-element-import-call/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -199,12 +177,10 @@ JSRoot { filename: "experimental/module-attributes/invalid-spread-element-import-call/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/module-attributes/invalid-syntax-with-attributes-multiple-lines/input.test.md b/internal/js-parser/test-fixtures/experimental/module-attributes/invalid-syntax-with-attributes-multiple-lines/input.test.md index 5ed5398e2d6..c7f0f30f5c9 100644 --- a/internal/js-parser/test-fixtures/experimental/module-attributes/invalid-syntax-with-attributes-multiple-lines/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/module-attributes/invalid-syntax-with-attributes-multiple-lines/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/module-attributes/invalid-syntax-with-attributes-multiple-lines/input.js" end: Object { column: 0 - index: 29 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -65,12 +61,10 @@ JSRoot { filename: "experimental/module-attributes/invalid-syntax-with-attributes-multiple-lines/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "experimental/module-attributes/invalid-syntax-with-attributes-multiple-lines/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "experimental/module-attributes/invalid-syntax-with-attributes-multiple-lines/input.js" end: Object { column: 5 - index: 21 line: 2 } start: Object { column: 11 - index: 11 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { identifierName: "type" end: Object { column: 4 - index: 20 line: 2 } start: Object { column: 0 - index: 16 line: 2 } } @@ -127,12 +115,10 @@ JSRoot { filename: "experimental/module-attributes/invalid-syntax-with-attributes-multiple-lines/input.js" end: Object { column: 5 - index: 21 line: 2 } start: Object { column: 4 - index: 20 line: 2 } } @@ -142,12 +128,10 @@ JSRoot { filename: "experimental/module-attributes/invalid-syntax-with-attributes-multiple-lines/input.js" end: Object { column: 5 - index: 21 line: 2 } start: Object { column: 4 - index: 20 line: 2 } } @@ -159,12 +143,10 @@ JSRoot { filename: "experimental/module-attributes/invalid-syntax-with-attributes-multiple-lines/input.js" end: Object { column: 12 - index: 28 line: 2 } start: Object { column: 6 - index: 22 line: 2 } } @@ -174,12 +156,10 @@ JSRoot { filename: "experimental/module-attributes/invalid-syntax-with-attributes-multiple-lines/input.js" end: Object { column: 12 - index: 28 line: 2 } start: Object { column: 6 - index: 22 line: 2 } } diff --git a/internal/js-parser/test-fixtures/experimental/module-attributes/invalid-syntax-without-attributes-identifier/input.test.md b/internal/js-parser/test-fixtures/experimental/module-attributes/invalid-syntax-without-attributes-identifier/input.test.md index 3e7d26429af..aab347b084d 100644 --- a/internal/js-parser/test-fixtures/experimental/module-attributes/invalid-syntax-without-attributes-identifier/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/module-attributes/invalid-syntax-without-attributes-identifier/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/module-attributes/invalid-syntax-without-attributes-identifier/input.js" end: Object { column: 0 - index: 17 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -65,12 +61,10 @@ JSRoot { filename: "experimental/module-attributes/invalid-syntax-without-attributes-identifier/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "experimental/module-attributes/invalid-syntax-without-attributes-identifier/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "experimental/module-attributes/invalid-syntax-without-attributes-identifier/input.js" end: Object { column: 0 - index: 17 line: 2 } start: Object { column: 11 - index: 11 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { filename: "experimental/module-attributes/invalid-syntax-without-attributes-identifier/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -126,12 +114,10 @@ JSRoot { filename: "experimental/module-attributes/invalid-syntax-without-attributes-identifier/input.js" end: Object { column: 0 - index: 17 line: 2 } start: Object { column: 0 - index: 17 line: 2 } } @@ -141,12 +127,10 @@ JSRoot { filename: "experimental/module-attributes/invalid-syntax-without-attributes-identifier/input.js" end: Object { column: 0 - index: 17 line: 2 } start: Object { column: 0 - index: 17 line: 2 } } diff --git a/internal/js-parser/test-fixtures/experimental/module-attributes/trailing-comma/input.test.md b/internal/js-parser/test-fixtures/experimental/module-attributes/trailing-comma/input.test.md index d75102a2d0d..580fe0f63a6 100644 --- a/internal/js-parser/test-fixtures/experimental/module-attributes/trailing-comma/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/module-attributes/trailing-comma/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/module-attributes/trailing-comma/input.js" end: Object { column: 0 - index: 68 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/module-attributes/trailing-comma/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/module-attributes/trailing-comma/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -90,12 +82,10 @@ JSRoot { filename: "experimental/module-attributes/trailing-comma/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "experimental/module-attributes/trailing-comma/input.js" end: Object { column: 18 - index: 37 line: 2 } start: Object { column: 0 - index: 19 line: 2 } } @@ -121,12 +109,10 @@ JSRoot { filename: "experimental/module-attributes/trailing-comma/input.js" end: Object { column: 18 - index: 37 line: 2 } start: Object { column: 6 - index: 25 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/module-attributes/trailing-comma/input.js" end: Object { column: 17 - index: 36 line: 2 } start: Object { column: 7 - index: 26 line: 2 } } @@ -154,12 +138,10 @@ JSRoot { filename: "experimental/module-attributes/trailing-comma/input.js" end: Object { column: 45 - index: 64 line: 2 } start: Object { column: 19 - index: 38 line: 2 } } @@ -169,12 +151,10 @@ JSRoot { filename: "experimental/module-attributes/trailing-comma/input.js" end: Object { column: 43 - index: 62 line: 2 } start: Object { column: 21 - index: 40 line: 2 } } @@ -184,12 +164,10 @@ JSRoot { filename: "experimental/module-attributes/trailing-comma/input.js" end: Object { column: 26 - index: 45 line: 2 } start: Object { column: 25 - index: 44 line: 2 } } @@ -200,12 +178,10 @@ JSRoot { filename: "experimental/module-attributes/trailing-comma/input.js" end: Object { column: 43 - index: 62 line: 2 } start: Object { column: 27 - index: 46 line: 2 } } @@ -215,12 +191,10 @@ JSRoot { filename: "experimental/module-attributes/trailing-comma/input.js" end: Object { column: 41 - index: 60 line: 2 } start: Object { column: 29 - index: 48 line: 2 } } @@ -231,12 +205,10 @@ JSRoot { identifierName: "type" end: Object { column: 33 - index: 52 line: 2 } start: Object { column: 29 - index: 48 line: 2 } } @@ -246,12 +218,10 @@ JSRoot { filename: "experimental/module-attributes/trailing-comma/input.js" end: Object { column: 41 - index: 60 line: 2 } start: Object { column: 35 - index: 54 line: 2 } } @@ -261,12 +231,10 @@ JSRoot { filename: "experimental/module-attributes/trailing-comma/input.js" end: Object { column: 41 - index: 60 line: 2 } start: Object { column: 35 - index: 54 line: 2 } } @@ -283,12 +251,10 @@ JSRoot { filename: "experimental/module-attributes/trailing-comma/input.js" end: Object { column: 46 - index: 65 line: 2 } start: Object { column: 45 - index: 64 line: 2 } } @@ -298,12 +264,10 @@ JSRoot { filename: "experimental/module-attributes/trailing-comma/input.js" end: Object { column: 46 - index: 65 line: 2 } start: Object { column: 45 - index: 64 line: 2 } } @@ -314,12 +278,10 @@ JSRoot { filename: "experimental/module-attributes/trailing-comma/input.js" end: Object { column: 48 - index: 67 line: 2 } start: Object { column: 46 - index: 65 line: 2 } } @@ -329,12 +291,10 @@ JSRoot { filename: "experimental/module-attributes/trailing-comma/input.js" end: Object { column: 47 - index: 66 line: 2 } start: Object { column: 46 - index: 65 line: 2 } } diff --git a/internal/js-parser/test-fixtures/experimental/module-attributes/valid-syntax-with-attributes-and-value/input.test.md b/internal/js-parser/test-fixtures/experimental/module-attributes/valid-syntax-with-attributes-and-value/input.test.md index 14c8d835a3a..dbf9364c1c6 100644 --- a/internal/js-parser/test-fixtures/experimental/module-attributes/valid-syntax-with-attributes-and-value/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/module-attributes/valid-syntax-with-attributes-and-value/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-attributes-and-value/input.js" end: Object { column: 0 - index: 33 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -65,12 +61,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-attributes-and-value/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -80,12 +74,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-attributes-and-value/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-attributes-and-value/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { identifierName: "type" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-attributes-and-value/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-attributes-and-value/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-attributes-and-value/input.js" end: Object { column: 3 - index: 32 line: 2 } start: Object { column: 22 - index: 22 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-attributes-and-value/input.js" end: Object { column: 3 - index: 32 line: 2 } start: Object { column: 22 - index: 22 line: 1 } } @@ -188,12 +168,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-attributes-and-value/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -206,12 +184,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-attributes-and-value/input.js" end: Object { column: 2 - index: 31 line: 2 } start: Object { column: 1 - index: 30 line: 2 } } @@ -220,12 +196,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-attributes-and-value/input.js" end: Object { column: 3 - index: 32 line: 2 } start: Object { column: 0 - index: 29 line: 2 } } diff --git a/internal/js-parser/test-fixtures/experimental/module-attributes/valid-syntax-with-attributes/input.test.md b/internal/js-parser/test-fixtures/experimental/module-attributes/valid-syntax-with-attributes/input.test.md index 13c83c8b320..5b11a935100 100644 --- a/internal/js-parser/test-fixtures/experimental/module-attributes/valid-syntax-with-attributes/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/module-attributes/valid-syntax-with-attributes/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-attributes/input.js" end: Object { column: 0 - index: 46 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-attributes/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -79,12 +73,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-attributes/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-attributes/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { identifierName: "foo" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -126,12 +114,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-attributes/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-attributes/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { identifierName: "type" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -174,12 +156,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-attributes/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -189,12 +169,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-attributes/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -206,12 +184,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-attributes/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } @@ -221,12 +197,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-attributes/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/module-attributes/valid-syntax-with-invalid-plugin-option/input.test.md b/internal/js-parser/test-fixtures/experimental/module-attributes/valid-syntax-with-invalid-plugin-option/input.test.md index c2d92f75c0f..27415a6e6b2 100644 --- a/internal/js-parser/test-fixtures/experimental/module-attributes/valid-syntax-with-invalid-plugin-option/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/module-attributes/valid-syntax-with-invalid-plugin-option/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-invalid-plugin-option/input.js" end: Object { column: 0 - index: 46 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-invalid-plugin-option/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -79,12 +73,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-invalid-plugin-option/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-invalid-plugin-option/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { identifierName: "foo" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -126,12 +114,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-invalid-plugin-option/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-invalid-plugin-option/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { identifierName: "type" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -174,12 +156,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-invalid-plugin-option/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -189,12 +169,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-invalid-plugin-option/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -206,12 +184,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-invalid-plugin-option/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } @@ -221,12 +197,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-invalid-plugin-option/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/module-attributes/valid-syntax-with-invalid-value/input.test.md b/internal/js-parser/test-fixtures/experimental/module-attributes/valid-syntax-with-invalid-value/input.test.md index 53546a2e7cf..06b0fba4cb8 100644 --- a/internal/js-parser/test-fixtures/experimental/module-attributes/valid-syntax-with-invalid-value/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/module-attributes/valid-syntax-with-invalid-value/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-invalid-value/input.js" end: Object { column: 0 - index: 74 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-invalid-value/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -79,12 +73,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-invalid-value/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-invalid-value/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { identifierName: "foo" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -126,12 +114,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-invalid-value/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-invalid-value/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { identifierName: "type" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -174,12 +156,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-invalid-value/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -189,12 +169,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-invalid-value/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -206,12 +184,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-invalid-value/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } @@ -220,12 +196,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-invalid-value/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } @@ -236,12 +210,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-invalid-value/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } @@ -253,12 +225,10 @@ JSRoot { identifierName: "lazy" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 46 - index: 46 line: 1 } } @@ -271,12 +241,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-invalid-value/input.js" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 50 - index: 50 line: 1 } } @@ -286,12 +254,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-invalid-value/input.js" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 50 - index: 50 line: 1 } } @@ -302,12 +268,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-invalid-value/input.js" end: Object { column: 69 - index: 69 line: 1 } start: Object { column: 52 - index: 52 line: 1 } } @@ -316,12 +280,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-invalid-value/input.js" end: Object { column: 69 - index: 69 line: 1 } start: Object { column: 52 - index: 52 line: 1 } } @@ -332,12 +294,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-invalid-value/input.js" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 52 - index: 52 line: 1 } } @@ -349,12 +309,10 @@ JSRoot { identifierName: "startAtLine" end: Object { column: 69 - index: 69 line: 1 } start: Object { column: 58 - index: 58 line: 1 } } @@ -367,12 +325,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-invalid-value/input.js" end: Object { column: 70 - index: 70 line: 1 } start: Object { column: 69 - index: 69 line: 1 } } @@ -382,12 +338,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-invalid-value/input.js" end: Object { column: 70 - index: 70 line: 1 } start: Object { column: 69 - index: 69 line: 1 } } @@ -398,12 +352,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-invalid-value/input.js" end: Object { column: 73 - index: 73 line: 1 } start: Object { column: 71 - index: 71 line: 1 } } @@ -414,12 +366,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-invalid-value/input.js" end: Object { column: 72 - index: 72 line: 1 } start: Object { column: 71 - index: 71 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/module-attributes/valid-syntax-with-no-type-attribute/input.test.md b/internal/js-parser/test-fixtures/experimental/module-attributes/valid-syntax-with-no-type-attribute/input.test.md index d38131f30c6..c3b6fde43e5 100644 --- a/internal/js-parser/test-fixtures/experimental/module-attributes/valid-syntax-with-no-type-attribute/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/module-attributes/valid-syntax-with-no-type-attribute/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-no-type-attribute/input.js" end: Object { column: 0 - index: 46 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-no-type-attribute/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -79,12 +73,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-no-type-attribute/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-no-type-attribute/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { identifierName: "foo" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -126,12 +114,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-no-type-attribute/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-no-type-attribute/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { identifierName: "lazy" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -174,12 +156,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-no-type-attribute/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -189,12 +169,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-no-type-attribute/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -206,12 +184,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-no-type-attribute/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } @@ -221,12 +197,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-no-type-attribute/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/module-attributes/valid-syntax-with-object-method-attribute/input.test.md b/internal/js-parser/test-fixtures/experimental/module-attributes/valid-syntax-with-object-method-attribute/input.test.md index a6ebb46683f..1bf7f0c9c99 100644 --- a/internal/js-parser/test-fixtures/experimental/module-attributes/valid-syntax-with-object-method-attribute/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/module-attributes/valid-syntax-with-object-method-attribute/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-object-method-attribute/input.js" end: Object { column: 0 - index: 70 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-object-method-attribute/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -79,12 +73,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-object-method-attribute/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-object-method-attribute/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { identifierName: "foo" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -126,12 +114,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-object-method-attribute/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-object-method-attribute/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { identifierName: "type" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -174,12 +156,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-object-method-attribute/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -189,12 +169,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-object-method-attribute/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -206,12 +184,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-object-method-attribute/input.js" end: Object { column: 60 - index: 60 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } @@ -220,12 +196,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-object-method-attribute/input.js" end: Object { column: 60 - index: 60 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } @@ -236,12 +210,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-object-method-attribute/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } @@ -253,12 +225,10 @@ JSRoot { identifierName: "hasOwnProperty" end: Object { column: 60 - index: 60 line: 1 } start: Object { column: 46 - index: 46 line: 1 } } @@ -271,12 +241,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-object-method-attribute/input.js" end: Object { column: 61 - index: 61 line: 1 } start: Object { column: 60 - index: 60 line: 1 } } @@ -286,12 +254,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-object-method-attribute/input.js" end: Object { column: 61 - index: 61 line: 1 } start: Object { column: 60 - index: 60 line: 1 } } @@ -302,12 +268,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-object-method-attribute/input.js" end: Object { column: 69 - index: 69 line: 1 } start: Object { column: 62 - index: 62 line: 1 } } @@ -317,12 +281,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-object-method-attribute/input.js" end: Object { column: 68 - index: 68 line: 1 } start: Object { column: 62 - index: 62 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/module-attributes/valid-syntax-with-repeated-type/input.test.md b/internal/js-parser/test-fixtures/experimental/module-attributes/valid-syntax-with-repeated-type/input.test.md index 1dfcd3847ae..60c6f8a77ad 100644 --- a/internal/js-parser/test-fixtures/experimental/module-attributes/valid-syntax-with-repeated-type/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/module-attributes/valid-syntax-with-repeated-type/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-repeated-type/input.js" end: Object { column: 0 - index: 60 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-repeated-type/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -79,12 +73,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-repeated-type/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-repeated-type/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { identifierName: "foo" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -126,12 +114,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-repeated-type/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-repeated-type/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { identifierName: "type" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -174,12 +156,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-repeated-type/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -189,12 +169,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-repeated-type/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -206,12 +184,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-repeated-type/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } @@ -220,12 +196,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-repeated-type/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } @@ -236,12 +210,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-repeated-type/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } @@ -253,12 +225,10 @@ JSRoot { identifierName: "type" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 46 - index: 46 line: 1 } } @@ -271,12 +241,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-repeated-type/input.js" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 50 - index: 50 line: 1 } } @@ -286,12 +254,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-repeated-type/input.js" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 50 - index: 50 line: 1 } } @@ -302,12 +268,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-repeated-type/input.js" end: Object { column: 59 - index: 59 line: 1 } start: Object { column: 52 - index: 52 line: 1 } } @@ -317,12 +281,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-with-repeated-type/input.js" end: Object { column: 58 - index: 58 line: 1 } start: Object { column: 52 - index: 52 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/module-attributes/valid-syntax-without-attributes/input.test.md b/internal/js-parser/test-fixtures/experimental/module-attributes/valid-syntax-without-attributes/input.test.md index 99d6b0fa57e..88dc6944d22 100644 --- a/internal/js-parser/test-fixtures/experimental/module-attributes/valid-syntax-without-attributes/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/module-attributes/valid-syntax-without-attributes/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-without-attributes/input.js" end: Object { column: 0 - index: 28 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-without-attributes/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-without-attributes/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-without-attributes/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "foo" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "experimental/module-attributes/valid-syntax-without-attributes/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/module-attributes/without-plugin/input.test.md b/internal/js-parser/test-fixtures/experimental/module-attributes/without-plugin/input.test.md index fe0af12ccee..30824719ade 100644 --- a/internal/js-parser/test-fixtures/experimental/module-attributes/without-plugin/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/module-attributes/without-plugin/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/module-attributes/without-plugin/input.js" end: Object { column: 0 - index: 46 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { filename: "experimental/module-attributes/without-plugin/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -79,12 +73,10 @@ JSRoot { filename: "experimental/module-attributes/without-plugin/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "experimental/module-attributes/without-plugin/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { identifierName: "foo" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -126,12 +114,10 @@ JSRoot { filename: "experimental/module-attributes/without-plugin/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { filename: "experimental/module-attributes/without-plugin/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -159,12 +143,10 @@ JSRoot { identifierName: "type" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -174,12 +156,10 @@ JSRoot { filename: "experimental/module-attributes/without-plugin/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -189,12 +169,10 @@ JSRoot { filename: "experimental/module-attributes/without-plugin/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -206,12 +184,10 @@ JSRoot { filename: "experimental/module-attributes/without-plugin/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } @@ -221,12 +197,10 @@ JSRoot { filename: "experimental/module-attributes/without-plugin/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/identifier-start-0/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/identifier-start-0/input.test.md index 3242f3dbd27..f62fa3e3f2c 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/identifier-start-0/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/identifier-start-0/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/numeric-separator/identifier-start-0/input.js" end: Object { column: 0 - index: 5 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/numeric-separator/identifier-start-0/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "_123" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-0/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-0/input.test.md index 70cd4e592fc..f11d0e18a2b 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-0/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-0/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-0/input.js" end: Object { column: 0 - index: 3 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-0/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-0/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-1/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-1/input.test.md index c98549fe738..3b9cff84122 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-1/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-1/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-1/input.js" end: Object { column: 0 - index: 5 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-1/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-1/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-10/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-10/input.test.md index 6e11463388c..e8ec0605ef8 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-10/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-10/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-10/input.js" end: Object { column: 0 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-10/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-10/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-100/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-100/input.test.md index a7ffaf7ac2a..517c2a9285a 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-100/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-100/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-100/input.js" end: Object { column: 0 - index: 5 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-100/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-100/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-101/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-101/input.test.md index 80154b49ce3..4c911456f89 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-101/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-101/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-101/input.js" end: Object { column: 0 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-101/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-101/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-102/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-102/input.test.md index e84fc974691..ba2df7b76d0 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-102/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-102/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-102/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-102/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-102/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-103/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-103/input.test.md index 1e81241a962..242864234d4 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-103/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-103/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-103/input.js" end: Object { column: 0 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-103/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-103/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-104/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-104/input.test.md index 4e0b933fd25..11d6d52b76e 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-104/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-104/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-104/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-104/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-104/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-105/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-105/input.test.md index 7a64351c1d0..ad3f888bbcc 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-105/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-105/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-105/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-105/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-105/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-106/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-106/input.test.md index 1fa7f2f879e..110b749d70f 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-106/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-106/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-106/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-106/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-106/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-107/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-107/input.test.md index a45196e7584..00edcfb0b1c 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-107/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-107/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-107/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-107/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-107/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-108/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-108/input.test.md index f703ed2e994..79582a99fd6 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-108/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-108/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-108/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-108/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-108/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-109/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-109/input.test.md index 30e3dbcdc7b..0a4862151b6 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-109/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-109/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-109/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-109/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-109/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-11/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-11/input.test.md index ea7be963eaa..adef9007718 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-11/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-11/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-11/input.js" end: Object { column: 0 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-11/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-11/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-110/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-110/input.test.md index b59dcc5f45c..b498b1cafd0 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-110/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-110/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-110/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-110/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-110/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-111/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-111/input.test.md index 815aa5b4e7f..8fc630fa8ef 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-111/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-111/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-111/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-111/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-111/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-112/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-112/input.test.md index 5ff6aa885e9..8e1db19de6a 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-112/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-112/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-112/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-112/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-112/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-113/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-113/input.test.md index a562e374094..d899095606a 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-113/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-113/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-113/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-113/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-113/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-114/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-114/input.test.md index 2d22f6e829d..a4abc94046b 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-114/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-114/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-114/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-114/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-114/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-115/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-115/input.test.md index 88c75395786..eaf7d22a496 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-115/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-115/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-115/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-115/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-115/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-116/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-116/input.test.md index 0e93c7157f4..983425ec76f 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-116/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-116/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-116/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-116/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-116/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-117/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-117/input.test.md index 82ef795add0..88407c7ef3d 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-117/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-117/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-117/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-117/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-117/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-118/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-118/input.test.md index 04f89667162..46b24e75ed8 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-118/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-118/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-118/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-118/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-118/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-119/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-119/input.test.md index bb3dc3c6353..dcbc9835037 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-119/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-119/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-119/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-119/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-119/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-12/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-12/input.test.md index 28f0067c24e..567e4713cb1 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-12/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-12/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-12/input.js" end: Object { column: 0 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-12/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-12/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-120/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-120/input.test.md index afe68e93628..c4ca1ac0f23 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-120/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-120/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-120/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-120/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-120/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-121/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-121/input.test.md index 92bc3417601..27eb6d501b7 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-121/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-121/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-121/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-121/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-121/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-122/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-122/input.test.md index 683c5dd890f..61dfdbd0fcd 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-122/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-122/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-122/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-122/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-122/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-123/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-123/input.test.md index 0e91253ca90..1dc3abc5831 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-123/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-123/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-123/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-123/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-123/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-124/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-124/input.test.md index 3adc9ea0019..dc36daaa05c 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-124/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-124/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-124/input.js" end: Object { column: 0 - index: 5 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-124/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-124/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-124/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-125/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-125/input.test.md index aeb265e4635..be90b93ea1c 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-125/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-125/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-125/input.js" end: Object { column: 0 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-125/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-125/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-125/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-126/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-126/input.test.md index 56ee8094dee..64d12928ee5 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-126/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-126/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-126/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-126/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-126/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-126/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-127/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-127/input.test.md index 0f95cdf9815..0143100c156 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-127/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-127/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-127/input.js" end: Object { column: 0 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-127/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-127/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-127/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-128/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-128/input.test.md index f38cb965a4e..6ed3ed4e536 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-128/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-128/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-128/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-128/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-128/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-128/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-129/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-129/input.test.md index e76821e7bb8..b208ab04cd7 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-129/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-129/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-129/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-129/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-129/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-129/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-13/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-13/input.test.md index 3d803f17409..f540da6fd38 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-13/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-13/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-13/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-13/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-13/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-130/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-130/input.test.md index 6070637251d..311d2de7cb6 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-130/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-130/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-130/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-130/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-130/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-130/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-131/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-131/input.test.md index 0ea376a3215..47521ad340c 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-131/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-131/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-131/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-131/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-131/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-131/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-132/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-132/input.test.md index ca068671ec3..771e62ce357 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-132/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-132/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-132/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-132/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-132/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-132/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-133/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-133/input.test.md index 5b5d8a675c1..d879e6e2d08 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-133/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-133/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-133/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-133/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-133/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-133/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-134/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-134/input.test.md index 98f5e340afb..0323b859656 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-134/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-134/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-134/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-134/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-134/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-134/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-135/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-135/input.test.md index 7030c2570f0..96fcc029d81 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-135/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-135/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-135/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-135/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-135/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-135/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-136/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-136/input.test.md index d73d558fd05..cc8036597a4 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-136/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-136/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-136/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-136/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-136/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-136/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-137/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-137/input.test.md index 1729cef14ac..c118e17c0ee 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-137/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-137/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-137/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-137/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-137/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-137/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-138/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-138/input.test.md index e5bb9acda60..03319c38b64 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-138/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-138/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-138/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-138/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-138/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-138/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-139/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-139/input.test.md index 4e7eb6f5ac0..b44bed98fcc 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-139/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-139/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-139/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-139/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-139/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-139/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-14/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-14/input.test.md index e9d8e89174f..48cf0cbb4ad 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-14/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-14/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-14/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-14/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-14/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-140/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-140/input.test.md index cd8591abd34..3a61b765d36 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-140/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-140/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-140/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-140/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-140/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-140/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-141/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-141/input.test.md index 8d6010583ac..55413113904 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-141/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-141/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-141/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-141/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-141/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-141/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-142/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-142/input.test.md index b0236d4a4d8..1cb8ed6d65c 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-142/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-142/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-142/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-142/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-142/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-142/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-143/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-143/input.test.md index 9a923969be5..26ae0515823 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-143/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-143/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-143/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-143/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-143/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-143/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-144/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-144/input.test.md index 78aa4c6f094..1afad0c4d4f 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-144/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-144/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-144/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-144/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-144/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-144/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-145/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-145/input.test.md index 405c6d69ee7..974579a4864 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-145/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-145/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-145/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-145/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-145/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-145/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-146/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-146/input.test.md index a887f18b8ab..96b6864e497 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-146/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-146/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-146/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-146/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-146/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-146/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-147/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-147/input.test.md index da3bcb70dc1..922ff8258c8 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-147/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-147/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-147/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-147/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-147/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-147/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-15/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-15/input.test.md index adf2112ae32..1b2bd2bd906 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-15/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-15/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-15/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-15/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-15/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-16/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-16/input.test.md index 753761d1fbe..1245111cf5d 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-16/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-16/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-16/input.js" end: Object { column: 0 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-16/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-16/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-17/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-17/input.test.md index 80ff4cf23c4..77b9106b599 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-17/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-17/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-17/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-17/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-17/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-18/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-18/input.test.md index 3c1a3fb8357..ebd2186d031 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-18/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-18/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-18/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-18/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-18/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-19/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-19/input.test.md index 536767573ff..d137c3075ae 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-19/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-19/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-19/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-19/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-19/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-2/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-2/input.test.md index 3a2af321472..2769c11d4c4 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-2/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-2/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-2/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-2/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-2/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-20/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-20/input.test.md index fa8e43249f5..faf5cae7e39 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-20/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-20/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-20/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-20/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-20/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-21/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-21/input.test.md index ac7b17a4bd9..bcd80d0185b 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-21/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-21/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-21/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-21/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-21/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-22/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-22/input.test.md index eff3998b7ee..6930c346392 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-22/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-22/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-22/input.js" end: Object { column: 0 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-22/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-22/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-23/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-23/input.test.md index ffc47829014..5d7f6296539 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-23/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-23/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-23/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-23/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-23/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-24/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-24/input.test.md index 0d37d5849d5..4d8f26e412b 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-24/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-24/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-24/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-24/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-24/input.js" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-24/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { identifierName: "_1_1" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-25/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-25/input.test.md index 56e34e21a6b..3608c10a919 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-25/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-25/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-25/input.js" end: Object { column: 0 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-25/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-25/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-25/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-25/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-26/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-26/input.test.md index 4cc7d4cd188..08484b4c140 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-26/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-26/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-26/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-26/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-26/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-26/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-26/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-27/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-27/input.test.md index 87692e4b384..0a0be2d5f67 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-27/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-27/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-27/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-27/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-27/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-27/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { identifierName: "Z_1" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-28/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-28/input.test.md index fe125b700c4..499172de8fd 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-28/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-28/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-28/input.js" end: Object { column: 0 - index: 4 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-28/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-28/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-29/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-29/input.test.md index 43fecffc87b..cbbb1aac234 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-29/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-29/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-29/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-29/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-29/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-3/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-3/input.test.md index cf7b0e4670d..3a323aa7077 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-3/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-3/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-3/input.js" end: Object { column: 0 - index: 5 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-3/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-3/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-30/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-30/input.test.md index 2baca0ae6ea..107110dba70 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-30/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-30/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-30/input.js" end: Object { column: 0 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-30/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-30/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-31/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-31/input.test.md index 833eafb0ad8..fe209971c94 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-31/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-31/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-31/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-31/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-31/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-32/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-32/input.test.md index a15c58e50e2..92a9f7c6e30 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-32/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-32/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-32/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-32/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-32/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-33/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-33/input.test.md index 571c03f86c5..a4bf5db0e5c 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-33/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-33/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-33/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-33/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-33/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-34/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-34/input.test.md index 1b9c86a4aff..b231443508c 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-34/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-34/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-34/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-34/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-34/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-35/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-35/input.test.md index 7a13dda089a..91db918b93e 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-35/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-35/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-35/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-35/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-35/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-36/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-36/input.test.md index 90934cea21b..8060ef67802 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-36/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-36/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-36/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-36/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-36/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-37/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-37/input.test.md index 4aa136a14cf..4912c10e647 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-37/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-37/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-37/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-37/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-37/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-38/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-38/input.test.md index 73486546cfb..f3be033d8b2 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-38/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-38/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-38/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-38/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-38/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-39/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-39/input.test.md index b188f46d4ee..8d9d9605cbe 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-39/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-39/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-39/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-39/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-39/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-4/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-4/input.test.md index 6eae851bc8c..852abbd8b86 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-4/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-4/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-4/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-4/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-4/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-40/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-40/input.test.md index 9e00936dedf..17076f99638 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-40/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-40/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-40/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-40/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-40/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-41/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-41/input.test.md index 147ed605523..506e9a08270 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-41/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-41/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-41/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-41/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-41/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-42/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-42/input.test.md index 5ad7f1c3fdf..56932910986 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-42/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-42/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-42/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-42/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-42/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-43/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-43/input.test.md index 1f4239b4f64..03af1fb9bf8 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-43/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-43/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-43/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-43/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-43/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-44/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-44/input.test.md index cc9ac51f3fe..308a43015a3 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-44/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-44/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-44/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-44/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-44/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-45/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-45/input.test.md index a28ece41691..af0c16cdea9 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-45/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-45/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-45/input.js" end: Object { column: 0 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-45/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-45/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-46/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-46/input.test.md index d048baa7f2c..21b3d5aa4a8 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-46/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-46/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-46/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-46/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-46/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-47/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-47/input.test.md index 33807ae24ec..b26984af393 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-47/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-47/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-47/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-47/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-47/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-48/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-48/input.test.md index 44c5d81aff7..545ac02540c 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-48/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-48/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-48/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-48/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-48/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-49/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-49/input.test.md index 10b33a99276..b3146b780f5 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-49/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-49/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-49/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-49/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-49/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-5/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-5/input.test.md index 3a47995d8a8..4f2ce0f8f39 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-5/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-5/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-5/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-5/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-5/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-50/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-50/input.test.md index 2304ecb554a..d28b241e185 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-50/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-50/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-50/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-50/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-50/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-51/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-51/input.test.md index c9fbc48e852..0e07d0a14e0 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-51/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-51/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-51/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-51/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-51/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-52/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-52/input.test.md index baaf908356a..e6284766d22 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-52/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-52/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-52/input.js" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-52/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-52/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-52/input.js" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-52/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-53/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-53/input.test.md index 0f6a39e1e50..8e5d7bee214 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-53/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-53/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-53/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-53/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-53/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-53/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-53/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-54/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-54/input.test.md index b6d242e2844..0083d9e15a9 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-54/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-54/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-54/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-54/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-54/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-54/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-54/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-55/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-55/input.test.md index 429a8bf7917..0c0c8236789 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-55/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-55/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-55/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-55/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-55/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-55/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-55/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-56/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-56/input.test.md index e23f107905b..b1b9586aebd 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-56/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-56/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-56/input.js" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-56/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-56/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-56/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-56/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-57/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-57/input.test.md index bb21920c730..1312e43dbd6 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-57/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-57/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-57/input.js" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-57/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-57/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-57/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-57/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-58/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-58/input.test.md index eceede08a05..dbe1f9d3b19 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-58/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-58/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-58/input.js" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-58/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-58/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-58/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-58/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-59/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-59/input.test.md index 747f8d44efb..2d015ccb362 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-59/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-59/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-59/input.js" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-59/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-59/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-59/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-59/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-6/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-6/input.test.md index 61a7222d497..2e72a4f0a27 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-6/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-6/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-6/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-6/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-6/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-60/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-60/input.test.md index 142a882fcbc..8af0ce30523 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-60/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-60/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-60/input.js" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-60/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-60/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-60/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-60/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-61/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-61/input.test.md index 3a137295996..32ffc5d0d67 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-61/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-61/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-61/input.js" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-61/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-61/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-61/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-61/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-62/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-62/input.test.md index 7b9d8758601..1b6ad587e13 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-62/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-62/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-62/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-62/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-62/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-62/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-62/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-63/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-63/input.test.md index 33fbf31adc5..c06f153d501 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-63/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-63/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-63/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-63/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-63/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-63/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-63/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-64/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-64/input.test.md index 8756bca52a6..b1de2faf009 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-64/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-64/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-64/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-64/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-64/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-64/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-64/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-65/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-65/input.test.md index c066d993952..cc175ef2f68 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-65/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-65/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-65/input.js" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-65/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-65/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-65/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-65/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-66/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-66/input.test.md index 8260f3c3211..f75a2e0e87f 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-66/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-66/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-66/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-66/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-66/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-66/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-66/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-67/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-67/input.test.md index 4e92d2ec910..09b943998d5 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-67/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-67/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-67/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-67/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-67/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-67/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-67/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-68/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-68/input.test.md index 3f73219d3c8..11d0e09a858 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-68/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-68/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-68/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-68/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-68/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-68/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-68/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-69/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-69/input.test.md index ae2aeedb5ac..6b2b37d55ca 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-69/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-69/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-69/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-69/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-69/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-69/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-69/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-7/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-7/input.test.md index 3afb90b3bdf..6af9583eae6 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-7/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-7/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-7/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-7/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-7/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-70/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-70/input.test.md index ad430820d8a..c5b86f46c52 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-70/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-70/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-70/input.js" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-70/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-70/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-70/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-70/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-71/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-71/input.test.md index f6662771ce9..6352d22ed09 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-71/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-71/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-71/input.js" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-71/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-71/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-71/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-71/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-72/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-72/input.test.md index e742d463b7a..7352ad17927 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-72/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-72/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-72/input.js" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-72/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-72/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-72/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-72/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-73/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-73/input.test.md index 99fb34ababb..a1ea7961cdb 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-73/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-73/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-73/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-73/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-73/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-73/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-73/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-74/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-74/input.test.md index ba68dffe7ee..c21dfd93080 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-74/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-74/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-74/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-74/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-74/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-74/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-74/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-75/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-75/input.test.md index 416861695ad..a832c44e934 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-75/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-75/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-75/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-75/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-75/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-75/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-75/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-76/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-76/input.test.md index 4d9e261203a..7324900e635 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-76/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-76/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-76/input.js" end: Object { column: 0 - index: 5 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-76/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-76/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-76/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-77/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-77/input.test.md index aa4bf1017dc..b17aca6f83e 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-77/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-77/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-77/input.js" end: Object { column: 0 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-77/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-77/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-77/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-78/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-78/input.test.md index 34dfd3d8eeb..538b4362818 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-78/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-78/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-78/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-78/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-78/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-78/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-79/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-79/input.test.md index 2638988559c..95b6c207a27 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-79/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-79/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-79/input.js" end: Object { column: 0 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-79/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-79/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-79/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-8/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-8/input.test.md index 00b6eddde02..d7d3198e91e 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-8/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-8/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-8/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-8/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-8/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-80/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-80/input.test.md index 504d98b48b8..44a46ed40e4 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-80/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-80/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-80/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-80/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-80/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-80/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-81/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-81/input.test.md index af96ead88c1..2e921b5c691 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-81/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-81/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-81/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-81/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-81/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-81/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-82/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-82/input.test.md index 93992e1f4b6..9aead5d527e 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-82/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-82/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-82/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-82/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-82/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-82/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-83/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-83/input.test.md index 9d6c55ea3bc..de680fac840 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-83/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-83/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-83/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-83/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-83/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-83/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-84/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-84/input.test.md index a75dbb963b5..6a1f8273e05 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-84/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-84/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-84/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-84/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-84/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-84/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-85/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-85/input.test.md index fd4e373d94c..d46d426c170 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-85/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-85/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-85/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-85/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-85/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-85/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-86/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-86/input.test.md index e0b0af3aba0..1798fddbb95 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-86/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-86/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-86/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-86/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-86/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-86/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-87/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-87/input.test.md index 777605ca240..ecb76655491 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-87/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-87/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-87/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-87/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-87/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-87/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-88/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-88/input.test.md index f80becdda71..b5586629c8e 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-88/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-88/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-88/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-88/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-88/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-88/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-89/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-89/input.test.md index 46a0c7af1ff..3de2ecd6097 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-89/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-89/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-89/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-89/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-89/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-89/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-9/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-9/input.test.md index 8c03b70f485..403c0033cff 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-9/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-9/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-9/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 0 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-9/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-9/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-90/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-90/input.test.md index e7361913603..983362678c8 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-90/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-90/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-90/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-90/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-90/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-90/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-91/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-91/input.test.md index c7cf54bbd81..7371f5a9384 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-91/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-91/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-91/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-91/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-91/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-91/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-92/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-92/input.test.md index df914fe9a9e..c1e0d104805 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-92/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-92/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-92/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-92/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-92/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-92/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-93/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-93/input.test.md index c8068348ac9..87fd1ff4110 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-93/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-93/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-93/input.js" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-93/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-93/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-93/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-94/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-94/input.test.md index e19c9a88237..4470eff0863 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-94/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-94/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-94/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-94/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-94/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-94/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-95/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-95/input.test.md index d11801ec8ac..fe0369601ea 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-95/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-95/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-95/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-95/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-95/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-95/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-96/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-96/input.test.md index 2169eee5273..25b8b210db4 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-96/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-96/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-96/input.js" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-96/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-96/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-96/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-97/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-97/input.test.md index 0a558f783e1..1ef8e3efe86 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-97/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-97/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-97/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-97/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-97/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-97/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-98/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-98/input.test.md index 66c44b3e78f..053eb689a57 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-98/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-98/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-98/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-98/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-98/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-98/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-99/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-99/input.test.md index bbbf90deea8..4f7b58e69e6 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-99/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-99/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-99/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-99/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-99/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-99/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-hex/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-hex/input.test.md index 4ccba4141d0..3a31fae4b25 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-hex/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-hex/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-hex/input.js" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-hex/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-leading-zero/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-leading-zero/input.test.md index 74e7a60f5f9..fc99dc348a5 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-leading-zero/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-leading-zero/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-leading-zero/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-leading-zero/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-leading-zero/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-legacy-octal-literal/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-legacy-octal-literal/input.test.md index 850462df375..95ca62af36f 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-legacy-octal-literal/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-legacy-octal-literal/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-legacy-octal-literal/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-legacy-octal-literal/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-legacy-octal-literal/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-non-octal-decimal-int/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-non-octal-decimal-int/input.test.md index a414ddfffd3..d0ffb88c877 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-non-octal-decimal-int/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-non-octal-decimal-int/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-non-octal-decimal-int/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-non-octal-decimal-int/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-non-octal-decimal-int/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-unicode-2/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-unicode-2/input.test.md index 47779b98979..a3285e5a95b 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-unicode-2/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-unicode-2/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-unicode-2/input.js" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-unicode-2/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-unicode/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-unicode/input.test.md index c2a7f0f8379..fa04aef9eaf 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-unicode/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/invalid-unicode/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-unicode/input.js" end: Object { column: 0 - index: 13 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "experimental/numeric-separator/invalid-unicode/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-0/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-0/input.test.md index b2d94cc2c19..38d5837a350 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-0/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-0/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/numeric-separator/valid-0/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/numeric-separator/valid-0/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "experimental/numeric-separator/valid-0/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-1/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-1/input.test.md index 7c41e700c14..de1463105d9 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-1/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-1/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/numeric-separator/valid-1/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/numeric-separator/valid-1/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "experimental/numeric-separator/valid-1/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-10/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-10/input.test.md index 194a3f79c29..edcf28a7d61 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-10/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-10/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/numeric-separator/valid-10/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/numeric-separator/valid-10/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "experimental/numeric-separator/valid-10/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-11/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-11/input.test.md index 3ec0629b543..0462822a325 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-11/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-11/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/numeric-separator/valid-11/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/numeric-separator/valid-11/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "experimental/numeric-separator/valid-11/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-12/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-12/input.test.md index d2cc35458c2..31c334517b4 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-12/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-12/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/numeric-separator/valid-12/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/numeric-separator/valid-12/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "experimental/numeric-separator/valid-12/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-13/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-13/input.test.md index 0745051d8f7..6fb5a6a6238 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-13/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-13/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/numeric-separator/valid-13/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/numeric-separator/valid-13/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "experimental/numeric-separator/valid-13/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-14/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-14/input.test.md index ce5863fb05b..41f5fce4913 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-14/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-14/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/numeric-separator/valid-14/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/numeric-separator/valid-14/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "experimental/numeric-separator/valid-14/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-15/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-15/input.test.md index 040c040379e..973bf16a345 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-15/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-15/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/numeric-separator/valid-15/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/numeric-separator/valid-15/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "experimental/numeric-separator/valid-15/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-2/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-2/input.test.md index 7dc5d4e0863..5a44e5a18f5 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-2/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-2/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/numeric-separator/valid-2/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/numeric-separator/valid-2/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "experimental/numeric-separator/valid-2/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-3/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-3/input.test.md index 7a5e05d43c9..b504da0eeab 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-3/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-3/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/numeric-separator/valid-3/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/numeric-separator/valid-3/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "experimental/numeric-separator/valid-3/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-4/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-4/input.test.md index ec5210ebd67..af10ee3eed8 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-4/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-4/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/numeric-separator/valid-4/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/numeric-separator/valid-4/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "experimental/numeric-separator/valid-4/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-5/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-5/input.test.md index 03d224cbb36..ec16ca98dd7 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-5/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-5/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/numeric-separator/valid-5/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/numeric-separator/valid-5/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "experimental/numeric-separator/valid-5/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-6/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-6/input.test.md index d474078462a..b99f147f9b1 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-6/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-6/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/numeric-separator/valid-6/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/numeric-separator/valid-6/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "experimental/numeric-separator/valid-6/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-7/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-7/input.test.md index 10f40e5a9b0..11ba8d3d96f 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-7/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-7/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/numeric-separator/valid-7/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/numeric-separator/valid-7/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "experimental/numeric-separator/valid-7/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-8/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-8/input.test.md index e101fcccaee..78be34c8a68 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-8/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-8/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/numeric-separator/valid-8/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/numeric-separator/valid-8/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "experimental/numeric-separator/valid-8/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-9/input.test.md b/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-9/input.test.md index 24ecf42821e..06cb7e4f69b 100644 --- a/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-9/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/numeric-separator/valid-9/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/numeric-separator/valid-9/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/numeric-separator/valid-9/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "experimental/numeric-separator/valid-9/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/private-in/private-binary-expression-left/input.test.md b/internal/js-parser/test-fixtures/experimental/private-in/private-binary-expression-left/input.test.md index 6de1440b4d2..92818222bd3 100644 --- a/internal/js-parser/test-fixtures/experimental/private-in/private-binary-expression-left/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/private-in/private-binary-expression-left/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/private-in/private-binary-expression-left/input.js" end: Object { column: 0 - index: 51 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 32 line: 3 } start: Object { column: 4 - index: 37 line: 4 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "experimental/private-in/private-binary-expression-left/input.js" end: Object { column: 1 - index: 50 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -101,12 +93,10 @@ JSRoot { filename: "experimental/private-in/private-binary-expression-left/input.js" end: Object { column: 1 - index: 50 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 16 line: 2 } start: Object { column: 3 - index: 15 line: 2 } } @@ -134,12 +122,10 @@ JSRoot { filename: "experimental/private-in/private-binary-expression-left/input.js" end: Object { column: 4 - index: 16 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -151,12 +137,10 @@ JSRoot { filename: "experimental/private-in/private-binary-expression-left/input.js" end: Object { column: 8 - index: 20 line: 2 } start: Object { column: 7 - index: 19 line: 2 } } @@ -166,12 +150,10 @@ JSRoot { filename: "experimental/private-in/private-binary-expression-left/input.js" end: Object { column: 9 - index: 21 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -184,19 +166,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 14 line: 2 } loc: Object { filename: "experimental/private-in/private-binary-expression-left/input.js" end: Object { column: 4 - index: 16 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -212,12 +191,10 @@ JSRoot { identifierName: "test" end: Object { column: 6 - index: 28 line: 3 } start: Object { column: 2 - index: 24 line: 3 } } @@ -226,12 +203,10 @@ JSRoot { filename: "experimental/private-in/private-binary-expression-left/input.js" end: Object { column: 6 - index: 28 line: 3 } start: Object { column: 2 - index: 24 line: 3 } } @@ -240,12 +215,10 @@ JSRoot { filename: "experimental/private-in/private-binary-expression-left/input.js" end: Object { column: 3 - index: 48 line: 5 } start: Object { column: 2 - index: 24 line: 3 } } @@ -262,12 +235,10 @@ JSRoot { filename: "experimental/private-in/private-binary-expression-left/input.js" end: Object { column: 8 - index: 30 line: 3 } start: Object { column: 6 - index: 28 line: 3 } } @@ -281,19 +252,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 24 line: 3 } loc: Object { filename: "experimental/private-in/private-binary-expression-left/input.js" end: Object { column: 6 - index: 28 line: 3 } start: Object { column: 2 - index: 24 line: 3 } } @@ -304,12 +272,10 @@ JSRoot { filename: "experimental/private-in/private-binary-expression-left/input.js" end: Object { column: 3 - index: 48 line: 5 } start: Object { column: 9 - index: 31 line: 3 } } @@ -319,12 +285,10 @@ JSRoot { filename: "experimental/private-in/private-binary-expression-left/input.js" end: Object { column: 5 - index: 38 line: 4 } start: Object { column: 4 - index: 37 line: 4 } } @@ -334,12 +298,10 @@ JSRoot { filename: "experimental/private-in/private-binary-expression-left/input.js" end: Object { column: 5 - index: 38 line: 4 } start: Object { column: 4 - index: 37 line: 4 } } @@ -350,12 +312,10 @@ JSRoot { filename: "experimental/private-in/private-binary-expression-left/input.js" end: Object { column: 11 - index: 44 line: 4 } start: Object { column: 5 - index: 38 line: 4 } } @@ -365,12 +325,10 @@ JSRoot { filename: "experimental/private-in/private-binary-expression-left/input.js" end: Object { column: 10 - index: 43 line: 4 } start: Object { column: 5 - index: 38 line: 4 } } @@ -381,12 +339,10 @@ JSRoot { identifierName: "x" end: Object { column: 6 - index: 39 line: 4 } start: Object { column: 5 - index: 38 line: 4 } } @@ -398,12 +354,10 @@ JSRoot { filename: "experimental/private-in/private-binary-expression-left/input.js" end: Object { column: 10 - index: 43 line: 4 } start: Object { column: 9 - index: 42 line: 4 } } diff --git a/internal/js-parser/test-fixtures/experimental/private-in/private-binary-expression-right/input.test.md b/internal/js-parser/test-fixtures/experimental/private-in/private-binary-expression-right/input.test.md index 4be1b4e10f3..382df40644d 100644 --- a/internal/js-parser/test-fixtures/experimental/private-in/private-binary-expression-right/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/private-in/private-binary-expression-right/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/private-in/private-binary-expression-right/input.js" end: Object { column: 0 - index: 51 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 7 - index: 40 line: 4 } start: Object { column: 8 - index: 41 line: 4 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "experimental/private-in/private-binary-expression-right/input.js" end: Object { column: 1 - index: 50 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -101,12 +93,10 @@ JSRoot { filename: "experimental/private-in/private-binary-expression-right/input.js" end: Object { column: 1 - index: 50 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 16 line: 2 } start: Object { column: 3 - index: 15 line: 2 } } @@ -134,12 +122,10 @@ JSRoot { filename: "experimental/private-in/private-binary-expression-right/input.js" end: Object { column: 4 - index: 16 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -151,12 +137,10 @@ JSRoot { filename: "experimental/private-in/private-binary-expression-right/input.js" end: Object { column: 8 - index: 20 line: 2 } start: Object { column: 7 - index: 19 line: 2 } } @@ -166,12 +150,10 @@ JSRoot { filename: "experimental/private-in/private-binary-expression-right/input.js" end: Object { column: 9 - index: 21 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -184,19 +166,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 14 line: 2 } loc: Object { filename: "experimental/private-in/private-binary-expression-right/input.js" end: Object { column: 4 - index: 16 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -212,12 +191,10 @@ JSRoot { identifierName: "test" end: Object { column: 6 - index: 28 line: 3 } start: Object { column: 2 - index: 24 line: 3 } } @@ -226,12 +203,10 @@ JSRoot { filename: "experimental/private-in/private-binary-expression-right/input.js" end: Object { column: 6 - index: 28 line: 3 } start: Object { column: 2 - index: 24 line: 3 } } @@ -240,12 +215,10 @@ JSRoot { filename: "experimental/private-in/private-binary-expression-right/input.js" end: Object { column: 3 - index: 48 line: 5 } start: Object { column: 2 - index: 24 line: 3 } } @@ -262,12 +235,10 @@ JSRoot { filename: "experimental/private-in/private-binary-expression-right/input.js" end: Object { column: 8 - index: 30 line: 3 } start: Object { column: 6 - index: 28 line: 3 } } @@ -281,19 +252,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 24 line: 3 } loc: Object { filename: "experimental/private-in/private-binary-expression-right/input.js" end: Object { column: 6 - index: 28 line: 3 } start: Object { column: 2 - index: 24 line: 3 } } @@ -304,12 +272,10 @@ JSRoot { filename: "experimental/private-in/private-binary-expression-right/input.js" end: Object { column: 3 - index: 48 line: 5 } start: Object { column: 9 - index: 31 line: 3 } } @@ -319,12 +285,10 @@ JSRoot { filename: "experimental/private-in/private-binary-expression-right/input.js" end: Object { column: 9 - index: 42 line: 4 } start: Object { column: 4 - index: 37 line: 4 } } @@ -334,12 +298,10 @@ JSRoot { filename: "experimental/private-in/private-binary-expression-right/input.js" end: Object { column: 9 - index: 42 line: 4 } start: Object { column: 4 - index: 37 line: 4 } } @@ -349,12 +311,10 @@ JSRoot { filename: "experimental/private-in/private-binary-expression-right/input.js" end: Object { column: 9 - index: 42 line: 4 } start: Object { column: 8 - index: 41 line: 4 } } @@ -366,12 +326,10 @@ JSRoot { filename: "experimental/private-in/private-binary-expression-right/input.js" end: Object { column: 5 - index: 38 line: 4 } start: Object { column: 4 - index: 37 line: 4 } } @@ -383,12 +341,10 @@ JSRoot { filename: "experimental/private-in/private-binary-expression-right/input.js" end: Object { column: 11 - index: 44 line: 4 } start: Object { column: 9 - index: 42 line: 4 } } @@ -399,12 +355,10 @@ JSRoot { identifierName: "x" end: Object { column: 10 - index: 43 line: 4 } start: Object { column: 9 - index: 42 line: 4 } } diff --git a/internal/js-parser/test-fixtures/experimental/private-in/private-expression/input.test.md b/internal/js-parser/test-fixtures/experimental/private-in/private-expression/input.test.md index 0b7953c40c2..4392f0fc3de 100644 --- a/internal/js-parser/test-fixtures/experimental/private-in/private-expression/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/private-in/private-expression/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/private-in/private-expression/input.js" end: Object { column: 0 - index: 47 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 32 line: 3 } start: Object { column: 4 - index: 37 line: 4 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "experimental/private-in/private-expression/input.js" end: Object { column: 1 - index: 46 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -101,12 +93,10 @@ JSRoot { filename: "experimental/private-in/private-expression/input.js" end: Object { column: 1 - index: 46 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 16 line: 2 } start: Object { column: 3 - index: 15 line: 2 } } @@ -134,12 +122,10 @@ JSRoot { filename: "experimental/private-in/private-expression/input.js" end: Object { column: 4 - index: 16 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -151,12 +137,10 @@ JSRoot { filename: "experimental/private-in/private-expression/input.js" end: Object { column: 8 - index: 20 line: 2 } start: Object { column: 7 - index: 19 line: 2 } } @@ -166,12 +150,10 @@ JSRoot { filename: "experimental/private-in/private-expression/input.js" end: Object { column: 9 - index: 21 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -184,19 +166,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 14 line: 2 } loc: Object { filename: "experimental/private-in/private-expression/input.js" end: Object { column: 4 - index: 16 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -212,12 +191,10 @@ JSRoot { identifierName: "test" end: Object { column: 6 - index: 28 line: 3 } start: Object { column: 2 - index: 24 line: 3 } } @@ -226,12 +203,10 @@ JSRoot { filename: "experimental/private-in/private-expression/input.js" end: Object { column: 6 - index: 28 line: 3 } start: Object { column: 2 - index: 24 line: 3 } } @@ -240,12 +215,10 @@ JSRoot { filename: "experimental/private-in/private-expression/input.js" end: Object { column: 3 - index: 44 line: 5 } start: Object { column: 2 - index: 24 line: 3 } } @@ -262,12 +235,10 @@ JSRoot { filename: "experimental/private-in/private-expression/input.js" end: Object { column: 8 - index: 30 line: 3 } start: Object { column: 6 - index: 28 line: 3 } } @@ -281,19 +252,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 24 line: 3 } loc: Object { filename: "experimental/private-in/private-expression/input.js" end: Object { column: 6 - index: 28 line: 3 } start: Object { column: 2 - index: 24 line: 3 } } @@ -304,12 +272,10 @@ JSRoot { filename: "experimental/private-in/private-expression/input.js" end: Object { column: 3 - index: 44 line: 5 } start: Object { column: 9 - index: 31 line: 3 } } @@ -319,12 +285,10 @@ JSRoot { filename: "experimental/private-in/private-expression/input.js" end: Object { column: 5 - index: 38 line: 4 } start: Object { column: 4 - index: 37 line: 4 } } @@ -334,12 +298,10 @@ JSRoot { filename: "experimental/private-in/private-expression/input.js" end: Object { column: 5 - index: 38 line: 4 } start: Object { column: 4 - index: 37 line: 4 } } @@ -350,12 +312,10 @@ JSRoot { filename: "experimental/private-in/private-expression/input.js" end: Object { column: 7 - index: 40 line: 4 } start: Object { column: 5 - index: 38 line: 4 } } @@ -366,12 +326,10 @@ JSRoot { identifierName: "x" end: Object { column: 6 - index: 39 line: 4 } start: Object { column: 5 - index: 38 line: 4 } } diff --git a/internal/js-parser/test-fixtures/experimental/private-in/private-in-class-heritage/input.test.md b/internal/js-parser/test-fixtures/experimental/private-in/private-in-class-heritage/input.test.md index d8baa9930fe..7f801cfd387 100644 --- a/internal/js-parser/test-fixtures/experimental/private-in/private-in-class-heritage/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/private-in/private-in-class-heritage/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/private-in/private-in-class-heritage/input.js" end: Object { column: 0 - index: 74 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 21 - index: 54 line: 4 } start: Object { column: 21 - index: 54 line: 4 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "experimental/private-in/private-in-class-heritage/input.js" end: Object { column: 1 - index: 73 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -101,12 +93,10 @@ JSRoot { filename: "experimental/private-in/private-in-class-heritage/input.js" end: Object { column: 1 - index: 73 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 16 line: 2 } start: Object { column: 3 - index: 15 line: 2 } } @@ -134,12 +122,10 @@ JSRoot { filename: "experimental/private-in/private-in-class-heritage/input.js" end: Object { column: 4 - index: 16 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -151,12 +137,10 @@ JSRoot { filename: "experimental/private-in/private-in-class-heritage/input.js" end: Object { column: 8 - index: 20 line: 2 } start: Object { column: 7 - index: 19 line: 2 } } @@ -166,12 +150,10 @@ JSRoot { filename: "experimental/private-in/private-in-class-heritage/input.js" end: Object { column: 9 - index: 21 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -184,19 +166,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 14 line: 2 } loc: Object { filename: "experimental/private-in/private-in-class-heritage/input.js" end: Object { column: 4 - index: 16 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -212,12 +191,10 @@ JSRoot { identifierName: "test" end: Object { column: 6 - index: 28 line: 3 } start: Object { column: 2 - index: 24 line: 3 } } @@ -226,12 +203,10 @@ JSRoot { filename: "experimental/private-in/private-in-class-heritage/input.js" end: Object { column: 6 - index: 28 line: 3 } start: Object { column: 2 - index: 24 line: 3 } } @@ -240,12 +215,10 @@ JSRoot { filename: "experimental/private-in/private-in-class-heritage/input.js" end: Object { column: 3 - index: 71 line: 5 } start: Object { column: 2 - index: 24 line: 3 } } @@ -262,12 +235,10 @@ JSRoot { filename: "experimental/private-in/private-in-class-heritage/input.js" end: Object { column: 8 - index: 30 line: 3 } start: Object { column: 6 - index: 28 line: 3 } } @@ -281,19 +252,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 24 line: 3 } loc: Object { filename: "experimental/private-in/private-in-class-heritage/input.js" end: Object { column: 6 - index: 28 line: 3 } start: Object { column: 2 - index: 24 line: 3 } } @@ -304,12 +272,10 @@ JSRoot { filename: "experimental/private-in/private-in-class-heritage/input.js" end: Object { column: 3 - index: 71 line: 5 } start: Object { column: 9 - index: 31 line: 3 } } @@ -322,12 +288,10 @@ JSRoot { identifierName: "X" end: Object { column: 11 - index: 44 line: 4 } start: Object { column: 10 - index: 43 line: 4 } } @@ -336,12 +300,10 @@ JSRoot { filename: "experimental/private-in/private-in-class-heritage/input.js" end: Object { column: 29 - index: 62 line: 4 } start: Object { column: 4 - index: 37 line: 4 } } @@ -353,12 +315,10 @@ JSRoot { filename: "experimental/private-in/private-in-class-heritage/input.js" end: Object { column: 29 - index: 62 line: 4 } start: Object { column: 4 - index: 37 line: 4 } } @@ -368,12 +328,10 @@ JSRoot { filename: "experimental/private-in/private-in-class-heritage/input.js" end: Object { column: 22 - index: 55 line: 4 } start: Object { column: 21 - index: 54 line: 4 } } @@ -388,12 +346,10 @@ JSRoot { identifierName: "" end: Object { column: 28 - index: 61 line: 4 } start: Object { column: 27 - index: 60 line: 4 } } @@ -402,12 +358,10 @@ JSRoot { filename: "experimental/private-in/private-in-class-heritage/input.js" end: Object { column: 28 - index: 61 line: 4 } start: Object { column: 27 - index: 60 line: 4 } } @@ -419,12 +373,10 @@ JSRoot { filename: "experimental/private-in/private-in-class-heritage/input.js" end: Object { column: 28 - index: 61 line: 4 } start: Object { column: 27 - index: 60 line: 4 } } @@ -437,19 +389,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 27 - index: 60 line: 4 } loc: Object { filename: "experimental/private-in/private-in-class-heritage/input.js" end: Object { column: 28 - index: 61 line: 4 } start: Object { column: 27 - index: 60 line: 4 } } @@ -463,12 +412,10 @@ JSRoot { filename: "experimental/private-in/private-in-class-heritage/input.js" end: Object { column: 30 - index: 63 line: 4 } start: Object { column: 29 - index: 62 line: 4 } } @@ -478,12 +425,10 @@ JSRoot { filename: "experimental/private-in/private-in-class-heritage/input.js" end: Object { column: 30 - index: 63 line: 4 } start: Object { column: 29 - index: 62 line: 4 } } @@ -496,12 +441,10 @@ JSRoot { filename: "experimental/private-in/private-in-class-heritage/input.js" end: Object { column: 33 - index: 66 line: 4 } start: Object { column: 31 - index: 64 line: 4 } } @@ -511,12 +454,10 @@ JSRoot { filename: "experimental/private-in/private-in-class-heritage/input.js" end: Object { column: 34 - index: 67 line: 4 } start: Object { column: 33 - index: 66 line: 4 } } diff --git a/internal/js-parser/test-fixtures/experimental/private-in/private-in-escaped-sequence/input.test.md b/internal/js-parser/test-fixtures/experimental/private-in/private-in-escaped-sequence/input.test.md index c0fd107afbe..29bffd11c1e 100644 --- a/internal/js-parser/test-fixtures/experimental/private-in/private-in-escaped-sequence/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/private-in/private-in-escaped-sequence/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/private-in/private-in-escaped-sequence/input.js" end: Object { column: 0 - index: 63 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 37 line: 3 } start: Object { column: 4 - index: 42 line: 4 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "experimental/private-in/private-in-escaped-sequence/input.js" end: Object { column: 1 - index: 62 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -101,12 +93,10 @@ JSRoot { filename: "experimental/private-in/private-in-escaped-sequence/input.js" end: Object { column: 1 - index: 62 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { identifierName: "a" end: Object { column: 9 - index: 21 line: 2 } start: Object { column: 3 - index: 15 line: 2 } } @@ -134,12 +122,10 @@ JSRoot { filename: "experimental/private-in/private-in-escaped-sequence/input.js" end: Object { column: 9 - index: 21 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -151,12 +137,10 @@ JSRoot { filename: "experimental/private-in/private-in-escaped-sequence/input.js" end: Object { column: 13 - index: 25 line: 2 } start: Object { column: 12 - index: 24 line: 2 } } @@ -166,12 +150,10 @@ JSRoot { filename: "experimental/private-in/private-in-escaped-sequence/input.js" end: Object { column: 14 - index: 26 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -184,19 +166,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 14 line: 2 } loc: Object { filename: "experimental/private-in/private-in-escaped-sequence/input.js" end: Object { column: 9 - index: 21 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -212,12 +191,10 @@ JSRoot { identifierName: "test" end: Object { column: 6 - index: 33 line: 3 } start: Object { column: 2 - index: 29 line: 3 } } @@ -226,12 +203,10 @@ JSRoot { filename: "experimental/private-in/private-in-escaped-sequence/input.js" end: Object { column: 6 - index: 33 line: 3 } start: Object { column: 2 - index: 29 line: 3 } } @@ -240,12 +215,10 @@ JSRoot { filename: "experimental/private-in/private-in-escaped-sequence/input.js" end: Object { column: 3 - index: 60 line: 5 } start: Object { column: 2 - index: 29 line: 3 } } @@ -262,12 +235,10 @@ JSRoot { filename: "experimental/private-in/private-in-escaped-sequence/input.js" end: Object { column: 8 - index: 35 line: 3 } start: Object { column: 6 - index: 33 line: 3 } } @@ -281,19 +252,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 29 line: 3 } loc: Object { filename: "experimental/private-in/private-in-escaped-sequence/input.js" end: Object { column: 6 - index: 33 line: 3 } start: Object { column: 2 - index: 29 line: 3 } } @@ -304,12 +272,10 @@ JSRoot { filename: "experimental/private-in/private-in-escaped-sequence/input.js" end: Object { column: 3 - index: 60 line: 5 } start: Object { column: 9 - index: 36 line: 3 } } @@ -319,12 +285,10 @@ JSRoot { filename: "experimental/private-in/private-in-escaped-sequence/input.js" end: Object { column: 5 - index: 43 line: 4 } start: Object { column: 4 - index: 42 line: 4 } } @@ -334,12 +298,10 @@ JSRoot { filename: "experimental/private-in/private-in-escaped-sequence/input.js" end: Object { column: 5 - index: 43 line: 4 } start: Object { column: 4 - index: 42 line: 4 } } @@ -350,12 +312,10 @@ JSRoot { filename: "experimental/private-in/private-in-escaped-sequence/input.js" end: Object { column: 18 - index: 56 line: 4 } start: Object { column: 5 - index: 43 line: 4 } } @@ -365,12 +325,10 @@ JSRoot { filename: "experimental/private-in/private-in-escaped-sequence/input.js" end: Object { column: 17 - index: 55 line: 4 } start: Object { column: 5 - index: 43 line: 4 } } @@ -380,12 +338,10 @@ JSRoot { filename: "experimental/private-in/private-in-escaped-sequence/input.js" end: Object { column: 17 - index: 55 line: 4 } start: Object { column: 15 - index: 53 line: 4 } } @@ -397,12 +353,10 @@ JSRoot { identifierName: "a" end: Object { column: 11 - index: 49 line: 4 } start: Object { column: 5 - index: 43 line: 4 } } diff --git a/internal/js-parser/test-fixtures/experimental/private-in/private-in-parenthesized/input.test.md b/internal/js-parser/test-fixtures/experimental/private-in/private-in-parenthesized/input.test.md index 2183c2a4e89..82ff04e8a3a 100644 --- a/internal/js-parser/test-fixtures/experimental/private-in/private-in-parenthesized/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/private-in/private-in-parenthesized/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/private-in/private-in-parenthesized/input.js" end: Object { column: 0 - index: 55 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 38 line: 4 } start: Object { column: 5 - index: 38 line: 4 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "experimental/private-in/private-in-parenthesized/input.js" end: Object { column: 1 - index: 54 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -101,12 +93,10 @@ JSRoot { filename: "experimental/private-in/private-in-parenthesized/input.js" end: Object { column: 1 - index: 54 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 16 line: 2 } start: Object { column: 3 - index: 15 line: 2 } } @@ -134,12 +122,10 @@ JSRoot { filename: "experimental/private-in/private-in-parenthesized/input.js" end: Object { column: 4 - index: 16 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -151,12 +137,10 @@ JSRoot { filename: "experimental/private-in/private-in-parenthesized/input.js" end: Object { column: 8 - index: 20 line: 2 } start: Object { column: 7 - index: 19 line: 2 } } @@ -166,12 +150,10 @@ JSRoot { filename: "experimental/private-in/private-in-parenthesized/input.js" end: Object { column: 9 - index: 21 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -184,19 +166,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 14 line: 2 } loc: Object { filename: "experimental/private-in/private-in-parenthesized/input.js" end: Object { column: 4 - index: 16 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -212,12 +191,10 @@ JSRoot { identifierName: "test" end: Object { column: 6 - index: 28 line: 3 } start: Object { column: 2 - index: 24 line: 3 } } @@ -226,12 +203,10 @@ JSRoot { filename: "experimental/private-in/private-in-parenthesized/input.js" end: Object { column: 6 - index: 28 line: 3 } start: Object { column: 2 - index: 24 line: 3 } } @@ -240,12 +215,10 @@ JSRoot { filename: "experimental/private-in/private-in-parenthesized/input.js" end: Object { column: 3 - index: 52 line: 5 } start: Object { column: 2 - index: 24 line: 3 } } @@ -262,12 +235,10 @@ JSRoot { filename: "experimental/private-in/private-in-parenthesized/input.js" end: Object { column: 8 - index: 30 line: 3 } start: Object { column: 6 - index: 28 line: 3 } } @@ -281,19 +252,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 24 line: 3 } loc: Object { filename: "experimental/private-in/private-in-parenthesized/input.js" end: Object { column: 6 - index: 28 line: 3 } start: Object { column: 2 - index: 24 line: 3 } } @@ -304,12 +272,10 @@ JSRoot { filename: "experimental/private-in/private-in-parenthesized/input.js" end: Object { column: 3 - index: 52 line: 5 } start: Object { column: 9 - index: 31 line: 3 } } @@ -319,12 +285,10 @@ JSRoot { filename: "experimental/private-in/private-in-parenthesized/input.js" end: Object { column: 6 - index: 39 line: 4 } start: Object { column: 4 - index: 37 line: 4 } } @@ -334,12 +298,10 @@ JSRoot { filename: "experimental/private-in/private-in-parenthesized/input.js" end: Object { column: 6 - index: 39 line: 4 } start: Object { column: 5 - index: 38 line: 4 } } @@ -350,12 +312,10 @@ JSRoot { filename: "experimental/private-in/private-in-parenthesized/input.js" end: Object { column: 7 - index: 40 line: 4 } start: Object { column: 6 - index: 39 line: 4 } } @@ -366,12 +326,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 40 line: 4 } start: Object { column: 6 - index: 39 line: 4 } } @@ -382,12 +340,10 @@ JSRoot { filename: "experimental/private-in/private-in-parenthesized/input.js" end: Object { column: 15 - index: 48 line: 4 } start: Object { column: 7 - index: 40 line: 4 } } @@ -397,12 +353,10 @@ JSRoot { filename: "experimental/private-in/private-in-parenthesized/input.js" end: Object { column: 14 - index: 47 line: 4 } start: Object { column: 7 - index: 40 line: 4 } } @@ -412,12 +366,10 @@ JSRoot { filename: "experimental/private-in/private-in-parenthesized/input.js" end: Object { column: 8 - index: 41 line: 4 } start: Object { column: 7 - index: 40 line: 4 } } @@ -428,12 +380,10 @@ JSRoot { filename: "experimental/private-in/private-in-parenthesized/input.js" end: Object { column: 14 - index: 47 line: 4 } start: Object { column: 12 - index: 45 line: 4 } } diff --git a/internal/js-parser/test-fixtures/experimental/private-in/private-in-without-field/input.test.md b/internal/js-parser/test-fixtures/experimental/private-in/private-in-without-field/input.test.md index 487836b395a..591eaf3ee91 100644 --- a/internal/js-parser/test-fixtures/experimental/private-in/private-in-without-field/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/private-in/private-in-without-field/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/private-in/private-in-without-field/input.js" end: Object { column: 0 - index: 43 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 22 line: 2 } start: Object { column: 4 - index: 27 line: 3 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "experimental/private-in/private-in-without-field/input.js" end: Object { column: 1 - index: 42 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -101,12 +93,10 @@ JSRoot { filename: "experimental/private-in/private-in-without-field/input.js" end: Object { column: 1 - index: 42 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -121,12 +111,10 @@ JSRoot { identifierName: "test" end: Object { column: 6 - index: 18 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -135,12 +123,10 @@ JSRoot { filename: "experimental/private-in/private-in-without-field/input.js" end: Object { column: 6 - index: 18 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -149,12 +135,10 @@ JSRoot { filename: "experimental/private-in/private-in-without-field/input.js" end: Object { column: 3 - index: 40 line: 4 } start: Object { column: 2 - index: 14 line: 2 } } @@ -171,12 +155,10 @@ JSRoot { filename: "experimental/private-in/private-in-without-field/input.js" end: Object { column: 8 - index: 20 line: 2 } start: Object { column: 6 - index: 18 line: 2 } } @@ -190,19 +172,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 14 line: 2 } loc: Object { filename: "experimental/private-in/private-in-without-field/input.js" end: Object { column: 6 - index: 18 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -213,12 +192,10 @@ JSRoot { filename: "experimental/private-in/private-in-without-field/input.js" end: Object { column: 3 - index: 40 line: 4 } start: Object { column: 9 - index: 21 line: 2 } } @@ -228,12 +205,10 @@ JSRoot { filename: "experimental/private-in/private-in-without-field/input.js" end: Object { column: 5 - index: 28 line: 3 } start: Object { column: 4 - index: 27 line: 3 } } @@ -243,12 +218,10 @@ JSRoot { filename: "experimental/private-in/private-in-without-field/input.js" end: Object { column: 5 - index: 28 line: 3 } start: Object { column: 4 - index: 27 line: 3 } } @@ -259,12 +232,10 @@ JSRoot { filename: "experimental/private-in/private-in-without-field/input.js" end: Object { column: 13 - index: 36 line: 3 } start: Object { column: 5 - index: 28 line: 3 } } @@ -274,12 +245,10 @@ JSRoot { filename: "experimental/private-in/private-in-without-field/input.js" end: Object { column: 12 - index: 35 line: 3 } start: Object { column: 5 - index: 28 line: 3 } } @@ -289,12 +258,10 @@ JSRoot { filename: "experimental/private-in/private-in-without-field/input.js" end: Object { column: 12 - index: 35 line: 3 } start: Object { column: 10 - index: 33 line: 3 } } @@ -306,12 +273,10 @@ JSRoot { identifierName: "x" end: Object { column: 6 - index: 29 line: 3 } start: Object { column: 5 - index: 28 line: 3 } } diff --git a/internal/js-parser/test-fixtures/experimental/private-in/private-in/input.test.md b/internal/js-parser/test-fixtures/experimental/private-in/private-in/input.test.md index 02661eeccb5..cf9b216e133 100644 --- a/internal/js-parser/test-fixtures/experimental/private-in/private-in/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/private-in/private-in/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/private-in/private-in/input.js" end: Object { column: 0 - index: 53 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 32 line: 3 } start: Object { column: 4 - index: 37 line: 4 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "experimental/private-in/private-in/input.js" end: Object { column: 1 - index: 52 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -101,12 +93,10 @@ JSRoot { filename: "experimental/private-in/private-in/input.js" end: Object { column: 1 - index: 52 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { identifierName: "x" end: Object { column: 4 - index: 16 line: 2 } start: Object { column: 3 - index: 15 line: 2 } } @@ -134,12 +122,10 @@ JSRoot { filename: "experimental/private-in/private-in/input.js" end: Object { column: 4 - index: 16 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -151,12 +137,10 @@ JSRoot { filename: "experimental/private-in/private-in/input.js" end: Object { column: 8 - index: 20 line: 2 } start: Object { column: 7 - index: 19 line: 2 } } @@ -166,12 +150,10 @@ JSRoot { filename: "experimental/private-in/private-in/input.js" end: Object { column: 9 - index: 21 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -184,19 +166,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 14 line: 2 } loc: Object { filename: "experimental/private-in/private-in/input.js" end: Object { column: 4 - index: 16 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -212,12 +191,10 @@ JSRoot { identifierName: "test" end: Object { column: 6 - index: 28 line: 3 } start: Object { column: 2 - index: 24 line: 3 } } @@ -226,12 +203,10 @@ JSRoot { filename: "experimental/private-in/private-in/input.js" end: Object { column: 6 - index: 28 line: 3 } start: Object { column: 2 - index: 24 line: 3 } } @@ -240,12 +215,10 @@ JSRoot { filename: "experimental/private-in/private-in/input.js" end: Object { column: 3 - index: 50 line: 5 } start: Object { column: 2 - index: 24 line: 3 } } @@ -262,12 +235,10 @@ JSRoot { filename: "experimental/private-in/private-in/input.js" end: Object { column: 8 - index: 30 line: 3 } start: Object { column: 6 - index: 28 line: 3 } } @@ -281,19 +252,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 24 line: 3 } loc: Object { filename: "experimental/private-in/private-in/input.js" end: Object { column: 6 - index: 28 line: 3 } start: Object { column: 2 - index: 24 line: 3 } } @@ -304,12 +272,10 @@ JSRoot { filename: "experimental/private-in/private-in/input.js" end: Object { column: 3 - index: 50 line: 5 } start: Object { column: 9 - index: 31 line: 3 } } @@ -319,12 +285,10 @@ JSRoot { filename: "experimental/private-in/private-in/input.js" end: Object { column: 5 - index: 38 line: 4 } start: Object { column: 4 - index: 37 line: 4 } } @@ -334,12 +298,10 @@ JSRoot { filename: "experimental/private-in/private-in/input.js" end: Object { column: 5 - index: 38 line: 4 } start: Object { column: 4 - index: 37 line: 4 } } @@ -350,12 +312,10 @@ JSRoot { filename: "experimental/private-in/private-in/input.js" end: Object { column: 13 - index: 46 line: 4 } start: Object { column: 5 - index: 38 line: 4 } } @@ -365,12 +325,10 @@ JSRoot { filename: "experimental/private-in/private-in/input.js" end: Object { column: 12 - index: 45 line: 4 } start: Object { column: 5 - index: 38 line: 4 } } @@ -380,12 +338,10 @@ JSRoot { filename: "experimental/private-in/private-in/input.js" end: Object { column: 12 - index: 45 line: 4 } start: Object { column: 10 - index: 43 line: 4 } } @@ -397,12 +353,10 @@ JSRoot { identifierName: "x" end: Object { column: 6 - index: 39 line: 4 } start: Object { column: 5 - index: 38 line: 4 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/1/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/1/input.test.md index 2fc168a68fa..355ef45a563 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/1/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/1/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/1/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/1/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/1/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/1/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/1/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/10/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/10/input.test.md index 2bb16e1b647..2b076fb686e 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/10/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/10/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/10/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/10/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/10/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/10/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/10/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/10/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/10/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/11/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/11/input.test.md index 14418d5b9b3..41913148735 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/11/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/11/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/11/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/11/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/11/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/11/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/11/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/11/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/11/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/12/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/12/input.test.md index 249b504d8e9..b90cbedee0a 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/12/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/12/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/12/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/12/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/12/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/12/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/12/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/12/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/12/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -155,12 +139,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/12/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/12/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/13/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/13/input.test.md index c77035585b9..69b5089e2cb 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/13/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/13/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/13/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/13/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/13/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/13/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/13/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/14/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/14/input.test.md index 373fe8f10a2..9bf94c1d7a3 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/14/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/14/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/14/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/14/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/14/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/14/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/14/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/14/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/14/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/15/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/15/input.test.md index 5bf5a2097d3..3c00664d85f 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/15/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/15/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/15/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/15/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/15/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/15/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/15/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/15/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/15/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/16/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/16/input.test.md index ea91ec30ec1..a6237c7a5ad 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/16/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/16/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/16/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/16/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/16/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/16/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/16/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/16/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/16/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -155,12 +139,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/16/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/16/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/17/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/17/input.test.md index 8909936df87..d6388e27356 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/17/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/17/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/17/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/17/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/17/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/17/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/17/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/18/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/18/input.test.md index 7d968cbcb6f..53c86e3fcaf 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/18/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/18/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/18/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/18/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/18/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/18/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/18/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/18/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/18/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/19/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/19/input.test.md index d630befa6ad..abce563675c 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/19/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/19/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/19/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/19/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/19/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/19/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/19/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/19/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/19/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/2/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/2/input.test.md index b216295c69b..94a8b4761c3 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/2/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/2/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/2/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/2/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/2/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/2/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/2/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/2/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/2/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/20/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/20/input.test.md index 40411291969..fc13d449045 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/20/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/20/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/20/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/20/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/20/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/20/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/20/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/20/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/20/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -155,12 +139,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/20/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/20/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/21/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/21/input.test.md index 244526a05fd..a12fcb5451a 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/21/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/21/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/21/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/21/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/21/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/21/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/21/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/22/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/22/input.test.md index e1270b72982..93c278cc160 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/22/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/22/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/22/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/22/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/22/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/22/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/22/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/22/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/22/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/23/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/23/input.test.md index bab5da5264a..e54a8d41aca 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/23/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/23/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/23/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/23/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/23/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/23/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/23/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/23/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/23/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/24/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/24/input.test.md index 8398b29adef..f23a09fdc92 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/24/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/24/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/24/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/24/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/24/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/24/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/24/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/24/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/24/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -155,12 +139,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/24/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/24/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/25/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/25/input.test.md index 317676aa141..9555cdaf70f 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/25/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/25/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/25/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/25/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/25/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/25/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/25/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/26/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/26/input.test.md index a42742ba30b..883edc1b1c6 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/26/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/26/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/26/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/26/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/26/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/26/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/26/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/26/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/26/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/27/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/27/input.test.md index d0f8cae8468..104ad179312 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/27/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/27/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/27/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/27/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/27/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/27/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/27/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/27/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/27/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/28/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/28/input.test.md index 6ab2b0e2c99..877fd8667f2 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/28/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/28/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/28/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/28/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/28/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/28/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/28/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/28/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/28/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -155,12 +139,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/28/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/28/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/29/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/29/input.test.md index 25c409871d1..ec8c58d23be 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/29/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/29/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/29/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/29/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/29/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/29/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/29/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/3/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/3/input.test.md index ceefa4f346b..b65dd87ef85 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/3/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/3/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/3/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/3/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/3/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/3/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/3/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/3/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/3/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/30/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/30/input.test.md index ed90e0148cf..90903a473f6 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/30/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/30/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/30/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/30/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/30/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/30/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/30/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/30/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/30/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/31/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/31/input.test.md index 262bac641f5..db896e121bb 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/31/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/31/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/31/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/31/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/31/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/31/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/31/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/31/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/31/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/32/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/32/input.test.md index 099b9268597..6147d5a0ff5 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/32/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/32/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/32/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/32/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/32/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/32/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/32/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/32/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/32/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -155,12 +139,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/32/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/32/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/33/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/33/input.test.md index 8d47018bd21..ec81ed16e75 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/33/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/33/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/33/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/33/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/33/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/33/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/33/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/34/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/34/input.test.md index 92122c7a09f..97de249586d 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/34/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/34/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/34/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/34/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/34/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/34/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/34/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/34/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/34/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/35/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/35/input.test.md index 847976977a0..0d9e6dc114c 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/35/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/35/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/35/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/35/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/35/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/35/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/35/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/35/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/35/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/36/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/36/input.test.md index 043117d0a84..66be77321ab 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/36/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/36/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/36/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/36/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/36/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/36/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/36/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/36/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/36/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -155,12 +139,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/36/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/36/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/37/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/37/input.test.md index c9770b5e3ab..ce3f3e4b57b 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/37/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/37/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/37/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/37/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/37/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/37/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/37/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/38/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/38/input.test.md index 7a4b68b45c4..ee1e4f6c758 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/38/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/38/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/38/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/38/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/38/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/38/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/38/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/38/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/38/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/39/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/39/input.test.md index b56ed62a3c7..ce866ac4947 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/39/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/39/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/39/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/39/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/39/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/39/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/39/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/39/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/39/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/4/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/4/input.test.md index 4edc57dd011..59f21b7035a 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/4/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/4/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/4/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/4/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/4/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/4/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/4/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/4/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/4/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -155,12 +139,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/4/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/4/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/40/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/40/input.test.md index b0495add886..7cadc2baec1 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/40/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/40/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/40/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/40/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/40/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/40/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/40/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/40/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/40/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -155,12 +139,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/40/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/40/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/41/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/41/input.test.md index ed0bc95dbdd..910f7d3e2e1 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/41/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/41/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/41/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/41/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/41/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/41/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/41/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/42/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/42/input.test.md index 83b38d26272..affb173ba87 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/42/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/42/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/42/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/42/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/42/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/42/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/42/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/42/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/42/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/43/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/43/input.test.md index 95a95dd0de6..c00fcf33384 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/43/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/43/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/43/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/43/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/43/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/43/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/43/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/43/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/43/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/44/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/44/input.test.md index 9a04e6d541f..bc19ba5e9c5 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/44/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/44/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/44/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/44/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/44/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/44/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/44/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/44/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/44/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -155,12 +139,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/44/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/44/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/45/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/45/input.test.md index ad24b9dc6c8..1ec7768a188 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/45/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/45/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/45/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/45/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/45/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/45/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/45/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/46/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/46/input.test.md index 70b152784e5..55260fe3f5c 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/46/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/46/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/46/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/46/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/46/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/46/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/46/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/46/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/46/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/47/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/47/input.test.md index 1e81dc3d020..b52b7e958aa 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/47/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/47/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/47/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/47/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/47/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/47/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/47/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/47/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/47/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/48/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/48/input.test.md index e87591173b7..d6c231f8939 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/48/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/48/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/48/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/48/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/48/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/48/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/48/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/48/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/48/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -155,12 +139,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/48/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/48/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/49/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/49/input.test.md index 56984bab053..0c4962a7105 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/49/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/49/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/49/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/49/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/49/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/49/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/49/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/5/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/5/input.test.md index 23d66124ec0..438e5da9232 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/5/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/5/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/5/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/5/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/5/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/5/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/5/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/50/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/50/input.test.md index d8b25c08a7e..c0d33115e04 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/50/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/50/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/50/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/50/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/50/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/50/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/50/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/50/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/50/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/51/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/51/input.test.md index 0f582d9eaec..915a79c7ae8 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/51/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/51/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/51/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/51/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/51/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/51/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/51/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/51/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/51/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/52/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/52/input.test.md index 5d772231253..788021b1a79 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/52/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/52/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/52/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/52/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/52/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/52/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/52/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/52/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/52/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -155,12 +139,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/52/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/52/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/53/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/53/input.test.md index 1a90b72d472..911b47816de 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/53/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/53/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/53/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/53/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/53/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/53/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/53/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/54/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/54/input.test.md index e39e03ba691..9f145d61dd8 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/54/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/54/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/54/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/54/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/54/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/54/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/54/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/54/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/54/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/55/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/55/input.test.md index 13f30422638..7d354e46492 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/55/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/55/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/55/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/55/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/55/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/55/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/55/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/55/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/55/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/56/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/56/input.test.md index ba449c7c00f..49ba7b922f8 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/56/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/56/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/56/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/56/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/56/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/56/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/56/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/56/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/56/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -155,12 +139,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/56/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/56/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/57/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/57/input.test.md index 5a48189afa9..61b65ae0252 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/57/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/57/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/57/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/57/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/57/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/57/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/57/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/58/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/58/input.test.md index 4a263b344fa..b6a550306a1 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/58/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/58/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/58/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/58/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/58/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/58/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/58/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/58/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/58/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/59/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/59/input.test.md index 22181f46f04..dd36f2d0172 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/59/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/59/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/59/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/59/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/59/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/59/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/59/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/59/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/59/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/6/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/6/input.test.md index a1218d47141..594add96779 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/6/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/6/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/6/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/6/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/6/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/6/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/6/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/6/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/6/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/60/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/60/input.test.md index ebb68ad36d6..ee1d1696810 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/60/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/60/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/60/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/60/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/60/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/60/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/60/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/60/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/60/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -155,12 +139,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/60/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/60/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/61/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/61/input.test.md index cb9b9fb663b..efc47e6a8d9 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/61/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/61/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/61/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/61/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/61/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/61/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/61/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/62/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/62/input.test.md index e93c1710935..8f607998242 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/62/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/62/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/62/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/62/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/62/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/62/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/62/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/62/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/62/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/63/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/63/input.test.md index dbbecbbb44d..20f3d73294c 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/63/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/63/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/63/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/63/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/63/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/63/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/63/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/63/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/63/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/64/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/64/input.test.md index 099bad616a2..e72d629b7bc 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/64/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/64/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/64/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/64/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/64/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/64/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/64/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/64/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/64/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -155,12 +139,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/64/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/64/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/65/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/65/input.test.md index d7592a9172b..7b677e03d4f 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/65/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/65/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/65/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/65/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/65/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/65/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/65/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/66/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/66/input.test.md index 113504c3e4d..cd1911c009b 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/66/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/66/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/66/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/66/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/66/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/66/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/66/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/66/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/66/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/67/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/67/input.test.md index c0d33193dca..f7c00266e9d 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/67/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/67/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/67/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/67/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/67/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/67/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/67/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/67/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/67/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/68/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/68/input.test.md index d9e5b5a52b5..4c540e3c827 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/68/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/68/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/68/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/68/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/68/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/68/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/68/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/68/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/68/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -155,12 +139,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/68/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/68/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/7/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/7/input.test.md index 206d38f741c..bad53fca0d5 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/7/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/7/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/7/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/7/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/7/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/7/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/7/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/7/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/7/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/8/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/8/input.test.md index 52170f69d19..d7c61d9a416 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/8/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/8/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/8/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/8/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/8/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/8/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/8/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/8/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/8/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -155,12 +139,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/8/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/8/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/9/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/9/input.test.md index bd2d99b7dca..ca708be3ac6 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/9/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-tagged/9/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/9/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/9/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/9/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "sampleTag" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/9/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-tagged/9/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/1/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/1/input.test.md index e2ba3043208..b4dd78e3653 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/1/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/1/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/1/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/1/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/1/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/1/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/10/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/10/input.test.md index a4c76e33046..4742e785ca8 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/10/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/10/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/10/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/10/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/10/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/10/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/10/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/10/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/11/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/11/input.test.md index 06065c30b2a..ba44f6f14a0 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/11/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/11/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/11/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/11/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/11/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/11/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/11/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/11/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/12/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/12/input.test.md index df5c8cbdab9..d4a6e0c571d 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/12/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/12/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/12/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/12/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/12/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/12/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/12/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/12/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -147,12 +133,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/12/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -165,12 +149,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/12/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/13/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/13/input.test.md index 63cb43d2362..3a9a2c0afaf 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/13/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/13/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/13/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/13/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/13/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/13/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/14/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/14/input.test.md index 2d4120814b9..ede6474095c 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/14/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/14/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/14/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/14/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/14/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/14/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/14/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/14/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/15/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/15/input.test.md index 021b26a7302..58c36f80867 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/15/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/15/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/15/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/15/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/15/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/15/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/15/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/15/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/16/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/16/input.test.md index c3de4212aeb..4be7f1ccc71 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/16/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/16/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/16/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/16/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/16/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/16/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/16/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/16/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -147,12 +133,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/16/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -165,12 +149,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/16/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/17/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/17/input.test.md index 837cd55f794..63b23657386 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/17/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/17/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/17/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/17/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/17/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/17/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/18/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/18/input.test.md index 7b56c776cc7..5b09e11f543 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/18/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/18/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/18/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/18/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/18/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/18/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/18/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/18/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/19/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/19/input.test.md index 63bbb780b6d..bab3a56133f 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/19/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/19/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/19/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/19/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/19/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/19/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/19/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/19/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/2/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/2/input.test.md index 50cdd6fe68e..7e24f4eaf8e 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/2/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/2/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/2/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/2/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/2/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/2/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/2/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/2/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/20/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/20/input.test.md index c6f37b44a3f..eb5f574a90f 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/20/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/20/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/20/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/20/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/20/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/20/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/20/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/20/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -147,12 +133,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/20/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -165,12 +149,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/20/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/21/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/21/input.test.md index 4135f52e58d..b46cfeb9ab8 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/21/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/21/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/21/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/21/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/21/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/21/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/22/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/22/input.test.md index 79623bddfa1..cda3c767aa4 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/22/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/22/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/22/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/22/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/22/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/22/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/22/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/22/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/23/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/23/input.test.md index 520b4bd24be..e24988103ec 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/23/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/23/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/23/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/23/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/23/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/23/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/23/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/23/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/24/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/24/input.test.md index bb6356ff0c4..6034475b7b4 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/24/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/24/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/24/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/24/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/24/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/24/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/24/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/24/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -147,12 +133,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/24/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -165,12 +149,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/24/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/25/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/25/input.test.md index 7fecba893fa..c7e40c8cb5d 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/25/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/25/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/25/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/25/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/25/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/25/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/26/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/26/input.test.md index 6d33438f793..0f328354f6f 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/26/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/26/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/26/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/26/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/26/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/26/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/26/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/26/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/27/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/27/input.test.md index 180ba1fb9da..841c221446a 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/27/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/27/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/27/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/27/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/27/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/27/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/27/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/27/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/28/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/28/input.test.md index 752c3511ce1..1eb825f44b2 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/28/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/28/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/28/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/28/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/28/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/28/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/28/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/28/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -147,12 +133,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/28/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -165,12 +149,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/28/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/29/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/29/input.test.md index 6833911465a..ae3d3badb40 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/29/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/29/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/29/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/29/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/29/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/29/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/3/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/3/input.test.md index 443b362f344..29ef4055fdd 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/3/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/3/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/3/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/3/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/3/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/3/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/3/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/3/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/30/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/30/input.test.md index c06d00890a7..927a55f4725 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/30/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/30/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/30/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/30/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/30/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/30/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/30/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/30/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/31/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/31/input.test.md index 46261e88fa2..83594c0fadf 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/31/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/31/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/31/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/31/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/31/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/31/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/31/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/31/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/32/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/32/input.test.md index 5e6e575a84f..41aed520d28 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/32/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/32/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/32/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/32/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/32/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/32/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/32/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/32/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -147,12 +133,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/32/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -165,12 +149,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/32/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/33/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/33/input.test.md index 5181a19abb0..64fa0c937ff 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/33/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/33/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/33/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/33/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/33/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/33/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/34/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/34/input.test.md index e035d930b89..9ae27c1f571 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/34/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/34/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/34/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/34/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/34/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/34/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/34/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/34/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/35/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/35/input.test.md index 48ab2f0907f..b2c5f2fd334 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/35/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/35/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/35/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/35/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/35/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/35/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/35/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/35/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/36/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/36/input.test.md index c4726489040..2d5938c319b 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/36/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/36/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/36/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/36/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/36/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/36/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/36/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/36/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -147,12 +133,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/36/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -165,12 +149,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/36/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/37/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/37/input.test.md index c298d4f1fb1..e7969c4e6be 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/37/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/37/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/37/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/37/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/37/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/37/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/38/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/38/input.test.md index f6355bcc114..c43384927fc 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/38/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/38/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/38/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/38/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/38/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/38/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/38/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/38/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/39/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/39/input.test.md index 3ed12423dcc..64582169be2 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/39/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/39/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/39/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/39/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/39/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/39/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/39/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/39/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/4/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/4/input.test.md index e9ede74c30e..aee8eca8e6a 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/4/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/4/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/4/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/4/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/4/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/4/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/4/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/4/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -147,12 +133,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/4/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -165,12 +149,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/4/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/40/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/40/input.test.md index 49bde00ee05..1b18882643c 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/40/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/40/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/40/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/40/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/40/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/40/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/40/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/40/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -147,12 +133,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/40/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -165,12 +149,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/40/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/41/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/41/input.test.md index d5941f7b7c4..2eb65d9a007 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/41/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/41/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/41/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/41/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/41/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/41/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/42/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/42/input.test.md index 382214a6953..f2b0ea1a637 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/42/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/42/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/42/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/42/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/42/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/42/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/42/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/42/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/43/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/43/input.test.md index 208753e1c18..8d5ca3aea93 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/43/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/43/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/43/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/43/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/43/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/43/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/43/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/43/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/44/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/44/input.test.md index 4bf1c566eed..aa27a498267 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/44/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/44/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/44/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/44/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/44/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/44/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/44/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/44/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -147,12 +133,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/44/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -165,12 +149,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/44/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/45/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/45/input.test.md index 98f43abfb4a..f2baa7a2cb2 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/45/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/45/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/45/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/45/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/45/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/45/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/46/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/46/input.test.md index 069ac3c2d14..24e2d2c3ba3 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/46/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/46/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/46/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/46/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/46/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/46/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/46/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/46/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/47/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/47/input.test.md index f361c6a7e54..3bd53c95c3b 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/47/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/47/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/47/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/47/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/47/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/47/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/47/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/47/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/48/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/48/input.test.md index 6e9cae00bc2..5bff8bb8d60 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/48/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/48/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/48/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/48/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/48/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/48/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/48/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/48/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -147,12 +133,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/48/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -165,12 +149,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/48/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/49/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/49/input.test.md index fa08c80f9e2..efcb322f79e 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/49/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/49/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/49/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/49/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/49/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/49/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/5/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/5/input.test.md index a5f6fafe106..3b894f6d2eb 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/5/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/5/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/5/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/5/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/5/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/5/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/50/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/50/input.test.md index f024cba9115..55592e216f2 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/50/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/50/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/50/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/50/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/50/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/50/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/50/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/50/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/51/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/51/input.test.md index 3306897f9d7..97c04ec8d50 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/51/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/51/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/51/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/51/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/51/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/51/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/51/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/51/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/52/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/52/input.test.md index bbfe9dfdf6a..a5ca8c9a8bd 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/52/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/52/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/52/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/52/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/52/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/52/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/52/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/52/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -147,12 +133,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/52/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -165,12 +149,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/52/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/53/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/53/input.test.md index 6903f8a30b1..d82ff589219 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/53/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/53/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/53/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/53/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/53/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/53/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/54/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/54/input.test.md index 06cd779dccc..3d87fae0079 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/54/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/54/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/54/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/54/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/54/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/54/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/54/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/54/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/55/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/55/input.test.md index 9821e456d1d..fec8e02944c 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/55/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/55/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/55/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/55/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/55/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/55/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/55/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/55/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/56/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/56/input.test.md index 3a6f46e9cc1..a7653697bad 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/56/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/56/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/56/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/56/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/56/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/56/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/56/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/56/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -147,12 +133,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/56/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -165,12 +149,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/56/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/57/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/57/input.test.md index 067929574ba..aa264449e08 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/57/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/57/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/57/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/57/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/57/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/57/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/58/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/58/input.test.md index 4942a506e31..350aac143a0 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/58/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/58/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/58/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/58/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/58/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/58/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/58/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/58/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/59/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/59/input.test.md index 74f1f6a3c2b..98b0c2c5f5a 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/59/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/59/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/59/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/59/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/59/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/59/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/59/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/59/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/6/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/6/input.test.md index ac7bf707472..65d7cf22644 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/6/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/6/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/6/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/6/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/6/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/6/input.js" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/6/input.js" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/6/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/60/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/60/input.test.md index c31defd9bb9..c1875b4f386 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/60/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/60/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/60/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/60/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/60/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/60/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/60/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/60/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -147,12 +133,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/60/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -165,12 +149,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/60/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/61/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/61/input.test.md index f24b1fc0fc0..624c83cc8a4 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/61/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/61/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/61/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/61/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/61/input.js" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/61/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/62/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/62/input.test.md index 3712c61bd76..985ff1351fb 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/62/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/62/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/62/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/62/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/62/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/62/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/62/input.js" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/62/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/63/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/63/input.test.md index 760a8e90e45..1d17543e888 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/63/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/63/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/63/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/63/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/63/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/63/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/63/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/63/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/64/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/64/input.test.md index 502d074ba7f..4bfe0ee0635 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/64/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/64/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/64/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/64/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/64/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/64/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/64/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/64/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -147,12 +133,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/64/input.js" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -165,12 +149,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/64/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/65/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/65/input.test.md index 747e1ae182c..ab88b8c3f4d 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/65/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/65/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/65/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/65/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/65/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/65/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/66/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/66/input.test.md index 45a2ea8bfa0..bfe3a661cea 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/66/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/66/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/66/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/66/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/66/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/66/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/66/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/66/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/67/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/67/input.test.md index 00a7d3bfaab..46c4e37dcfc 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/67/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/67/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/67/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/67/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/67/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/67/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/67/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/67/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/68/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/68/input.test.md index e7cc75ce9e4..0521f1b6af5 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/68/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/68/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/68/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/68/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/68/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/68/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/68/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/68/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -147,12 +133,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/68/input.js" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -165,12 +149,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/68/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/7/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/7/input.test.md index 4e8e6304974..9a5f46ad4f4 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/7/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/7/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/7/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/7/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/7/input.js" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/7/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/7/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/7/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/8/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/8/input.test.md index ef33b4c0327..6ed1f878467 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/8/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/8/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/8/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/8/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/8/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/8/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/8/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/8/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -147,12 +133,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/8/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -165,12 +149,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/8/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/9/input.test.md b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/9/input.test.md index 03acb721df0..0a54ca76ffb 100644 --- a/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/9/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/template-literal-invalid-escapes-untagged/9/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/9/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/9/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/9/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "experimental/template-literal-invalid-escapes-untagged/9/input.js" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/throw-expression/comma/input.test.md b/internal/js-parser/test-fixtures/experimental/throw-expression/comma/input.test.md index 2e2945bd2d1..d646131040b 100644 --- a/internal/js-parser/test-fixtures/experimental/throw-expression/comma/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/throw-expression/comma/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/throw-expression/comma/input.js" end: Object { column: 0 - index: 36 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "test" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/throw-expression/comma/input.js" end: Object { column: 1 - index: 35 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "experimental/throw-expression/comma/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/throw-expression/comma/input.js" end: Object { column: 1 - index: 35 line: 3 } start: Object { column: 16 - index: 16 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "experimental/throw-expression/comma/input.js" end: Object { column: 15 - index: 33 line: 2 } start: Object { column: 2 - index: 20 line: 2 } } @@ -121,12 +109,10 @@ JSRoot { filename: "experimental/throw-expression/comma/input.js" end: Object { column: 13 - index: 31 line: 2 } start: Object { column: 3 - index: 21 line: 2 } } @@ -138,12 +124,10 @@ JSRoot { filename: "experimental/throw-expression/comma/input.js" end: Object { column: 10 - index: 28 line: 2 } start: Object { column: 3 - index: 21 line: 2 } } @@ -154,12 +138,10 @@ JSRoot { filename: "experimental/throw-expression/comma/input.js" end: Object { column: 10 - index: 28 line: 2 } start: Object { column: 9 - index: 27 line: 2 } } @@ -172,12 +154,10 @@ JSRoot { filename: "experimental/throw-expression/comma/input.js" end: Object { column: 13 - index: 31 line: 2 } start: Object { column: 12 - index: 30 line: 2 } } diff --git a/internal/js-parser/test-fixtures/experimental/throw-expression/expression/input.test.md b/internal/js-parser/test-fixtures/experimental/throw-expression/expression/input.test.md index bfe5b5562a8..8b11735939a 100644 --- a/internal/js-parser/test-fixtures/experimental/throw-expression/expression/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/throw-expression/expression/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/throw-expression/expression/input.js" end: Object { column: 0 - index: 33 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "test" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/throw-expression/expression/input.js" end: Object { column: 1 - index: 32 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "experimental/throw-expression/expression/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/throw-expression/expression/input.js" end: Object { column: 1 - index: 32 line: 3 } start: Object { column: 16 - index: 16 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "experimental/throw-expression/expression/input.js" end: Object { column: 12 - index: 30 line: 2 } start: Object { column: 2 - index: 20 line: 2 } } @@ -123,12 +111,10 @@ JSRoot { filename: "experimental/throw-expression/expression/input.js" end: Object { column: 10 - index: 28 line: 2 } start: Object { column: 3 - index: 21 line: 2 } } @@ -139,12 +125,10 @@ JSRoot { filename: "experimental/throw-expression/expression/input.js" end: Object { column: 10 - index: 28 line: 2 } start: Object { column: 9 - index: 27 line: 2 } } diff --git a/internal/js-parser/test-fixtures/experimental/throw-expression/logical/input.test.md b/internal/js-parser/test-fixtures/experimental/throw-expression/logical/input.test.md index 2d815ed40e3..fd2b855043c 100644 --- a/internal/js-parser/test-fixtures/experimental/throw-expression/logical/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/throw-expression/logical/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/throw-expression/logical/input.js" end: Object { column: 0 - index: 39 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "test" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/throw-expression/logical/input.js" end: Object { column: 1 - index: 38 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "experimental/throw-expression/logical/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/throw-expression/logical/input.js" end: Object { column: 1 - index: 38 line: 3 } start: Object { column: 16 - index: 16 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "experimental/throw-expression/logical/input.js" end: Object { column: 18 - index: 36 line: 2 } start: Object { column: 2 - index: 20 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "experimental/throw-expression/logical/input.js" end: Object { column: 17 - index: 35 line: 2 } start: Object { column: 2 - index: 20 line: 2 } } @@ -137,12 +123,10 @@ JSRoot { filename: "experimental/throw-expression/logical/input.js" end: Object { column: 6 - index: 24 line: 2 } start: Object { column: 2 - index: 20 line: 2 } } @@ -154,12 +138,10 @@ JSRoot { filename: "experimental/throw-expression/logical/input.js" end: Object { column: 17 - index: 35 line: 2 } start: Object { column: 10 - index: 28 line: 2 } } @@ -170,12 +152,10 @@ JSRoot { filename: "experimental/throw-expression/logical/input.js" end: Object { column: 17 - index: 35 line: 2 } start: Object { column: 16 - index: 34 line: 2 } } diff --git a/internal/js-parser/test-fixtures/experimental/throw-expression/not-enabled/input.test.md b/internal/js-parser/test-fixtures/experimental/throw-expression/not-enabled/input.test.md index 4f1c7d9eeb3..1b56b9b0265 100644 --- a/internal/js-parser/test-fixtures/experimental/throw-expression/not-enabled/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/throw-expression/not-enabled/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/throw-expression/not-enabled/input.js" end: Object { column: 0 - index: 36 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "test" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/throw-expression/not-enabled/input.js" end: Object { column: 1 - index: 35 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "experimental/throw-expression/not-enabled/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/throw-expression/not-enabled/input.js" end: Object { column: 1 - index: 35 line: 3 } start: Object { column: 16 - index: 16 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "experimental/throw-expression/not-enabled/input.js" end: Object { column: 15 - index: 33 line: 2 } start: Object { column: 2 - index: 20 line: 2 } } @@ -121,12 +109,10 @@ JSRoot { filename: "experimental/throw-expression/not-enabled/input.js" end: Object { column: 13 - index: 31 line: 2 } start: Object { column: 3 - index: 21 line: 2 } } @@ -138,12 +124,10 @@ JSRoot { filename: "experimental/throw-expression/not-enabled/input.js" end: Object { column: 10 - index: 28 line: 2 } start: Object { column: 3 - index: 21 line: 2 } } @@ -154,12 +138,10 @@ JSRoot { filename: "experimental/throw-expression/not-enabled/input.js" end: Object { column: 10 - index: 28 line: 2 } start: Object { column: 9 - index: 27 line: 2 } } @@ -172,12 +154,10 @@ JSRoot { filename: "experimental/throw-expression/not-enabled/input.js" end: Object { column: 13 - index: 31 line: 2 } start: Object { column: 12 - index: 30 line: 2 } } diff --git a/internal/js-parser/test-fixtures/experimental/throw-expression/statement/input.test.md b/internal/js-parser/test-fixtures/experimental/throw-expression/statement/input.test.md index a6081e41072..ac4f92fc258 100644 --- a/internal/js-parser/test-fixtures/experimental/throw-expression/statement/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/throw-expression/statement/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/throw-expression/statement/input.js" end: Object { column: 0 - index: 31 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "test" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/throw-expression/statement/input.js" end: Object { column: 1 - index: 30 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "experimental/throw-expression/statement/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "experimental/throw-expression/statement/input.js" end: Object { column: 1 - index: 30 line: 3 } start: Object { column: 16 - index: 16 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "experimental/throw-expression/statement/input.js" end: Object { column: 10 - index: 28 line: 2 } start: Object { column: 2 - index: 20 line: 2 } } @@ -123,12 +111,10 @@ JSRoot { filename: "experimental/throw-expression/statement/input.js" end: Object { column: 9 - index: 27 line: 2 } start: Object { column: 8 - index: 26 line: 2 } } diff --git a/internal/js-parser/test-fixtures/experimental/top-level-await/export-default/input.test.md b/internal/js-parser/test-fixtures/experimental/top-level-await/export-default/input.test.md index a178bc8ffd5..17e5d3549aa 100644 --- a/internal/js-parser/test-fixtures/experimental/top-level-await/export-default/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/top-level-await/export-default/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/top-level-await/export-default/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/top-level-await/export-default/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "experimental/top-level-await/export-default/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "experimental/top-level-await/export-default/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/top-level-await/for-await-module/input.test.md b/internal/js-parser/test-fixtures/experimental/top-level-await/for-await-module/input.test.md index da84ec72876..7f116d125e2 100644 --- a/internal/js-parser/test-fixtures/experimental/top-level-await/for-await-module/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/top-level-await/for-await-module/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/top-level-await/for-await-module/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "experimental/top-level-await/for-await-module/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "experimental/top-level-await/for-await-module/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "b" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "experimental/top-level-await/for-await-module/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "a" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "experimental/top-level-await/for-await-module/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/top-level-await/for-await-script/input.test.md b/internal/js-parser/test-fixtures/experimental/top-level-await/for-await-script/input.test.md index 715266494fa..3c36d238086 100644 --- a/internal/js-parser/test-fixtures/experimental/top-level-await/for-await-script/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/top-level-await/for-await-script/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/top-level-await/for-await-script/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "experimental/top-level-await/for-await-script/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { identifierName: "a" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { identifierName: "of" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "experimental/top-level-await/for-await-script/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { identifierName: "b" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -146,12 +132,10 @@ JSRoot { filename: "experimental/top-level-await/for-await-script/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -162,12 +146,10 @@ JSRoot { identifierName: "await" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -179,12 +161,10 @@ JSRoot { filename: "experimental/top-level-await/for-await-script/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -197,12 +177,10 @@ JSRoot { filename: "experimental/top-level-await/for-await-script/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -212,12 +190,10 @@ JSRoot { filename: "experimental/top-level-await/for-await-script/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/top-level-await/inside-arrow/input.test.md b/internal/js-parser/test-fixtures/experimental/top-level-await/inside-arrow/input.test.md index 2d875c23cf9..c74f8daeaf0 100644 --- a/internal/js-parser/test-fixtures/experimental/top-level-await/inside-arrow/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/top-level-await/inside-arrow/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/top-level-await/inside-arrow/input.js" end: Object { column: 0 - index: 15 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/top-level-await/inside-arrow/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "experimental/top-level-await/inside-arrow/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "await" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "experimental/top-level-await/inside-arrow/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -129,12 +117,10 @@ JSRoot { filename: "experimental/top-level-await/inside-arrow/input.js" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -145,12 +131,10 @@ JSRoot { filename: "experimental/top-level-await/inside-arrow/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/top-level-await/inside-block/input.test.md b/internal/js-parser/test-fixtures/experimental/top-level-await/inside-block/input.test.md index 3b73d0794dc..937092c36d2 100644 --- a/internal/js-parser/test-fixtures/experimental/top-level-await/inside-block/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/top-level-await/inside-block/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/top-level-await/inside-block/input.js" end: Object { column: 1 - index: 24 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "experimental/top-level-await/inside-block/input.js" end: Object { column: 1 - index: 24 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "experimental/top-level-await/inside-block/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "experimental/top-level-await/inside-block/input.js" end: Object { column: 1 - index: 24 line: 3 } start: Object { column: 10 - index: 10 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "experimental/top-level-await/inside-block/input.js" end: Object { column: 10 - index: 22 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -98,12 +88,10 @@ JSRoot { filename: "experimental/top-level-await/inside-block/input.js" end: Object { column: 9 - index: 21 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -114,12 +102,10 @@ JSRoot { filename: "experimental/top-level-await/inside-block/input.js" end: Object { column: 9 - index: 21 line: 2 } start: Object { column: 8 - index: 20 line: 2 } } diff --git a/internal/js-parser/test-fixtures/experimental/top-level-await/inside-class-property/input.test.md b/internal/js-parser/test-fixtures/experimental/top-level-await/inside-class-property/input.test.md index fd45290e3a2..58018591a9e 100644 --- a/internal/js-parser/test-fixtures/experimental/top-level-await/inside-class-property/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/top-level-await/inside-class-property/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/top-level-await/inside-class-property/input.js" end: Object { column: 0 - index: 34 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "experimental/top-level-await/inside-class-property/input.js" end: Object { column: 1 - index: 33 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { identifierName: "C" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "experimental/top-level-await/inside-class-property/input.js" end: Object { column: 1 - index: 33 line: 3 } start: Object { column: 7 - index: 7 line: 1 } } @@ -88,12 +80,10 @@ JSRoot { filename: "experimental/top-level-await/inside-class-property/input.js" end: Object { column: 1 - index: 33 line: 3 } start: Object { column: 7 - index: 7 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { identifierName: "p" end: Object { column: 3 - index: 20 line: 2 } start: Object { column: 2 - index: 19 line: 2 } } @@ -121,12 +109,10 @@ JSRoot { filename: "experimental/top-level-await/inside-class-property/input.js" end: Object { column: 3 - index: 20 line: 2 } start: Object { column: 2 - index: 19 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "experimental/top-level-await/inside-class-property/input.js" end: Object { column: 13 - index: 30 line: 2 } start: Object { column: 6 - index: 23 line: 2 } } @@ -152,12 +136,10 @@ JSRoot { filename: "experimental/top-level-await/inside-class-property/input.js" end: Object { column: 13 - index: 30 line: 2 } start: Object { column: 12 - index: 29 line: 2 } } @@ -169,12 +151,10 @@ JSRoot { filename: "experimental/top-level-await/inside-class-property/input.js" end: Object { column: 14 - index: 31 line: 2 } start: Object { column: 2 - index: 19 line: 2 } } @@ -187,19 +167,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 19 line: 2 } loc: Object { filename: "experimental/top-level-await/inside-class-property/input.js" end: Object { column: 3 - index: 20 line: 2 } start: Object { column: 2 - index: 19 line: 2 } } diff --git a/internal/js-parser/test-fixtures/experimental/top-level-await/inside-function/input.test.md b/internal/js-parser/test-fixtures/experimental/top-level-await/inside-function/input.test.md index a18d94502b4..f8cff68d12e 100644 --- a/internal/js-parser/test-fixtures/experimental/top-level-await/inside-function/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/top-level-await/inside-function/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/top-level-await/inside-function/input.js" end: Object { column: 1 - index: 28 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 7 - index: 23 line: 2 } start: Object { column: 2 - index: 18 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "fn" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "experimental/top-level-await/inside-function/input.js" end: Object { column: 1 - index: 28 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "experimental/top-level-await/inside-function/input.js" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "experimental/top-level-await/inside-function/input.js" end: Object { column: 1 - index: 28 line: 3 } start: Object { column: 14 - index: 14 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "experimental/top-level-await/inside-function/input.js" end: Object { column: 7 - index: 23 line: 2 } start: Object { column: 2 - index: 18 line: 2 } } @@ -147,12 +133,10 @@ JSRoot { identifierName: "await" end: Object { column: 7 - index: 23 line: 2 } start: Object { column: 2 - index: 18 line: 2 } } @@ -163,12 +147,10 @@ JSRoot { filename: "experimental/top-level-await/inside-function/input.js" end: Object { column: 10 - index: 26 line: 2 } start: Object { column: 8 - index: 24 line: 2 } } @@ -179,12 +161,10 @@ JSRoot { filename: "experimental/top-level-await/inside-function/input.js" end: Object { column: 9 - index: 25 line: 2 } start: Object { column: 8 - index: 24 line: 2 } } diff --git a/internal/js-parser/test-fixtures/experimental/top-level-await/top-level-module/input.test.md b/internal/js-parser/test-fixtures/experimental/top-level-await/top-level-module/input.test.md index b0fb5c48aec..3a79b32ab81 100644 --- a/internal/js-parser/test-fixtures/experimental/top-level-await/top-level-module/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/top-level-await/top-level-module/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/top-level-await/top-level-module/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "experimental/top-level-await/top-level-module/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "experimental/top-level-await/top-level-module/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "experimental/top-level-await/top-level-module/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/top-level-await/top-level-script/input.test.md b/internal/js-parser/test-fixtures/experimental/top-level-await/top-level-script/input.test.md index 952376474e5..2189f0c0e0b 100644 --- a/internal/js-parser/test-fixtures/experimental/top-level-await/top-level-script/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/top-level-await/top-level-script/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "experimental/top-level-await/top-level-script/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "experimental/top-level-await/top-level-script/input.js" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "await" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "experimental/top-level-await/top-level-script/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "experimental/top-level-await/top-level-script/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/uncategorised/43/input.test.md b/internal/js-parser/test-fixtures/experimental/uncategorised/43/input.test.md index 8c54b56bad1..d86c58c41d6 100644 --- a/internal/js-parser/test-fixtures/experimental/uncategorised/43/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/uncategorised/43/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/uncategorised/43/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/uncategorised/43/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/uncategorised/43/input.js" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "foo" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { filename: "experimental/uncategorised/43/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { filename: "experimental/uncategorised/43/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "experimental/uncategorised/43/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 12 - index: 12 line: 1 } loc: Object { filename: "experimental/uncategorised/43/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/uncategorised/44/input.test.md b/internal/js-parser/test-fixtures/experimental/uncategorised/44/input.test.md index 271c4273507..ae5211c9c8c 100644 --- a/internal/js-parser/test-fixtures/experimental/uncategorised/44/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/uncategorised/44/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/uncategorised/44/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/uncategorised/44/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/uncategorised/44/input.js" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "foo" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { filename: "experimental/uncategorised/44/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "experimental/uncategorised/44/input.js" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -140,19 +126,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 12 - index: 12 line: 1 } loc: Object { filename: "experimental/uncategorised/44/input.js" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/uncategorised/45/input.test.md b/internal/js-parser/test-fixtures/experimental/uncategorised/45/input.test.md index 6c81a37748e..f2e3be10eff 100644 --- a/internal/js-parser/test-fixtures/experimental/uncategorised/45/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/uncategorised/45/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/uncategorised/45/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/uncategorised/45/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/uncategorised/45/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "foo" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { filename: "experimental/uncategorised/45/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "experimental/uncategorised/45/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -140,19 +126,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 12 - index: 12 line: 1 } loc: Object { filename: "experimental/uncategorised/45/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/experimental/uncategorised/46/input.test.md b/internal/js-parser/test-fixtures/experimental/uncategorised/46/input.test.md index 3779de2413a..c3f2e1ebe62 100644 --- a/internal/js-parser/test-fixtures/experimental/uncategorised/46/input.test.md +++ b/internal/js-parser/test-fixtures/experimental/uncategorised/46/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "experimental/uncategorised/46/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "experimental/uncategorised/46/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "experimental/uncategorised/46/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "foo" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { filename: "experimental/uncategorised/46/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { filename: "experimental/uncategorised/46/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "experimental/uncategorised/46/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 12 - index: 12 line: 1 } loc: Object { filename: "experimental/uncategorised/46/input.js" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/basic/1/input.test.md b/internal/js-parser/test-fixtures/jsx/basic/1/input.test.md index 672d7805e43..093f00c22ce 100644 --- a/internal/js-parser/test-fixtures/jsx/basic/1/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/basic/1/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "jsx/basic/1/input.jsx" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "jsx/basic/1/input.jsx" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "jsx/basic/1/input.jsx" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "jsx/basic/1/input.jsx" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/basic/10/input.test.md b/internal/js-parser/test-fixtures/jsx/basic/10/input.test.md index aaa61f6f354..3bd96e18589 100644 --- a/internal/js-parser/test-fixtures/jsx/basic/10/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/basic/10/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "jsx/basic/10/input.jsx" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "jsx/basic/10/input.jsx" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "jsx/basic/10/input.jsx" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "jsx/basic/10/input.jsx" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -88,12 +80,10 @@ JSRoot { filename: "jsx/basic/10/input.jsx" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "jsx/basic/10/input.jsx" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "jsx/basic/10/input.jsx" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/basic/11/input.test.md b/internal/js-parser/test-fixtures/jsx/basic/11/input.test.md index 6ab6944e127..7b34e31d04f 100644 --- a/internal/js-parser/test-fixtures/jsx/basic/11/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/basic/11/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "jsx/basic/11/input.jsx" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "jsx/basic/11/input.jsx" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "jsx/basic/11/input.jsx" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "jsx/basic/11/input.jsx" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "jsx/basic/11/input.jsx" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/basic/12/input.test.md b/internal/js-parser/test-fixtures/jsx/basic/12/input.test.md index b1167bd9d94..f432996c2bc 100644 --- a/internal/js-parser/test-fixtures/jsx/basic/12/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/basic/12/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "jsx/basic/12/input.jsx" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "jsx/basic/12/input.jsx" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "jsx/basic/12/input.jsx" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "jsx/basic/12/input.jsx" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "jsx/basic/12/input.jsx" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { filename: "jsx/basic/12/input.jsx" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { filename: "jsx/basic/12/input.jsx" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/basic/13/input.test.md b/internal/js-parser/test-fixtures/jsx/basic/13/input.test.md index 590925527b2..e5ac6cfae03 100644 --- a/internal/js-parser/test-fixtures/jsx/basic/13/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/basic/13/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "jsx/basic/13/input.jsx" end: Object { column: 57 - index: 57 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "jsx/basic/13/input.jsx" end: Object { column: 57 - index: 57 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "jsx/basic/13/input.jsx" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "jsx/basic/13/input.jsx" end: Object { column: 57 - index: 57 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "jsx/basic/13/input.jsx" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { filename: "jsx/basic/13/input.jsx" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "jsx/basic/13/input.jsx" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "jsx/basic/13/input.jsx" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -153,12 +137,10 @@ JSRoot { filename: "jsx/basic/13/input.jsx" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -170,12 +152,10 @@ JSRoot { filename: "jsx/basic/13/input.jsx" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -187,12 +167,10 @@ JSRoot { filename: "jsx/basic/13/input.jsx" end: Object { column: 54 - index: 54 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -203,12 +181,10 @@ JSRoot { filename: "jsx/basic/13/input.jsx" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -219,12 +195,10 @@ JSRoot { filename: "jsx/basic/13/input.jsx" end: Object { column: 54 - index: 54 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/basic/14/input.test.md b/internal/js-parser/test-fixtures/jsx/basic/14/input.test.md index a29686f469b..db8f8fc0ca3 100644 --- a/internal/js-parser/test-fixtures/jsx/basic/14/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/basic/14/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "jsx/basic/14/input.jsx" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "jsx/basic/14/input.jsx" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "jsx/basic/14/input.jsx" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "jsx/basic/14/input.jsx" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "jsx/basic/14/input.jsx" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "jsx/basic/14/input.jsx" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/basic/15/input.test.md b/internal/js-parser/test-fixtures/jsx/basic/15/input.test.md index 3dd7fb007dc..e64f90911a0 100644 --- a/internal/js-parser/test-fixtures/jsx/basic/15/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/basic/15/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "jsx/basic/15/input.jsx" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "jsx/basic/15/input.jsx" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "jsx/basic/15/input.jsx" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "jsx/basic/15/input.jsx" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -82,12 +74,10 @@ JSRoot { filename: "jsx/basic/15/input.jsx" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -97,12 +87,10 @@ JSRoot { filename: "jsx/basic/15/input.jsx" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -113,12 +101,10 @@ JSRoot { filename: "jsx/basic/15/input.jsx" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "jsx/basic/15/input.jsx" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/basic/16/input.test.md b/internal/js-parser/test-fixtures/jsx/basic/16/input.test.md index a9caacefcb0..63b9c9ff4b6 100644 --- a/internal/js-parser/test-fixtures/jsx/basic/16/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/basic/16/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "jsx/basic/16/input.jsx" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "jsx/basic/16/input.jsx" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "jsx/basic/16/input.jsx" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "x" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "jsx/basic/16/input.jsx" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "jsx/basic/16/input.jsx" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/basic/17/input.test.md b/internal/js-parser/test-fixtures/jsx/basic/17/input.test.md index 4a0a43da833..eeb4b83c20e 100644 --- a/internal/js-parser/test-fixtures/jsx/basic/17/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/basic/17/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "jsx/basic/17/input.jsx" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "jsx/basic/17/input.jsx" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "jsx/basic/17/input.jsx" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "jsx/basic/17/input.jsx" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "jsx/basic/17/input.jsx" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { identifierName: "props" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/basic/18/input.test.md b/internal/js-parser/test-fixtures/jsx/basic/18/input.test.md index 38b4b7ad774..520bae9d7c3 100644 --- a/internal/js-parser/test-fixtures/jsx/basic/18/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/basic/18/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "jsx/basic/18/input.jsx" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "jsx/basic/18/input.jsx" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "jsx/basic/18/input.jsx" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "jsx/basic/18/input.jsx" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "jsx/basic/18/input.jsx" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { identifierName: "props" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "jsx/basic/18/input.jsx" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -135,12 +121,10 @@ JSRoot { filename: "jsx/basic/18/input.jsx" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "jsx/basic/18/input.jsx" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/basic/19/input.test.md b/internal/js-parser/test-fixtures/jsx/basic/19/input.test.md index dadb7d391ad..f134c3da66b 100644 --- a/internal/js-parser/test-fixtures/jsx/basic/19/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/basic/19/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "jsx/basic/19/input.jsx" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "jsx/basic/19/input.jsx" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "jsx/basic/19/input.jsx" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "jsx/basic/19/input.jsx" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "jsx/basic/19/input.jsx" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "jsx/basic/19/input.jsx" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "jsx/basic/19/input.jsx" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "jsx/basic/19/input.jsx" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -150,12 +134,10 @@ JSRoot { filename: "jsx/basic/19/input.jsx" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -164,12 +146,10 @@ JSRoot { filename: "jsx/basic/19/input.jsx" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -179,12 +159,10 @@ JSRoot { filename: "jsx/basic/19/input.jsx" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -195,12 +173,10 @@ JSRoot { identifierName: "props" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/basic/2/input.test.md b/internal/js-parser/test-fixtures/jsx/basic/2/input.test.md index 53ab29dbf7f..53a6cc373b7 100644 --- a/internal/js-parser/test-fixtures/jsx/basic/2/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/basic/2/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "jsx/basic/2/input.jsx" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "jsx/basic/2/input.jsx" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "jsx/basic/2/input.jsx" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "jsx/basic/2/input.jsx" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "jsx/basic/2/input.jsx" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "jsx/basic/2/input.jsx" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "jsx/basic/2/input.jsx" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "jsx/basic/2/input.jsx" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -148,12 +132,10 @@ JSRoot { filename: "jsx/basic/2/input.jsx" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -164,12 +146,10 @@ JSRoot { filename: "jsx/basic/2/input.jsx" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/basic/20/input.test.md b/internal/js-parser/test-fixtures/jsx/basic/20/input.test.md index 7a024371ea1..aa616ea2e23 100644 --- a/internal/js-parser/test-fixtures/jsx/basic/20/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/basic/20/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "jsx/basic/20/input.jsx" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "jsx/basic/20/input.jsx" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "jsx/basic/20/input.jsx" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "jsx/basic/20/input.jsx" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "jsx/basic/20/input.jsx" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "jsx/basic/20/input.jsx" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "jsx/basic/20/input.jsx" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { filename: "jsx/basic/20/input.jsx" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -148,12 +132,10 @@ JSRoot { identifierName: "aa" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -166,12 +148,10 @@ JSRoot { identifierName: "b" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -181,12 +161,10 @@ JSRoot { identifierName: "b" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -204,12 +182,10 @@ JSRoot { filename: "jsx/basic/20/input.jsx" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -219,12 +195,10 @@ JSRoot { filename: "jsx/basic/20/input.jsx" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -233,12 +207,10 @@ JSRoot { filename: "jsx/basic/20/input.jsx" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -250,12 +222,10 @@ JSRoot { identifierName: "cc" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -265,12 +235,10 @@ JSRoot { identifierName: "cc" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -280,12 +248,10 @@ JSRoot { filename: "jsx/basic/20/input.jsx" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -296,12 +262,10 @@ JSRoot { identifierName: "aa" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -314,12 +278,10 @@ JSRoot { identifierName: "bb" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -329,12 +291,10 @@ JSRoot { identifierName: "bb" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -346,12 +306,10 @@ JSRoot { filename: "jsx/basic/20/input.jsx" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -363,12 +321,10 @@ JSRoot { filename: "jsx/basic/20/input.jsx" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -378,12 +334,10 @@ JSRoot { filename: "jsx/basic/20/input.jsx" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -392,12 +346,10 @@ JSRoot { filename: "jsx/basic/20/input.jsx" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -409,12 +361,10 @@ JSRoot { identifierName: "dd" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -424,12 +374,10 @@ JSRoot { identifierName: "dd" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -439,12 +387,10 @@ JSRoot { filename: "jsx/basic/20/input.jsx" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -455,12 +401,10 @@ JSRoot { identifierName: "bb" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -473,12 +417,10 @@ JSRoot { identifierName: "cc" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -488,12 +430,10 @@ JSRoot { identifierName: "cc" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -505,12 +445,10 @@ JSRoot { filename: "jsx/basic/20/input.jsx" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/basic/21/input.test.md b/internal/js-parser/test-fixtures/jsx/basic/21/input.test.md index bbc44afdb46..6ac312e17ce 100644 --- a/internal/js-parser/test-fixtures/jsx/basic/21/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/basic/21/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "jsx/basic/21/input.jsx" end: Object { column: 0 - index: 42 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "jsx/basic/21/input.jsx" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "jsx/basic/21/input.jsx" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "jsx/basic/21/input.jsx" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "jsx/basic/21/input.jsx" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "c" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "jsx/basic/21/input.jsx" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "jsx/basic/21/input.jsx" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -150,12 +134,10 @@ JSRoot { identifierName: "children" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -166,12 +148,10 @@ JSRoot { filename: "jsx/basic/21/input.jsx" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -182,12 +162,10 @@ JSRoot { identifierName: "a" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -198,12 +176,10 @@ JSRoot { filename: "jsx/basic/21/input.jsx" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -214,12 +190,10 @@ JSRoot { identifierName: "b" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/basic/3/input.test.md b/internal/js-parser/test-fixtures/jsx/basic/3/input.test.md index 30257486181..feb75afe658 100644 --- a/internal/js-parser/test-fixtures/jsx/basic/3/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/basic/3/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "jsx/basic/3/input.jsx" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "jsx/basic/3/input.jsx" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "jsx/basic/3/input.jsx" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "jsx/basic/3/input.jsx" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "jsx/basic/3/input.jsx" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "jsx/basic/3/input.jsx" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "jsx/basic/3/input.jsx" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "jsx/basic/3/input.jsx" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { filename: "jsx/basic/3/input.jsx" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -165,12 +147,10 @@ JSRoot { filename: "jsx/basic/3/input.jsx" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -180,12 +160,10 @@ JSRoot { filename: "jsx/basic/3/input.jsx" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -196,12 +174,10 @@ JSRoot { identifierName: "value" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -213,12 +189,10 @@ JSRoot { filename: "jsx/basic/3/input.jsx" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -230,12 +204,10 @@ JSRoot { filename: "jsx/basic/3/input.jsx" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -247,12 +219,10 @@ JSRoot { filename: "jsx/basic/3/input.jsx" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -264,12 +234,10 @@ JSRoot { filename: "jsx/basic/3/input.jsx" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -282,12 +250,10 @@ JSRoot { filename: "jsx/basic/3/input.jsx" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/basic/4/input.test.md b/internal/js-parser/test-fixtures/jsx/basic/4/input.test.md index 3f29ad7312c..5a2fc7243ec 100644 --- a/internal/js-parser/test-fixtures/jsx/basic/4/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/basic/4/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "jsx/basic/4/input.jsx" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "jsx/basic/4/input.jsx" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "jsx/basic/4/input.jsx" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "jsx/basic/4/input.jsx" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "jsx/basic/4/input.jsx" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "jsx/basic/4/input.jsx" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "jsx/basic/4/input.jsx" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { filename: "jsx/basic/4/input.jsx" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "jsx/basic/4/input.jsx" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -165,12 +147,10 @@ JSRoot { filename: "jsx/basic/4/input.jsx" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -179,12 +159,10 @@ JSRoot { filename: "jsx/basic/4/input.jsx" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -196,12 +174,10 @@ JSRoot { filename: "jsx/basic/4/input.jsx" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -212,12 +188,10 @@ JSRoot { filename: "jsx/basic/4/input.jsx" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -226,12 +200,10 @@ JSRoot { filename: "jsx/basic/4/input.jsx" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -243,12 +215,10 @@ JSRoot { filename: "jsx/basic/4/input.jsx" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -259,12 +229,10 @@ JSRoot { filename: "jsx/basic/4/input.jsx" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -273,12 +241,10 @@ JSRoot { filename: "jsx/basic/4/input.jsx" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/basic/5/input.test.md b/internal/js-parser/test-fixtures/jsx/basic/5/input.test.md index 091c70c092a..ee322e0adc8 100644 --- a/internal/js-parser/test-fixtures/jsx/basic/5/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/basic/5/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "jsx/basic/5/input.jsx" end: Object { column: 2 - index: 5 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "jsx/basic/5/input.jsx" end: Object { column: 2 - index: 5 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "jsx/basic/5/input.jsx" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "jsx/basic/5/input.jsx" end: Object { column: 2 - index: 5 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/basic/6/input.test.md b/internal/js-parser/test-fixtures/jsx/basic/6/input.test.md index 6e991e2291c..e9c0b4f18d4 100644 --- a/internal/js-parser/test-fixtures/jsx/basic/6/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/basic/6/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "jsx/basic/6/input.jsx" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "jsx/basic/6/input.jsx" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "jsx/basic/6/input.jsx" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "jsx/basic/6/input.jsx" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/basic/7/input.test.md b/internal/js-parser/test-fixtures/jsx/basic/7/input.test.md index 6bdc8c5658a..9be99448198 100644 --- a/internal/js-parser/test-fixtures/jsx/basic/7/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/basic/7/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "jsx/basic/7/input.jsx" end: Object { column: 10 - index: 51 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "jsx/basic/7/input.jsx" end: Object { column: 10 - index: 51 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "jsx/basic/7/input.jsx" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "jsx/basic/7/input.jsx" end: Object { column: 10 - index: 51 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "jsx/basic/7/input.jsx" end: Object { column: 0 - index: 41 line: 5 } start: Object { column: 23 - index: 32 line: 2 } } @@ -104,12 +94,10 @@ JSRoot { filename: "jsx/basic/7/input.jsx" end: Object { column: 6 - index: 15 line: 2 } start: Object { column: 2 - index: 11 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "jsx/basic/7/input.jsx" end: Object { column: 22 - index: 31 line: 2 } start: Object { column: 7 - index: 16 line: 2 } } @@ -134,12 +120,10 @@ JSRoot { filename: "jsx/basic/7/input.jsx" end: Object { column: 22 - index: 31 line: 2 } start: Object { column: 2 - index: 11 line: 2 } } diff --git a/internal/js-parser/test-fixtures/jsx/basic/8/input.test.md b/internal/js-parser/test-fixtures/jsx/basic/8/input.test.md index 03f91efb06a..d4078847ede 100644 --- a/internal/js-parser/test-fixtures/jsx/basic/8/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/basic/8/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "jsx/basic/8/input.jsx" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "jsx/basic/8/input.jsx" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "jsx/basic/8/input.jsx" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "jsx/basic/8/input.jsx" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "jsx/basic/8/input.jsx" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "jsx/basic/8/input.jsx" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "jsx/basic/8/input.jsx" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "jsx/basic/8/input.jsx" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -167,12 +149,10 @@ JSRoot { filename: "jsx/basic/8/input.jsx" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -184,12 +164,10 @@ JSRoot { filename: "jsx/basic/8/input.jsx" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -202,12 +180,10 @@ JSRoot { filename: "jsx/basic/8/input.jsx" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -218,12 +194,10 @@ JSRoot { filename: "jsx/basic/8/input.jsx" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/basic/asi/input.test.md b/internal/js-parser/test-fixtures/jsx/basic/asi/input.test.md index f9ec5279cd7..7434beda7f5 100644 --- a/internal/js-parser/test-fixtures/jsx/basic/asi/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/basic/asi/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "jsx/basic/asi/input.jsx" end: Object { column: 0 - index: 35 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "x" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "jsx/basic/asi/input.jsx" end: Object { column: 1 - index: 34 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "jsx/basic/asi/input.jsx" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "jsx/basic/asi/input.jsx" end: Object { column: 1 - index: 34 line: 4 } start: Object { column: 13 - index: 13 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "jsx/basic/asi/input.jsx" end: Object { column: 7 - index: 22 line: 2 } start: Object { column: 2 - index: 17 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "jsx/basic/asi/input.jsx" end: Object { column: 7 - index: 22 line: 2 } start: Object { column: 2 - index: 17 line: 2 } } @@ -140,12 +126,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 22 line: 2 } start: Object { column: 6 - index: 21 line: 2 } } @@ -155,12 +139,10 @@ JSRoot { filename: "jsx/basic/asi/input.jsx" end: Object { column: 7 - index: 22 line: 2 } start: Object { column: 6 - index: 21 line: 2 } } @@ -173,12 +155,10 @@ JSRoot { filename: "jsx/basic/asi/input.jsx" end: Object { column: 9 - index: 32 line: 3 } start: Object { column: 2 - index: 25 line: 3 } } @@ -189,12 +169,10 @@ JSRoot { filename: "jsx/basic/asi/input.jsx" end: Object { column: 6 - index: 29 line: 3 } start: Object { column: 3 - index: 26 line: 3 } } @@ -207,12 +185,10 @@ JSRoot { filename: "jsx/basic/asi/input.jsx" end: Object { column: 9 - index: 32 line: 3 } start: Object { column: 2 - index: 25 line: 3 } } diff --git a/internal/js-parser/test-fixtures/jsx/basic/empty-expression-container/input.test.md b/internal/js-parser/test-fixtures/jsx/basic/empty-expression-container/input.test.md index 404b0413801..987044b6986 100644 --- a/internal/js-parser/test-fixtures/jsx/basic/empty-expression-container/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/basic/empty-expression-container/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "jsx/basic/empty-expression-container/input.jsx" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "jsx/basic/empty-expression-container/input.jsx" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "jsx/basic/empty-expression-container/input.jsx" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "jsx/basic/empty-expression-container/input.jsx" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "jsx/basic/empty-expression-container/input.jsx" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "jsx/basic/empty-expression-container/input.jsx" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/basic/entity/input.test.md b/internal/js-parser/test-fixtures/jsx/basic/entity/input.test.md index 12234120db6..aec3e43ea6a 100644 --- a/internal/js-parser/test-fixtures/jsx/basic/entity/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/basic/entity/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "jsx/basic/entity/input.jsx" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "jsx/basic/entity/input.jsx" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "jsx/basic/entity/input.jsx" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "jsx/basic/entity/input.jsx" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "jsx/basic/entity/input.jsx" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/basic/fragment-1/input.test.md b/internal/js-parser/test-fixtures/jsx/basic/fragment-1/input.test.md index e1c5beb59da..90771861d10 100644 --- a/internal/js-parser/test-fixtures/jsx/basic/fragment-1/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/basic/fragment-1/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "jsx/basic/fragment-1/input.jsx" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "jsx/basic/fragment-1/input.jsx" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "jsx/basic/fragment-1/input.jsx" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/basic/fragment-2/input.test.md b/internal/js-parser/test-fixtures/jsx/basic/fragment-2/input.test.md index f73194db182..bb0b9f7acd9 100644 --- a/internal/js-parser/test-fixtures/jsx/basic/fragment-2/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/basic/fragment-2/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "jsx/basic/fragment-2/input.jsx" end: Object { column: 0 - index: 23 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "jsx/basic/fragment-2/input.jsx" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "jsx/basic/fragment-2/input.jsx" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "jsx/basic/fragment-2/input.jsx" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/basic/fragment-3/input.test.md b/internal/js-parser/test-fixtures/jsx/basic/fragment-3/input.test.md index 07b226227ed..674812581a0 100644 --- a/internal/js-parser/test-fixtures/jsx/basic/fragment-3/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/basic/fragment-3/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "jsx/basic/fragment-3/input.jsx" end: Object { column: 0 - index: 51 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "jsx/basic/fragment-3/input.jsx" end: Object { column: 3 - index: 50 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "jsx/basic/fragment-3/input.jsx" end: Object { column: 3 - index: 50 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "jsx/basic/fragment-3/input.jsx" end: Object { column: 2 - index: 6 line: 2 } start: Object { column: 3 - index: 3 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "jsx/basic/fragment-3/input.jsx" end: Object { column: 7 - index: 11 line: 2 } start: Object { column: 3 - index: 7 line: 2 } } @@ -101,12 +91,10 @@ JSRoot { filename: "jsx/basic/fragment-3/input.jsx" end: Object { column: 9 - index: 29 line: 4 } start: Object { column: 2 - index: 6 line: 2 } } @@ -117,12 +105,10 @@ JSRoot { filename: "jsx/basic/fragment-3/input.jsx" end: Object { column: 2 - index: 22 line: 4 } start: Object { column: 8 - index: 12 line: 2 } } @@ -135,12 +121,10 @@ JSRoot { filename: "jsx/basic/fragment-3/input.jsx" end: Object { column: 2 - index: 32 line: 5 } start: Object { column: 9 - index: 29 line: 4 } } @@ -152,12 +136,10 @@ JSRoot { filename: "jsx/basic/fragment-3/input.jsx" end: Object { column: 6 - index: 36 line: 5 } start: Object { column: 3 - index: 33 line: 5 } } @@ -169,12 +151,10 @@ JSRoot { filename: "jsx/basic/fragment-3/input.jsx" end: Object { column: 16 - index: 46 line: 5 } start: Object { column: 2 - index: 32 line: 5 } } @@ -185,12 +165,10 @@ JSRoot { filename: "jsx/basic/fragment-3/input.jsx" end: Object { column: 10 - index: 40 line: 5 } start: Object { column: 7 - index: 37 line: 5 } } @@ -203,12 +181,10 @@ JSRoot { filename: "jsx/basic/fragment-3/input.jsx" end: Object { column: 0 - index: 47 line: 6 } start: Object { column: 16 - index: 46 line: 5 } } diff --git a/internal/js-parser/test-fixtures/jsx/basic/fragment-4/input.test.md b/internal/js-parser/test-fixtures/jsx/basic/fragment-4/input.test.md index b5776af64a0..b0da6f5c0bc 100644 --- a/internal/js-parser/test-fixtures/jsx/basic/fragment-4/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/basic/fragment-4/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "jsx/basic/fragment-4/input.jsx" end: Object { column: 0 - index: 50 line: 8 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "jsx/basic/fragment-4/input.jsx" end: Object { column: 3 - index: 49 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "jsx/basic/fragment-4/input.jsx" end: Object { column: 3 - index: 49 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "jsx/basic/fragment-4/input.jsx" end: Object { column: 2 - index: 5 line: 2 } start: Object { column: 2 - index: 2 line: 1 } } @@ -82,12 +74,10 @@ JSRoot { filename: "jsx/basic/fragment-4/input.jsx" end: Object { column: 5 - index: 45 line: 6 } start: Object { column: 2 - index: 5 line: 2 } } @@ -98,12 +88,10 @@ JSRoot { filename: "jsx/basic/fragment-4/input.jsx" end: Object { column: 4 - index: 12 line: 3 } start: Object { column: 4 - index: 7 line: 2 } } @@ -113,12 +101,10 @@ JSRoot { filename: "jsx/basic/fragment-4/input.jsx" end: Object { column: 7 - index: 39 line: 5 } start: Object { column: 4 - index: 12 line: 3 } } @@ -129,12 +115,10 @@ JSRoot { filename: "jsx/basic/fragment-4/input.jsx" end: Object { column: 4 - index: 36 line: 5 } start: Object { column: 6 - index: 14 line: 3 } } @@ -147,12 +131,10 @@ JSRoot { filename: "jsx/basic/fragment-4/input.jsx" end: Object { column: 2 - index: 42 line: 6 } start: Object { column: 7 - index: 39 line: 5 } } @@ -165,12 +147,10 @@ JSRoot { filename: "jsx/basic/fragment-4/input.jsx" end: Object { column: 0 - index: 46 line: 7 } start: Object { column: 5 - index: 45 line: 6 } } diff --git a/internal/js-parser/test-fixtures/jsx/basic/fragment-5/input.test.md b/internal/js-parser/test-fixtures/jsx/basic/fragment-5/input.test.md index 185896e56b1..0c8e241ce40 100644 --- a/internal/js-parser/test-fixtures/jsx/basic/fragment-5/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/basic/fragment-5/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "jsx/basic/fragment-5/input.jsx" end: Object { column: 0 - index: 63 line: 8 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "jsx/basic/fragment-5/input.jsx" end: Object { column: 11 - index: 13 line: 2 } start: Object { column: 0 - index: 2 line: 2 } } @@ -55,12 +51,10 @@ JSRoot { filename: "jsx/basic/fragment-5/input.jsx" end: Object { column: 14 - index: 28 line: 3 } start: Object { column: 0 - index: 14 line: 3 } } @@ -72,12 +66,10 @@ JSRoot { filename: "jsx/basic/fragment-5/input.jsx" end: Object { column: 3 - index: 62 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "jsx/basic/fragment-5/input.jsx" end: Object { column: 3 - index: 62 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "jsx/basic/fragment-5/input.jsx" end: Object { column: 2 - index: 33 line: 5 } start: Object { column: 1 - index: 30 line: 4 } } @@ -123,12 +111,10 @@ JSRoot { filename: "jsx/basic/fragment-5/input.jsx" end: Object { column: 6 - index: 37 line: 5 } start: Object { column: 3 - index: 34 line: 5 } } @@ -141,12 +127,10 @@ JSRoot { filename: "jsx/basic/fragment-5/input.jsx" end: Object { column: 13 - index: 44 line: 5 } start: Object { column: 2 - index: 33 line: 5 } } @@ -157,12 +141,10 @@ JSRoot { filename: "jsx/basic/fragment-5/input.jsx" end: Object { column: 2 - index: 47 line: 6 } start: Object { column: 13 - index: 44 line: 5 } } @@ -174,12 +156,10 @@ JSRoot { filename: "jsx/basic/fragment-5/input.jsx" end: Object { column: 6 - index: 51 line: 6 } start: Object { column: 3 - index: 48 line: 6 } } @@ -192,12 +172,10 @@ JSRoot { filename: "jsx/basic/fragment-5/input.jsx" end: Object { column: 13 - index: 58 line: 6 } start: Object { column: 2 - index: 47 line: 6 } } @@ -208,12 +186,10 @@ JSRoot { filename: "jsx/basic/fragment-5/input.jsx" end: Object { column: 0 - index: 59 line: 7 } start: Object { column: 13 - index: 58 line: 6 } } diff --git a/internal/js-parser/test-fixtures/jsx/basic/fragment-6/input.test.md b/internal/js-parser/test-fixtures/jsx/basic/fragment-6/input.test.md index baf2b9a6ed5..c7c1431cd4f 100644 --- a/internal/js-parser/test-fixtures/jsx/basic/fragment-6/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/basic/fragment-6/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "jsx/basic/fragment-6/input.jsx" end: Object { column: 0 - index: 60 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "jsx/basic/fragment-6/input.jsx" end: Object { column: 59 - index: 59 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "jsx/basic/fragment-6/input.jsx" end: Object { column: 59 - index: 59 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "jsx/basic/fragment-6/input.jsx" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "jsx/basic/fragment-6/input.jsx" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "jsx/basic/fragment-6/input.jsx" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "jsx/basic/fragment-6/input.jsx" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "jsx/basic/fragment-6/input.jsx" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "jsx/basic/fragment-6/input.jsx" end: Object { column: 55 - index: 55 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/basic/html-comment/input.test.md b/internal/js-parser/test-fixtures/jsx/basic/html-comment/input.test.md index 1b7985cce37..269361ce3bc 100644 --- a/internal/js-parser/test-fixtures/jsx/basic/html-comment/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/basic/html-comment/input.test.md @@ -24,12 +24,10 @@ JSRoot { filename: "jsx/basic/html-comment/input.jsx" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -41,12 +39,10 @@ JSRoot { filename: "jsx/basic/html-comment/input.jsx" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/basic/keyword-tag/input.test.md b/internal/js-parser/test-fixtures/jsx/basic/keyword-tag/input.test.md index 8f4eb0ff7f8..d6e82f6771c 100644 --- a/internal/js-parser/test-fixtures/jsx/basic/keyword-tag/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/basic/keyword-tag/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "jsx/basic/keyword-tag/input.jsx" end: Object { column: 0 - index: 13 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "jsx/basic/keyword-tag/input.jsx" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "jsx/basic/keyword-tag/input.jsx" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "jsx/basic/keyword-tag/input.jsx" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/basic/namespace-tag/input.test.md b/internal/js-parser/test-fixtures/jsx/basic/namespace-tag/input.test.md index 2123751520e..991a0ad4974 100644 --- a/internal/js-parser/test-fixtures/jsx/basic/namespace-tag/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/basic/namespace-tag/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "jsx/basic/namespace-tag/input.jsx" end: Object { column: 0 - index: 33 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "jsx/basic/namespace-tag/input.jsx" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "jsx/basic/namespace-tag/input.jsx" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "jsx/basic/namespace-tag/input.jsx" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "jsx/basic/namespace-tag/input.jsx" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "jsx/basic/namespace-tag/input.jsx" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "jsx/basic/namespace-tag/input.jsx" end: Object { column: 19 - index: 32 line: 2 } start: Object { column: 0 - index: 13 line: 2 } } @@ -135,12 +121,10 @@ JSRoot { filename: "jsx/basic/namespace-tag/input.jsx" end: Object { column: 8 - index: 21 line: 2 } start: Object { column: 5 - index: 18 line: 2 } } @@ -149,12 +133,10 @@ JSRoot { filename: "jsx/basic/namespace-tag/input.jsx" end: Object { column: 8 - index: 21 line: 2 } start: Object { column: 1 - index: 14 line: 2 } } @@ -164,12 +146,10 @@ JSRoot { filename: "jsx/basic/namespace-tag/input.jsx" end: Object { column: 4 - index: 17 line: 2 } start: Object { column: 1 - index: 14 line: 2 } } @@ -183,12 +163,10 @@ JSRoot { filename: "jsx/basic/namespace-tag/input.jsx" end: Object { column: 19 - index: 32 line: 2 } start: Object { column: 0 - index: 13 line: 2 } } diff --git a/internal/js-parser/test-fixtures/jsx/basic/nonentity-decimal/input.test.md b/internal/js-parser/test-fixtures/jsx/basic/nonentity-decimal/input.test.md index b05c6a09e7b..e3d9c9f2197 100644 --- a/internal/js-parser/test-fixtures/jsx/basic/nonentity-decimal/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/basic/nonentity-decimal/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "jsx/basic/nonentity-decimal/input.jsx" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "jsx/basic/nonentity-decimal/input.jsx" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "jsx/basic/nonentity-decimal/input.jsx" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "jsx/basic/nonentity-decimal/input.jsx" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "jsx/basic/nonentity-decimal/input.jsx" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/basic/nonentity/input.test.md b/internal/js-parser/test-fixtures/jsx/basic/nonentity/input.test.md index 839abe94eaf..bee76608647 100644 --- a/internal/js-parser/test-fixtures/jsx/basic/nonentity/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/basic/nonentity/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "jsx/basic/nonentity/input.jsx" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "jsx/basic/nonentity/input.jsx" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "jsx/basic/nonentity/input.jsx" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "jsx/basic/nonentity/input.jsx" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "jsx/basic/nonentity/input.jsx" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/basic/yield-tag/input.test.md b/internal/js-parser/test-fixtures/jsx/basic/yield-tag/input.test.md index d0d4802e992..c4ee84ad6a7 100644 --- a/internal/js-parser/test-fixtures/jsx/basic/yield-tag/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/basic/yield-tag/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "jsx/basic/yield-tag/input.jsx" end: Object { column: 0 - index: 36 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "it" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "jsx/basic/yield-tag/input.jsx" end: Object { column: 1 - index: 35 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "jsx/basic/yield-tag/input.jsx" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "jsx/basic/yield-tag/input.jsx" end: Object { column: 1 - index: 35 line: 3 } start: Object { column: 13 - index: 13 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "jsx/basic/yield-tag/input.jsx" end: Object { column: 18 - index: 33 line: 2 } start: Object { column: 4 - index: 19 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "jsx/basic/yield-tag/input.jsx" end: Object { column: 17 - index: 32 line: 2 } start: Object { column: 4 - index: 19 line: 2 } } @@ -138,12 +124,10 @@ JSRoot { filename: "jsx/basic/yield-tag/input.jsx" end: Object { column: 12 - index: 27 line: 2 } start: Object { column: 11 - index: 26 line: 2 } } @@ -156,12 +140,10 @@ JSRoot { filename: "jsx/basic/yield-tag/input.jsx" end: Object { column: 17 - index: 32 line: 2 } start: Object { column: 10 - index: 25 line: 2 } } diff --git a/internal/js-parser/test-fixtures/jsx/errors/adjacent-tags/input.test.md b/internal/js-parser/test-fixtures/jsx/errors/adjacent-tags/input.test.md index 094b8a3e461..3ca7ee101ce 100644 --- a/internal/js-parser/test-fixtures/jsx/errors/adjacent-tags/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/errors/adjacent-tags/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "jsx/errors/adjacent-tags/input.jsx" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "jsx/errors/adjacent-tags/input.jsx" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "jsx/errors/adjacent-tags/input.jsx" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "jsx/errors/adjacent-tags/input.jsx" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "jsx/errors/adjacent-tags/input.jsx" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "jsx/errors/adjacent-tags/input.jsx" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -154,12 +138,10 @@ JSRoot { identifierName: "two" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -170,12 +152,10 @@ JSRoot { filename: "jsx/errors/adjacent-tags/input.jsx" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -186,12 +166,10 @@ JSRoot { identifierName: "div" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -203,12 +181,10 @@ JSRoot { filename: "jsx/errors/adjacent-tags/input.jsx" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -220,12 +196,10 @@ JSRoot { filename: "jsx/errors/adjacent-tags/input.jsx" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -236,12 +210,10 @@ JSRoot { filename: "jsx/errors/adjacent-tags/input.jsx" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -261,12 +233,10 @@ JSRoot { filename: "jsx/errors/adjacent-tags/input.jsx" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -275,12 +245,10 @@ JSRoot { filename: "jsx/errors/adjacent-tags/input.jsx" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -291,12 +259,10 @@ JSRoot { filename: "jsx/errors/adjacent-tags/input.jsx" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -307,12 +273,10 @@ JSRoot { filename: "jsx/errors/adjacent-tags/input.jsx" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -323,12 +287,10 @@ JSRoot { filename: "jsx/errors/adjacent-tags/input.jsx" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -339,12 +301,10 @@ JSRoot { filename: "jsx/errors/adjacent-tags/input.jsx" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -355,12 +315,10 @@ JSRoot { filename: "jsx/errors/adjacent-tags/input.jsx" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/errors/attribute-arbitrary-expression/input.test.md b/internal/js-parser/test-fixtures/jsx/errors/attribute-arbitrary-expression/input.test.md index b0ffc4ddb9d..c8fe087b446 100644 --- a/internal/js-parser/test-fixtures/jsx/errors/attribute-arbitrary-expression/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/errors/attribute-arbitrary-expression/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "jsx/errors/attribute-arbitrary-expression/input.jsx" end: Object { column: 0 - index: 18 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "jsx/errors/attribute-arbitrary-expression/input.jsx" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "jsx/errors/attribute-arbitrary-expression/input.jsx" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "jsx/errors/attribute-arbitrary-expression/input.jsx" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { filename: "jsx/errors/attribute-arbitrary-expression/input.jsx" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "jsx/errors/attribute-arbitrary-expression/input.jsx" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -141,12 +127,10 @@ JSRoot { filename: "jsx/errors/attribute-arbitrary-expression/input.jsx" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { filename: "jsx/errors/attribute-arbitrary-expression/input.jsx" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { filename: "jsx/errors/attribute-arbitrary-expression/input.jsx" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -190,12 +170,10 @@ JSRoot { filename: "jsx/errors/attribute-arbitrary-expression/input.jsx" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -205,12 +183,10 @@ JSRoot { filename: "jsx/errors/attribute-arbitrary-expression/input.jsx" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -222,12 +198,10 @@ JSRoot { filename: "jsx/errors/attribute-arbitrary-expression/input.jsx" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -237,12 +211,10 @@ JSRoot { filename: "jsx/errors/attribute-arbitrary-expression/input.jsx" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/errors/attribute-empty-expression/input.test.md b/internal/js-parser/test-fixtures/jsx/errors/attribute-empty-expression/input.test.md index 714e468e526..2bec14cd826 100644 --- a/internal/js-parser/test-fixtures/jsx/errors/attribute-empty-expression/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/errors/attribute-empty-expression/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "jsx/errors/attribute-empty-expression/input.jsx" end: Object { column: 0 - index: 15 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "jsx/errors/attribute-empty-expression/input.jsx" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "jsx/errors/attribute-empty-expression/input.jsx" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "jsx/errors/attribute-empty-expression/input.jsx" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { filename: "jsx/errors/attribute-empty-expression/input.jsx" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -126,12 +114,10 @@ JSRoot { filename: "jsx/errors/attribute-empty-expression/input.jsx" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -140,12 +126,10 @@ JSRoot { filename: "jsx/errors/attribute-empty-expression/input.jsx" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -155,12 +139,10 @@ JSRoot { filename: "jsx/errors/attribute-empty-expression/input.jsx" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/errors/attributes-in-fragment/input.test.md b/internal/js-parser/test-fixtures/jsx/errors/attributes-in-fragment/input.test.md index c595e997b5a..0c5d7252a1a 100644 --- a/internal/js-parser/test-fixtures/jsx/errors/attributes-in-fragment/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/errors/attributes-in-fragment/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "jsx/errors/attributes-in-fragment/input.jsx" end: Object { column: 0 - index: 17 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "jsx/errors/attributes-in-fragment/input.jsx" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "jsx/errors/attributes-in-fragment/input.jsx" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "jsx/errors/attributes-in-fragment/input.jsx" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { filename: "jsx/errors/attributes-in-fragment/input.jsx" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -126,12 +114,10 @@ JSRoot { filename: "jsx/errors/attributes-in-fragment/input.jsx" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { filename: "jsx/errors/attributes-in-fragment/input.jsx" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { filename: "jsx/errors/attributes-in-fragment/input.jsx" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/errors/html-comment-module/input.test.md b/internal/js-parser/test-fixtures/jsx/errors/html-comment-module/input.test.md index 59af8c4f6d6..3db9ca73331 100644 --- a/internal/js-parser/test-fixtures/jsx/errors/html-comment-module/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/errors/html-comment-module/input.test.md @@ -24,12 +24,10 @@ JSRoot { filename: "jsx/errors/html-comment-module/input.jsx" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -41,12 +39,10 @@ JSRoot { filename: "jsx/errors/html-comment-module/input.jsx" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/errors/member-in-namespace-1/input.test.md b/internal/js-parser/test-fixtures/jsx/errors/member-in-namespace-1/input.test.md index 219eb29e313..05aa71320f9 100644 --- a/internal/js-parser/test-fixtures/jsx/errors/member-in-namespace-1/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/errors/member-in-namespace-1/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "jsx/errors/member-in-namespace-1/input.jsx" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "jsx/errors/member-in-namespace-1/input.jsx" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "jsx/errors/member-in-namespace-1/input.jsx" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "jsx/errors/member-in-namespace-1/input.jsx" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "jsx/errors/member-in-namespace-1/input.jsx" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { filename: "jsx/errors/member-in-namespace-1/input.jsx" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { filename: "jsx/errors/member-in-namespace-1/input.jsx" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { filename: "jsx/errors/member-in-namespace-1/input.jsx" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -174,12 +156,10 @@ JSRoot { filename: "jsx/errors/member-in-namespace-1/input.jsx" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -189,12 +169,10 @@ JSRoot { filename: "jsx/errors/member-in-namespace-1/input.jsx" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/errors/member-in-namespace-2/input.test.md b/internal/js-parser/test-fixtures/jsx/errors/member-in-namespace-2/input.test.md index 8c0407ed88b..5fb107b2a69 100644 --- a/internal/js-parser/test-fixtures/jsx/errors/member-in-namespace-2/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/errors/member-in-namespace-2/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "jsx/errors/member-in-namespace-2/input.jsx" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "jsx/errors/member-in-namespace-2/input.jsx" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "jsx/errors/member-in-namespace-2/input.jsx" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "jsx/errors/member-in-namespace-2/input.jsx" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "jsx/errors/member-in-namespace-2/input.jsx" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "jsx/errors/member-in-namespace-2/input.jsx" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -113,12 +101,10 @@ JSRoot { filename: "jsx/errors/member-in-namespace-2/input.jsx" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "jsx/errors/member-in-namespace-2/input.jsx" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/errors/nested-fragment-unclosed/input.test.md b/internal/js-parser/test-fixtures/jsx/errors/nested-fragment-unclosed/input.test.md index 619c59c15cd..3561eefc6bf 100644 --- a/internal/js-parser/test-fixtures/jsx/errors/nested-fragment-unclosed/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/errors/nested-fragment-unclosed/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "jsx/errors/nested-fragment-unclosed/input.jsx" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { sourceText: undefined end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "jsx/errors/nested-fragment-unclosed/input.jsx" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "jsx/errors/nested-fragment-unclosed/input.jsx" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -95,12 +87,10 @@ JSRoot { filename: "jsx/errors/nested-fragment-unclosed/input.jsx" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { filename: "jsx/errors/nested-fragment-unclosed/input.jsx" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/errors/unclosed-jsx-element/input.test.md b/internal/js-parser/test-fixtures/jsx/errors/unclosed-jsx-element/input.test.md index 0b27b9bd7b6..ae74f7cda65 100644 --- a/internal/js-parser/test-fixtures/jsx/errors/unclosed-jsx-element/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/errors/unclosed-jsx-element/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "jsx/errors/unclosed-jsx-element/input.jsx" end: Object { column: 0 - index: 14 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { sourceText: undefined end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -67,12 +63,10 @@ JSRoot { filename: "jsx/errors/unclosed-jsx-element/input.jsx" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -87,12 +81,10 @@ JSRoot { filename: "jsx/errors/unclosed-jsx-element/input.jsx" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -103,12 +95,10 @@ JSRoot { filename: "jsx/errors/unclosed-jsx-element/input.jsx" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -120,12 +110,10 @@ JSRoot { filename: "jsx/errors/unclosed-jsx-element/input.jsx" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -136,12 +124,10 @@ JSRoot { filename: "jsx/errors/unclosed-jsx-element/input.jsx" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -151,12 +137,10 @@ JSRoot { filename: "jsx/errors/unclosed-jsx-element/input.jsx" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -165,12 +149,10 @@ JSRoot { filename: "jsx/errors/unclosed-jsx-element/input.jsx" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/errors/unclosed-tag/input.test.md b/internal/js-parser/test-fixtures/jsx/errors/unclosed-tag/input.test.md index 5701c6b33d6..3b6a25b5af4 100644 --- a/internal/js-parser/test-fixtures/jsx/errors/unclosed-tag/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/errors/unclosed-tag/input.test.md @@ -21,15 +21,59 @@ JSRoot { filename: "jsx/errors/unclosed-tag/input.jsx" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } + body: Array [ + JSExpressionStatement { + loc: Object { + filename: "jsx/errors/unclosed-tag/input.jsx" + end: Object { + column: 5 + line: 1 + } + start: Object { + column: 0 + line: 1 + } + } + expression: JSXElement { + name: JSXIdentifier { + name: "foo" + loc: Object { + filename: "jsx/errors/unclosed-tag/input.jsx" + end: Object { + column: 4 + line: 1 + } + start: Object { + column: 1 + line: 1 + } + } + } + attributes: Array [] + children: Array [] + selfClosing: false + typeArguments: undefined + loc: Object { + filename: "jsx/errors/unclosed-tag/input.jsx" + end: Object { + column: 5 + line: 1 + } + start: Object { + column: 0 + line: 1 + } + } + } + } + ] diagnostics: Array [ Object { origins: Array [Object {category: "parse/js"}] @@ -39,12 +83,10 @@ JSRoot { sourceText: undefined end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -67,12 +109,10 @@ JSRoot { filename: "jsx/errors/unclosed-tag/input.jsx" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -81,58 +121,6 @@ JSRoot { } } ] - body: Array [ - JSExpressionStatement { - loc: Object { - filename: "jsx/errors/unclosed-tag/input.jsx" - end: Object { - column: 5 - index: 5 - line: 1 - } - start: Object { - column: 0 - index: 0 - line: 1 - } - } - expression: JSXElement { - name: JSXIdentifier { - name: "foo" - loc: Object { - filename: "jsx/errors/unclosed-tag/input.jsx" - end: Object { - column: 4 - index: 4 - line: 1 - } - start: Object { - column: 1 - index: 1 - line: 1 - } - } - } - attributes: Array [] - children: Array [] - selfClosing: false - typeArguments: undefined - loc: Object { - filename: "jsx/errors/unclosed-tag/input.jsx" - end: Object { - column: 5 - index: 5 - line: 1 - } - start: Object { - column: 0 - index: 0 - line: 1 - } - } - } - } - ] } ``` diff --git a/internal/js-parser/test-fixtures/jsx/errors/unicode-escape-in-identifier/input.test.md b/internal/js-parser/test-fixtures/jsx/errors/unicode-escape-in-identifier/input.test.md index b0f1a4ed247..b5350eee698 100644 --- a/internal/js-parser/test-fixtures/jsx/errors/unicode-escape-in-identifier/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/errors/unicode-escape-in-identifier/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "jsx/errors/unicode-escape-in-identifier/input.jsx" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "jsx/errors/unicode-escape-in-identifier/input.jsx" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "jsx/errors/unicode-escape-in-identifier/input.jsx" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -95,12 +87,10 @@ JSRoot { filename: "jsx/errors/unicode-escape-in-identifier/input.jsx" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/errors/unterminated-string/input.test.md b/internal/js-parser/test-fixtures/jsx/errors/unterminated-string/input.test.md index 235f719f801..372e2f80ac8 100644 --- a/internal/js-parser/test-fixtures/jsx/errors/unterminated-string/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/errors/unterminated-string/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "jsx/errors/unterminated-string/input.jsx" end: Object { column: 1 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 11 line: 2 } } @@ -61,12 +57,10 @@ JSRoot { filename: "jsx/errors/unterminated-string/input.jsx" end: Object { column: 1 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "jsx/errors/unterminated-string/input.jsx" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "jsx/errors/unterminated-string/input.jsx" end: Object { column: 1 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { filename: "jsx/errors/unterminated-string/input.jsx" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "jsx/errors/unterminated-string/input.jsx" end: Object { column: 1 - index: 12 line: 2 } start: Object { column: 9 - index: 9 line: 1 } } @@ -141,12 +127,10 @@ JSRoot { filename: "jsx/errors/unterminated-string/input.jsx" end: Object { column: 1 - index: 12 line: 2 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/errors/wrong-closing-tag-fragment/input.test.md b/internal/js-parser/test-fixtures/jsx/errors/wrong-closing-tag-fragment/input.test.md index 28b7c5177c5..38f04eeb5a9 100644 --- a/internal/js-parser/test-fixtures/jsx/errors/wrong-closing-tag-fragment/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/errors/wrong-closing-tag-fragment/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "jsx/errors/wrong-closing-tag-fragment/input.jsx" end: Object { column: 0 - index: 15 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "jsx/errors/wrong-closing-tag-fragment/input.jsx" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "jsx/errors/wrong-closing-tag-fragment/input.jsx" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { sourceText: undefined end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "jsx/errors/wrong-closing-tag-fragment/input.jsx" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/errors/wrong-closing-tag/input.test.md b/internal/js-parser/test-fixtures/jsx/errors/wrong-closing-tag/input.test.md index 3ba2157fd08..cecd1209be9 100644 --- a/internal/js-parser/test-fixtures/jsx/errors/wrong-closing-tag/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/errors/wrong-closing-tag/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "jsx/errors/wrong-closing-tag/input.jsx" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "jsx/errors/wrong-closing-tag/input.jsx" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "jsx/errors/wrong-closing-tag/input.jsx" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "jsx/errors/wrong-closing-tag/input.jsx" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { sourceText: undefined end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -125,12 +115,10 @@ JSRoot { filename: "jsx/errors/wrong-closing-tag/input.jsx" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/errors/wrong-opening-tag-fragment/input.test.md b/internal/js-parser/test-fixtures/jsx/errors/wrong-opening-tag-fragment/input.test.md index 2d87fe97734..992245ab044 100644 --- a/internal/js-parser/test-fixtures/jsx/errors/wrong-opening-tag-fragment/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/errors/wrong-opening-tag-fragment/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "jsx/errors/wrong-opening-tag-fragment/input.jsx" end: Object { column: 0 - index: 15 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -36,12 +34,10 @@ JSRoot { filename: "jsx/errors/wrong-opening-tag-fragment/input.jsx" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "jsx/errors/wrong-opening-tag-fragment/input.jsx" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "jsx/errors/wrong-opening-tag-fragment/input.jsx" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { sourceText: undefined end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -125,12 +115,10 @@ JSRoot { filename: "jsx/errors/wrong-opening-tag-fragment/input.jsx" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/regression/1/input.test.md b/internal/js-parser/test-fixtures/jsx/regression/1/input.test.md index e4ecb026f14..e83721fd81f 100644 --- a/internal/js-parser/test-fixtures/jsx/regression/1/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/regression/1/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "jsx/regression/1/input.jsx" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "jsx/regression/1/input.jsx" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "jsx/regression/1/input.jsx" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "jsx/regression/1/input.jsx" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "jsx/regression/1/input.jsx" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "jsx/regression/1/input.jsx" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "jsx/regression/1/input.jsx" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -135,12 +121,10 @@ JSRoot { filename: "jsx/regression/1/input.jsx" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -154,12 +138,10 @@ JSRoot { filename: "jsx/regression/1/input.jsx" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -170,12 +152,10 @@ JSRoot { filename: "jsx/regression/1/input.jsx" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -184,12 +164,10 @@ JSRoot { filename: "jsx/regression/1/input.jsx" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -202,12 +180,10 @@ JSRoot { filename: "jsx/regression/1/input.jsx" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/regression/2/input.test.md b/internal/js-parser/test-fixtures/jsx/regression/2/input.test.md index b462f8b87f3..3f435b295c3 100644 --- a/internal/js-parser/test-fixtures/jsx/regression/2/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/regression/2/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "jsx/regression/2/input.jsx" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "jsx/regression/2/input.jsx" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "jsx/regression/2/input.jsx" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "jsx/regression/2/input.jsx" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "jsx/regression/2/input.jsx" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "jsx/regression/2/input.jsx" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "jsx/regression/2/input.jsx" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "jsx/regression/2/input.jsx" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { identifierName: "test" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/regression/3/input.test.md b/internal/js-parser/test-fixtures/jsx/regression/3/input.test.md index d2f72864dd4..3bfc112c8aa 100644 --- a/internal/js-parser/test-fixtures/jsx/regression/3/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/regression/3/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "jsx/regression/3/input.jsx" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "jsx/regression/3/input.jsx" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "jsx/regression/3/input.jsx" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "jsx/regression/3/input.jsx" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "jsx/regression/3/input.jsx" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "jsx/regression/3/input.jsx" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { identifierName: "a" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { filename: "jsx/regression/3/input.jsx" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { identifierName: "a" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -163,12 +145,10 @@ JSRoot { filename: "jsx/regression/3/input.jsx" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/regression/4/input.test.md b/internal/js-parser/test-fixtures/jsx/regression/4/input.test.md index 1f8131ff709..6c19d7f7844 100644 --- a/internal/js-parser/test-fixtures/jsx/regression/4/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/regression/4/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "jsx/regression/4/input.jsx" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "jsx/regression/4/input.jsx" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "jsx/regression/4/input.jsx" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "jsx/regression/4/input.jsx" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "jsx/regression/4/input.jsx" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/regression/5/input.test.md b/internal/js-parser/test-fixtures/jsx/regression/5/input.test.md index f8afca5a56c..f025d615f24 100644 --- a/internal/js-parser/test-fixtures/jsx/regression/5/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/regression/5/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "jsx/regression/5/input.jsx" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "jsx/regression/5/input.jsx" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "jsx/regression/5/input.jsx" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "jsx/regression/5/input.jsx" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "jsx/regression/5/input.jsx" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { identifierName: "a" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "jsx/regression/5/input.jsx" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { identifierName: "b" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/regression/6/input.test.md b/internal/js-parser/test-fixtures/jsx/regression/6/input.test.md index 04dcdfee9b1..f94f1d3cf79 100644 --- a/internal/js-parser/test-fixtures/jsx/regression/6/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/regression/6/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "jsx/regression/6/input.jsx" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "jsx/regression/6/input.jsx" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "jsx/regression/6/input.jsx" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "jsx/regression/6/input.jsx" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "jsx/regression/6/input.jsx" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "jsx/regression/6/input.jsx" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "jsx/regression/6/input.jsx" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { filename: "jsx/regression/6/input.jsx" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -148,12 +132,10 @@ JSRoot { identifierName: "props" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/regression/7/input.test.md b/internal/js-parser/test-fixtures/jsx/regression/7/input.test.md index 7b1af178bce..dfe47586919 100644 --- a/internal/js-parser/test-fixtures/jsx/regression/7/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/regression/7/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "jsx/regression/7/input.jsx" end: Object { column: 0 - index: 63 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "jsx/regression/7/input.jsx" end: Object { column: 17 - index: 62 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "jsx/regression/7/input.jsx" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "jsx/regression/7/input.jsx" end: Object { column: 17 - index: 62 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "jsx/regression/7/input.jsx" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "jsx/regression/7/input.jsx" end: Object { column: 15 - index: 60 line: 3 } start: Object { column: 8 - index: 8 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "jsx/regression/7/input.jsx" end: Object { column: 15 - index: 60 line: 3 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/regression/issue-11387/input.test.md b/internal/js-parser/test-fixtures/jsx/regression/issue-11387/input.test.md index 5dcc2587c90..efcbd022e5e 100644 --- a/internal/js-parser/test-fixtures/jsx/regression/issue-11387/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/regression/issue-11387/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "jsx/regression/issue-11387/input.jsx" end: Object { column: 0 - index: 70 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 63 - index: 63 line: 1 } start: Object { column: 46 - index: 46 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "jsx/regression/issue-11387/input.jsx" end: Object { column: 69 - index: 69 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { filename: "jsx/regression/issue-11387/input.jsx" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { filename: "jsx/regression/issue-11387/input.jsx" end: Object { column: 69 - index: 69 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -114,12 +104,10 @@ JSRoot { filename: "jsx/regression/issue-11387/input.jsx" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { filename: "jsx/regression/issue-11387/input.jsx" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { filename: "jsx/regression/issue-11387/input.jsx" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { filename: "jsx/regression/issue-11387/input.jsx" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -175,12 +157,10 @@ JSRoot { identifierName: "class" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -191,12 +171,10 @@ JSRoot { identifierName: "class" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -207,12 +185,10 @@ JSRoot { filename: "jsx/regression/issue-11387/input.jsx" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -221,12 +197,10 @@ JSRoot { filename: "jsx/regression/issue-11387/input.jsx" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -239,12 +213,10 @@ JSRoot { identifierName: "class" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -254,12 +226,10 @@ JSRoot { identifierName: "class" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -270,12 +240,10 @@ JSRoot { filename: "jsx/regression/issue-11387/input.jsx" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -284,12 +252,10 @@ JSRoot { filename: "jsx/regression/issue-11387/input.jsx" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -302,12 +268,10 @@ JSRoot { identifierName: "function" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } @@ -318,12 +282,10 @@ JSRoot { identifierName: "function" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } @@ -338,12 +300,10 @@ JSRoot { filename: "jsx/regression/issue-11387/input.jsx" end: Object { column: 63 - index: 63 line: 1 } start: Object { column: 46 - index: 46 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/regression/issue-2083/input.test.md b/internal/js-parser/test-fixtures/jsx/regression/issue-2083/input.test.md index 2eb5c31b9f9..fa84eb73cc7 100644 --- a/internal/js-parser/test-fixtures/jsx/regression/issue-2083/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/regression/issue-2083/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "jsx/regression/issue-2083/input.jsx" end: Object { column: 0 - index: 28 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "jsx/regression/issue-2083/input.jsx" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "jsx/regression/issue-2083/input.jsx" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +60,10 @@ JSRoot { filename: "jsx/regression/issue-2083/input.jsx" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "jsx/regression/issue-2083/input.jsx" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "jsx/regression/issue-2083/input.jsx" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "jsx/regression/issue-2083/input.jsx" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "jsx/regression/issue-2083/input.jsx" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/regression/issue-2114/input.test.md b/internal/js-parser/test-fixtures/jsx/regression/issue-2114/input.test.md index bdaca95d3e7..30d7f67722c 100644 --- a/internal/js-parser/test-fixtures/jsx/regression/issue-2114/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/regression/issue-2114/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "jsx/regression/issue-2114/input.jsx" end: Object { column: 0 - index: 52 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "jsx/regression/issue-2114/input.jsx" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "jsx/regression/issue-2114/input.jsx" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "jsx/regression/issue-2114/input.jsx" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "jsx/regression/issue-2114/input.jsx" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "jsx/regression/issue-2114/input.jsx" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "jsx/regression/issue-2114/input.jsx" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/jsx/regression/issue-8891/input.test.md b/internal/js-parser/test-fixtures/jsx/regression/issue-8891/input.test.md index cde0a3ffe75..ac43309ee02 100644 --- a/internal/js-parser/test-fixtures/jsx/regression/issue-8891/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/regression/issue-8891/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "jsx/regression/issue-8891/input.jsx" end: Object { column: 0 - index: 154 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "jsx/regression/issue-8891/input.jsx" end: Object { column: 3 - index: 153 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "jsx/regression/issue-8891/input.jsx" end: Object { column: 3 - index: 153 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "jsx/regression/issue-8891/input.jsx" end: Object { column: 0 - index: 3 line: 2 } start: Object { column: 2 - index: 2 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "jsx/regression/issue-8891/input.jsx" end: Object { column: 7 - index: 10 line: 2 } start: Object { column: 1 - index: 4 line: 2 } } @@ -101,12 +91,10 @@ JSRoot { filename: "jsx/regression/issue-8891/input.jsx" end: Object { column: 38 - index: 41 line: 2 } start: Object { column: 0 - index: 3 line: 2 } } @@ -118,12 +106,10 @@ JSRoot { filename: "jsx/regression/issue-8891/input.jsx" end: Object { column: 12 - index: 15 line: 2 } start: Object { column: 8 - index: 11 line: 2 } } @@ -133,12 +119,10 @@ JSRoot { filename: "jsx/regression/issue-8891/input.jsx" end: Object { column: 35 - index: 38 line: 2 } start: Object { column: 13 - index: 16 line: 2 } } @@ -147,12 +131,10 @@ JSRoot { filename: "jsx/regression/issue-8891/input.jsx" end: Object { column: 34 - index: 37 line: 2 } start: Object { column: 14 - index: 17 line: 2 } } @@ -166,12 +148,10 @@ JSRoot { identifierName: "function" end: Object { column: 24 - index: 27 line: 2 } start: Object { column: 16 - index: 19 line: 2 } } @@ -180,12 +160,10 @@ JSRoot { filename: "jsx/regression/issue-8891/input.jsx" end: Object { column: 24 - index: 27 line: 2 } start: Object { column: 16 - index: 19 line: 2 } } @@ -196,12 +174,10 @@ JSRoot { filename: "jsx/regression/issue-8891/input.jsx" end: Object { column: 32 - index: 35 line: 2 } start: Object { column: 26 - index: 29 line: 2 } } @@ -210,12 +186,10 @@ JSRoot { filename: "jsx/regression/issue-8891/input.jsx" end: Object { column: 32 - index: 35 line: 2 } start: Object { column: 16 - index: 19 line: 2 } } @@ -227,12 +201,10 @@ JSRoot { filename: "jsx/regression/issue-8891/input.jsx" end: Object { column: 35 - index: 38 line: 2 } start: Object { column: 8 - index: 11 line: 2 } } @@ -245,12 +217,10 @@ JSRoot { filename: "jsx/regression/issue-8891/input.jsx" end: Object { column: 0 - index: 42 line: 3 } start: Object { column: 38 - index: 41 line: 2 } } @@ -262,12 +232,10 @@ JSRoot { filename: "jsx/regression/issue-8891/input.jsx" end: Object { column: 7 - index: 49 line: 3 } start: Object { column: 1 - index: 43 line: 3 } } @@ -279,12 +247,10 @@ JSRoot { filename: "jsx/regression/issue-8891/input.jsx" end: Object { column: 35 - index: 77 line: 3 } start: Object { column: 0 - index: 42 line: 3 } } @@ -296,12 +262,10 @@ JSRoot { filename: "jsx/regression/issue-8891/input.jsx" end: Object { column: 12 - index: 54 line: 3 } start: Object { column: 8 - index: 50 line: 3 } } @@ -311,12 +275,10 @@ JSRoot { filename: "jsx/regression/issue-8891/input.jsx" end: Object { column: 32 - index: 74 line: 3 } start: Object { column: 13 - index: 55 line: 3 } } @@ -325,12 +287,10 @@ JSRoot { filename: "jsx/regression/issue-8891/input.jsx" end: Object { column: 31 - index: 73 line: 3 } start: Object { column: 14 - index: 56 line: 3 } } @@ -344,12 +304,10 @@ JSRoot { identifierName: "class" end: Object { column: 21 - index: 63 line: 3 } start: Object { column: 16 - index: 58 line: 3 } } @@ -358,12 +316,10 @@ JSRoot { filename: "jsx/regression/issue-8891/input.jsx" end: Object { column: 21 - index: 63 line: 3 } start: Object { column: 16 - index: 58 line: 3 } } @@ -374,12 +330,10 @@ JSRoot { filename: "jsx/regression/issue-8891/input.jsx" end: Object { column: 29 - index: 71 line: 3 } start: Object { column: 23 - index: 65 line: 3 } } @@ -388,12 +342,10 @@ JSRoot { filename: "jsx/regression/issue-8891/input.jsx" end: Object { column: 29 - index: 71 line: 3 } start: Object { column: 16 - index: 58 line: 3 } } @@ -405,12 +357,10 @@ JSRoot { filename: "jsx/regression/issue-8891/input.jsx" end: Object { column: 32 - index: 74 line: 3 } start: Object { column: 8 - index: 50 line: 3 } } @@ -423,12 +373,10 @@ JSRoot { filename: "jsx/regression/issue-8891/input.jsx" end: Object { column: 0 - index: 78 line: 4 } start: Object { column: 35 - index: 77 line: 3 } } @@ -440,12 +388,10 @@ JSRoot { filename: "jsx/regression/issue-8891/input.jsx" end: Object { column: 7 - index: 85 line: 4 } start: Object { column: 1 - index: 79 line: 4 } } @@ -457,12 +403,10 @@ JSRoot { filename: "jsx/regression/issue-8891/input.jsx" end: Object { column: 36 - index: 114 line: 4 } start: Object { column: 0 - index: 78 line: 4 } } @@ -474,12 +418,10 @@ JSRoot { filename: "jsx/regression/issue-8891/input.jsx" end: Object { column: 12 - index: 90 line: 4 } start: Object { column: 8 - index: 86 line: 4 } } @@ -489,12 +431,10 @@ JSRoot { filename: "jsx/regression/issue-8891/input.jsx" end: Object { column: 33 - index: 111 line: 4 } start: Object { column: 13 - index: 91 line: 4 } } @@ -503,12 +443,10 @@ JSRoot { filename: "jsx/regression/issue-8891/input.jsx" end: Object { column: 32 - index: 110 line: 4 } start: Object { column: 14 - index: 92 line: 4 } } @@ -522,12 +460,10 @@ JSRoot { identifierName: "delete" end: Object { column: 22 - index: 100 line: 4 } start: Object { column: 16 - index: 94 line: 4 } } @@ -536,12 +472,10 @@ JSRoot { filename: "jsx/regression/issue-8891/input.jsx" end: Object { column: 22 - index: 100 line: 4 } start: Object { column: 16 - index: 94 line: 4 } } @@ -552,12 +486,10 @@ JSRoot { filename: "jsx/regression/issue-8891/input.jsx" end: Object { column: 30 - index: 108 line: 4 } start: Object { column: 24 - index: 102 line: 4 } } @@ -566,12 +498,10 @@ JSRoot { filename: "jsx/regression/issue-8891/input.jsx" end: Object { column: 30 - index: 108 line: 4 } start: Object { column: 16 - index: 94 line: 4 } } @@ -583,12 +513,10 @@ JSRoot { filename: "jsx/regression/issue-8891/input.jsx" end: Object { column: 33 - index: 111 line: 4 } start: Object { column: 8 - index: 86 line: 4 } } @@ -601,12 +529,10 @@ JSRoot { filename: "jsx/regression/issue-8891/input.jsx" end: Object { column: 0 - index: 115 line: 5 } start: Object { column: 36 - index: 114 line: 4 } } @@ -618,12 +544,10 @@ JSRoot { filename: "jsx/regression/issue-8891/input.jsx" end: Object { column: 7 - index: 122 line: 5 } start: Object { column: 1 - index: 116 line: 5 } } @@ -635,12 +559,10 @@ JSRoot { filename: "jsx/regression/issue-8891/input.jsx" end: Object { column: 34 - index: 149 line: 5 } start: Object { column: 0 - index: 115 line: 5 } } @@ -652,12 +574,10 @@ JSRoot { filename: "jsx/regression/issue-8891/input.jsx" end: Object { column: 12 - index: 127 line: 5 } start: Object { column: 8 - index: 123 line: 5 } } @@ -667,12 +587,10 @@ JSRoot { filename: "jsx/regression/issue-8891/input.jsx" end: Object { column: 31 - index: 146 line: 5 } start: Object { column: 13 - index: 128 line: 5 } } @@ -681,12 +599,10 @@ JSRoot { filename: "jsx/regression/issue-8891/input.jsx" end: Object { column: 30 - index: 145 line: 5 } start: Object { column: 14 - index: 129 line: 5 } } @@ -700,12 +616,10 @@ JSRoot { identifierName: "enum" end: Object { column: 20 - index: 135 line: 5 } start: Object { column: 16 - index: 131 line: 5 } } @@ -714,12 +628,10 @@ JSRoot { filename: "jsx/regression/issue-8891/input.jsx" end: Object { column: 20 - index: 135 line: 5 } start: Object { column: 16 - index: 131 line: 5 } } @@ -730,12 +642,10 @@ JSRoot { filename: "jsx/regression/issue-8891/input.jsx" end: Object { column: 28 - index: 143 line: 5 } start: Object { column: 22 - index: 137 line: 5 } } @@ -744,12 +654,10 @@ JSRoot { filename: "jsx/regression/issue-8891/input.jsx" end: Object { column: 28 - index: 143 line: 5 } start: Object { column: 16 - index: 131 line: 5 } } @@ -761,12 +669,10 @@ JSRoot { filename: "jsx/regression/issue-8891/input.jsx" end: Object { column: 31 - index: 146 line: 5 } start: Object { column: 8 - index: 123 line: 5 } } @@ -779,12 +685,10 @@ JSRoot { filename: "jsx/regression/issue-8891/input.jsx" end: Object { column: 0 - index: 150 line: 6 } start: Object { column: 34 - index: 149 line: 5 } } diff --git a/internal/js-parser/test-fixtures/jsx/regression/nbsp/input.test.md b/internal/js-parser/test-fixtures/jsx/regression/nbsp/input.test.md index f479f763ae2..7fcbfc08ecf 100644 --- a/internal/js-parser/test-fixtures/jsx/regression/nbsp/input.test.md +++ b/internal/js-parser/test-fixtures/jsx/regression/nbsp/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "jsx/regression/nbsp/input.jsx" end: Object { column: 0 - index: 18 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "jsx/regression/nbsp/input.jsx" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "jsx/regression/nbsp/input.jsx" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "jsx/regression/nbsp/input.jsx" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "jsx/regression/nbsp/input.jsx" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } diff --git a/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-empty-with-array/input.test.md b/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-empty-with-array/input.test.md index bd5c9ba98f6..33e1357cfcb 100644 --- a/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-empty-with-array/input.test.md +++ b/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-empty-with-array/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-empty-with-array/input.js" end: Object { column: 0 - index: 36 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "emptyWithArray" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-empty-with-array/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-empty-with-array/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-empty-with-array/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-empty-with-array/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-empty-with-array/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -141,12 +127,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-empty-with-array/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-empty-with-array/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } diff --git a/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-empty-with-leading/input.test.md b/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-empty-with-leading/input.test.md index 06c3def702e..5fe9d1699e3 100644 --- a/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-empty-with-leading/input.test.md +++ b/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-empty-with-leading/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-empty-with-leading/input.js" end: Object { column: 0 - index: 39 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "emptyWithLeading" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-empty-with-leading/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-empty-with-leading/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-empty-with-leading/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-empty-with-leading/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-empty-with-leading/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { identifierName: "x" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-empty-with-leading/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } diff --git a/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-empty-with-object/input.test.md b/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-empty-with-object/input.test.md index f74bec88f0d..51881340523 100644 --- a/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-empty-with-object/input.test.md +++ b/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-empty-with-object/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-empty-with-object/input.js" end: Object { column: 0 - index: 37 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "emptyWithObject" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-empty-with-object/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-empty-with-object/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-empty-with-object/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-empty-with-object/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-empty-with-object/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -141,12 +127,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-empty-with-object/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-empty-with-object/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } diff --git a/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-empty-with-rest/input.test.md b/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-empty-with-rest/input.test.md index 3c9ecc0e3f9..ec13657edb0 100644 --- a/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-empty-with-rest/input.test.md +++ b/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-empty-with-rest/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-empty-with-rest/input.js" end: Object { column: 0 - index: 38 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "emptyWithRest" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-empty-with-rest/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-empty-with-rest/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-empty-with-rest/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-empty-with-rest/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-empty-with-rest/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -140,12 +126,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-empty-with-rest/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -156,12 +140,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-empty-with-rest/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } diff --git a/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-empty/input.test.md b/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-empty/input.test.md index c88f0e80a62..5cf7b097709 100644 --- a/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-empty/input.test.md +++ b/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-empty/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-empty/input.js" end: Object { column: 0 - index: 25 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "empty" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-empty/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-empty/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-empty/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-empty/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-empty/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-multi-element-with-array/input.test.md b/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-multi-element-with-array/input.test.md index da0a8d2e61c..e7be28f9657 100644 --- a/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-multi-element-with-array/input.test.md +++ b/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-multi-element-with-array/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-array/input.js" end: Object { column: 0 - index: 52 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "multiElementWithArray" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-array/input.js" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-array/input.js" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 49 - index: 49 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-array/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-array/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-array/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -140,12 +126,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-array/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -156,12 +140,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-array/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -174,12 +156,10 @@ JSRoot { identifierName: "a" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -190,12 +170,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-array/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -210,12 +188,10 @@ JSRoot { identifierName: "b" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -226,12 +202,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-array/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -243,12 +217,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-array/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 43 - index: 43 line: 1 } } @@ -259,12 +231,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-array/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 43 - index: 43 line: 1 } } @@ -277,12 +247,10 @@ JSRoot { identifierName: "c" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 44 - index: 44 line: 1 } } @@ -293,12 +261,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-array/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 44 - index: 44 line: 1 } } diff --git a/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-multi-element-with-initializer/input.test.md b/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-multi-element-with-initializer/input.test.md index 7580a98066b..c6b744ce911 100644 --- a/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-multi-element-with-initializer/input.test.md +++ b/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-multi-element-with-initializer/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-initializer/input.js" end: Object { column: 0 - index: 62 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "multiElementWithInitializer" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-initializer/input.js" end: Object { column: 61 - index: 61 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-initializer/input.js" end: Object { column: 61 - index: 61 line: 1 } start: Object { column: 59 - index: 59 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-initializer/input.js" end: Object { column: 58 - index: 58 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-initializer/input.js" end: Object { column: 57 - index: 57 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-initializer/input.js" end: Object { column: 57 - index: 57 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -139,12 +125,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-initializer/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } @@ -155,12 +139,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-initializer/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 45 - index: 45 line: 1 } } @@ -172,12 +154,10 @@ JSRoot { identifierName: "a" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } @@ -188,12 +168,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-initializer/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } @@ -207,12 +185,10 @@ JSRoot { identifierName: "b" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 48 - index: 48 line: 1 } } @@ -223,12 +199,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-initializer/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 48 - index: 48 line: 1 } } @@ -239,12 +213,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-initializer/input.js" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 51 - index: 51 line: 1 } } @@ -255,12 +227,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-initializer/input.js" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 55 - index: 55 line: 1 } } @@ -272,12 +242,10 @@ JSRoot { identifierName: "c" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 51 - index: 51 line: 1 } } @@ -288,12 +256,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-initializer/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 51 - index: 51 line: 1 } } diff --git a/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-multi-element-with-leading/input.test.md b/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-multi-element-with-leading/input.test.md index 2ad979cb6fe..097446b56d9 100644 --- a/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-multi-element-with-leading/input.test.md +++ b/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-multi-element-with-leading/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-leading/input.js" end: Object { column: 0 - index: 56 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "multiElementWithLeading" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-leading/input.js" end: Object { column: 55 - index: 55 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-leading/input.js" end: Object { column: 55 - index: 55 line: 1 } start: Object { column: 53 - index: 53 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-leading/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { identifierName: "x" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-leading/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { identifierName: "y" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-leading/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -176,12 +158,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-leading/input.js" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -192,12 +172,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-leading/input.js" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -210,12 +188,10 @@ JSRoot { identifierName: "a" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 43 - index: 43 line: 1 } } @@ -226,12 +202,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-leading/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 43 - index: 43 line: 1 } } @@ -244,12 +218,10 @@ JSRoot { identifierName: "b" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 46 - index: 46 line: 1 } } @@ -260,12 +232,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-leading/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 46 - index: 46 line: 1 } } @@ -278,12 +248,10 @@ JSRoot { identifierName: "c" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 49 - index: 49 line: 1 } } @@ -294,12 +262,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-leading/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 49 - index: 49 line: 1 } } diff --git a/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-multi-element-with-object/input.test.md b/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-multi-element-with-object/input.test.md index 8cee5e93361..ed71319f983 100644 --- a/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-multi-element-with-object/input.test.md +++ b/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-multi-element-with-object/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-object/input.js" end: Object { column: 0 - index: 62 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "multiElementWithObject" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-object/input.js" end: Object { column: 61 - index: 61 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-object/input.js" end: Object { column: 61 - index: 61 line: 1 } start: Object { column: 59 - index: 59 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-object/input.js" end: Object { column: 58 - index: 58 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-object/input.js" end: Object { column: 57 - index: 57 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-object/input.js" end: Object { column: 57 - index: 57 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -140,12 +126,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-object/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -156,12 +140,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-object/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -176,12 +158,10 @@ JSRoot { identifierName: "p" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -190,12 +170,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-object/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -207,12 +185,10 @@ JSRoot { identifierName: "q" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -221,12 +197,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-object/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -239,12 +213,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-object/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 44 - index: 44 line: 1 } } @@ -255,12 +227,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-object/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 44 - index: 44 line: 1 } } @@ -275,12 +245,10 @@ JSRoot { identifierName: "r" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 45 - index: 45 line: 1 } } @@ -289,12 +257,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-object/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 45 - index: 45 line: 1 } } @@ -306,12 +272,10 @@ JSRoot { identifierName: "r" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 45 - index: 45 line: 1 } } @@ -320,12 +284,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-object/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 45 - index: 45 line: 1 } } @@ -338,12 +300,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-object/input.js" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 49 - index: 49 line: 1 } } @@ -354,12 +314,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-object/input.js" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 49 - index: 49 line: 1 } } @@ -374,12 +332,10 @@ JSRoot { identifierName: "s" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 50 - index: 50 line: 1 } } @@ -388,12 +344,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-object/input.js" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 50 - index: 50 line: 1 } } @@ -403,12 +357,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-object/input.js" end: Object { column: 55 - index: 55 line: 1 } start: Object { column: 50 - index: 50 line: 1 } } @@ -419,12 +371,10 @@ JSRoot { identifierName: "s" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 50 - index: 50 line: 1 } } @@ -436,12 +386,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-object/input.js" end: Object { column: 55 - index: 55 line: 1 } start: Object { column: 54 - index: 54 line: 1 } } @@ -451,12 +399,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-object/input.js" end: Object { column: 55 - index: 55 line: 1 } start: Object { column: 50 - index: 50 line: 1 } } diff --git a/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-multi-element-with-rest/input.test.md b/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-multi-element-with-rest/input.test.md index 4f2f6e68494..bd72c3a04f9 100644 --- a/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-multi-element-with-rest/input.test.md +++ b/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-multi-element-with-rest/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-rest/input.js" end: Object { column: 0 - index: 50 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "multiElementWithRest" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-rest/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-rest/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-rest/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-rest/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-rest/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -139,12 +125,10 @@ JSRoot { identifierName: "c" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 43 - index: 43 line: 1 } } @@ -155,12 +139,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-rest/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 43 - index: 43 line: 1 } } @@ -174,12 +156,10 @@ JSRoot { identifierName: "a" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -190,12 +170,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-rest/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -208,12 +186,10 @@ JSRoot { identifierName: "b" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -224,12 +200,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element-with-rest/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } diff --git a/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-multi-element/input.test.md b/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-multi-element/input.test.md index 9a7bb3ce987..acca826c9f2 100644 --- a/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-multi-element/input.test.md +++ b/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-multi-element/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element/input.js" end: Object { column: 0 - index: 39 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "multiElement" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -141,12 +127,10 @@ JSRoot { identifierName: "a" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -175,12 +157,10 @@ JSRoot { identifierName: "b" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -191,12 +171,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -209,12 +187,10 @@ JSRoot { identifierName: "c" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -225,12 +201,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-multi-element/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } diff --git a/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-single-element-with-array/input.test.md b/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-single-element-with-array/input.test.md index ef27f4355e1..b7f741d7dfa 100644 --- a/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-single-element-with-array/input.test.md +++ b/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-single-element-with-array/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-single-element-with-array/input.js" end: Object { column: 0 - index: 45 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "singleElementWithArray" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-single-element-with-array/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-single-element-with-array/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-single-element-with-array/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-single-element-with-array/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-single-element-with-array/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -140,12 +126,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-single-element-with-array/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -156,12 +140,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-single-element-with-array/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -174,12 +156,10 @@ JSRoot { identifierName: "a" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -190,12 +170,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-single-element-with-array/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } diff --git a/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-single-element-with-initializer/input.test.md b/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-single-element-with-initializer/input.test.md index a413f0089b2..5b392c780fd 100644 --- a/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-single-element-with-initializer/input.test.md +++ b/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-single-element-with-initializer/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-single-element-with-initializer/input.js" end: Object { column: 0 - index: 53 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "singleElementWithInitializer" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-single-element-with-initializer/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-single-element-with-initializer/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 50 - index: 50 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-single-element-with-initializer/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-single-element-with-initializer/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-single-element-with-initializer/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } @@ -139,12 +125,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-single-element-with-initializer/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -155,12 +139,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-single-element-with-initializer/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 46 - index: 46 line: 1 } } @@ -172,12 +154,10 @@ JSRoot { identifierName: "a" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -188,12 +168,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-single-element-with-initializer/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } diff --git a/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-single-element-with-leading/input.test.md b/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-single-element-with-leading/input.test.md index 01019dc038f..c92208e181e 100644 --- a/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-single-element-with-leading/input.test.md +++ b/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-single-element-with-leading/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-single-element-with-leading/input.js" end: Object { column: 0 - index: 48 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "singleElementWithLeading" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-single-element-with-leading/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-single-element-with-leading/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 45 - index: 45 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-single-element-with-leading/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { identifierName: "x" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-single-element-with-leading/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-single-element-with-leading/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-single-element-with-leading/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -176,12 +158,10 @@ JSRoot { identifierName: "a" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } @@ -192,12 +172,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-single-element-with-leading/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } diff --git a/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-single-element-with-object/input.test.md b/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-single-element-with-object/input.test.md index 2262ba47f71..d046c8c7de5 100644 --- a/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-single-element-with-object/input.test.md +++ b/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-single-element-with-object/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-single-element-with-object/input.js" end: Object { column: 0 - index: 49 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "singleElementWithObject" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-single-element-with-object/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-single-element-with-object/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 46 - index: 46 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-single-element-with-object/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-single-element-with-object/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-single-element-with-object/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -140,12 +126,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-single-element-with-object/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -156,12 +140,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-single-element-with-object/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -176,12 +158,10 @@ JSRoot { identifierName: "p" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } @@ -190,12 +170,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-single-element-with-object/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } @@ -207,12 +185,10 @@ JSRoot { identifierName: "q" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } @@ -221,12 +197,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-single-element-with-object/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } diff --git a/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-single-element-with-rest/input.test.md b/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-single-element-with-rest/input.test.md index 0131d5bc279..20578a5b715 100644 --- a/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-single-element-with-rest/input.test.md +++ b/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-single-element-with-rest/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-single-element-with-rest/input.js" end: Object { column: 0 - index: 45 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "singleElementWithRest" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-single-element-with-rest/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-single-element-with-rest/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-single-element-with-rest/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-single-element-with-rest/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-single-element-with-rest/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -140,12 +126,10 @@ JSRoot { identifierName: "a" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } @@ -156,12 +140,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-single-element-with-rest/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } diff --git a/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-single-element/input.test.md b/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-single-element/input.test.md index 0b6be9c3534..3943d2372c7 100644 --- a/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-single-element/input.test.md +++ b/internal/js-parser/test-fixtures/test262/rest-parameter/array-pattern-single-element/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-single-element/input.js" end: Object { column: 0 - index: 34 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "singleElement" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-single-element/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-single-element/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-single-element/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-single-element/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-single-element/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -141,12 +127,10 @@ JSRoot { identifierName: "a" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { filename: "test262/rest-parameter/array-pattern-single-element/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } diff --git a/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-empty-with-array/input.test.md b/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-empty-with-array/input.test.md index 599b25b866b..bb3c2b4e5df 100644 --- a/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-empty-with-array/input.test.md +++ b/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-empty-with-array/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-empty-with-array/input.js" end: Object { column: 0 - index: 39 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "emptyWithArray" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-empty-with-array/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-empty-with-array/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-empty-with-array/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-empty-with-array/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-empty-with-array/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { identifierName: "p" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-empty-with-array/input.js" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -174,12 +156,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-empty-with-array/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -188,12 +168,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-empty-with-array/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } diff --git a/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-empty-with-leading/input.test.md b/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-empty-with-leading/input.test.md index c6d815ddf06..d0a734b616f 100644 --- a/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-empty-with-leading/input.test.md +++ b/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-empty-with-leading/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-empty-with-leading/input.js" end: Object { column: 0 - index: 39 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "emptyWithLeading" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-empty-with-leading/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-empty-with-leading/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-empty-with-leading/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-empty-with-leading/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-empty-with-leading/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { identifierName: "x" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-empty-with-leading/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } diff --git a/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-empty-with-object/input.test.md b/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-empty-with-object/input.test.md index f00b3ddd0e1..da87758c66e 100644 --- a/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-empty-with-object/input.test.md +++ b/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-empty-with-object/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-empty-with-object/input.js" end: Object { column: 0 - index: 40 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "emptyWithObject" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-empty-with-object/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-empty-with-object/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-empty-with-object/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-empty-with-object/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-empty-with-object/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { identifierName: "p" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-empty-with-object/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -174,12 +156,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-empty-with-object/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -188,12 +168,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-empty-with-object/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } diff --git a/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-empty/input.test.md b/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-empty/input.test.md index 764eaf2d9eb..51d0caeae4a 100644 --- a/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-empty/input.test.md +++ b/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-empty/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-empty/input.js" end: Object { column: 0 - index: 25 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "empty" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-empty/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-empty/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-empty/input.js" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-empty/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-empty/input.js" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-multi-element-with-array/input.test.md b/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-multi-element-with-array/input.test.md index 9e124aea6ce..d369e0a6ddc 100644 --- a/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-multi-element-with-array/input.test.md +++ b/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-multi-element-with-array/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-array/input.js" end: Object { column: 0 - index: 58 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "multiElementWithArray" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-array/input.js" end: Object { column: 57 - index: 57 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-array/input.js" end: Object { column: 57 - index: 57 line: 1 } start: Object { column: 55 - index: 55 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-array/input.js" end: Object { column: 54 - index: 54 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-array/input.js" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-array/input.js" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { identifierName: "p" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-array/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-array/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } @@ -190,12 +170,10 @@ JSRoot { identifierName: "a" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 39 - index: 39 line: 1 } } @@ -206,12 +184,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-array/input.js" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 39 - index: 39 line: 1 } } @@ -223,12 +199,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-array/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -242,12 +216,10 @@ JSRoot { identifierName: "b" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 43 - index: 43 line: 1 } } @@ -256,12 +228,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-array/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 43 - index: 43 line: 1 } } @@ -273,12 +243,10 @@ JSRoot { identifierName: "b" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 43 - index: 43 line: 1 } } @@ -287,12 +255,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-array/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 43 - index: 43 line: 1 } } @@ -306,12 +272,10 @@ JSRoot { identifierName: "q" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 46 - index: 46 line: 1 } } @@ -320,12 +284,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-array/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 46 - index: 46 line: 1 } } @@ -336,12 +298,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-array/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 49 - index: 49 line: 1 } } @@ -353,12 +313,10 @@ JSRoot { identifierName: "c" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 50 - index: 50 line: 1 } } @@ -369,12 +327,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-array/input.js" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 50 - index: 50 line: 1 } } @@ -386,12 +342,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-array/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 46 - index: 46 line: 1 } } diff --git a/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-multi-element-with-initializer/input.test.md b/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-multi-element-with-initializer/input.test.md index 26e3936886f..82be1cde7fb 100644 --- a/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-multi-element-with-initializer/input.test.md +++ b/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-multi-element-with-initializer/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-initializer/input.js" end: Object { column: 0 - index: 71 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "multiElementWithInitializer" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-initializer/input.js" end: Object { column: 70 - index: 70 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-initializer/input.js" end: Object { column: 70 - index: 70 line: 1 } start: Object { column: 68 - index: 68 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-initializer/input.js" end: Object { column: 67 - index: 67 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-initializer/input.js" end: Object { column: 66 - index: 66 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-initializer/input.js" end: Object { column: 66 - index: 66 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { identifierName: "a" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-initializer/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } @@ -172,12 +154,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-initializer/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 44 - index: 44 line: 1 } } @@ -188,12 +168,10 @@ JSRoot { identifierName: "r" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 44 - index: 44 line: 1 } } @@ -205,12 +183,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-initializer/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 48 - index: 48 line: 1 } } @@ -220,12 +196,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-initializer/input.js" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } @@ -239,12 +213,10 @@ JSRoot { identifierName: "b" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 51 - index: 51 line: 1 } } @@ -253,12 +225,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-initializer/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 51 - index: 51 line: 1 } } @@ -270,12 +240,10 @@ JSRoot { identifierName: "s" end: Object { column: 55 - index: 55 line: 1 } start: Object { column: 54 - index: 54 line: 1 } } @@ -284,12 +252,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-initializer/input.js" end: Object { column: 55 - index: 55 line: 1 } start: Object { column: 51 - index: 51 line: 1 } } @@ -303,12 +269,10 @@ JSRoot { identifierName: "c" end: Object { column: 58 - index: 58 line: 1 } start: Object { column: 57 - index: 57 line: 1 } } @@ -317,12 +281,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-initializer/input.js" end: Object { column: 58 - index: 58 line: 1 } start: Object { column: 57 - index: 57 line: 1 } } @@ -332,12 +294,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-initializer/input.js" end: Object { column: 65 - index: 65 line: 1 } start: Object { column: 60 - index: 60 line: 1 } } @@ -348,12 +308,10 @@ JSRoot { identifierName: "t" end: Object { column: 61 - index: 61 line: 1 } start: Object { column: 60 - index: 60 line: 1 } } @@ -365,12 +323,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-initializer/input.js" end: Object { column: 65 - index: 65 line: 1 } start: Object { column: 64 - index: 64 line: 1 } } @@ -380,12 +336,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-initializer/input.js" end: Object { column: 65 - index: 65 line: 1 } start: Object { column: 57 - index: 57 line: 1 } } diff --git a/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-multi-element-with-leading/input.test.md b/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-multi-element-with-leading/input.test.md index a2ba977c730..d492114ac86 100644 --- a/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-multi-element-with-leading/input.test.md +++ b/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-multi-element-with-leading/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-leading/input.js" end: Object { column: 0 - index: 65 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "multiElementWithLeading" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-leading/input.js" end: Object { column: 64 - index: 64 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-leading/input.js" end: Object { column: 64 - index: 64 line: 1 } start: Object { column: 62 - index: 62 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-leading/input.js" end: Object { column: 61 - index: 61 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { identifierName: "x" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-leading/input.js" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { identifierName: "y" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-leading/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -176,12 +158,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-leading/input.js" end: Object { column: 60 - index: 60 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -192,12 +172,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-leading/input.js" end: Object { column: 60 - index: 60 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -212,12 +190,10 @@ JSRoot { identifierName: "a" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 43 - index: 43 line: 1 } } @@ -226,12 +202,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-leading/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 43 - index: 43 line: 1 } } @@ -243,12 +217,10 @@ JSRoot { identifierName: "r" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 46 - index: 46 line: 1 } } @@ -257,12 +229,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-leading/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 43 - index: 43 line: 1 } } @@ -276,12 +246,10 @@ JSRoot { identifierName: "b" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 49 - index: 49 line: 1 } } @@ -290,12 +258,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-leading/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 49 - index: 49 line: 1 } } @@ -307,12 +273,10 @@ JSRoot { identifierName: "s" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 52 - index: 52 line: 1 } } @@ -321,12 +285,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-leading/input.js" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 49 - index: 49 line: 1 } } @@ -340,12 +302,10 @@ JSRoot { identifierName: "c" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 55 - index: 55 line: 1 } } @@ -354,12 +314,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-leading/input.js" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 55 - index: 55 line: 1 } } @@ -371,12 +329,10 @@ JSRoot { identifierName: "t" end: Object { column: 59 - index: 59 line: 1 } start: Object { column: 58 - index: 58 line: 1 } } @@ -385,12 +341,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-leading/input.js" end: Object { column: 59 - index: 59 line: 1 } start: Object { column: 55 - index: 55 line: 1 } } diff --git a/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-multi-element-with-object/input.test.md b/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-multi-element-with-object/input.test.md index e3dac373fea..761ef1bc87c 100644 --- a/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-multi-element-with-object/input.test.md +++ b/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-multi-element-with-object/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-object/input.js" end: Object { column: 0 - index: 71 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "multiElementWithObject" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-object/input.js" end: Object { column: 70 - index: 70 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-object/input.js" end: Object { column: 70 - index: 70 line: 1 } start: Object { column: 68 - index: 68 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-object/input.js" end: Object { column: 67 - index: 67 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-object/input.js" end: Object { column: 66 - index: 66 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-object/input.js" end: Object { column: 66 - index: 66 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { identifierName: "a" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-object/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-object/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 39 - index: 39 line: 1 } } @@ -192,12 +172,10 @@ JSRoot { identifierName: "p" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -206,12 +184,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-object/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -223,12 +199,10 @@ JSRoot { identifierName: "q" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 43 - index: 43 line: 1 } } @@ -237,12 +211,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-object/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -253,12 +225,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-object/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -272,12 +242,10 @@ JSRoot { identifierName: "b" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -286,12 +254,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-object/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -302,12 +268,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-object/input.js" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 50 - index: 50 line: 1 } } @@ -321,12 +285,10 @@ JSRoot { identifierName: "r" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 51 - index: 51 line: 1 } } @@ -335,12 +297,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-object/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 51 - index: 51 line: 1 } } @@ -352,12 +312,10 @@ JSRoot { identifierName: "r" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 51 - index: 51 line: 1 } } @@ -366,12 +324,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-object/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 51 - index: 51 line: 1 } } @@ -382,12 +338,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-object/input.js" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -401,12 +355,10 @@ JSRoot { identifierName: "c" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 55 - index: 55 line: 1 } } @@ -415,12 +367,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-object/input.js" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 55 - index: 55 line: 1 } } @@ -431,12 +381,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-object/input.js" end: Object { column: 65 - index: 65 line: 1 } start: Object { column: 58 - index: 58 line: 1 } } @@ -450,12 +398,10 @@ JSRoot { identifierName: "s" end: Object { column: 60 - index: 60 line: 1 } start: Object { column: 59 - index: 59 line: 1 } } @@ -464,12 +410,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-object/input.js" end: Object { column: 60 - index: 60 line: 1 } start: Object { column: 59 - index: 59 line: 1 } } @@ -479,12 +423,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-object/input.js" end: Object { column: 64 - index: 64 line: 1 } start: Object { column: 59 - index: 59 line: 1 } } @@ -495,12 +437,10 @@ JSRoot { identifierName: "s" end: Object { column: 60 - index: 60 line: 1 } start: Object { column: 59 - index: 59 line: 1 } } @@ -512,12 +452,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-object/input.js" end: Object { column: 64 - index: 64 line: 1 } start: Object { column: 63 - index: 63 line: 1 } } @@ -527,12 +465,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-object/input.js" end: Object { column: 64 - index: 64 line: 1 } start: Object { column: 59 - index: 59 line: 1 } } @@ -543,12 +479,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element-with-object/input.js" end: Object { column: 65 - index: 65 line: 1 } start: Object { column: 55 - index: 55 line: 1 } } diff --git a/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-multi-element/input.test.md b/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-multi-element/input.test.md index a45d2caa6a1..5a98d123306 100644 --- a/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-multi-element/input.test.md +++ b/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-multi-element/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element/input.js" end: Object { column: 0 - index: 48 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "multiElement" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 45 - index: 45 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { identifierName: "a" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element/input.js" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -174,12 +156,10 @@ JSRoot { identifierName: "r" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -188,12 +168,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element/input.js" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -207,12 +185,10 @@ JSRoot { identifierName: "b" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -221,12 +197,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -238,12 +212,10 @@ JSRoot { identifierName: "s" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -252,12 +224,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -271,12 +241,10 @@ JSRoot { identifierName: "c" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } @@ -285,12 +253,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element/input.js" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } @@ -302,12 +268,10 @@ JSRoot { identifierName: "t" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } @@ -316,12 +280,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-multi-element/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } diff --git a/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-single-element-with-array/input.test.md b/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-single-element-with-array/input.test.md index 0d2c0adc899..210e42968c6 100644 --- a/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-single-element-with-array/input.test.md +++ b/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-single-element-with-array/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-single-element-with-array/input.js" end: Object { column: 0 - index: 48 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "singleElementWithArray" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-single-element-with-array/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-single-element-with-array/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 45 - index: 45 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-single-element-with-array/input.js" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-single-element-with-array/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-single-element-with-array/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { identifierName: "p" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-single-element-with-array/input.js" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-single-element-with-array/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 39 - index: 39 line: 1 } } @@ -190,12 +170,10 @@ JSRoot { identifierName: "a" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -206,12 +184,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-single-element-with-array/input.js" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -223,12 +199,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-single-element-with-array/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } diff --git a/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-single-element-with-initializer/input.test.md b/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-single-element-with-initializer/input.test.md index 7a33538f710..b7ce56526b5 100644 --- a/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-single-element-with-initializer/input.test.md +++ b/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-single-element-with-initializer/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-single-element-with-initializer/input.js" end: Object { column: 0 - index: 56 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "singleElementWithInitializer" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-single-element-with-initializer/input.js" end: Object { column: 55 - index: 55 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-single-element-with-initializer/input.js" end: Object { column: 55 - index: 55 line: 1 } start: Object { column: 53 - index: 53 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-single-element-with-initializer/input.js" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-single-element-with-initializer/input.js" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-single-element-with-initializer/input.js" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { identifierName: "a" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-single-element-with-initializer/input.js" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -172,12 +154,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-single-element-with-initializer/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 45 - index: 45 line: 1 } } @@ -188,12 +168,10 @@ JSRoot { identifierName: "b" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 45 - index: 45 line: 1 } } @@ -205,12 +183,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-single-element-with-initializer/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 49 - index: 49 line: 1 } } @@ -220,12 +196,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-single-element-with-initializer/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } diff --git a/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-single-element-with-leading/input.test.md b/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-single-element-with-leading/input.test.md index 1629936e797..52f9d65106a 100644 --- a/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-single-element-with-leading/input.test.md +++ b/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-single-element-with-leading/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-single-element-with-leading/input.js" end: Object { column: 0 - index: 51 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "singleElementWithLeading" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-single-element-with-leading/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-single-element-with-leading/input.js" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 48 - index: 48 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-single-element-with-leading/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { identifierName: "x" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-single-element-with-leading/input.js" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-single-element-with-leading/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-single-element-with-leading/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -178,12 +160,10 @@ JSRoot { identifierName: "a" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } @@ -192,12 +172,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-single-element-with-leading/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } @@ -209,12 +187,10 @@ JSRoot { identifierName: "b" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 44 - index: 44 line: 1 } } @@ -223,12 +199,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-single-element-with-leading/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } diff --git a/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-single-element-with-object/input.test.md b/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-single-element-with-object/input.test.md index bdf216ae0ee..d70a624aeb7 100644 --- a/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-single-element-with-object/input.test.md +++ b/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-single-element-with-object/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-single-element-with-object/input.js" end: Object { column: 0 - index: 52 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "singleElementWithObject" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-single-element-with-object/input.js" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-single-element-with-object/input.js" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 49 - index: 49 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-single-element-with-object/input.js" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-single-element-with-object/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-single-element-with-object/input.js" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { identifierName: "p" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-single-element-with-object/input.js" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-single-element-with-object/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -192,12 +172,10 @@ JSRoot { identifierName: "a" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } @@ -206,12 +184,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-single-element-with-object/input.js" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } @@ -223,12 +199,10 @@ JSRoot { identifierName: "b" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 44 - index: 44 line: 1 } } @@ -237,12 +211,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-single-element-with-object/input.js" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } @@ -253,12 +225,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-single-element-with-object/input.js" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } diff --git a/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-single-element/input.test.md b/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-single-element/input.test.md index 49daf9b64ab..ca075ee6e79 100644 --- a/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-single-element/input.test.md +++ b/internal/js-parser/test-fixtures/test262/rest-parameter/object-pattern-single-element/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-single-element/input.js" end: Object { column: 0 - index: 37 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "singleElement" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-single-element/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-single-element/input.js" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-single-element/input.js" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-single-element/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-single-element/input.js" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { identifierName: "a" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-single-element/input.js" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -174,12 +156,10 @@ JSRoot { identifierName: "b" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -188,12 +168,10 @@ JSRoot { filename: "test262/rest-parameter/object-pattern-single-element/input.js" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/arrow-function/annotated/input.test.md b/internal/js-parser/test-fixtures/typescript/arrow-function/annotated/input.test.md index 8935cb4510a..56be4211314 100644 --- a/internal/js-parser/test-fixtures/typescript/arrow-function/annotated/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/arrow-function/annotated/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/arrow-function/annotated/input.ts" end: Object { column: 0 - index: 26 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/arrow-function/annotated/input.ts" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "typescript/arrow-function/annotated/input.ts" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "x" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "typescript/arrow-function/annotated/input.ts" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "typescript/arrow-function/annotated/input.ts" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "typescript/arrow-function/annotated/input.ts" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { filename: "typescript/arrow-function/annotated/input.ts" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -146,12 +130,10 @@ JSRoot { filename: "typescript/arrow-function/annotated/input.ts" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/arrow-function/arrow-function-with-newline/input.test.md b/internal/js-parser/test-fixtures/typescript/arrow-function/arrow-function-with-newline/input.test.md index 97d34cb10f9..b92c7146474 100644 --- a/internal/js-parser/test-fixtures/typescript/arrow-function/arrow-function-with-newline/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/arrow-function/arrow-function-with-newline/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/arrow-function/arrow-function-with-newline/input.ts" end: Object { column: 0 - index: 21 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/arrow-function/arrow-function-with-newline/input.ts" end: Object { column: 10 - index: 20 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "typescript/arrow-function/arrow-function-with-newline/input.ts" end: Object { column: 10 - index: 20 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "typescript/arrow-function/arrow-function-with-newline/input.ts" end: Object { column: 10 - index: 20 line: 2 } start: Object { column: 7 - index: 17 line: 2 } } @@ -86,12 +78,10 @@ JSRoot { filename: "typescript/arrow-function/arrow-function-with-newline/input.ts" end: Object { column: 6 - index: 16 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "f" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "typescript/arrow-function/arrow-function-with-newline/input.ts" end: Object { column: 3 - index: 13 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { identifierName: "t" end: Object { column: 3 - index: 13 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/arrow-function/async-arrow-function-after-binary-operator/input.test.md b/internal/js-parser/test-fixtures/typescript/arrow-function/async-arrow-function-after-binary-operator/input.test.md index 9f8357cb3a6..b64c5b569a4 100644 --- a/internal/js-parser/test-fixtures/typescript/arrow-function/async-arrow-function-after-binary-operator/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/arrow-function/async-arrow-function-after-binary-operator/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/arrow-function/async-arrow-function-after-binary-operator/input.ts" end: Object { column: 0 - index: 26 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/arrow-function/async-arrow-function-after-binary-operator/input.ts" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "typescript/arrow-function/async-arrow-function-after-binary-operator/input.ts" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "typescript/arrow-function/async-arrow-function-after-binary-operator/input.ts" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "typescript/arrow-function/async-arrow-function-after-binary-operator/input.ts" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "typescript/arrow-function/async-arrow-function-after-binary-operator/input.ts" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "typescript/arrow-function/async-arrow-function-after-binary-operator/input.ts" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "typescript/arrow-function/async-arrow-function-after-binary-operator/input.ts" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { filename: "typescript/arrow-function/async-arrow-function-after-binary-operator/input.ts" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/arrow-function/async-await-null/input.test.md b/internal/js-parser/test-fixtures/typescript/arrow-function/async-await-null/input.test.md index 83ac682d285..f60e6be2b47 100644 --- a/internal/js-parser/test-fixtures/typescript/arrow-function/async-await-null/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/arrow-function/async-await-null/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/arrow-function/async-await-null/input.ts" end: Object { column: 0 - index: 27 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/arrow-function/async-await-null/input.ts" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "typescript/arrow-function/async-await-null/input.ts" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -65,12 +59,10 @@ JSRoot { filename: "typescript/arrow-function/async-await-null/input.ts" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -79,12 +71,10 @@ JSRoot { filename: "typescript/arrow-function/async-await-null/input.ts" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "typescript/arrow-function/async-await-null/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "typescript/arrow-function/async-await-null/input.ts" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "typescript/arrow-function/async-await-null/input.ts" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/arrow-function/async-generic-after-await/input.test.md b/internal/js-parser/test-fixtures/typescript/arrow-function/async-generic-after-await/input.test.md index 4b4ec5e1be2..a7ec79381ef 100644 --- a/internal/js-parser/test-fixtures/typescript/arrow-function/async-generic-after-await/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/arrow-function/async-generic-after-await/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/arrow-function/async-generic-after-await/input.ts" end: Object { column: 0 - index: 54 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 13 - index: 41 line: 3 } start: Object { column: 14 - index: 42 line: 3 } } @@ -61,12 +57,10 @@ JSRoot { filename: "typescript/arrow-function/async-generic-after-await/input.ts" end: Object { column: 2 - index: 53 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "typescript/arrow-function/async-generic-after-await/input.ts" end: Object { column: 1 - index: 52 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -95,12 +87,10 @@ JSRoot { filename: "typescript/arrow-function/async-generic-after-await/input.ts" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { filename: "typescript/arrow-function/async-generic-after-await/input.ts" end: Object { column: 1 - index: 52 line: 4 } start: Object { column: 12 - index: 12 line: 1 } } @@ -126,12 +114,10 @@ JSRoot { filename: "typescript/arrow-function/async-generic-after-await/input.ts" end: Object { column: 13 - index: 27 line: 2 } start: Object { column: 2 - index: 16 line: 2 } } @@ -140,12 +126,10 @@ JSRoot { filename: "typescript/arrow-function/async-generic-after-await/input.ts" end: Object { column: 12 - index: 26 line: 2 } start: Object { column: 2 - index: 16 line: 2 } } @@ -154,12 +138,10 @@ JSRoot { filename: "typescript/arrow-function/async-generic-after-await/input.ts" end: Object { column: 12 - index: 26 line: 2 } start: Object { column: 8 - index: 22 line: 2 } } @@ -171,12 +153,10 @@ JSRoot { filename: "typescript/arrow-function/async-generic-after-await/input.ts" end: Object { column: 13 - index: 41 line: 3 } start: Object { column: 2 - index: 30 line: 3 } } @@ -186,12 +166,10 @@ JSRoot { filename: "typescript/arrow-function/async-generic-after-await/input.ts" end: Object { column: 13 - index: 41 line: 3 } start: Object { column: 2 - index: 30 line: 3 } } @@ -202,12 +180,10 @@ JSRoot { identifierName: "async" end: Object { column: 7 - index: 35 line: 3 } start: Object { column: 2 - index: 30 line: 3 } } @@ -217,12 +193,10 @@ JSRoot { filename: "typescript/arrow-function/async-generic-after-await/input.ts" end: Object { column: 11 - index: 39 line: 3 } start: Object { column: 8 - index: 36 line: 3 } } @@ -233,12 +207,10 @@ JSRoot { filename: "typescript/arrow-function/async-generic-after-await/input.ts" end: Object { column: 10 - index: 38 line: 3 } start: Object { column: 9 - index: 37 line: 3 } } @@ -249,12 +221,10 @@ JSRoot { identifierName: "T" end: Object { column: 10 - index: 38 line: 3 } start: Object { column: 9 - index: 37 line: 3 } } @@ -269,12 +239,10 @@ JSRoot { filename: "typescript/arrow-function/async-generic-after-await/input.ts" end: Object { column: 16 - index: 44 line: 3 } start: Object { column: 14 - index: 42 line: 3 } } @@ -284,12 +252,10 @@ JSRoot { filename: "typescript/arrow-function/async-generic-after-await/input.ts" end: Object { column: 16 - index: 44 line: 3 } start: Object { column: 14 - index: 42 line: 3 } } @@ -300,12 +266,10 @@ JSRoot { filename: "typescript/arrow-function/async-generic-after-await/input.ts" end: Object { column: 22 - index: 50 line: 3 } start: Object { column: 17 - index: 45 line: 3 } } @@ -314,12 +278,10 @@ JSRoot { filename: "typescript/arrow-function/async-generic-after-await/input.ts" end: Object { column: 21 - index: 49 line: 3 } start: Object { column: 17 - index: 45 line: 3 } } diff --git a/internal/js-parser/test-fixtures/typescript/arrow-function/async-generic-false-positive/input.test.md b/internal/js-parser/test-fixtures/typescript/arrow-function/async-generic-false-positive/input.test.md index 335e75c2789..d4306ed9a2e 100644 --- a/internal/js-parser/test-fixtures/typescript/arrow-function/async-generic-false-positive/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/arrow-function/async-generic-false-positive/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/arrow-function/async-generic-false-positive/input.ts" end: Object { column: 0 - index: 28 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/arrow-function/async-generic-false-positive/input.ts" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "typescript/arrow-function/async-generic-false-positive/input.ts" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "async" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "typescript/arrow-function/async-generic-false-positive/input.ts" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "typescript/arrow-function/async-generic-false-positive/input.ts" end: Object { column: 16 - index: 27 line: 2 } start: Object { column: 0 - index: 11 line: 2 } } @@ -117,12 +105,10 @@ JSRoot { filename: "typescript/arrow-function/async-generic-false-positive/input.ts" end: Object { column: 15 - index: 26 line: 2 } start: Object { column: 0 - index: 11 line: 2 } } @@ -133,12 +119,10 @@ JSRoot { filename: "typescript/arrow-function/async-generic-false-positive/input.ts" end: Object { column: 15 - index: 26 line: 2 } start: Object { column: 14 - index: 25 line: 2 } } @@ -149,12 +133,10 @@ JSRoot { filename: "typescript/arrow-function/async-generic-false-positive/input.ts" end: Object { column: 10 - index: 21 line: 2 } start: Object { column: 0 - index: 11 line: 2 } } @@ -165,12 +147,10 @@ JSRoot { identifierName: "async" end: Object { column: 5 - index: 16 line: 2 } start: Object { column: 0 - index: 11 line: 2 } } @@ -180,12 +160,10 @@ JSRoot { filename: "typescript/arrow-function/async-generic-false-positive/input.ts" end: Object { column: 8 - index: 19 line: 2 } start: Object { column: 5 - index: 16 line: 2 } } @@ -196,12 +174,10 @@ JSRoot { filename: "typescript/arrow-function/async-generic-false-positive/input.ts" end: Object { column: 7 - index: 18 line: 2 } start: Object { column: 6 - index: 17 line: 2 } } @@ -212,12 +188,10 @@ JSRoot { identifierName: "T" end: Object { column: 7 - index: 18 line: 2 } start: Object { column: 6 - index: 17 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/arrow-function/async-generic-tokens-true/input.test.md b/internal/js-parser/test-fixtures/typescript/arrow-function/async-generic-tokens-true/input.test.md index 42e6a2e82dc..94eba90b3f1 100644 --- a/internal/js-parser/test-fixtures/typescript/arrow-function/async-generic-tokens-true/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/arrow-function/async-generic-tokens-true/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/arrow-function/async-generic-tokens-true/input.ts" end: Object { column: 0 - index: 25 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/arrow-function/async-generic-tokens-true/input.ts" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "typescript/arrow-function/async-generic-tokens-true/input.ts" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "a" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "typescript/arrow-function/async-generic-tokens-true/input.ts" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "typescript/arrow-function/async-generic-tokens-true/input.ts" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "T" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "typescript/arrow-function/async-generic-tokens-true/input.ts" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -151,12 +135,10 @@ JSRoot { filename: "typescript/arrow-function/async-generic-tokens-true/input.ts" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -171,12 +153,10 @@ JSRoot { identifierName: "a" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -186,12 +166,10 @@ JSRoot { filename: "typescript/arrow-function/async-generic-tokens-true/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -201,12 +179,10 @@ JSRoot { filename: "typescript/arrow-function/async-generic-tokens-true/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -217,12 +193,10 @@ JSRoot { identifierName: "T" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/arrow-function/async-rest-optional-parameter/input.test.md b/internal/js-parser/test-fixtures/typescript/arrow-function/async-rest-optional-parameter/input.test.md index c10786850ee..ebc498f24ac 100644 --- a/internal/js-parser/test-fixtures/typescript/arrow-function/async-rest-optional-parameter/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/arrow-function/async-rest-optional-parameter/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/arrow-function/async-rest-optional-parameter/input.ts" end: Object { column: 0 - index: 35 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/arrow-function/async-rest-optional-parameter/input.ts" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "typescript/arrow-function/async-rest-optional-parameter/input.ts" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "typescript/arrow-function/async-rest-optional-parameter/input.ts" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "typescript/arrow-function/async-rest-optional-parameter/input.ts" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "typescript/arrow-function/async-rest-optional-parameter/input.ts" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "typescript/arrow-function/async-rest-optional-parameter/input.ts" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "typescript/arrow-function/async-rest-optional-parameter/input.ts" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -145,12 +129,10 @@ JSRoot { filename: "typescript/arrow-function/async-rest-optional-parameter/input.ts" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -159,12 +141,10 @@ JSRoot { filename: "typescript/arrow-function/async-rest-optional-parameter/input.ts" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/arrow-function/async-rest/input.test.md b/internal/js-parser/test-fixtures/typescript/arrow-function/async-rest/input.test.md index ed2fe9a54b4..31b6491c79a 100644 --- a/internal/js-parser/test-fixtures/typescript/arrow-function/async-rest/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/arrow-function/async-rest/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/arrow-function/async-rest/input.ts" end: Object { column: 0 - index: 35 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/arrow-function/async-rest/input.ts" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "typescript/arrow-function/async-rest/input.ts" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "typescript/arrow-function/async-rest/input.ts" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "typescript/arrow-function/async-rest/input.ts" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "typescript/arrow-function/async-rest/input.ts" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "typescript/arrow-function/async-rest/input.ts" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "typescript/arrow-function/async-rest/input.ts" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -145,12 +129,10 @@ JSRoot { filename: "typescript/arrow-function/async-rest/input.ts" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -159,12 +141,10 @@ JSRoot { filename: "typescript/arrow-function/async-rest/input.ts" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/arrow-function/async/input.test.md b/internal/js-parser/test-fixtures/typescript/arrow-function/async/input.test.md index 0dd22915f7d..7ac393de8e6 100644 --- a/internal/js-parser/test-fixtures/typescript/arrow-function/async/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/arrow-function/async/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/arrow-function/async/input.ts" end: Object { column: 0 - index: 30 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/arrow-function/async/input.ts" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "typescript/arrow-function/async/input.ts" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "x" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "typescript/arrow-function/async/input.ts" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "typescript/arrow-function/async/input.ts" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "typescript/arrow-function/async/input.ts" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { filename: "typescript/arrow-function/async/input.ts" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -146,12 +130,10 @@ JSRoot { filename: "typescript/arrow-function/async/input.ts" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/arrow-function/default-parameter-values/input.test.md b/internal/js-parser/test-fixtures/typescript/arrow-function/default-parameter-values/input.test.md index 2b724b98d5b..24d82204beb 100644 --- a/internal/js-parser/test-fixtures/typescript/arrow-function/default-parameter-values/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/arrow-function/default-parameter-values/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/arrow-function/default-parameter-values/input.ts" end: Object { column: 0 - index: 22 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/arrow-function/default-parameter-values/input.ts" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "typescript/arrow-function/default-parameter-values/input.ts" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "typescript/arrow-function/default-parameter-values/input.ts" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "typescript/arrow-function/default-parameter-values/input.ts" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "typescript/arrow-function/default-parameter-values/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "typescript/arrow-function/default-parameter-values/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -135,12 +121,10 @@ JSRoot { filename: "typescript/arrow-function/default-parameter-values/input.ts" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -150,12 +134,10 @@ JSRoot { filename: "typescript/arrow-function/default-parameter-values/input.ts" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -164,12 +146,10 @@ JSRoot { filename: "typescript/arrow-function/default-parameter-values/input.ts" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/arrow-function/destructuring/input.test.md b/internal/js-parser/test-fixtures/typescript/arrow-function/destructuring/input.test.md index e8a21073b0b..b58ea4c59a0 100644 --- a/internal/js-parser/test-fixtures/typescript/arrow-function/destructuring/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/arrow-function/destructuring/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/arrow-function/destructuring/input.ts" end: Object { column: 0 - index: 18 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -66,12 +62,10 @@ JSRoot { filename: "typescript/arrow-function/destructuring/input.ts" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +75,10 @@ JSRoot { filename: "typescript/arrow-function/destructuring/input.ts" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -97,12 +89,10 @@ JSRoot { filename: "typescript/arrow-function/destructuring/input.ts" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "typescript/arrow-function/destructuring/input.ts" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -132,12 +120,10 @@ JSRoot { identifierName: "a" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -146,12 +132,10 @@ JSRoot { filename: "typescript/arrow-function/destructuring/input.ts" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -163,12 +147,10 @@ JSRoot { identifierName: "a" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -177,12 +159,10 @@ JSRoot { filename: "typescript/arrow-function/destructuring/input.ts" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -196,12 +176,10 @@ JSRoot { filename: "typescript/arrow-function/destructuring/input.ts" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -211,12 +189,10 @@ JSRoot { filename: "typescript/arrow-function/destructuring/input.ts" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -227,12 +203,10 @@ JSRoot { filename: "typescript/arrow-function/destructuring/input.ts" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -242,12 +216,10 @@ JSRoot { filename: "typescript/arrow-function/destructuring/input.ts" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -258,12 +230,10 @@ JSRoot { filename: "typescript/arrow-function/destructuring/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -273,12 +243,10 @@ JSRoot { filename: "typescript/arrow-function/destructuring/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -289,12 +257,10 @@ JSRoot { filename: "typescript/arrow-function/destructuring/input.ts" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -305,12 +271,10 @@ JSRoot { filename: "typescript/arrow-function/destructuring/input.ts" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/arrow-function/generic-tsx/input.test.md b/internal/js-parser/test-fixtures/typescript/arrow-function/generic-tsx/input.test.md index 4816e4f5d8c..29c55947d14 100644 --- a/internal/js-parser/test-fixtures/typescript/arrow-function/generic-tsx/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/arrow-function/generic-tsx/input.test.md @@ -24,12 +24,10 @@ JSRoot { filename: "typescript/arrow-function/generic-tsx/input.tsx" end: Object { column: 0 - index: 80 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -41,12 +39,10 @@ JSRoot { filename: "typescript/arrow-function/generic-tsx/input.tsx" end: Object { column: 60 - index: 60 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -59,12 +55,10 @@ JSRoot { filename: "typescript/arrow-function/generic-tsx/input.tsx" end: Object { column: 18 - index: 79 line: 2 } start: Object { column: 0 - index: 61 line: 2 } } @@ -73,12 +67,10 @@ JSRoot { filename: "typescript/arrow-function/generic-tsx/input.tsx" end: Object { column: 17 - index: 78 line: 2 } start: Object { column: 0 - index: 61 line: 2 } } @@ -89,12 +81,10 @@ JSRoot { identifierName: "a" end: Object { column: 17 - index: 78 line: 2 } start: Object { column: 16 - index: 77 line: 2 } } @@ -108,12 +98,10 @@ JSRoot { filename: "typescript/arrow-function/generic-tsx/input.tsx" end: Object { column: 15 - index: 76 line: 2 } start: Object { column: 3 - index: 64 line: 2 } } @@ -123,12 +111,10 @@ JSRoot { filename: "typescript/arrow-function/generic-tsx/input.tsx" end: Object { column: 12 - index: 73 line: 2 } start: Object { column: 11 - index: 72 line: 2 } } @@ -139,12 +125,10 @@ JSRoot { identifierName: "T" end: Object { column: 12 - index: 73 line: 2 } start: Object { column: 11 - index: 72 line: 2 } } @@ -156,12 +140,10 @@ JSRoot { filename: "typescript/arrow-function/generic-tsx/input.tsx" end: Object { column: 3 - index: 64 line: 2 } start: Object { column: 0 - index: 61 line: 2 } } @@ -175,12 +157,10 @@ JSRoot { filename: "typescript/arrow-function/generic-tsx/input.tsx" end: Object { column: 2 - index: 63 line: 2 } start: Object { column: 1 - index: 62 line: 2 } } @@ -194,12 +174,10 @@ JSRoot { filename: "typescript/arrow-function/generic-tsx/input.tsx" end: Object { column: 15 - index: 76 line: 2 } start: Object { column: 16 - index: 77 line: 2 } } @@ -209,12 +187,10 @@ JSRoot { filename: "typescript/arrow-function/generic-tsx/input.tsx" end: Object { column: 15 - index: 76 line: 2 } start: Object { column: 16 - index: 77 line: 2 } } @@ -224,12 +200,10 @@ JSRoot { filename: "typescript/arrow-function/generic-tsx/input.tsx" end: Object { column: 8 - index: 69 line: 2 } start: Object { column: 7 - index: 68 line: 2 } } @@ -240,12 +214,10 @@ JSRoot { identifierName: "T" end: Object { column: 8 - index: 69 line: 2 } start: Object { column: 7 - index: 68 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/arrow-function/generic/input.test.md b/internal/js-parser/test-fixtures/typescript/arrow-function/generic/input.test.md index 325ff3e5970..674c6decb76 100644 --- a/internal/js-parser/test-fixtures/typescript/arrow-function/generic/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/arrow-function/generic/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/arrow-function/generic/input.ts" end: Object { column: 0 - index: 19 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/arrow-function/generic/input.ts" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "typescript/arrow-function/generic/input.ts" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "a" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "typescript/arrow-function/generic/input.ts" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "typescript/arrow-function/generic/input.ts" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "T" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "typescript/arrow-function/generic/input.ts" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -151,12 +135,10 @@ JSRoot { filename: "typescript/arrow-function/generic/input.ts" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -170,12 +152,10 @@ JSRoot { filename: "typescript/arrow-function/generic/input.ts" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -185,12 +165,10 @@ JSRoot { filename: "typescript/arrow-function/generic/input.ts" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -200,12 +178,10 @@ JSRoot { filename: "typescript/arrow-function/generic/input.ts" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -216,12 +192,10 @@ JSRoot { identifierName: "T" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/arrow-function/optional-parameter/input.test.md b/internal/js-parser/test-fixtures/typescript/arrow-function/optional-parameter/input.test.md index 3b95e622406..06bb3b1894b 100644 --- a/internal/js-parser/test-fixtures/typescript/arrow-function/optional-parameter/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/arrow-function/optional-parameter/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/arrow-function/optional-parameter/input.ts" end: Object { column: 0 - index: 43 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/arrow-function/optional-parameter/input.ts" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "typescript/arrow-function/optional-parameter/input.ts" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "x" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "typescript/arrow-function/optional-parameter/input.ts" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "typescript/arrow-function/optional-parameter/input.ts" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "typescript/arrow-function/optional-parameter/input.ts" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { filename: "typescript/arrow-function/optional-parameter/input.ts" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -146,12 +130,10 @@ JSRoot { filename: "typescript/arrow-function/optional-parameter/input.ts" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -167,12 +149,10 @@ JSRoot { filename: "typescript/arrow-function/optional-parameter/input.ts" end: Object { column: 18 - index: 42 line: 2 } start: Object { column: 0 - index: 24 line: 2 } } @@ -182,12 +162,10 @@ JSRoot { filename: "typescript/arrow-function/optional-parameter/input.ts" end: Object { column: 17 - index: 41 line: 2 } start: Object { column: 0 - index: 24 line: 2 } } @@ -196,12 +174,10 @@ JSRoot { filename: "typescript/arrow-function/optional-parameter/input.ts" end: Object { column: 14 - index: 38 line: 2 } start: Object { column: 1 - index: 25 line: 2 } } @@ -211,12 +187,10 @@ JSRoot { filename: "typescript/arrow-function/optional-parameter/input.ts" end: Object { column: 14 - index: 38 line: 2 } start: Object { column: 9 - index: 33 line: 2 } } @@ -227,12 +201,10 @@ JSRoot { identifierName: "k" end: Object { column: 10 - index: 34 line: 2 } start: Object { column: 9 - index: 33 line: 2 } } @@ -244,12 +216,10 @@ JSRoot { filename: "typescript/arrow-function/optional-parameter/input.ts" end: Object { column: 14 - index: 38 line: 2 } start: Object { column: 13 - index: 37 line: 2 } } @@ -265,12 +235,10 @@ JSRoot { filename: "typescript/arrow-function/optional-parameter/input.ts" end: Object { column: 8 - index: 32 line: 2 } start: Object { column: 1 - index: 25 line: 2 } } @@ -281,12 +249,10 @@ JSRoot { filename: "typescript/arrow-function/optional-parameter/input.ts" end: Object { column: 8 - index: 32 line: 2 } start: Object { column: 9 - index: 33 line: 2 } } @@ -297,12 +263,10 @@ JSRoot { filename: "typescript/arrow-function/optional-parameter/input.ts" end: Object { column: 8 - index: 32 line: 2 } start: Object { column: 9 - index: 33 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/arrow-function/predicate-types/input.test.md b/internal/js-parser/test-fixtures/typescript/arrow-function/predicate-types/input.test.md index 4955744531c..27269750c12 100644 --- a/internal/js-parser/test-fixtures/typescript/arrow-function/predicate-types/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/arrow-function/predicate-types/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/arrow-function/predicate-types/input.ts" end: Object { column: 0 - index: 31 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/arrow-function/predicate-types/input.ts" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "typescript/arrow-function/predicate-types/input.ts" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +60,10 @@ JSRoot { filename: "typescript/arrow-function/predicate-types/input.ts" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "typescript/arrow-function/predicate-types/input.ts" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "typescript/arrow-function/predicate-types/input.ts" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { filename: "typescript/arrow-function/predicate-types/input.ts" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "typescript/arrow-function/predicate-types/input.ts" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -164,12 +146,10 @@ JSRoot { filename: "typescript/arrow-function/predicate-types/input.ts" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -178,12 +158,10 @@ JSRoot { filename: "typescript/arrow-function/predicate-types/input.ts" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/assert-predicate/arrow-function/input.test.md b/internal/js-parser/test-fixtures/typescript/assert-predicate/arrow-function/input.test.md index 588c42a7da0..bbb2e90e2a1 100644 --- a/internal/js-parser/test-fixtures/typescript/assert-predicate/arrow-function/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/assert-predicate/arrow-function/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/assert-predicate/arrow-function/input.ts" end: Object { column: 0 - index: 166 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 31 - index: 149 line: 3 } start: Object { column: 17 - index: 135 line: 3 } } @@ -61,12 +57,10 @@ JSRoot { filename: "typescript/assert-predicate/arrow-function/input.ts" end: Object { column: 63 - index: 63 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "typescript/assert-predicate/arrow-function/input.ts" end: Object { column: 63 - index: 63 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { identifierName: "assert1" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "typescript/assert-predicate/arrow-function/input.ts" end: Object { column: 63 - index: 63 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "typescript/assert-predicate/arrow-function/input.ts" end: Object { column: 63 - index: 63 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "typescript/assert-predicate/arrow-function/input.ts" end: Object { column: 63 - index: 63 line: 1 } start: Object { column: 61 - index: 61 line: 1 } } @@ -157,12 +141,10 @@ JSRoot { filename: "typescript/assert-predicate/arrow-function/input.ts" end: Object { column: 60 - index: 60 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -172,12 +154,10 @@ JSRoot { filename: "typescript/assert-predicate/arrow-function/input.ts" end: Object { column: 57 - index: 57 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -186,12 +166,10 @@ JSRoot { filename: "typescript/assert-predicate/arrow-function/input.ts" end: Object { column: 57 - index: 57 line: 1 } start: Object { column: 51 - index: 51 line: 1 } } @@ -203,12 +181,10 @@ JSRoot { identifierName: "value" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -221,12 +197,10 @@ JSRoot { filename: "typescript/assert-predicate/arrow-function/input.ts" end: Object { column: 60 - index: 60 line: 1 } start: Object { column: 61 - index: 61 line: 1 } } @@ -236,12 +210,10 @@ JSRoot { filename: "typescript/assert-predicate/arrow-function/input.ts" end: Object { column: 60 - index: 60 line: 1 } start: Object { column: 61 - index: 61 line: 1 } } @@ -250,12 +222,10 @@ JSRoot { filename: "typescript/assert-predicate/arrow-function/input.ts" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -274,12 +244,10 @@ JSRoot { filename: "typescript/assert-predicate/arrow-function/input.ts" end: Object { column: 53 - index: 117 line: 2 } start: Object { column: 0 - index: 64 line: 2 } } @@ -289,12 +257,10 @@ JSRoot { filename: "typescript/assert-predicate/arrow-function/input.ts" end: Object { column: 53 - index: 117 line: 2 } start: Object { column: 0 - index: 64 line: 2 } } @@ -307,12 +273,10 @@ JSRoot { identifierName: "assert2" end: Object { column: 13 - index: 77 line: 2 } start: Object { column: 6 - index: 70 line: 2 } } @@ -321,12 +285,10 @@ JSRoot { filename: "typescript/assert-predicate/arrow-function/input.ts" end: Object { column: 53 - index: 117 line: 2 } start: Object { column: 6 - index: 70 line: 2 } } @@ -335,12 +297,10 @@ JSRoot { filename: "typescript/assert-predicate/arrow-function/input.ts" end: Object { column: 53 - index: 117 line: 2 } start: Object { column: 16 - index: 80 line: 2 } } @@ -351,12 +311,10 @@ JSRoot { filename: "typescript/assert-predicate/arrow-function/input.ts" end: Object { column: 53 - index: 117 line: 2 } start: Object { column: 51 - index: 115 line: 2 } } @@ -370,12 +328,10 @@ JSRoot { filename: "typescript/assert-predicate/arrow-function/input.ts" end: Object { column: 50 - index: 114 line: 2 } start: Object { column: 16 - index: 80 line: 2 } } @@ -386,12 +342,10 @@ JSRoot { filename: "typescript/assert-predicate/arrow-function/input.ts" end: Object { column: 47 - index: 111 line: 2 } start: Object { column: 32 - index: 96 line: 2 } } @@ -402,12 +356,10 @@ JSRoot { identifierName: "value" end: Object { column: 47 - index: 111 line: 2 } start: Object { column: 42 - index: 106 line: 2 } } @@ -420,12 +372,10 @@ JSRoot { filename: "typescript/assert-predicate/arrow-function/input.ts" end: Object { column: 50 - index: 114 line: 2 } start: Object { column: 51 - index: 115 line: 2 } } @@ -435,12 +385,10 @@ JSRoot { filename: "typescript/assert-predicate/arrow-function/input.ts" end: Object { column: 50 - index: 114 line: 2 } start: Object { column: 51 - index: 115 line: 2 } } @@ -449,12 +397,10 @@ JSRoot { filename: "typescript/assert-predicate/arrow-function/input.ts" end: Object { column: 31 - index: 95 line: 2 } start: Object { column: 24 - index: 88 line: 2 } } @@ -473,12 +419,10 @@ JSRoot { filename: "typescript/assert-predicate/arrow-function/input.ts" end: Object { column: 32 - index: 150 line: 3 } start: Object { column: 0 - index: 118 line: 3 } } @@ -488,12 +432,10 @@ JSRoot { filename: "typescript/assert-predicate/arrow-function/input.ts" end: Object { column: 32 - index: 150 line: 3 } start: Object { column: 0 - index: 118 line: 3 } } @@ -506,12 +448,10 @@ JSRoot { identifierName: "assert3" end: Object { column: 13 - index: 131 line: 3 } start: Object { column: 6 - index: 124 line: 3 } } @@ -520,12 +460,10 @@ JSRoot { filename: "typescript/assert-predicate/arrow-function/input.ts" end: Object { column: 32 - index: 150 line: 3 } start: Object { column: 6 - index: 124 line: 3 } } @@ -536,12 +474,10 @@ JSRoot { identifierName: "value" end: Object { column: 22 - index: 140 line: 3 } start: Object { column: 17 - index: 135 line: 3 } } @@ -555,12 +491,10 @@ JSRoot { filename: "typescript/assert-predicate/arrow-function/input.ts" end: Object { column: 33 - index: 151 line: 3 } start: Object { column: 32 - index: 150 line: 3 } } @@ -570,12 +504,10 @@ JSRoot { filename: "typescript/assert-predicate/arrow-function/input.ts" end: Object { column: 33 - index: 151 line: 3 } start: Object { column: 32 - index: 150 line: 3 } } @@ -586,12 +518,10 @@ JSRoot { filename: "typescript/assert-predicate/arrow-function/input.ts" end: Object { column: 47 - index: 165 line: 3 } start: Object { column: 34 - index: 152 line: 3 } } @@ -600,12 +530,10 @@ JSRoot { filename: "typescript/assert-predicate/arrow-function/input.ts" end: Object { column: 47 - index: 165 line: 3 } start: Object { column: 34 - index: 152 line: 3 } } @@ -616,12 +544,10 @@ JSRoot { filename: "typescript/assert-predicate/arrow-function/input.ts" end: Object { column: 47 - index: 165 line: 3 } start: Object { column: 45 - index: 163 line: 3 } } @@ -635,12 +561,10 @@ JSRoot { filename: "typescript/assert-predicate/arrow-function/input.ts" end: Object { column: 44 - index: 162 line: 3 } start: Object { column: 34 - index: 152 line: 3 } } @@ -652,12 +576,10 @@ JSRoot { identifierName: "asserts" end: Object { column: 41 - index: 159 line: 3 } start: Object { column: 34 - index: 152 line: 3 } } diff --git a/internal/js-parser/test-fixtures/typescript/assert-predicate/asserts-as-identifier/input.test.md b/internal/js-parser/test-fixtures/typescript/assert-predicate/asserts-as-identifier/input.test.md index 0eb4e57d933..db81d8ed387 100644 --- a/internal/js-parser/test-fixtures/typescript/assert-predicate/asserts-as-identifier/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/assert-predicate/asserts-as-identifier/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-as-identifier/input.ts" end: Object { column: 0 - index: 58 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "function" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -84,12 +78,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-as-identifier/input.ts" end: Object { column: 57 - index: 57 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-as-identifier/input.ts" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -122,12 +112,10 @@ JSRoot { identifierName: "assertIsString" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -138,12 +126,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-as-identifier/input.ts" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -157,12 +143,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-as-identifier/input.ts" end: Object { column: 57 - index: 57 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -172,12 +156,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-as-identifier/input.ts" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -188,12 +170,10 @@ JSRoot { identifierName: "value" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -204,12 +184,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-as-identifier/input.ts" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -219,12 +197,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-as-identifier/input.ts" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -235,12 +211,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-as-identifier/input.ts" end: Object { column: 57 - index: 57 line: 1 } start: Object { column: 49 - index: 49 line: 1 } } @@ -251,12 +225,10 @@ JSRoot { identifierName: "asserts" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 49 - index: 49 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/assert-predicate/asserts-this-with-predicate/input.test.md b/internal/js-parser/test-fixtures/typescript/assert-predicate/asserts-this-with-predicate/input.test.md index 3f33a9e743d..673fd6d50dc 100644 --- a/internal/js-parser/test-fixtures/typescript/assert-predicate/asserts-this-with-predicate/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/assert-predicate/asserts-this-with-predicate/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-this-with-predicate/input.ts" end: Object { column: 0 - index: 88 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 26 - index: 38 line: 2 } start: Object { column: 24 - index: 36 line: 2 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-this-with-predicate/input.ts" end: Object { column: 1 - index: 87 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -101,12 +93,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-this-with-predicate/input.ts" end: Object { column: 1 - index: 87 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -121,12 +111,10 @@ JSRoot { identifierName: "isBar" end: Object { column: 7 - index: 19 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -135,12 +123,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-this-with-predicate/input.ts" end: Object { column: 7 - index: 19 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -149,12 +135,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-this-with-predicate/input.ts" end: Object { column: 1 - index: 87 line: 4 } start: Object { column: 2 - index: 14 line: 2 } } @@ -167,19 +151,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 14 line: 2 } loc: Object { filename: "typescript/assert-predicate/asserts-this-with-predicate/input.ts" end: Object { column: 7 - index: 19 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -196,12 +177,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-this-with-predicate/input.ts" end: Object { column: 23 - index: 35 line: 2 } start: Object { column: 7 - index: 19 line: 2 } } @@ -212,12 +191,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-this-with-predicate/input.ts" end: Object { column: 23 - index: 35 line: 2 } start: Object { column: 9 - index: 21 line: 2 } } @@ -228,12 +205,10 @@ JSRoot { identifierName: "this" end: Object { column: 23 - index: 35 line: 2 } start: Object { column: 19 - index: 31 line: 2 } } @@ -246,12 +221,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-this-with-predicate/input.ts" end: Object { column: 1 - index: 87 line: 4 } start: Object { column: 24 - index: 36 line: 2 } } @@ -261,12 +234,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-this-with-predicate/input.ts" end: Object { column: 26 - index: 38 line: 2 } start: Object { column: 24 - index: 36 line: 2 } } @@ -277,12 +248,10 @@ JSRoot { identifierName: "is" end: Object { column: 26 - index: 38 line: 2 } start: Object { column: 24 - index: 36 line: 2 } } @@ -293,12 +262,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-this-with-predicate/input.ts" end: Object { column: 30 - index: 42 line: 2 } start: Object { column: 27 - index: 39 line: 2 } } @@ -309,12 +276,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 30 - index: 42 line: 2 } start: Object { column: 27 - index: 39 line: 2 } } @@ -327,12 +292,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-this-with-predicate/input.ts" end: Object { column: 33 - index: 45 line: 2 } start: Object { column: 31 - index: 43 line: 2 } } @@ -342,12 +305,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-this-with-predicate/input.ts" end: Object { column: 12 - index: 58 line: 3 } start: Object { column: 2 - index: 48 line: 3 } } @@ -357,12 +318,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-this-with-predicate/input.ts" end: Object { column: 12 - index: 58 line: 3 } start: Object { column: 2 - index: 48 line: 3 } } @@ -372,12 +331,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-this-with-predicate/input.ts" end: Object { column: 11 - index: 57 line: 3 } start: Object { column: 11 - index: 57 line: 3 } } @@ -389,12 +346,10 @@ JSRoot { identifierName: "isBaz" end: Object { column: 7 - index: 53 line: 3 } start: Object { column: 2 - index: 48 line: 3 } } @@ -406,12 +361,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-this-with-predicate/input.ts" end: Object { column: 13 - index: 59 line: 3 } start: Object { column: 12 - index: 58 line: 3 } } @@ -421,12 +374,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-this-with-predicate/input.ts" end: Object { column: 13 - index: 59 line: 3 } start: Object { column: 12 - index: 58 line: 3 } } @@ -437,12 +388,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-this-with-predicate/input.ts" end: Object { column: 21 - index: 67 line: 3 } start: Object { column: 14 - index: 60 line: 3 } } @@ -453,12 +402,10 @@ JSRoot { identifierName: "asserts" end: Object { column: 21 - index: 67 line: 3 } start: Object { column: 14 - index: 60 line: 3 } } @@ -469,12 +416,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-this-with-predicate/input.ts" end: Object { column: 26 - index: 72 line: 3 } start: Object { column: 22 - index: 68 line: 3 } } @@ -483,12 +428,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-this-with-predicate/input.ts" end: Object { column: 26 - index: 72 line: 3 } start: Object { column: 22 - index: 68 line: 3 } } @@ -499,12 +442,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-this-with-predicate/input.ts" end: Object { column: 29 - index: 75 line: 3 } start: Object { column: 27 - index: 73 line: 3 } } @@ -515,12 +456,10 @@ JSRoot { identifierName: "is" end: Object { column: 29 - index: 75 line: 3 } start: Object { column: 27 - index: 73 line: 3 } } @@ -531,12 +470,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-this-with-predicate/input.ts" end: Object { column: 39 - index: 85 line: 3 } start: Object { column: 30 - index: 76 line: 3 } } @@ -545,12 +482,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-this-with-predicate/input.ts" end: Object { column: 39 - index: 85 line: 3 } start: Object { column: 30 - index: 76 line: 3 } } @@ -561,12 +496,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-this-with-predicate/input.ts" end: Object { column: 39 - index: 85 line: 3 } start: Object { column: 37 - index: 83 line: 3 } } @@ -580,12 +513,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-this-with-predicate/input.ts" end: Object { column: 36 - index: 82 line: 3 } start: Object { column: 30 - index: 76 line: 3 } } @@ -597,12 +528,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 33 - index: 79 line: 3 } start: Object { column: 30 - index: 76 line: 3 } } diff --git a/internal/js-parser/test-fixtures/typescript/assert-predicate/asserts-this/input.test.md b/internal/js-parser/test-fixtures/typescript/assert-predicate/asserts-this/input.test.md index d78466e869c..7f33cda3027 100644 --- a/internal/js-parser/test-fixtures/typescript/assert-predicate/asserts-this/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/assert-predicate/asserts-this/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-this/input.ts" end: Object { column: 0 - index: 36 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "C" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-this/input.ts" end: Object { column: 1 - index: 35 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-this/input.ts" end: Object { column: 1 - index: 35 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "m" end: Object { column: 3 - index: 13 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-this/input.ts" end: Object { column: 3 - index: 13 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-this/input.ts" end: Object { column: 22 - index: 32 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-this/input.ts" end: Object { column: 22 - index: 32 line: 2 } start: Object { column: 20 - index: 30 line: 2 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "typescript/assert-predicate/asserts-this/input.ts" end: Object { column: 3 - index: 13 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -184,12 +165,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-this/input.ts" end: Object { column: 19 - index: 29 line: 2 } start: Object { column: 3 - index: 13 line: 2 } } @@ -200,12 +179,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-this/input.ts" end: Object { column: 19 - index: 29 line: 2 } start: Object { column: 5 - index: 15 line: 2 } } @@ -216,12 +193,10 @@ JSRoot { identifierName: "this" end: Object { column: 19 - index: 29 line: 2 } start: Object { column: 15 - index: 25 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/assert-predicate/asserts-var-with-predicate/input.test.md b/internal/js-parser/test-fixtures/typescript/assert-predicate/asserts-var-with-predicate/input.test.md index 28c086c16ce..4386fa502f7 100644 --- a/internal/js-parser/test-fixtures/typescript/assert-predicate/asserts-var-with-predicate/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/assert-predicate/asserts-var-with-predicate/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-var-with-predicate/input.ts" end: Object { column: 0 - index: 73 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "C" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-var-with-predicate/input.ts" end: Object { column: 1 - index: 72 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-var-with-predicate/input.ts" end: Object { column: 1 - index: 72 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "assertIsString" end: Object { column: 16 - index: 26 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-var-with-predicate/input.ts" end: Object { column: 16 - index: 26 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-var-with-predicate/input.ts" end: Object { column: 60 - index: 70 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-var-with-predicate/input.ts" end: Object { column: 60 - index: 70 line: 2 } start: Object { column: 58 - index: 68 line: 2 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "typescript/assert-predicate/asserts-var-with-predicate/input.ts" end: Object { column: 16 - index: 26 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -183,12 +164,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-var-with-predicate/input.ts" end: Object { column: 57 - index: 67 line: 2 } start: Object { column: 16 - index: 26 line: 2 } } @@ -198,12 +177,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-var-with-predicate/input.ts" end: Object { column: 57 - index: 67 line: 2 } start: Object { column: 42 - index: 52 line: 2 } } @@ -212,12 +189,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-var-with-predicate/input.ts" end: Object { column: 57 - index: 67 line: 2 } start: Object { column: 51 - index: 61 line: 2 } } @@ -229,12 +204,10 @@ JSRoot { identifierName: "value" end: Object { column: 47 - index: 57 line: 2 } start: Object { column: 42 - index: 52 line: 2 } } @@ -248,12 +221,10 @@ JSRoot { identifierName: "value" end: Object { column: 22 - index: 32 line: 2 } start: Object { column: 17 - index: 27 line: 2 } } @@ -263,12 +234,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-var-with-predicate/input.ts" end: Object { column: 31 - index: 41 line: 2 } start: Object { column: 17 - index: 27 line: 2 } } @@ -277,12 +246,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-var-with-predicate/input.ts" end: Object { column: 31 - index: 41 line: 2 } start: Object { column: 24 - index: 34 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/assert-predicate/asserts-var/input.test.md b/internal/js-parser/test-fixtures/typescript/assert-predicate/asserts-var/input.test.md index 7abe07acc68..1c2d71582be 100644 --- a/internal/js-parser/test-fixtures/typescript/assert-predicate/asserts-var/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/assert-predicate/asserts-var/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-var/input.ts" end: Object { column: 0 - index: 64 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "function" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -84,12 +78,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-var/input.ts" end: Object { column: 63 - index: 63 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-var/input.ts" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -122,12 +112,10 @@ JSRoot { identifierName: "assertIsString" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -138,12 +126,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-var/input.ts" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -157,12 +143,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-var/input.ts" end: Object { column: 63 - index: 63 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -172,12 +156,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-var/input.ts" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -188,12 +170,10 @@ JSRoot { identifierName: "value" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -204,12 +184,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-var/input.ts" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -219,12 +197,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-var/input.ts" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -235,12 +211,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-var/input.ts" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 49 - index: 49 line: 1 } } @@ -251,12 +225,10 @@ JSRoot { identifierName: "asserts" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 49 - index: 49 line: 1 } } @@ -267,12 +239,10 @@ JSRoot { filename: "typescript/assert-predicate/asserts-var/input.ts" end: Object { column: 63 - index: 63 line: 1 } start: Object { column: 57 - index: 57 line: 1 } } @@ -283,12 +253,10 @@ JSRoot { identifierName: "value" end: Object { column: 62 - index: 62 line: 1 } start: Object { column: 57 - index: 57 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/assert-predicate/declare-asserts-var-with-predicate/input.test.md b/internal/js-parser/test-fixtures/typescript/assert-predicate/declare-asserts-var-with-predicate/input.test.md index fcd59ca8cb6..a44a70d8323 100644 --- a/internal/js-parser/test-fixtures/typescript/assert-predicate/declare-asserts-var-with-predicate/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/assert-predicate/declare-asserts-var-with-predicate/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/assert-predicate/declare-asserts-var-with-predicate/input.ts" end: Object { column: 0 - index: 74 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "function" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -84,12 +78,10 @@ JSRoot { filename: "typescript/assert-predicate/declare-asserts-var-with-predicate/input.ts" end: Object { column: 73 - index: 73 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "typescript/assert-predicate/declare-asserts-var-with-predicate/input.ts" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -122,12 +112,10 @@ JSRoot { identifierName: "assertIsString" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -138,12 +126,10 @@ JSRoot { filename: "typescript/assert-predicate/declare-asserts-var-with-predicate/input.ts" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -157,12 +143,10 @@ JSRoot { filename: "typescript/assert-predicate/declare-asserts-var-with-predicate/input.ts" end: Object { column: 73 - index: 73 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -172,12 +156,10 @@ JSRoot { filename: "typescript/assert-predicate/declare-asserts-var-with-predicate/input.ts" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -188,12 +170,10 @@ JSRoot { identifierName: "value" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -204,12 +184,10 @@ JSRoot { filename: "typescript/assert-predicate/declare-asserts-var-with-predicate/input.ts" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -219,12 +197,10 @@ JSRoot { filename: "typescript/assert-predicate/declare-asserts-var-with-predicate/input.ts" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -235,12 +211,10 @@ JSRoot { filename: "typescript/assert-predicate/declare-asserts-var-with-predicate/input.ts" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 49 - index: 49 line: 1 } } @@ -251,12 +225,10 @@ JSRoot { identifierName: "asserts" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 49 - index: 49 line: 1 } } @@ -267,12 +239,10 @@ JSRoot { filename: "typescript/assert-predicate/declare-asserts-var-with-predicate/input.ts" end: Object { column: 62 - index: 62 line: 1 } start: Object { column: 57 - index: 57 line: 1 } } @@ -283,12 +253,10 @@ JSRoot { identifierName: "value" end: Object { column: 62 - index: 62 line: 1 } start: Object { column: 57 - index: 57 line: 1 } } @@ -299,12 +267,10 @@ JSRoot { filename: "typescript/assert-predicate/declare-asserts-var-with-predicate/input.ts" end: Object { column: 65 - index: 65 line: 1 } start: Object { column: 63 - index: 63 line: 1 } } @@ -315,12 +281,10 @@ JSRoot { identifierName: "is" end: Object { column: 65 - index: 65 line: 1 } start: Object { column: 63 - index: 63 line: 1 } } @@ -331,12 +295,10 @@ JSRoot { filename: "typescript/assert-predicate/declare-asserts-var-with-predicate/input.ts" end: Object { column: 73 - index: 73 line: 1 } start: Object { column: 66 - index: 66 line: 1 } } @@ -347,12 +309,10 @@ JSRoot { identifierName: "string" end: Object { column: 72 - index: 72 line: 1 } start: Object { column: 66 - index: 66 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/assert-predicate/function-declaration/input.test.md b/internal/js-parser/test-fixtures/typescript/assert-predicate/function-declaration/input.test.md index 46671165ec5..f11bdebfc36 100644 --- a/internal/js-parser/test-fixtures/typescript/assert-predicate/function-declaration/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/assert-predicate/function-declaration/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/assert-predicate/function-declaration/input.ts" end: Object { column: 0 - index: 164 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 43 - index: 160 line: 3 } start: Object { column: 44 - index: 161 line: 3 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "asserts1" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "typescript/assert-predicate/function-declaration/input.ts" end: Object { column: 62 - index: 62 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "typescript/assert-predicate/function-declaration/input.ts" end: Object { column: 62 - index: 62 line: 1 } start: Object { column: 60 - index: 60 line: 1 } } @@ -115,12 +105,10 @@ JSRoot { filename: "typescript/assert-predicate/function-declaration/input.ts" end: Object { column: 59 - index: 59 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "typescript/assert-predicate/function-declaration/input.ts" end: Object { column: 59 - index: 59 line: 1 } start: Object { column: 44 - index: 44 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { filename: "typescript/assert-predicate/function-declaration/input.ts" end: Object { column: 59 - index: 59 line: 1 } start: Object { column: 53 - index: 53 line: 1 } } @@ -161,12 +145,10 @@ JSRoot { identifierName: "value" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 44 - index: 44 line: 1 } } @@ -180,12 +162,10 @@ JSRoot { identifierName: "value" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -195,12 +175,10 @@ JSRoot { filename: "typescript/assert-predicate/function-declaration/input.ts" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -209,12 +187,10 @@ JSRoot { filename: "typescript/assert-predicate/function-declaration/input.ts" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -232,12 +208,10 @@ JSRoot { identifierName: "asserts2" end: Object { column: 17 - index: 81 line: 2 } start: Object { column: 9 - index: 73 line: 2 } } @@ -246,12 +220,10 @@ JSRoot { filename: "typescript/assert-predicate/function-declaration/input.ts" end: Object { column: 52 - index: 116 line: 2 } start: Object { column: 0 - index: 64 line: 2 } } @@ -262,12 +234,10 @@ JSRoot { filename: "typescript/assert-predicate/function-declaration/input.ts" end: Object { column: 52 - index: 116 line: 2 } start: Object { column: 50 - index: 114 line: 2 } } @@ -283,12 +253,10 @@ JSRoot { filename: "typescript/assert-predicate/function-declaration/input.ts" end: Object { column: 49 - index: 113 line: 2 } start: Object { column: 18 - index: 82 line: 2 } } @@ -299,12 +267,10 @@ JSRoot { filename: "typescript/assert-predicate/function-declaration/input.ts" end: Object { column: 49 - index: 113 line: 2 } start: Object { column: 34 - index: 98 line: 2 } } @@ -315,12 +281,10 @@ JSRoot { identifierName: "value" end: Object { column: 49 - index: 113 line: 2 } start: Object { column: 44 - index: 108 line: 2 } } @@ -334,12 +298,10 @@ JSRoot { identifierName: "value" end: Object { column: 24 - index: 88 line: 2 } start: Object { column: 19 - index: 83 line: 2 } } @@ -349,12 +311,10 @@ JSRoot { filename: "typescript/assert-predicate/function-declaration/input.ts" end: Object { column: 33 - index: 97 line: 2 } start: Object { column: 19 - index: 83 line: 2 } } @@ -363,12 +323,10 @@ JSRoot { filename: "typescript/assert-predicate/function-declaration/input.ts" end: Object { column: 33 - index: 97 line: 2 } start: Object { column: 26 - index: 90 line: 2 } } @@ -386,12 +344,10 @@ JSRoot { identifierName: "asserts3" end: Object { column: 17 - index: 134 line: 3 } start: Object { column: 9 - index: 126 line: 3 } } @@ -400,12 +356,10 @@ JSRoot { filename: "typescript/assert-predicate/function-declaration/input.ts" end: Object { column: 45 - index: 162 line: 3 } start: Object { column: 0 - index: 117 line: 3 } } @@ -420,12 +374,10 @@ JSRoot { filename: "typescript/assert-predicate/function-declaration/input.ts" end: Object { column: 45 - index: 162 line: 3 } start: Object { column: 18 - index: 135 line: 3 } } @@ -436,12 +388,10 @@ JSRoot { filename: "typescript/assert-predicate/function-declaration/input.ts" end: Object { column: 45 - index: 162 line: 3 } start: Object { column: 34 - index: 151 line: 3 } } @@ -452,12 +402,10 @@ JSRoot { identifierName: "" end: Object { column: 45 - index: 162 line: 3 } start: Object { column: 44 - index: 161 line: 3 } } @@ -471,12 +419,10 @@ JSRoot { identifierName: "value" end: Object { column: 24 - index: 141 line: 3 } start: Object { column: 19 - index: 136 line: 3 } } @@ -486,12 +432,10 @@ JSRoot { filename: "typescript/assert-predicate/function-declaration/input.ts" end: Object { column: 33 - index: 150 line: 3 } start: Object { column: 19 - index: 136 line: 3 } } @@ -500,12 +444,10 @@ JSRoot { filename: "typescript/assert-predicate/function-declaration/input.ts" end: Object { column: 33 - index: 150 line: 3 } start: Object { column: 26 - index: 143 line: 3 } } @@ -520,12 +462,10 @@ JSRoot { filename: "typescript/assert-predicate/function-declaration/input.ts" end: Object { column: 46 - index: 163 line: 3 } start: Object { column: 45 - index: 162 line: 3 } } @@ -535,12 +475,10 @@ JSRoot { filename: "typescript/assert-predicate/function-declaration/input.ts" end: Object { column: 46 - index: 163 line: 3 } start: Object { column: 45 - index: 162 line: 3 } } diff --git a/internal/js-parser/test-fixtures/typescript/assert-predicate/invalid-escaped-asserts-keyword/input.test.md b/internal/js-parser/test-fixtures/typescript/assert-predicate/invalid-escaped-asserts-keyword/input.test.md index ae6d6ac2fc4..65c80ba1572 100644 --- a/internal/js-parser/test-fixtures/typescript/assert-predicate/invalid-escaped-asserts-keyword/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/assert-predicate/invalid-escaped-asserts-keyword/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/assert-predicate/invalid-escaped-asserts-keyword/input.ts" end: Object { column: 0 - index: 69 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "function" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -84,12 +78,10 @@ JSRoot { filename: "typescript/assert-predicate/invalid-escaped-asserts-keyword/input.ts" end: Object { column: 68 - index: 68 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "typescript/assert-predicate/invalid-escaped-asserts-keyword/input.ts" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -122,12 +112,10 @@ JSRoot { identifierName: "assertIsString" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -138,12 +126,10 @@ JSRoot { filename: "typescript/assert-predicate/invalid-escaped-asserts-keyword/input.ts" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -157,12 +143,10 @@ JSRoot { filename: "typescript/assert-predicate/invalid-escaped-asserts-keyword/input.ts" end: Object { column: 68 - index: 68 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -172,12 +156,10 @@ JSRoot { filename: "typescript/assert-predicate/invalid-escaped-asserts-keyword/input.ts" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -188,12 +170,10 @@ JSRoot { identifierName: "value" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -204,12 +184,10 @@ JSRoot { filename: "typescript/assert-predicate/invalid-escaped-asserts-keyword/input.ts" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -219,12 +197,10 @@ JSRoot { filename: "typescript/assert-predicate/invalid-escaped-asserts-keyword/input.ts" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 47 - index: 47 line: 1 } } @@ -235,12 +211,10 @@ JSRoot { filename: "typescript/assert-predicate/invalid-escaped-asserts-keyword/input.ts" end: Object { column: 61 - index: 61 line: 1 } start: Object { column: 49 - index: 49 line: 1 } } @@ -251,12 +225,10 @@ JSRoot { identifierName: "asserts" end: Object { column: 61 - index: 61 line: 1 } start: Object { column: 49 - index: 49 line: 1 } } @@ -267,12 +239,10 @@ JSRoot { filename: "typescript/assert-predicate/invalid-escaped-asserts-keyword/input.ts" end: Object { column: 68 - index: 68 line: 1 } start: Object { column: 62 - index: 62 line: 1 } } @@ -283,12 +253,10 @@ JSRoot { identifierName: "value" end: Object { column: 67 - index: 67 line: 1 } start: Object { column: 62 - index: 62 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/cast/arrow-async-parameter-as/input.test.md b/internal/js-parser/test-fixtures/typescript/cast/arrow-async-parameter-as/input.test.md index 5f084585e50..0ae964aba24 100644 --- a/internal/js-parser/test-fixtures/typescript/cast/arrow-async-parameter-as/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/cast/arrow-async-parameter-as/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/cast/arrow-async-parameter-as/input.ts" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "typescript/cast/arrow-async-parameter-as/input.ts" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "typescript/cast/arrow-async-parameter-as/input.ts" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "typescript/cast/arrow-async-parameter-as/input.ts" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { filename: "typescript/cast/arrow-async-parameter-as/input.ts" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "typescript/cast/arrow-async-parameter-as/input.ts" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/cast/arrow-async-parameter-assertion/input.test.md b/internal/js-parser/test-fixtures/typescript/cast/arrow-async-parameter-assertion/input.test.md index 0b5e3865ba4..710cba83b2c 100644 --- a/internal/js-parser/test-fixtures/typescript/cast/arrow-async-parameter-assertion/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/cast/arrow-async-parameter-assertion/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/cast/arrow-async-parameter-assertion/input.ts" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "typescript/cast/arrow-async-parameter-assertion/input.ts" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "typescript/cast/arrow-async-parameter-assertion/input.ts" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "typescript/cast/arrow-async-parameter-assertion/input.ts" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { filename: "typescript/cast/arrow-async-parameter-assertion/input.ts" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "typescript/cast/arrow-async-parameter-assertion/input.ts" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/cast/arrow-in-parens-with-parens-node/input.test.md b/internal/js-parser/test-fixtures/typescript/cast/arrow-in-parens-with-parens-node/input.test.md index ec2d3de5952..2faeed56fcc 100644 --- a/internal/js-parser/test-fixtures/typescript/cast/arrow-in-parens-with-parens-node/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/cast/arrow-in-parens-with-parens-node/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/cast/arrow-in-parens-with-parens-node/input.ts" end: Object { column: 0 - index: 45 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/cast/arrow-in-parens-with-parens-node/input.ts" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "typescript/cast/arrow-in-parens-with-parens-node/input.ts" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "asserted1" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "typescript/cast/arrow-in-parens-with-parens-node/input.ts" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "typescript/cast/arrow-in-parens-with-parens-node/input.ts" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -113,12 +101,10 @@ JSRoot { filename: "typescript/cast/arrow-in-parens-with-parens-node/input.ts" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -128,12 +114,10 @@ JSRoot { filename: "typescript/cast/arrow-in-parens-with-parens-node/input.ts" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -144,12 +128,10 @@ JSRoot { identifierName: "n" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } @@ -167,12 +149,10 @@ JSRoot { filename: "typescript/cast/arrow-in-parens-with-parens-node/input.ts" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -184,12 +164,10 @@ JSRoot { identifierName: "n" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -200,12 +178,10 @@ JSRoot { filename: "typescript/cast/arrow-in-parens-with-parens-node/input.ts" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -218,12 +194,10 @@ JSRoot { filename: "typescript/cast/arrow-in-parens-with-parens-node/input.ts" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/cast/arrow-in-parens/input.test.md b/internal/js-parser/test-fixtures/typescript/cast/arrow-in-parens/input.test.md index 90a5875de9e..f9df2a6891d 100644 --- a/internal/js-parser/test-fixtures/typescript/cast/arrow-in-parens/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/cast/arrow-in-parens/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/cast/arrow-in-parens/input.ts" end: Object { column: 0 - index: 45 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/cast/arrow-in-parens/input.ts" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "typescript/cast/arrow-in-parens/input.ts" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "asserted1" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "typescript/cast/arrow-in-parens/input.ts" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "typescript/cast/arrow-in-parens/input.ts" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -113,12 +101,10 @@ JSRoot { filename: "typescript/cast/arrow-in-parens/input.ts" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -128,12 +114,10 @@ JSRoot { filename: "typescript/cast/arrow-in-parens/input.ts" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -144,12 +128,10 @@ JSRoot { identifierName: "n" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } @@ -167,12 +149,10 @@ JSRoot { filename: "typescript/cast/arrow-in-parens/input.ts" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -184,12 +164,10 @@ JSRoot { identifierName: "n" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -200,12 +178,10 @@ JSRoot { filename: "typescript/cast/arrow-in-parens/input.ts" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -218,12 +194,10 @@ JSRoot { filename: "typescript/cast/arrow-in-parens/input.ts" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/cast/arrow-parameter-as/input.test.md b/internal/js-parser/test-fixtures/typescript/cast/arrow-parameter-as/input.test.md index 665343d8069..fe859ab9f68 100644 --- a/internal/js-parser/test-fixtures/typescript/cast/arrow-parameter-as/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/cast/arrow-parameter-as/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/cast/arrow-parameter-as/input.ts" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "typescript/cast/arrow-parameter-as/input.ts" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "typescript/cast/arrow-parameter-as/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "typescript/cast/arrow-parameter-as/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { filename: "typescript/cast/arrow-parameter-as/input.ts" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "typescript/cast/arrow-parameter-as/input.ts" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/cast/arrow-parameter-assertion/input.test.md b/internal/js-parser/test-fixtures/typescript/cast/arrow-parameter-assertion/input.test.md index 88dc89b6a9c..8f803b72d7d 100644 --- a/internal/js-parser/test-fixtures/typescript/cast/arrow-parameter-assertion/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/cast/arrow-parameter-assertion/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/cast/arrow-parameter-assertion/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "typescript/cast/arrow-parameter-assertion/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { filename: "typescript/cast/arrow-parameter-assertion/input.ts" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "typescript/cast/arrow-parameter-assertion/input.ts" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -111,12 +101,10 @@ JSRoot { filename: "typescript/cast/arrow-parameter-assertion/input.ts" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "typescript/cast/arrow-parameter-assertion/input.ts" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/cast/as-const/input.test.md b/internal/js-parser/test-fixtures/typescript/cast/as-const/input.test.md index 4116904fa4a..822ebb22ec7 100644 --- a/internal/js-parser/test-fixtures/typescript/cast/as-const/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/cast/as-const/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 0 - index: 1_128 line: 40 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 99 - index: 142 line: 2 } start: Object { column: 0 - index: 43 line: 2 } } @@ -72,12 +66,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 61 - index: 821 line: 26 } start: Object { column: 53 - index: 813 line: 26 } } @@ -93,12 +85,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 24 - index: 167 line: 3 } start: Object { column: 0 - index: 143 line: 3 } } @@ -109,12 +99,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 24 - index: 167 line: 3 } start: Object { column: 0 - index: 143 line: 3 } } @@ -128,12 +116,10 @@ JSRoot { identifierName: "v1" end: Object { column: 6 - index: 149 line: 3 } start: Object { column: 4 - index: 147 line: 3 } } @@ -143,12 +129,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 23 - index: 166 line: 3 } start: Object { column: 4 - index: 147 line: 3 } } @@ -157,12 +141,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 23 - index: 166 line: 3 } start: Object { column: 9 - index: 152 line: 3 } } @@ -172,12 +154,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 14 - index: 157 line: 3 } start: Object { column: 9 - index: 152 line: 3 } } @@ -189,12 +169,10 @@ JSRoot { identifierName: "const" end: Object { column: 23 - index: 166 line: 3 } start: Object { column: 18 - index: 161 line: 3 } } @@ -209,12 +187,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 24 - index: 192 line: 4 } start: Object { column: 0 - index: 168 line: 4 } } @@ -224,12 +200,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 24 - index: 192 line: 4 } start: Object { column: 0 - index: 168 line: 4 } } @@ -242,12 +216,10 @@ JSRoot { identifierName: "v2" end: Object { column: 6 - index: 174 line: 4 } start: Object { column: 4 - index: 172 line: 4 } } @@ -256,12 +228,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 23 - index: 191 line: 4 } start: Object { column: 4 - index: 172 line: 4 } } @@ -270,12 +240,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 23 - index: 191 line: 4 } start: Object { column: 9 - index: 177 line: 4 } } @@ -286,12 +254,10 @@ JSRoot { identifierName: "const" end: Object { column: 23 - index: 191 line: 4 } start: Object { column: 18 - index: 186 line: 4 } } @@ -302,12 +268,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 14 - index: 182 line: 4 } start: Object { column: 9 - index: 177 line: 4 } } @@ -320,12 +284,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 13 - index: 181 line: 4 } start: Object { column: 10 - index: 178 line: 4 } } @@ -342,12 +304,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 21 - index: 214 line: 5 } start: Object { column: 0 - index: 193 line: 5 } } @@ -357,12 +317,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 21 - index: 214 line: 5 } start: Object { column: 0 - index: 193 line: 5 } } @@ -375,12 +333,10 @@ JSRoot { identifierName: "v3" end: Object { column: 6 - index: 199 line: 5 } start: Object { column: 4 - index: 197 line: 5 } } @@ -389,12 +345,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 20 - index: 213 line: 5 } start: Object { column: 4 - index: 197 line: 5 } } @@ -403,12 +357,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 20 - index: 213 line: 5 } start: Object { column: 9 - index: 202 line: 5 } } @@ -419,12 +371,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 11 - index: 204 line: 5 } start: Object { column: 9 - index: 202 line: 5 } } @@ -436,12 +386,10 @@ JSRoot { identifierName: "const" end: Object { column: 20 - index: 213 line: 5 } start: Object { column: 15 - index: 208 line: 5 } } @@ -456,12 +404,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 22 - index: 237 line: 6 } start: Object { column: 0 - index: 215 line: 6 } } @@ -471,12 +417,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 22 - index: 237 line: 6 } start: Object { column: 0 - index: 215 line: 6 } } @@ -489,12 +433,10 @@ JSRoot { identifierName: "v4" end: Object { column: 6 - index: 221 line: 6 } start: Object { column: 4 - index: 219 line: 6 } } @@ -503,12 +445,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 21 - index: 236 line: 6 } start: Object { column: 4 - index: 219 line: 6 } } @@ -517,12 +457,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 21 - index: 236 line: 6 } start: Object { column: 9 - index: 224 line: 6 } } @@ -533,12 +471,10 @@ JSRoot { identifierName: "const" end: Object { column: 21 - index: 236 line: 6 } start: Object { column: 16 - index: 231 line: 6 } } @@ -550,12 +486,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 12 - index: 227 line: 6 } start: Object { column: 9 - index: 224 line: 6 } } @@ -566,12 +500,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 12 - index: 227 line: 6 } start: Object { column: 10 - index: 225 line: 6 } } @@ -587,12 +519,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 22 - index: 260 line: 7 } start: Object { column: 0 - index: 238 line: 7 } } @@ -602,12 +532,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 22 - index: 260 line: 7 } start: Object { column: 0 - index: 238 line: 7 } } @@ -620,12 +548,10 @@ JSRoot { identifierName: "v5" end: Object { column: 6 - index: 244 line: 7 } start: Object { column: 4 - index: 242 line: 7 } } @@ -634,12 +560,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 21 - index: 259 line: 7 } start: Object { column: 4 - index: 242 line: 7 } } @@ -648,12 +572,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 21 - index: 259 line: 7 } start: Object { column: 9 - index: 247 line: 7 } } @@ -664,12 +586,10 @@ JSRoot { identifierName: "const" end: Object { column: 21 - index: 259 line: 7 } start: Object { column: 16 - index: 254 line: 7 } } @@ -681,12 +601,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 12 - index: 250 line: 7 } start: Object { column: 9 - index: 247 line: 7 } } @@ -697,12 +615,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 12 - index: 250 line: 7 } start: Object { column: 10 - index: 248 line: 7 } } @@ -718,12 +634,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 21 - index: 282 line: 8 } start: Object { column: 0 - index: 261 line: 8 } } @@ -733,12 +647,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 21 - index: 282 line: 8 } start: Object { column: 0 - index: 261 line: 8 } } @@ -751,12 +663,10 @@ JSRoot { identifierName: "v6" end: Object { column: 6 - index: 267 line: 8 } start: Object { column: 4 - index: 265 line: 8 } } @@ -765,12 +675,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 20 - index: 281 line: 8 } start: Object { column: 4 - index: 265 line: 8 } } @@ -779,12 +687,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 20 - index: 281 line: 8 } start: Object { column: 9 - index: 270 line: 8 } } @@ -795,12 +701,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 11 - index: 272 line: 8 } start: Object { column: 9 - index: 270 line: 8 } } @@ -812,12 +716,10 @@ JSRoot { identifierName: "const" end: Object { column: 20 - index: 281 line: 8 } start: Object { column: 15 - index: 276 line: 8 } } @@ -832,12 +734,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 22 - index: 305 line: 9 } start: Object { column: 0 - index: 283 line: 9 } } @@ -847,12 +747,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 22 - index: 305 line: 9 } start: Object { column: 0 - index: 283 line: 9 } } @@ -865,12 +763,10 @@ JSRoot { identifierName: "v7" end: Object { column: 6 - index: 289 line: 9 } start: Object { column: 4 - index: 287 line: 9 } } @@ -879,12 +775,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 21 - index: 304 line: 9 } start: Object { column: 4 - index: 287 line: 9 } } @@ -893,12 +787,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 21 - index: 304 line: 9 } start: Object { column: 9 - index: 292 line: 9 } } @@ -909,12 +801,10 @@ JSRoot { identifierName: "const" end: Object { column: 21 - index: 304 line: 9 } start: Object { column: 16 - index: 299 line: 9 } } @@ -926,12 +816,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 12 - index: 295 line: 9 } start: Object { column: 9 - index: 292 line: 9 } } @@ -942,12 +830,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 12 - index: 295 line: 9 } start: Object { column: 10 - index: 293 line: 9 } } @@ -963,12 +849,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 23 - index: 329 line: 10 } start: Object { column: 0 - index: 306 line: 10 } } @@ -978,12 +862,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 23 - index: 329 line: 10 } start: Object { column: 0 - index: 306 line: 10 } } @@ -996,12 +878,10 @@ JSRoot { identifierName: "v8" end: Object { column: 6 - index: 312 line: 10 } start: Object { column: 4 - index: 310 line: 10 } } @@ -1010,12 +890,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 22 - index: 328 line: 10 } start: Object { column: 4 - index: 310 line: 10 } } @@ -1024,12 +902,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 22 - index: 328 line: 10 } start: Object { column: 9 - index: 315 line: 10 } } @@ -1039,12 +915,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 13 - index: 319 line: 10 } start: Object { column: 9 - index: 315 line: 10 } } @@ -1056,12 +930,10 @@ JSRoot { identifierName: "const" end: Object { column: 22 - index: 328 line: 10 } start: Object { column: 17 - index: 323 line: 10 } } @@ -1076,12 +948,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 24 - index: 354 line: 11 } start: Object { column: 0 - index: 330 line: 11 } } @@ -1091,12 +961,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 24 - index: 354 line: 11 } start: Object { column: 0 - index: 330 line: 11 } } @@ -1109,12 +977,10 @@ JSRoot { identifierName: "v9" end: Object { column: 6 - index: 336 line: 11 } start: Object { column: 4 - index: 334 line: 11 } } @@ -1123,12 +989,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 23 - index: 353 line: 11 } start: Object { column: 4 - index: 334 line: 11 } } @@ -1137,12 +1001,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 23 - index: 353 line: 11 } start: Object { column: 9 - index: 339 line: 11 } } @@ -1152,12 +1014,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 14 - index: 344 line: 11 } start: Object { column: 9 - index: 339 line: 11 } } @@ -1169,12 +1029,10 @@ JSRoot { identifierName: "const" end: Object { column: 23 - index: 353 line: 11 } start: Object { column: 18 - index: 348 line: 11 } } @@ -1189,12 +1047,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 21 - index: 377 line: 13 } start: Object { column: 0 - index: 356 line: 13 } } @@ -1204,12 +1060,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 21 - index: 377 line: 13 } start: Object { column: 0 - index: 356 line: 13 } } @@ -1222,12 +1076,10 @@ JSRoot { identifierName: "a1" end: Object { column: 6 - index: 362 line: 13 } start: Object { column: 4 - index: 360 line: 13 } } @@ -1236,12 +1088,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 20 - index: 376 line: 13 } start: Object { column: 4 - index: 360 line: 13 } } @@ -1250,12 +1100,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 20 - index: 376 line: 13 } start: Object { column: 9 - index: 365 line: 13 } } @@ -1265,12 +1113,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 11 - index: 367 line: 13 } start: Object { column: 9 - index: 365 line: 13 } } @@ -1282,12 +1128,10 @@ JSRoot { identifierName: "const" end: Object { column: 20 - index: 376 line: 13 } start: Object { column: 15 - index: 371 line: 13 } } @@ -1302,12 +1146,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 28 - index: 406 line: 14 } start: Object { column: 0 - index: 378 line: 14 } } @@ -1317,12 +1159,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 28 - index: 406 line: 14 } start: Object { column: 0 - index: 378 line: 14 } } @@ -1335,12 +1175,10 @@ JSRoot { identifierName: "a2" end: Object { column: 6 - index: 384 line: 14 } start: Object { column: 4 - index: 382 line: 14 } } @@ -1349,12 +1187,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 27 - index: 405 line: 14 } start: Object { column: 4 - index: 382 line: 14 } } @@ -1363,12 +1199,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 27 - index: 405 line: 14 } start: Object { column: 9 - index: 387 line: 14 } } @@ -1379,12 +1213,10 @@ JSRoot { identifierName: "const" end: Object { column: 27 - index: 405 line: 14 } start: Object { column: 22 - index: 400 line: 14 } } @@ -1394,12 +1226,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 18 - index: 396 line: 14 } start: Object { column: 9 - index: 387 line: 14 } } @@ -1411,12 +1241,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 11 - index: 389 line: 14 } start: Object { column: 10 - index: 388 line: 14 } } @@ -1428,12 +1256,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 14 - index: 392 line: 14 } start: Object { column: 13 - index: 391 line: 14 } } @@ -1445,12 +1271,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 17 - index: 395 line: 14 } start: Object { column: 16 - index: 394 line: 14 } } @@ -1467,12 +1291,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 38 - index: 445 line: 15 } start: Object { column: 0 - index: 407 line: 15 } } @@ -1482,12 +1304,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 38 - index: 445 line: 15 } start: Object { column: 0 - index: 407 line: 15 } } @@ -1500,12 +1320,10 @@ JSRoot { identifierName: "a3" end: Object { column: 6 - index: 413 line: 15 } start: Object { column: 4 - index: 411 line: 15 } } @@ -1514,12 +1332,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 37 - index: 444 line: 15 } start: Object { column: 4 - index: 411 line: 15 } } @@ -1528,12 +1344,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 37 - index: 444 line: 15 } start: Object { column: 9 - index: 416 line: 15 } } @@ -1544,12 +1358,10 @@ JSRoot { identifierName: "const" end: Object { column: 37 - index: 444 line: 15 } start: Object { column: 32 - index: 439 line: 15 } } @@ -1559,12 +1371,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 28 - index: 435 line: 15 } start: Object { column: 9 - index: 416 line: 15 } } @@ -1576,12 +1386,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 12 - index: 419 line: 15 } start: Object { column: 10 - index: 417 line: 15 } } @@ -1592,12 +1400,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 21 - index: 428 line: 15 } start: Object { column: 14 - index: 421 line: 15 } } @@ -1608,12 +1414,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 27 - index: 434 line: 15 } start: Object { column: 23 - index: 430 line: 15 } } @@ -1630,12 +1434,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 33 - index: 479 line: 16 } start: Object { column: 0 - index: 446 line: 16 } } @@ -1645,12 +1447,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 33 - index: 479 line: 16 } start: Object { column: 0 - index: 446 line: 16 } } @@ -1663,12 +1463,10 @@ JSRoot { identifierName: "a4" end: Object { column: 6 - index: 452 line: 16 } start: Object { column: 4 - index: 450 line: 16 } } @@ -1677,12 +1475,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 32 - index: 478 line: 16 } start: Object { column: 4 - index: 450 line: 16 } } @@ -1691,12 +1487,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 32 - index: 478 line: 16 } start: Object { column: 9 - index: 455 line: 16 } } @@ -1707,12 +1501,10 @@ JSRoot { identifierName: "const" end: Object { column: 32 - index: 478 line: 16 } start: Object { column: 27 - index: 473 line: 16 } } @@ -1722,12 +1514,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 23 - index: 469 line: 16 } start: Object { column: 9 - index: 455 line: 16 } } @@ -1737,12 +1527,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 22 - index: 468 line: 16 } start: Object { column: 10 - index: 456 line: 16 } } @@ -1751,12 +1539,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 22 - index: 468 line: 16 } start: Object { column: 13 - index: 459 line: 16 } } @@ -1768,12 +1554,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 15 - index: 461 line: 16 } start: Object { column: 14 - index: 460 line: 16 } } @@ -1785,12 +1569,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 18 - index: 464 line: 16 } start: Object { column: 17 - index: 463 line: 16 } } @@ -1802,12 +1584,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 21 - index: 467 line: 16 } start: Object { column: 20 - index: 466 line: 16 } } @@ -1827,12 +1607,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 19 - index: 499 line: 17 } start: Object { column: 0 - index: 480 line: 17 } } @@ -1842,12 +1620,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 19 - index: 499 line: 17 } start: Object { column: 0 - index: 480 line: 17 } } @@ -1860,12 +1636,10 @@ JSRoot { identifierName: "a5" end: Object { column: 6 - index: 486 line: 17 } start: Object { column: 4 - index: 484 line: 17 } } @@ -1874,12 +1648,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 18 - index: 498 line: 17 } start: Object { column: 4 - index: 484 line: 17 } } @@ -1888,12 +1660,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 18 - index: 498 line: 17 } start: Object { column: 9 - index: 489 line: 17 } } @@ -1905,12 +1675,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 11 - index: 491 line: 17 } start: Object { column: 10 - index: 490 line: 17 } } @@ -1922,12 +1690,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 14 - index: 494 line: 17 } start: Object { column: 13 - index: 493 line: 17 } } @@ -1939,12 +1705,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 17 - index: 497 line: 17 } start: Object { column: 16 - index: 496 line: 17 } } @@ -1960,12 +1724,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 26 - index: 526 line: 18 } start: Object { column: 0 - index: 500 line: 18 } } @@ -1975,12 +1737,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 26 - index: 526 line: 18 } start: Object { column: 0 - index: 500 line: 18 } } @@ -1993,12 +1753,10 @@ JSRoot { identifierName: "a6" end: Object { column: 6 - index: 506 line: 18 } start: Object { column: 4 - index: 504 line: 18 } } @@ -2007,12 +1765,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 25 - index: 525 line: 18 } start: Object { column: 4 - index: 504 line: 18 } } @@ -2021,12 +1777,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 25 - index: 525 line: 18 } start: Object { column: 9 - index: 509 line: 18 } } @@ -2037,12 +1791,10 @@ JSRoot { identifierName: "const" end: Object { column: 25 - index: 525 line: 18 } start: Object { column: 20 - index: 520 line: 18 } } @@ -2052,12 +1804,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 16 - index: 516 line: 18 } start: Object { column: 9 - index: 509 line: 18 } } @@ -2067,12 +1817,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 15 - index: 515 line: 18 } start: Object { column: 10 - index: 510 line: 18 } } @@ -2083,12 +1831,10 @@ JSRoot { identifierName: "a5" end: Object { column: 15 - index: 515 line: 18 } start: Object { column: 13 - index: 513 line: 18 } } @@ -2106,12 +1852,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 33 - index: 560 line: 19 } start: Object { column: 0 - index: 527 line: 19 } } @@ -2121,12 +1865,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 33 - index: 560 line: 19 } start: Object { column: 0 - index: 527 line: 19 } } @@ -2139,12 +1881,10 @@ JSRoot { identifierName: "a8" end: Object { column: 6 - index: 533 line: 19 } start: Object { column: 4 - index: 531 line: 19 } } @@ -2153,12 +1893,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 32 - index: 559 line: 19 } start: Object { column: 4 - index: 531 line: 19 } } @@ -2167,12 +1905,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 32 - index: 559 line: 19 } start: Object { column: 9 - index: 536 line: 19 } } @@ -2183,12 +1919,10 @@ JSRoot { identifierName: "const" end: Object { column: 32 - index: 559 line: 19 } start: Object { column: 27 - index: 554 line: 19 } } @@ -2198,12 +1932,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 23 - index: 550 line: 19 } start: Object { column: 9 - index: 536 line: 19 } } @@ -2214,12 +1946,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 15 - index: 542 line: 19 } start: Object { column: 10 - index: 537 line: 19 } } @@ -2229,12 +1959,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 22 - index: 549 line: 19 } start: Object { column: 17 - index: 544 line: 19 } } @@ -2245,12 +1973,10 @@ JSRoot { identifierName: "a7" end: Object { column: 22 - index: 549 line: 19 } start: Object { column: 20 - index: 547 line: 19 } } @@ -2268,12 +1994,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 35 - index: 597 line: 21 } start: Object { column: 0 - index: 562 line: 21 } } @@ -2283,12 +2007,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 35 - index: 597 line: 21 } start: Object { column: 0 - index: 562 line: 21 } } @@ -2301,12 +2023,10 @@ JSRoot { identifierName: "o1" end: Object { column: 6 - index: 568 line: 21 } start: Object { column: 4 - index: 566 line: 21 } } @@ -2315,12 +2035,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 34 - index: 596 line: 21 } start: Object { column: 4 - index: 566 line: 21 } } @@ -2329,12 +2047,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 34 - index: 596 line: 21 } start: Object { column: 9 - index: 571 line: 21 } } @@ -2345,12 +2061,10 @@ JSRoot { identifierName: "const" end: Object { column: 34 - index: 596 line: 21 } start: Object { column: 29 - index: 591 line: 21 } } @@ -2360,12 +2074,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 25 - index: 587 line: 21 } start: Object { column: 9 - index: 571 line: 21 } } @@ -2379,12 +2091,10 @@ JSRoot { identifierName: "x" end: Object { column: 12 - index: 574 line: 21 } start: Object { column: 11 - index: 573 line: 21 } } @@ -2393,12 +2103,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 12 - index: 574 line: 21 } start: Object { column: 11 - index: 573 line: 21 } } @@ -2410,12 +2118,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 16 - index: 578 line: 21 } start: Object { column: 14 - index: 576 line: 21 } } @@ -2424,12 +2130,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 16 - index: 578 line: 21 } start: Object { column: 11 - index: 573 line: 21 } } @@ -2443,12 +2147,10 @@ JSRoot { identifierName: "y" end: Object { column: 19 - index: 581 line: 21 } start: Object { column: 18 - index: 580 line: 21 } } @@ -2457,12 +2159,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 19 - index: 581 line: 21 } start: Object { column: 18 - index: 580 line: 21 } } @@ -2474,12 +2174,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 23 - index: 585 line: 21 } start: Object { column: 21 - index: 583 line: 21 } } @@ -2488,12 +2186,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 23 - index: 585 line: 21 } start: Object { column: 18 - index: 580 line: 21 } } @@ -2510,12 +2206,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 68 - index: 666 line: 22 } start: Object { column: 0 - index: 598 line: 22 } } @@ -2525,12 +2219,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 68 - index: 666 line: 22 } start: Object { column: 0 - index: 598 line: 22 } } @@ -2543,12 +2235,10 @@ JSRoot { identifierName: "o2" end: Object { column: 6 - index: 604 line: 22 } start: Object { column: 4 - index: 602 line: 22 } } @@ -2557,12 +2247,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 67 - index: 665 line: 22 } start: Object { column: 4 - index: 602 line: 22 } } @@ -2571,12 +2259,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 67 - index: 665 line: 22 } start: Object { column: 9 - index: 607 line: 22 } } @@ -2587,12 +2273,10 @@ JSRoot { identifierName: "const" end: Object { column: 67 - index: 665 line: 22 } start: Object { column: 62 - index: 660 line: 22 } } @@ -2602,12 +2286,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 58 - index: 656 line: 22 } start: Object { column: 9 - index: 607 line: 22 } } @@ -2621,12 +2303,10 @@ JSRoot { identifierName: "a" end: Object { column: 12 - index: 610 line: 22 } start: Object { column: 11 - index: 609 line: 22 } } @@ -2635,12 +2315,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 12 - index: 610 line: 22 } start: Object { column: 11 - index: 609 line: 22 } } @@ -2652,12 +2330,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 15 - index: 613 line: 22 } start: Object { column: 14 - index: 612 line: 22 } } @@ -2666,12 +2342,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 15 - index: 613 line: 22 } start: Object { column: 11 - index: 609 line: 22 } } @@ -2684,12 +2358,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 20 - index: 618 line: 22 } start: Object { column: 17 - index: 615 line: 22 } } @@ -2698,12 +2370,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 20 - index: 618 line: 22 } start: Object { column: 17 - index: 615 line: 22 } } @@ -2715,12 +2385,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 23 - index: 621 line: 22 } start: Object { column: 22 - index: 620 line: 22 } } @@ -2729,12 +2397,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 23 - index: 621 line: 22 } start: Object { column: 17 - index: 615 line: 22 } } @@ -2747,12 +2413,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 29 - index: 627 line: 22 } start: Object { column: 26 - index: 624 line: 22 } } @@ -2761,12 +2425,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 30 - index: 628 line: 22 } start: Object { column: 25 - index: 623 line: 22 } } @@ -2778,12 +2440,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 33 - index: 631 line: 22 } start: Object { column: 32 - index: 630 line: 22 } } @@ -2792,12 +2452,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 33 - index: 631 line: 22 } start: Object { column: 25 - index: 623 line: 22 } } @@ -2812,12 +2470,10 @@ JSRoot { identifierName: "d" end: Object { column: 36 - index: 634 line: 22 } start: Object { column: 35 - index: 633 line: 22 } } @@ -2826,12 +2482,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 36 - index: 634 line: 22 } start: Object { column: 35 - index: 633 line: 22 } } @@ -2840,12 +2494,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 41 - index: 639 line: 22 } start: Object { column: 35 - index: 633 line: 22 } } @@ -2856,12 +2508,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 41 - index: 639 line: 22 } start: Object { column: 39 - index: 637 line: 22 } } @@ -2879,12 +2529,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 38 - index: 636 line: 22 } start: Object { column: 36 - index: 634 line: 22 } } @@ -2898,12 +2546,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 52 - index: 650 line: 22 } start: Object { column: 44 - index: 642 line: 22 } } @@ -2913,12 +2559,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 47 - index: 645 line: 22 } start: Object { column: 44 - index: 642 line: 22 } } @@ -2929,12 +2573,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 52 - index: 650 line: 22 } start: Object { column: 50 - index: 648 line: 22 } } @@ -2944,12 +2586,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 53 - index: 651 line: 22 } start: Object { column: 43 - index: 641 line: 22 } } @@ -2961,12 +2601,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 56 - index: 654 line: 22 } start: Object { column: 55 - index: 653 line: 22 } } @@ -2975,12 +2613,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 56 - index: 654 line: 22 } start: Object { column: 43 - index: 641 line: 22 } } @@ -2997,12 +2633,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 35 - index: 702 line: 23 } start: Object { column: 0 - index: 667 line: 23 } } @@ -3012,12 +2646,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 35 - index: 702 line: 23 } start: Object { column: 0 - index: 667 line: 23 } } @@ -3030,12 +2662,10 @@ JSRoot { identifierName: "o3" end: Object { column: 6 - index: 673 line: 23 } start: Object { column: 4 - index: 671 line: 23 } } @@ -3044,12 +2674,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 34 - index: 701 line: 23 } start: Object { column: 4 - index: 671 line: 23 } } @@ -3058,12 +2686,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 34 - index: 701 line: 23 } start: Object { column: 9 - index: 676 line: 23 } } @@ -3074,12 +2700,10 @@ JSRoot { identifierName: "const" end: Object { column: 34 - index: 701 line: 23 } start: Object { column: 29 - index: 696 line: 23 } } @@ -3089,12 +2713,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 25 - index: 692 line: 23 } start: Object { column: 9 - index: 676 line: 23 } } @@ -3104,12 +2726,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 16 - index: 683 line: 23 } start: Object { column: 11 - index: 678 line: 23 } } @@ -3120,12 +2740,10 @@ JSRoot { identifierName: "o1" end: Object { column: 16 - index: 683 line: 23 } start: Object { column: 14 - index: 681 line: 23 } } @@ -3136,12 +2754,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 23 - index: 690 line: 23 } start: Object { column: 18 - index: 685 line: 23 } } @@ -3152,12 +2768,10 @@ JSRoot { identifierName: "o2" end: Object { column: 23 - index: 690 line: 23 } start: Object { column: 21 - index: 688 line: 23 } } @@ -3175,12 +2789,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 28 - index: 731 line: 24 } start: Object { column: 0 - index: 703 line: 24 } } @@ -3190,12 +2802,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 28 - index: 731 line: 24 } start: Object { column: 0 - index: 703 line: 24 } } @@ -3208,12 +2818,10 @@ JSRoot { identifierName: "o5" end: Object { column: 6 - index: 709 line: 24 } start: Object { column: 4 - index: 707 line: 24 } } @@ -3222,12 +2830,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 27 - index: 730 line: 24 } start: Object { column: 4 - index: 707 line: 24 } } @@ -3236,12 +2842,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 27 - index: 730 line: 24 } start: Object { column: 9 - index: 712 line: 24 } } @@ -3252,12 +2856,10 @@ JSRoot { identifierName: "const" end: Object { column: 27 - index: 730 line: 24 } start: Object { column: 22 - index: 725 line: 24 } } @@ -3267,12 +2869,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 18 - index: 721 line: 24 } start: Object { column: 9 - index: 712 line: 24 } } @@ -3282,12 +2882,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 16 - index: 719 line: 24 } start: Object { column: 11 - index: 714 line: 24 } } @@ -3298,12 +2896,10 @@ JSRoot { identifierName: "o4" end: Object { column: 16 - index: 719 line: 24 } start: Object { column: 14 - index: 717 line: 24 } } @@ -3321,12 +2917,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 27 - index: 759 line: 25 } start: Object { column: 0 - index: 732 line: 25 } } @@ -3336,12 +2930,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 27 - index: 759 line: 25 } start: Object { column: 0 - index: 732 line: 25 } } @@ -3354,12 +2946,10 @@ JSRoot { identifierName: "o7" end: Object { column: 6 - index: 738 line: 25 } start: Object { column: 4 - index: 736 line: 25 } } @@ -3368,12 +2958,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 26 - index: 758 line: 25 } start: Object { column: 4 - index: 736 line: 25 } } @@ -3382,12 +2970,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 26 - index: 758 line: 25 } start: Object { column: 9 - index: 741 line: 25 } } @@ -3398,12 +2984,10 @@ JSRoot { identifierName: "const" end: Object { column: 26 - index: 758 line: 25 } start: Object { column: 21 - index: 753 line: 25 } } @@ -3413,12 +2997,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 17 - index: 749 line: 25 } start: Object { column: 9 - index: 741 line: 25 } } @@ -3428,12 +3010,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 15 - index: 747 line: 25 } start: Object { column: 11 - index: 743 line: 25 } } @@ -3444,12 +3024,10 @@ JSRoot { identifierName: "d" end: Object { column: 15 - index: 747 line: 25 } start: Object { column: 14 - index: 746 line: 25 } } @@ -3468,12 +3046,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 51 - index: 811 line: 26 } start: Object { column: 0 - index: 760 line: 26 } } @@ -3484,12 +3060,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 51 - index: 811 line: 26 } start: Object { column: 0 - index: 760 line: 26 } } @@ -3502,12 +3076,10 @@ JSRoot { identifierName: "o9" end: Object { column: 6 - index: 766 line: 26 } start: Object { column: 4 - index: 764 line: 26 } } @@ -3516,12 +3088,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 50 - index: 810 line: 26 } start: Object { column: 4 - index: 764 line: 26 } } @@ -3530,12 +3100,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 50 - index: 810 line: 26 } start: Object { column: 9 - index: 769 line: 26 } } @@ -3546,12 +3114,10 @@ JSRoot { identifierName: "const" end: Object { column: 50 - index: 810 line: 26 } start: Object { column: 45 - index: 805 line: 26 } } @@ -3561,12 +3127,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 41 - index: 801 line: 26 } start: Object { column: 9 - index: 769 line: 26 } } @@ -3580,12 +3144,10 @@ JSRoot { identifierName: "x" end: Object { column: 12 - index: 772 line: 26 } start: Object { column: 11 - index: 771 line: 26 } } @@ -3594,12 +3156,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 12 - index: 772 line: 26 } start: Object { column: 11 - index: 771 line: 26 } } @@ -3611,12 +3171,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 16 - index: 776 line: 26 } start: Object { column: 14 - index: 774 line: 26 } } @@ -3625,12 +3183,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 16 - index: 776 line: 26 } start: Object { column: 11 - index: 771 line: 26 } } @@ -3645,12 +3201,10 @@ JSRoot { identifierName: "foo" end: Object { column: 21 - index: 781 line: 26 } start: Object { column: 18 - index: 778 line: 26 } } @@ -3659,12 +3213,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 21 - index: 781 line: 26 } start: Object { column: 18 - index: 778 line: 26 } } @@ -3673,12 +3225,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 39 - index: 799 line: 26 } start: Object { column: 18 - index: 778 line: 26 } } @@ -3695,12 +3245,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 23 - index: 783 line: 26 } start: Object { column: 21 - index: 781 line: 26 } } @@ -3711,12 +3259,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 39 - index: 799 line: 26 } start: Object { column: 24 - index: 784 line: 26 } } @@ -3726,12 +3272,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 37 - index: 797 line: 26 } start: Object { column: 26 - index: 786 line: 26 } } @@ -3741,12 +3285,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 37 - index: 797 line: 26 } start: Object { column: 26 - index: 786 line: 26 } } @@ -3757,12 +3299,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 37 - index: 797 line: 26 } start: Object { column: 35 - index: 795 line: 26 } } @@ -3772,12 +3312,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 32 - index: 792 line: 26 } start: Object { column: 26 - index: 786 line: 26 } } @@ -3786,12 +3324,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 30 - index: 790 line: 26 } start: Object { column: 26 - index: 786 line: 26 } } @@ -3804,12 +3340,10 @@ JSRoot { identifierName: "x" end: Object { column: 32 - index: 792 line: 26 } start: Object { column: 31 - index: 791 line: 26 } } @@ -3819,12 +3353,10 @@ JSRoot { identifierName: "x" end: Object { column: 32 - index: 792 line: 26 } start: Object { column: 31 - index: 791 line: 26 } } @@ -3848,12 +3380,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 23 - index: 846 line: 28 } start: Object { column: 0 - index: 823 line: 28 } } @@ -3864,12 +3394,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 23 - index: 846 line: 28 } start: Object { column: 0 - index: 823 line: 28 } } @@ -3883,12 +3411,10 @@ JSRoot { identifierName: "p1" end: Object { column: 6 - index: 829 line: 28 } start: Object { column: 4 - index: 827 line: 28 } } @@ -3898,12 +3424,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 22 - index: 845 line: 28 } start: Object { column: 4 - index: 827 line: 28 } } @@ -3912,12 +3436,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 22 - index: 845 line: 28 } start: Object { column: 9 - index: 832 line: 28 } } @@ -3928,12 +3450,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 12 - index: 835 line: 28 } start: Object { column: 10 - index: 833 line: 28 } } @@ -3945,12 +3465,10 @@ JSRoot { identifierName: "const" end: Object { column: 22 - index: 845 line: 28 } start: Object { column: 17 - index: 840 line: 28 } } @@ -3965,12 +3483,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 26 - index: 873 line: 29 } start: Object { column: 0 - index: 847 line: 29 } } @@ -3980,12 +3496,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 26 - index: 873 line: 29 } start: Object { column: 0 - index: 847 line: 29 } } @@ -3998,12 +3512,10 @@ JSRoot { identifierName: "p2" end: Object { column: 6 - index: 853 line: 29 } start: Object { column: 4 - index: 851 line: 29 } } @@ -4012,12 +3524,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 25 - index: 872 line: 29 } start: Object { column: 4 - index: 851 line: 29 } } @@ -4026,12 +3536,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 25 - index: 872 line: 29 } start: Object { column: 9 - index: 856 line: 29 } } @@ -4042,12 +3550,10 @@ JSRoot { identifierName: "const" end: Object { column: 25 - index: 872 line: 29 } start: Object { column: 20 - index: 867 line: 29 } } @@ -4059,12 +3565,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 14 - index: 861 line: 29 } start: Object { column: 11 - index: 858 line: 29 } } @@ -4075,12 +3579,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 14 - index: 861 line: 29 } start: Object { column: 12 - index: 859 line: 29 } } @@ -4096,12 +3598,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 27 - index: 901 line: 30 } start: Object { column: 0 - index: 874 line: 30 } } @@ -4111,12 +3611,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 27 - index: 901 line: 30 } start: Object { column: 0 - index: 874 line: 30 } } @@ -4129,12 +3627,10 @@ JSRoot { identifierName: "p3" end: Object { column: 6 - index: 880 line: 30 } start: Object { column: 4 - index: 878 line: 30 } } @@ -4143,12 +3639,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 26 - index: 900 line: 30 } start: Object { column: 4 - index: 878 line: 30 } } @@ -4157,12 +3651,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 26 - index: 900 line: 30 } start: Object { column: 9 - index: 883 line: 30 } } @@ -4173,12 +3665,10 @@ JSRoot { identifierName: "const" end: Object { column: 26 - index: 900 line: 30 } start: Object { column: 21 - index: 895 line: 30 } } @@ -4188,12 +3678,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 16 - index: 890 line: 30 } start: Object { column: 10 - index: 884 line: 30 } } @@ -4205,12 +3693,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 14 - index: 888 line: 30 } start: Object { column: 12 - index: 886 line: 30 } } @@ -4227,12 +3713,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 29 - index: 931 line: 31 } start: Object { column: 0 - index: 902 line: 31 } } @@ -4242,12 +3726,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 29 - index: 931 line: 31 } start: Object { column: 0 - index: 902 line: 31 } } @@ -4260,12 +3742,10 @@ JSRoot { identifierName: "p4" end: Object { column: 6 - index: 908 line: 31 } start: Object { column: 4 - index: 906 line: 31 } } @@ -4274,12 +3754,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 28 - index: 930 line: 31 } start: Object { column: 4 - index: 906 line: 31 } } @@ -4288,12 +3766,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 28 - index: 930 line: 31 } start: Object { column: 9 - index: 911 line: 31 } } @@ -4304,12 +3780,10 @@ JSRoot { identifierName: "const" end: Object { column: 28 - index: 930 line: 31 } start: Object { column: 23 - index: 925 line: 31 } } @@ -4319,12 +3793,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 19 - index: 921 line: 31 } start: Object { column: 9 - index: 911 line: 31 } } @@ -4334,12 +3806,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 18 - index: 920 line: 31 } start: Object { column: 10 - index: 912 line: 31 } } @@ -4349,12 +3819,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 17 - index: 919 line: 31 } start: Object { column: 11 - index: 913 line: 31 } } @@ -4364,12 +3832,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 16 - index: 918 line: 31 } start: Object { column: 12 - index: 914 line: 31 } } @@ -4381,12 +3847,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 15 - index: 917 line: 31 } start: Object { column: 13 - index: 915 line: 31 } } @@ -4409,12 +3873,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 62 - index: 995 line: 33 } start: Object { column: 0 - index: 933 line: 33 } } @@ -4424,12 +3886,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 62 - index: 995 line: 33 } start: Object { column: 0 - index: 933 line: 33 } } @@ -4442,12 +3902,10 @@ JSRoot { identifierName: "x1" end: Object { column: 6 - index: 939 line: 33 } start: Object { column: 4 - index: 937 line: 33 } } @@ -4456,12 +3914,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 61 - index: 994 line: 33 } start: Object { column: 4 - index: 937 line: 33 } } @@ -4470,12 +3926,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 61 - index: 994 line: 33 } start: Object { column: 9 - index: 942 line: 33 } } @@ -4486,12 +3940,10 @@ JSRoot { identifierName: "const" end: Object { column: 61 - index: 994 line: 33 } start: Object { column: 56 - index: 989 line: 33 } } @@ -4501,12 +3953,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 52 - index: 985 line: 33 } start: Object { column: 9 - index: 942 line: 33 } } @@ -4520,12 +3970,10 @@ JSRoot { identifierName: "x" end: Object { column: 12 - index: 945 line: 33 } start: Object { column: 11 - index: 944 line: 33 } } @@ -4534,12 +3982,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 12 - index: 945 line: 33 } start: Object { column: 11 - index: 944 line: 33 } } @@ -4551,12 +3997,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 16 - index: 949 line: 33 } start: Object { column: 14 - index: 947 line: 33 } } @@ -4565,12 +4009,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 16 - index: 949 line: 33 } start: Object { column: 11 - index: 944 line: 33 } } @@ -4584,12 +4026,10 @@ JSRoot { identifierName: "y" end: Object { column: 19 - index: 952 line: 33 } start: Object { column: 18 - index: 951 line: 33 } } @@ -4598,12 +4038,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 19 - index: 952 line: 33 } start: Object { column: 18 - index: 951 line: 33 } } @@ -4613,12 +4051,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 29 - index: 962 line: 33 } start: Object { column: 21 - index: 954 line: 33 } } @@ -4630,12 +4066,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 24 - index: 957 line: 33 } start: Object { column: 22 - index: 955 line: 33 } } @@ -4647,12 +4081,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 28 - index: 961 line: 33 } start: Object { column: 26 - index: 959 line: 33 } } @@ -4663,12 +4095,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 29 - index: 962 line: 33 } start: Object { column: 18 - index: 951 line: 33 } } @@ -4682,12 +4112,10 @@ JSRoot { identifierName: "z" end: Object { column: 32 - index: 965 line: 33 } start: Object { column: 31 - index: 964 line: 33 } } @@ -4696,12 +4124,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 32 - index: 965 line: 33 } start: Object { column: 31 - index: 964 line: 33 } } @@ -4711,12 +4137,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 50 - index: 983 line: 33 } start: Object { column: 34 - index: 967 line: 33 } } @@ -4730,12 +4154,10 @@ JSRoot { identifierName: "a" end: Object { column: 37 - index: 970 line: 33 } start: Object { column: 36 - index: 969 line: 33 } } @@ -4744,12 +4166,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 37 - index: 970 line: 33 } start: Object { column: 36 - index: 969 line: 33 } } @@ -4759,12 +4179,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 48 - index: 981 line: 33 } start: Object { column: 39 - index: 972 line: 33 } } @@ -4778,12 +4196,10 @@ JSRoot { identifierName: "b" end: Object { column: 42 - index: 975 line: 33 } start: Object { column: 41 - index: 974 line: 33 } } @@ -4792,12 +4208,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 42 - index: 975 line: 33 } start: Object { column: 41 - index: 974 line: 33 } } @@ -4809,12 +4223,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 46 - index: 979 line: 33 } start: Object { column: 44 - index: 977 line: 33 } } @@ -4823,12 +4235,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 46 - index: 979 line: 33 } start: Object { column: 41 - index: 974 line: 33 } } @@ -4839,12 +4249,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 48 - index: 981 line: 33 } start: Object { column: 36 - index: 969 line: 33 } } @@ -4855,12 +4263,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 50 - index: 983 line: 33 } start: Object { column: 31 - index: 964 line: 33 } } @@ -4877,12 +4283,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 20 - index: 1_017 line: 35 } start: Object { column: 0 - index: 997 line: 35 } } @@ -4892,12 +4296,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 20 - index: 1_017 line: 35 } start: Object { column: 0 - index: 997 line: 35 } } @@ -4910,12 +4312,10 @@ JSRoot { identifierName: "q1" end: Object { column: 6 - index: 1_003 line: 35 } start: Object { column: 4 - index: 1_001 line: 35 } } @@ -4924,12 +4324,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 19 - index: 1_016 line: 35 } start: Object { column: 4 - index: 1_001 line: 35 } } @@ -4938,12 +4336,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 19 - index: 1_016 line: 35 } start: Object { column: 9 - index: 1_006 line: 35 } } @@ -4954,12 +4350,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 19 - index: 1_016 line: 35 } start: Object { column: 17 - index: 1_014 line: 35 } } @@ -4971,12 +4365,10 @@ JSRoot { identifierName: "const" end: Object { column: 15 - index: 1_012 line: 35 } start: Object { column: 10 - index: 1_007 line: 35 } } @@ -4991,12 +4383,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 23 - index: 1_041 line: 36 } start: Object { column: 0 - index: 1_018 line: 36 } } @@ -5006,12 +4396,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 23 - index: 1_041 line: 36 } start: Object { column: 0 - index: 1_018 line: 36 } } @@ -5024,12 +4412,10 @@ JSRoot { identifierName: "q2" end: Object { column: 6 - index: 1_024 line: 36 } start: Object { column: 4 - index: 1_022 line: 36 } } @@ -5038,12 +4424,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 22 - index: 1_040 line: 36 } start: Object { column: 4 - index: 1_022 line: 36 } } @@ -5052,12 +4436,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 22 - index: 1_040 line: 36 } start: Object { column: 9 - index: 1_027 line: 36 } } @@ -5067,12 +4449,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 22 - index: 1_040 line: 36 } start: Object { column: 17 - index: 1_035 line: 36 } } @@ -5084,12 +4464,10 @@ JSRoot { identifierName: "const" end: Object { column: 15 - index: 1_033 line: 36 } start: Object { column: 10 - index: 1_028 line: 36 } } @@ -5104,12 +4482,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 22 - index: 1_064 line: 37 } start: Object { column: 0 - index: 1_042 line: 37 } } @@ -5119,12 +4495,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 22 - index: 1_064 line: 37 } start: Object { column: 0 - index: 1_042 line: 37 } } @@ -5137,12 +4511,10 @@ JSRoot { identifierName: "q3" end: Object { column: 6 - index: 1_048 line: 37 } start: Object { column: 4 - index: 1_046 line: 37 } } @@ -5151,12 +4523,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 21 - index: 1_063 line: 37 } start: Object { column: 4 - index: 1_046 line: 37 } } @@ -5165,12 +4535,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 21 - index: 1_063 line: 37 } start: Object { column: 9 - index: 1_051 line: 37 } } @@ -5180,12 +4548,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 21 - index: 1_063 line: 37 } start: Object { column: 17 - index: 1_059 line: 37 } } @@ -5197,12 +4563,10 @@ JSRoot { identifierName: "const" end: Object { column: 15 - index: 1_057 line: 37 } start: Object { column: 10 - index: 1_052 line: 37 } } @@ -5217,12 +4581,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 27 - index: 1_092 line: 38 } start: Object { column: 0 - index: 1_065 line: 38 } } @@ -5232,12 +4594,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 27 - index: 1_092 line: 38 } start: Object { column: 0 - index: 1_065 line: 38 } } @@ -5250,12 +4610,10 @@ JSRoot { identifierName: "q4" end: Object { column: 6 - index: 1_071 line: 38 } start: Object { column: 4 - index: 1_069 line: 38 } } @@ -5264,12 +4622,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 26 - index: 1_091 line: 38 } start: Object { column: 4 - index: 1_069 line: 38 } } @@ -5278,12 +4634,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 26 - index: 1_091 line: 38 } start: Object { column: 9 - index: 1_074 line: 38 } } @@ -5294,12 +4648,10 @@ JSRoot { identifierName: "const" end: Object { column: 15 - index: 1_080 line: 38 } start: Object { column: 10 - index: 1_075 line: 38 } } @@ -5309,12 +4661,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 26 - index: 1_091 line: 38 } start: Object { column: 17 - index: 1_082 line: 38 } } @@ -5326,12 +4676,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 19 - index: 1_084 line: 38 } start: Object { column: 18 - index: 1_083 line: 38 } } @@ -5343,12 +4691,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 22 - index: 1_087 line: 38 } start: Object { column: 21 - index: 1_086 line: 38 } } @@ -5360,12 +4706,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 25 - index: 1_090 line: 38 } start: Object { column: 24 - index: 1_089 line: 38 } } @@ -5382,12 +4726,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 34 - index: 1_127 line: 39 } start: Object { column: 0 - index: 1_093 line: 39 } } @@ -5397,12 +4739,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 34 - index: 1_127 line: 39 } start: Object { column: 0 - index: 1_093 line: 39 } } @@ -5415,12 +4755,10 @@ JSRoot { identifierName: "q5" end: Object { column: 6 - index: 1_099 line: 39 } start: Object { column: 4 - index: 1_097 line: 39 } } @@ -5429,12 +4767,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 33 - index: 1_126 line: 39 } start: Object { column: 4 - index: 1_097 line: 39 } } @@ -5443,12 +4779,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 33 - index: 1_126 line: 39 } start: Object { column: 9 - index: 1_102 line: 39 } } @@ -5459,12 +4793,10 @@ JSRoot { identifierName: "const" end: Object { column: 15 - index: 1_108 line: 39 } start: Object { column: 10 - index: 1_103 line: 39 } } @@ -5474,12 +4806,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 33 - index: 1_126 line: 39 } start: Object { column: 17 - index: 1_110 line: 39 } } @@ -5493,12 +4823,10 @@ JSRoot { identifierName: "x" end: Object { column: 20 - index: 1_113 line: 39 } start: Object { column: 19 - index: 1_112 line: 39 } } @@ -5507,12 +4835,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 20 - index: 1_113 line: 39 } start: Object { column: 19 - index: 1_112 line: 39 } } @@ -5524,12 +4850,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 24 - index: 1_117 line: 39 } start: Object { column: 22 - index: 1_115 line: 39 } } @@ -5538,12 +4862,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 24 - index: 1_117 line: 39 } start: Object { column: 19 - index: 1_112 line: 39 } } @@ -5557,12 +4879,10 @@ JSRoot { identifierName: "y" end: Object { column: 27 - index: 1_120 line: 39 } start: Object { column: 26 - index: 1_119 line: 39 } } @@ -5571,12 +4891,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 27 - index: 1_120 line: 39 } start: Object { column: 26 - index: 1_119 line: 39 } } @@ -5588,12 +4906,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 31 - index: 1_124 line: 39 } start: Object { column: 29 - index: 1_122 line: 39 } } @@ -5602,12 +4918,10 @@ JSRoot { filename: "typescript/cast/as-const/input.ts" end: Object { column: 31 - index: 1_124 line: 39 } start: Object { column: 26 - index: 1_119 line: 39 } } diff --git a/internal/js-parser/test-fixtures/typescript/cast/as/input.test.md b/internal/js-parser/test-fixtures/typescript/cast/as/input.test.md index 283fde1a77a..bcac5a4ebf6 100644 --- a/internal/js-parser/test-fixtures/typescript/cast/as/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/cast/as/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/cast/as/input.ts" end: Object { column: 0 - index: 107 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "typescript/cast/as/input.ts" end: Object { column: 40 - index: 48 line: 2 } start: Object { column: 18 - index: 26 line: 2 } } @@ -55,12 +51,10 @@ JSRoot { filename: "typescript/cast/as/input.ts" end: Object { column: 42 - index: 91 line: 3 } start: Object { column: 19 - index: 68 line: 3 } } @@ -72,12 +66,10 @@ JSRoot { filename: "typescript/cast/as/input.ts" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "typescript/cast/as/input.ts" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "typescript/cast/as/input.ts" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { identifierName: "T" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -153,12 +137,10 @@ JSRoot { filename: "typescript/cast/as/input.ts" end: Object { column: 17 - index: 25 line: 2 } start: Object { column: 0 - index: 8 line: 2 } } @@ -167,12 +149,10 @@ JSRoot { filename: "typescript/cast/as/input.ts" end: Object { column: 16 - index: 24 line: 2 } start: Object { column: 0 - index: 8 line: 2 } } @@ -181,12 +161,10 @@ JSRoot { filename: "typescript/cast/as/input.ts" end: Object { column: 16 - index: 24 line: 2 } start: Object { column: 9 - index: 17 line: 2 } } @@ -197,12 +175,10 @@ JSRoot { filename: "typescript/cast/as/input.ts" end: Object { column: 5 - index: 13 line: 2 } start: Object { column: 0 - index: 8 line: 2 } } @@ -213,12 +189,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 9 line: 2 } start: Object { column: 0 - index: 8 line: 2 } } @@ -230,12 +204,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 13 line: 2 } start: Object { column: 4 - index: 12 line: 2 } } @@ -250,12 +222,10 @@ JSRoot { filename: "typescript/cast/as/input.ts" end: Object { column: 18 - index: 67 line: 3 } start: Object { column: 0 - index: 49 line: 3 } } @@ -266,12 +236,10 @@ JSRoot { filename: "typescript/cast/as/input.ts" end: Object { column: 17 - index: 66 line: 3 } start: Object { column: 0 - index: 49 line: 3 } } @@ -283,12 +251,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 50 line: 3 } start: Object { column: 0 - index: 49 line: 3 } } @@ -298,12 +264,10 @@ JSRoot { filename: "typescript/cast/as/input.ts" end: Object { column: 17 - index: 66 line: 3 } start: Object { column: 6 - index: 55 line: 3 } } @@ -312,12 +276,10 @@ JSRoot { filename: "typescript/cast/as/input.ts" end: Object { column: 17 - index: 66 line: 3 } start: Object { column: 11 - index: 60 line: 3 } } @@ -329,12 +291,10 @@ JSRoot { filename: "typescript/cast/as/input.ts" end: Object { column: 7 - index: 56 line: 3 } start: Object { column: 6 - index: 55 line: 3 } } @@ -348,12 +308,10 @@ JSRoot { filename: "typescript/cast/as/input.ts" end: Object { column: 14 - index: 106 line: 4 } start: Object { column: 0 - index: 92 line: 4 } } @@ -363,12 +321,10 @@ JSRoot { filename: "typescript/cast/as/input.ts" end: Object { column: 13 - index: 105 line: 4 } start: Object { column: 0 - index: 92 line: 4 } } @@ -378,12 +334,10 @@ JSRoot { filename: "typescript/cast/as/input.ts" end: Object { column: 13 - index: 105 line: 4 } start: Object { column: 12 - index: 104 line: 4 } } @@ -394,12 +348,10 @@ JSRoot { identifierName: "T" end: Object { column: 13 - index: 105 line: 4 } start: Object { column: 12 - index: 104 line: 4 } } @@ -411,12 +363,10 @@ JSRoot { filename: "typescript/cast/as/input.ts" end: Object { column: 8 - index: 100 line: 4 } start: Object { column: 0 - index: 92 line: 4 } } @@ -425,12 +375,10 @@ JSRoot { filename: "typescript/cast/as/input.ts" end: Object { column: 8 - index: 100 line: 4 } start: Object { column: 5 - index: 97 line: 4 } } @@ -443,12 +391,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 93 line: 4 } start: Object { column: 0 - index: 92 line: 4 } } diff --git a/internal/js-parser/test-fixtures/typescript/cast/assert-and-assign/input.test.md b/internal/js-parser/test-fixtures/typescript/cast/assert-and-assign/input.test.md index 74c7f7c4dce..f030aa92511 100644 --- a/internal/js-parser/test-fixtures/typescript/cast/assert-and-assign/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/cast/assert-and-assign/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/cast/assert-and-assign/input.ts" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/cast/assert-and-assign/input.ts" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "typescript/cast/assert-and-assign/input.ts" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "typescript/cast/assert-and-assign/input.ts" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "typescript/cast/assert-and-assign/input.ts" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -97,12 +87,10 @@ JSRoot { filename: "typescript/cast/assert-and-assign/input.ts" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { identifierName: "a" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/cast/destructure-and-assign/input.test.md b/internal/js-parser/test-fixtures/typescript/cast/destructure-and-assign/input.test.md index dc018dfd610..499c9393287 100644 --- a/internal/js-parser/test-fixtures/typescript/cast/destructure-and-assign/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/cast/destructure-and-assign/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/cast/destructure-and-assign/input.ts" end: Object { column: 0 - index: 42 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "typescript/cast/destructure-and-assign/input.ts" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "typescript/cast/destructure-and-assign/input.ts" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -90,12 +82,10 @@ JSRoot { filename: "typescript/cast/destructure-and-assign/input.ts" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "typescript/cast/destructure-and-assign/input.ts" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -125,12 +113,10 @@ JSRoot { filename: "typescript/cast/destructure-and-assign/input.ts" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -140,12 +126,10 @@ JSRoot { filename: "typescript/cast/destructure-and-assign/input.ts" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -154,12 +138,10 @@ JSRoot { filename: "typescript/cast/destructure-and-assign/input.ts" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -171,12 +153,10 @@ JSRoot { identifierName: "a" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -191,12 +171,10 @@ JSRoot { filename: "typescript/cast/destructure-and-assign/input.ts" end: Object { column: 19 - index: 41 line: 2 } start: Object { column: 0 - index: 22 line: 2 } } @@ -206,12 +184,10 @@ JSRoot { filename: "typescript/cast/destructure-and-assign/input.ts" end: Object { column: 18 - index: 40 line: 2 } start: Object { column: 0 - index: 22 line: 2 } } @@ -220,12 +196,10 @@ JSRoot { filename: "typescript/cast/destructure-and-assign/input.ts" end: Object { column: 18 - index: 40 line: 2 } start: Object { column: 14 - index: 36 line: 2 } } @@ -237,12 +211,10 @@ JSRoot { filename: "typescript/cast/destructure-and-assign/input.ts" end: Object { column: 17 - index: 39 line: 2 } start: Object { column: 15 - index: 37 line: 2 } } @@ -255,12 +227,10 @@ JSRoot { filename: "typescript/cast/destructure-and-assign/input.ts" end: Object { column: 11 - index: 33 line: 2 } start: Object { column: 0 - index: 22 line: 2 } } @@ -270,12 +240,10 @@ JSRoot { filename: "typescript/cast/destructure-and-assign/input.ts" end: Object { column: 10 - index: 32 line: 2 } start: Object { column: 1 - index: 23 line: 2 } } @@ -284,12 +252,10 @@ JSRoot { filename: "typescript/cast/destructure-and-assign/input.ts" end: Object { column: 8 - index: 30 line: 2 } start: Object { column: 2 - index: 24 line: 2 } } @@ -301,12 +267,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 32 line: 2 } start: Object { column: 9 - index: 31 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/cast/false-positive/input.test.md b/internal/js-parser/test-fixtures/typescript/cast/false-positive/input.test.md index 86ba15163a2..d7582cba8a7 100644 --- a/internal/js-parser/test-fixtures/typescript/cast/false-positive/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/cast/false-positive/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/cast/false-positive/input.ts" end: Object { column: 0 - index: 15 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/cast/false-positive/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "typescript/cast/false-positive/input.ts" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "f" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "typescript/cast/false-positive/input.ts" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "x" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "typescript/cast/false-positive/input.ts" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -139,12 +125,10 @@ JSRoot { filename: "typescript/cast/false-positive/input.ts" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -153,12 +137,10 @@ JSRoot { filename: "typescript/cast/false-positive/input.ts" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -169,12 +151,10 @@ JSRoot { filename: "typescript/cast/false-positive/input.ts" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/cast/multiple-assert-and-assign/input.test.md b/internal/js-parser/test-fixtures/typescript/cast/multiple-assert-and-assign/input.test.md index 9455e5f9b7f..c2b3ae8af91 100644 --- a/internal/js-parser/test-fixtures/typescript/cast/multiple-assert-and-assign/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/cast/multiple-assert-and-assign/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/cast/multiple-assert-and-assign/input.ts" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/cast/multiple-assert-and-assign/input.ts" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "typescript/cast/multiple-assert-and-assign/input.ts" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "typescript/cast/multiple-assert-and-assign/input.ts" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "typescript/cast/multiple-assert-and-assign/input.ts" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -97,12 +87,10 @@ JSRoot { filename: "typescript/cast/multiple-assert-and-assign/input.ts" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -112,12 +100,10 @@ JSRoot { filename: "typescript/cast/multiple-assert-and-assign/input.ts" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -126,12 +112,10 @@ JSRoot { filename: "typescript/cast/multiple-assert-and-assign/input.ts" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -143,12 +127,10 @@ JSRoot { identifierName: "a" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/cast/need-parentheses/input.test.md b/internal/js-parser/test-fixtures/typescript/cast/need-parentheses/input.test.md index 486a172904a..43b6d464ae7 100644 --- a/internal/js-parser/test-fixtures/typescript/cast/need-parentheses/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/cast/need-parentheses/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/cast/need-parentheses/input.ts" end: Object { column: 0 - index: 29 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/cast/need-parentheses/input.ts" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "typescript/cast/need-parentheses/input.ts" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "y" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { identifierName: "y" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "typescript/cast/need-parentheses/input.ts" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { identifierName: "x" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -130,12 +116,10 @@ JSRoot { filename: "typescript/cast/need-parentheses/input.ts" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -146,12 +130,10 @@ JSRoot { identifierName: "T" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -165,12 +147,10 @@ JSRoot { filename: "typescript/cast/need-parentheses/input.ts" end: Object { column: 11 - index: 22 line: 2 } start: Object { column: 0 - index: 11 line: 2 } } @@ -179,12 +159,10 @@ JSRoot { filename: "typescript/cast/need-parentheses/input.ts" end: Object { column: 10 - index: 21 line: 2 } start: Object { column: 0 - index: 11 line: 2 } } @@ -196,12 +174,10 @@ JSRoot { identifierName: "y" end: Object { column: 10 - index: 21 line: 2 } start: Object { column: 9 - index: 20 line: 2 } } @@ -211,12 +187,10 @@ JSRoot { identifierName: "y" end: Object { column: 10 - index: 21 line: 2 } start: Object { column: 9 - index: 20 line: 2 } } @@ -226,12 +200,10 @@ JSRoot { filename: "typescript/cast/need-parentheses/input.ts" end: Object { column: 7 - index: 18 line: 2 } start: Object { column: 1 - index: 12 line: 2 } } @@ -242,12 +214,10 @@ JSRoot { identifierName: "x" end: Object { column: 2 - index: 13 line: 2 } start: Object { column: 1 - index: 12 line: 2 } } @@ -258,12 +228,10 @@ JSRoot { filename: "typescript/cast/need-parentheses/input.ts" end: Object { column: 7 - index: 18 line: 2 } start: Object { column: 6 - index: 17 line: 2 } } @@ -274,12 +242,10 @@ JSRoot { identifierName: "T" end: Object { column: 7 - index: 18 line: 2 } start: Object { column: 6 - index: 17 line: 2 } } @@ -293,12 +259,10 @@ JSRoot { filename: "typescript/cast/need-parentheses/input.ts" end: Object { column: 5 - index: 28 line: 3 } start: Object { column: 0 - index: 23 line: 3 } } @@ -307,12 +271,10 @@ JSRoot { filename: "typescript/cast/need-parentheses/input.ts" end: Object { column: 4 - index: 27 line: 3 } start: Object { column: 0 - index: 23 line: 3 } } @@ -321,12 +283,10 @@ JSRoot { filename: "typescript/cast/need-parentheses/input.ts" end: Object { column: 2 - index: 25 line: 3 } start: Object { column: 0 - index: 23 line: 3 } } @@ -337,12 +297,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 24 line: 3 } start: Object { column: 0 - index: 23 line: 3 } } @@ -356,12 +314,10 @@ JSRoot { identifierName: "y" end: Object { column: 4 - index: 27 line: 3 } start: Object { column: 3 - index: 26 line: 3 } } @@ -371,12 +327,10 @@ JSRoot { identifierName: "y" end: Object { column: 4 - index: 27 line: 3 } start: Object { column: 3 - index: 26 line: 3 } } diff --git a/internal/js-parser/test-fixtures/typescript/cast/null-assertion-2/input.test.md b/internal/js-parser/test-fixtures/typescript/cast/null-assertion-2/input.test.md index 53d819fee55..e1c32a15b13 100644 --- a/internal/js-parser/test-fixtures/typescript/cast/null-assertion-2/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/cast/null-assertion-2/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/cast/null-assertion-2/input.ts" end: Object { column: 0 - index: 7 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/cast/null-assertion-2/input.ts" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "typescript/cast/null-assertion-2/input.ts" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "typescript/cast/null-assertion-2/input.ts" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "typescript/cast/null-assertion-2/input.ts" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/cast/null-assertion-3/input.test.md b/internal/js-parser/test-fixtures/typescript/cast/null-assertion-3/input.test.md index 7884f92998e..846a95b7f25 100644 --- a/internal/js-parser/test-fixtures/typescript/cast/null-assertion-3/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/cast/null-assertion-3/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/cast/null-assertion-3/input.ts" end: Object { column: 0 - index: 18 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/cast/null-assertion-3/input.ts" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "typescript/cast/null-assertion-3/input.ts" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "typescript/cast/null-assertion-3/input.ts" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "typescript/cast/null-assertion-3/input.ts" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -113,12 +101,10 @@ JSRoot { filename: "typescript/cast/null-assertion-3/input.ts" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -129,12 +115,10 @@ JSRoot { identifierName: "foo" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/cast/null-assertion-and-assign-2/input.test.md b/internal/js-parser/test-fixtures/typescript/cast/null-assertion-and-assign-2/input.test.md index fd6bde45ff3..d0aa15a9beb 100644 --- a/internal/js-parser/test-fixtures/typescript/cast/null-assertion-and-assign-2/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/cast/null-assertion-and-assign-2/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/cast/null-assertion-and-assign-2/input.ts" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/cast/null-assertion-and-assign-2/input.ts" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "typescript/cast/null-assertion-and-assign-2/input.ts" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "typescript/cast/null-assertion-and-assign-2/input.ts" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "typescript/cast/null-assertion-and-assign-2/input.ts" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/cast/null-assertion-and-assign/input.test.md b/internal/js-parser/test-fixtures/typescript/cast/null-assertion-and-assign/input.test.md index c583973b47c..5af953fbd1b 100644 --- a/internal/js-parser/test-fixtures/typescript/cast/null-assertion-and-assign/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/cast/null-assertion-and-assign/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/cast/null-assertion-and-assign/input.ts" end: Object { column: 0 - index: 9 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/cast/null-assertion-and-assign/input.ts" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "typescript/cast/null-assertion-and-assign/input.ts" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "typescript/cast/null-assertion-and-assign/input.ts" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "typescript/cast/null-assertion-and-assign/input.ts" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/cast/null-assertion-false-positive/input.test.md b/internal/js-parser/test-fixtures/typescript/cast/null-assertion-false-positive/input.test.md index 72a30c85cfe..6031d5a5946 100644 --- a/internal/js-parser/test-fixtures/typescript/cast/null-assertion-false-positive/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/cast/null-assertion-false-positive/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/cast/null-assertion-false-positive/input.ts" end: Object { column: 0 - index: 5 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/cast/null-assertion-false-positive/input.ts" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "a" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/cast/null-assertion-false-positive/input.ts" end: Object { column: 2 - index: 4 line: 2 } start: Object { column: 0 - index: 2 line: 2 } } @@ -85,12 +77,10 @@ JSRoot { filename: "typescript/cast/null-assertion-false-positive/input.ts" end: Object { column: 2 - index: 4 line: 2 } start: Object { column: 0 - index: 2 line: 2 } } @@ -101,12 +91,10 @@ JSRoot { identifierName: "b" end: Object { column: 2 - index: 4 line: 2 } start: Object { column: 1 - index: 3 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/cast/null-assertion-then-property-access/input.test.md b/internal/js-parser/test-fixtures/typescript/cast/null-assertion-then-property-access/input.test.md index 98068881514..3948e115b5f 100644 --- a/internal/js-parser/test-fixtures/typescript/cast/null-assertion-then-property-access/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/cast/null-assertion-then-property-access/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/cast/null-assertion-then-property-access/input.ts" end: Object { column: 0 - index: 6 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/cast/null-assertion-then-property-access/input.ts" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "typescript/cast/null-assertion-then-property-access/input.ts" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -65,12 +59,10 @@ JSRoot { filename: "typescript/cast/null-assertion-then-property-access/input.ts" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -81,12 +73,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "y" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { identifierName: "y" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/cast/null-assertion/input.test.md b/internal/js-parser/test-fixtures/typescript/cast/null-assertion/input.test.md index 34a1ab1b4fb..eb76384fb57 100644 --- a/internal/js-parser/test-fixtures/typescript/cast/null-assertion/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/cast/null-assertion/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/cast/null-assertion/input.ts" end: Object { column: 0 - index: 4 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/cast/null-assertion/input.ts" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "typescript/cast/null-assertion/input.ts" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "x" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/cast/parameter-typecast/input.test.md b/internal/js-parser/test-fixtures/typescript/cast/parameter-typecast/input.test.md index 4c39ed8b8a1..f659cc4b05d 100644 --- a/internal/js-parser/test-fixtures/typescript/cast/parameter-typecast/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/cast/parameter-typecast/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/cast/parameter-typecast/input.ts" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "typescript/cast/parameter-typecast/input.ts" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "typescript/cast/parameter-typecast/input.ts" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "func" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/cast/type-assertion-after-operator/input.test.md b/internal/js-parser/test-fixtures/typescript/cast/type-assertion-after-operator/input.test.md index c798aa21d32..5e9d8fa832a 100644 --- a/internal/js-parser/test-fixtures/typescript/cast/type-assertion-after-operator/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/cast/type-assertion-after-operator/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/cast/type-assertion-after-operator/input.ts" end: Object { column: 0 - index: 16 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/cast/type-assertion-after-operator/input.ts" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "typescript/cast/type-assertion-after-operator/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "typescript/cast/type-assertion-after-operator/input.ts" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "typescript/cast/type-assertion-after-operator/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -97,12 +87,10 @@ JSRoot { filename: "typescript/cast/type-assertion-after-operator/input.ts" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { filename: "typescript/cast/type-assertion-after-operator/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/cast/type-assertion-and-assign/input.test.md b/internal/js-parser/test-fixtures/typescript/cast/type-assertion-and-assign/input.test.md index 77a0517d793..37d95e456d4 100644 --- a/internal/js-parser/test-fixtures/typescript/cast/type-assertion-and-assign/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/cast/type-assertion-and-assign/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/cast/type-assertion-and-assign/input.ts" end: Object { column: 0 - index: 19 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/cast/type-assertion-and-assign/input.ts" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "typescript/cast/type-assertion-and-assign/input.ts" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "typescript/cast/type-assertion-and-assign/input.ts" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "typescript/cast/type-assertion-and-assign/input.ts" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -97,12 +87,10 @@ JSRoot { filename: "typescript/cast/type-assertion-and-assign/input.ts" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/cast/type-assertion-before-operator/input.test.md b/internal/js-parser/test-fixtures/typescript/cast/type-assertion-before-operator/input.test.md index 01894d956cd..01a0e361847 100644 --- a/internal/js-parser/test-fixtures/typescript/cast/type-assertion-before-operator/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/cast/type-assertion-before-operator/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/cast/type-assertion-before-operator/input.ts" end: Object { column: 0 - index: 16 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/cast/type-assertion-before-operator/input.ts" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "typescript/cast/type-assertion-before-operator/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "typescript/cast/type-assertion-before-operator/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "typescript/cast/type-assertion-before-operator/input.ts" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -97,12 +87,10 @@ JSRoot { filename: "typescript/cast/type-assertion-before-operator/input.ts" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { filename: "typescript/cast/type-assertion-before-operator/input.ts" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/cast/type-assertion/input.test.md b/internal/js-parser/test-fixtures/typescript/cast/type-assertion/input.test.md index cd1bacba01c..5e52a485bd3 100644 --- a/internal/js-parser/test-fixtures/typescript/cast/type-assertion/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/cast/type-assertion/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/cast/type-assertion/input.ts" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/cast/type-assertion/input.ts" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "typescript/cast/type-assertion/input.ts" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -65,12 +59,10 @@ JSRoot { filename: "typescript/cast/type-assertion/input.ts" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -82,12 +74,10 @@ JSRoot { filename: "typescript/cast/type-assertion/input.ts" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/abstract-false-positive/input.test.md b/internal/js-parser/test-fixtures/typescript/class/abstract-false-positive/input.test.md index e07bc61506b..2bf379fbc8f 100644 --- a/internal/js-parser/test-fixtures/typescript/class/abstract-false-positive/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/abstract-false-positive/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/class/abstract-false-positive/input.ts" end: Object { column: 0 - index: 88 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "typescript/class/abstract-false-positive/input.ts" end: Object { column: 62 - index: 62 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { filename: "typescript/class/abstract-false-positive/input.ts" end: Object { column: 24 - index: 87 line: 2 } start: Object { column: 0 - index: 63 line: 2 } } @@ -73,12 +67,10 @@ JSRoot { identifierName: "abstract" end: Object { column: 23 - index: 86 line: 2 } start: Object { column: 15 - index: 78 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/abstract-new-line/input.test.md b/internal/js-parser/test-fixtures/typescript/class/abstract-new-line/input.test.md index 286872d2a11..2cf9328d2b9 100644 --- a/internal/js-parser/test-fixtures/typescript/class/abstract-new-line/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/abstract-new-line/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/class/abstract-new-line/input.ts" end: Object { column: 0 - index: 20 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/class/abstract-new-line/input.ts" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "abstract" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { identifierName: "B" end: Object { column: 7 - index: 16 line: 2 } start: Object { column: 6 - index: 15 line: 2 } } @@ -86,12 +78,10 @@ JSRoot { filename: "typescript/class/abstract-new-line/input.ts" end: Object { column: 10 - index: 19 line: 2 } start: Object { column: 0 - index: 9 line: 2 } } @@ -105,12 +95,10 @@ JSRoot { filename: "typescript/class/abstract-new-line/input.ts" end: Object { column: 10 - index: 19 line: 2 } start: Object { column: 0 - index: 9 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/abstract/input.test.md b/internal/js-parser/test-fixtures/typescript/class/abstract/input.test.md index 342da4728ea..b48592a8484 100644 --- a/internal/js-parser/test-fixtures/typescript/class/abstract/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/abstract/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/class/abstract/input.ts" end: Object { column: 0 - index: 255 line: 8 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "typescript/class/abstract/input.ts" end: Object { column: 54 - index: 132 line: 4 } start: Object { column: 0 - index: 78 line: 4 } } @@ -55,12 +51,10 @@ JSRoot { filename: "typescript/class/abstract/input.ts" end: Object { column: 50 - index: 254 line: 7 } start: Object { column: 0 - index: 204 line: 7 } } @@ -75,12 +69,10 @@ JSRoot { identifierName: "C1" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -90,12 +82,10 @@ JSRoot { filename: "typescript/class/abstract/input.ts" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "typescript/class/abstract/input.ts" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { identifierName: "C2" end: Object { column: 25 - index: 46 line: 2 } start: Object { column: 23 - index: 44 line: 2 } } @@ -144,12 +130,10 @@ JSRoot { filename: "typescript/class/abstract/input.ts" end: Object { column: 28 - index: 49 line: 2 } start: Object { column: 0 - index: 21 line: 2 } } @@ -163,12 +147,10 @@ JSRoot { filename: "typescript/class/abstract/input.ts" end: Object { column: 28 - index: 49 line: 2 } start: Object { column: 0 - index: 21 line: 2 } } @@ -182,12 +164,10 @@ JSRoot { filename: "typescript/class/abstract/input.ts" end: Object { column: 27 - index: 77 line: 3 } start: Object { column: 0 - index: 50 line: 3 } } @@ -199,12 +179,10 @@ JSRoot { identifierName: "C3" end: Object { column: 24 - index: 74 line: 3 } start: Object { column: 22 - index: 72 line: 3 } } @@ -215,12 +193,10 @@ JSRoot { filename: "typescript/class/abstract/input.ts" end: Object { column: 27 - index: 77 line: 3 } start: Object { column: 7 - index: 57 line: 3 } } @@ -235,12 +211,10 @@ JSRoot { filename: "typescript/class/abstract/input.ts" end: Object { column: 27 - index: 77 line: 3 } start: Object { column: 7 - index: 57 line: 3 } } @@ -253,12 +227,10 @@ JSRoot { filename: "typescript/class/abstract/input.ts" end: Object { column: 33 - index: 166 line: 5 } start: Object { column: 0 - index: 133 line: 5 } } @@ -269,12 +241,10 @@ JSRoot { filename: "typescript/class/abstract/input.ts" end: Object { column: 33 - index: 166 line: 5 } start: Object { column: 15 - index: 148 line: 5 } } @@ -285,12 +255,10 @@ JSRoot { filename: "typescript/class/abstract/input.ts" end: Object { column: 33 - index: 166 line: 5 } start: Object { column: 15 - index: 148 line: 5 } } @@ -305,12 +273,10 @@ JSRoot { filename: "typescript/class/abstract/input.ts" end: Object { column: 33 - index: 166 line: 5 } start: Object { column: 15 - index: 148 line: 5 } } @@ -323,12 +289,10 @@ JSRoot { filename: "typescript/class/abstract/input.ts" end: Object { column: 36 - index: 203 line: 6 } start: Object { column: 0 - index: 167 line: 6 } } @@ -340,12 +304,10 @@ JSRoot { identifierName: "C4" end: Object { column: 32 - index: 199 line: 6 } start: Object { column: 30 - index: 197 line: 6 } } @@ -356,12 +318,10 @@ JSRoot { filename: "typescript/class/abstract/input.ts" end: Object { column: 36 - index: 203 line: 6 } start: Object { column: 15 - index: 182 line: 6 } } @@ -376,12 +336,10 @@ JSRoot { filename: "typescript/class/abstract/input.ts" end: Object { column: 36 - index: 203 line: 6 } start: Object { column: 15 - index: 182 line: 6 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/async-named-properties/input.test.md b/internal/js-parser/test-fixtures/typescript/class/async-named-properties/input.test.md index 7cb9fb06b87..a2a81e64474 100644 --- a/internal/js-parser/test-fixtures/typescript/class/async-named-properties/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/async-named-properties/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/class/async-named-properties/input.ts" end: Object { column: 1 - index: 46 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "typescript/class/async-named-properties/input.ts" end: Object { column: 1 - index: 46 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "typescript/class/async-named-properties/input.ts" end: Object { column: 1 - index: 46 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "async" end: Object { column: 7 - index: 17 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "typescript/class/async-named-properties/input.ts" end: Object { column: 7 - index: 17 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -121,12 +109,10 @@ JSRoot { filename: "typescript/class/async-named-properties/input.ts" end: Object { column: 16 - index: 26 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -139,19 +125,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "typescript/class/async-named-properties/input.ts" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -168,12 +151,10 @@ JSRoot { filename: "typescript/class/async-named-properties/input.ts" end: Object { column: 16 - index: 26 line: 2 } start: Object { column: 8 - index: 18 line: 2 } } @@ -182,12 +163,10 @@ JSRoot { filename: "typescript/class/async-named-properties/input.ts" end: Object { column: 16 - index: 26 line: 2 } start: Object { column: 12 - index: 22 line: 2 } } @@ -203,12 +182,10 @@ JSRoot { identifierName: "async" end: Object { column: 7 - index: 34 line: 3 } start: Object { column: 2 - index: 29 line: 3 } } @@ -217,12 +194,10 @@ JSRoot { filename: "typescript/class/async-named-properties/input.ts" end: Object { column: 7 - index: 34 line: 3 } start: Object { column: 2 - index: 29 line: 3 } } @@ -233,12 +208,10 @@ JSRoot { filename: "typescript/class/async-named-properties/input.ts" end: Object { column: 17 - index: 44 line: 3 } start: Object { column: 2 - index: 29 line: 3 } } @@ -247,12 +220,10 @@ JSRoot { filename: "typescript/class/async-named-properties/input.ts" end: Object { column: 17 - index: 44 line: 3 } start: Object { column: 10 - index: 37 line: 3 } } @@ -266,19 +237,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 29 line: 3 } loc: Object { filename: "typescript/class/async-named-properties/input.ts" end: Object { column: 8 - index: 35 line: 3 } start: Object { column: 2 - index: 29 line: 3 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/async-optional-method/input.test.md b/internal/js-parser/test-fixtures/typescript/class/async-optional-method/input.test.md index 4692e9b9ba7..63903789c91 100644 --- a/internal/js-parser/test-fixtures/typescript/class/async-optional-method/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/async-optional-method/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/class/async-optional-method/input.js" end: Object { column: 1 - index: 66 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -50,12 +48,10 @@ JSRoot { sourceText: undefined end: Object { column: 14 - index: 34 line: 2 } start: Object { column: 14 - index: 34 line: 2 } } @@ -70,12 +66,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -84,12 +78,10 @@ JSRoot { filename: "typescript/class/async-optional-method/input.js" end: Object { column: 1 - index: 66 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -101,12 +93,10 @@ JSRoot { filename: "typescript/class/async-optional-method/input.js" end: Object { column: 1 - index: 66 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -117,12 +107,10 @@ JSRoot { identifierName: "B" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -138,12 +126,10 @@ JSRoot { identifierName: "method" end: Object { column: 14 - index: 34 line: 2 } start: Object { column: 8 - index: 28 line: 2 } } @@ -152,12 +138,10 @@ JSRoot { filename: "typescript/class/async-optional-method/input.js" end: Object { column: 14 - index: 34 line: 2 } start: Object { column: 8 - index: 28 line: 2 } } @@ -167,12 +151,10 @@ JSRoot { filename: "typescript/class/async-optional-method/input.js" end: Object { column: 44 - index: 64 line: 2 } start: Object { column: 2 - index: 22 line: 2 } } @@ -185,19 +167,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 22 line: 2 } loc: Object { filename: "typescript/class/async-optional-method/input.js" end: Object { column: 15 - index: 35 line: 2 } start: Object { column: 2 - index: 22 line: 2 } } @@ -213,12 +192,10 @@ JSRoot { filename: "typescript/class/async-optional-method/input.js" end: Object { column: 43 - index: 63 line: 2 } start: Object { column: 15 - index: 35 line: 2 } } @@ -230,12 +207,10 @@ JSRoot { identifierName: "val" end: Object { column: 19 - index: 39 line: 2 } start: Object { column: 16 - index: 36 line: 2 } } @@ -245,12 +220,10 @@ JSRoot { filename: "typescript/class/async-optional-method/input.js" end: Object { column: 27 - index: 47 line: 2 } start: Object { column: 16 - index: 36 line: 2 } } @@ -259,12 +232,10 @@ JSRoot { filename: "typescript/class/async-optional-method/input.js" end: Object { column: 27 - index: 47 line: 2 } start: Object { column: 21 - index: 41 line: 2 } } @@ -277,12 +248,10 @@ JSRoot { filename: "typescript/class/async-optional-method/input.js" end: Object { column: 43 - index: 63 line: 2 } start: Object { column: 30 - index: 50 line: 2 } } @@ -293,12 +262,10 @@ JSRoot { identifierName: "Promise" end: Object { column: 37 - index: 57 line: 2 } start: Object { column: 30 - index: 50 line: 2 } } @@ -308,12 +275,10 @@ JSRoot { filename: "typescript/class/async-optional-method/input.js" end: Object { column: 43 - index: 63 line: 2 } start: Object { column: 37 - index: 57 line: 2 } } @@ -323,12 +288,10 @@ JSRoot { filename: "typescript/class/async-optional-method/input.js" end: Object { column: 42 - index: 62 line: 2 } start: Object { column: 38 - index: 58 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/constructor-with-modifier-names/input.test.md b/internal/js-parser/test-fixtures/typescript/class/constructor-with-modifier-names/input.test.md index 804766e93bf..b675a8c35fd 100644 --- a/internal/js-parser/test-fixtures/typescript/class/constructor-with-modifier-names/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/constructor-with-modifier-names/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/class/constructor-with-modifier-names/input.ts" end: Object { column: 0 - index: 92 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "typescript/class/constructor-with-modifier-names/input.ts" end: Object { column: 1 - index: 91 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "typescript/class/constructor-with-modifier-names/input.ts" end: Object { column: 1 - index: 91 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "constructor" end: Object { column: 13 - index: 25 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "typescript/class/constructor-with-modifier-names/input.ts" end: Object { column: 13 - index: 25 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "typescript/class/constructor-with-modifier-names/input.ts" end: Object { column: 31 - index: 43 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "typescript/class/constructor-with-modifier-names/input.ts" end: Object { column: 31 - index: 43 line: 2 } start: Object { column: 29 - index: 41 line: 2 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 14 line: 2 } loc: Object { filename: "typescript/class/constructor-with-modifier-names/input.ts" end: Object { column: 13 - index: 25 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -184,12 +165,10 @@ JSRoot { filename: "typescript/class/constructor-with-modifier-names/input.ts" end: Object { column: 28 - index: 40 line: 2 } start: Object { column: 13 - index: 25 line: 2 } } @@ -201,12 +180,10 @@ JSRoot { identifierName: "set" end: Object { column: 17 - index: 29 line: 2 } start: Object { column: 14 - index: 26 line: 2 } } @@ -217,12 +194,10 @@ JSRoot { filename: "typescript/class/constructor-with-modifier-names/input.ts" end: Object { column: 17 - index: 29 line: 2 } start: Object { column: 14 - index: 26 line: 2 } } @@ -235,12 +210,10 @@ JSRoot { identifierName: "readonly" end: Object { column: 27 - index: 39 line: 2 } start: Object { column: 19 - index: 31 line: 2 } } @@ -251,12 +224,10 @@ JSRoot { filename: "typescript/class/constructor-with-modifier-names/input.ts" end: Object { column: 27 - index: 39 line: 2 } start: Object { column: 19 - index: 31 line: 2 } } @@ -275,12 +246,10 @@ JSRoot { identifierName: "constructor" end: Object { column: 13 - index: 57 line: 3 } start: Object { column: 2 - index: 46 line: 3 } } @@ -289,12 +258,10 @@ JSRoot { filename: "typescript/class/constructor-with-modifier-names/input.ts" end: Object { column: 13 - index: 57 line: 3 } start: Object { column: 2 - index: 46 line: 3 } } @@ -303,12 +270,10 @@ JSRoot { filename: "typescript/class/constructor-with-modifier-names/input.ts" end: Object { column: 45 - index: 89 line: 3 } start: Object { column: 2 - index: 46 line: 3 } } @@ -319,12 +284,10 @@ JSRoot { filename: "typescript/class/constructor-with-modifier-names/input.ts" end: Object { column: 45 - index: 89 line: 3 } start: Object { column: 43 - index: 87 line: 3 } } @@ -338,19 +301,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 46 line: 3 } loc: Object { filename: "typescript/class/constructor-with-modifier-names/input.ts" end: Object { column: 13 - index: 57 line: 3 } start: Object { column: 2 - index: 46 line: 3 } } @@ -367,12 +327,10 @@ JSRoot { filename: "typescript/class/constructor-with-modifier-names/input.ts" end: Object { column: 42 - index: 86 line: 3 } start: Object { column: 13 - index: 57 line: 3 } } @@ -384,12 +342,10 @@ JSRoot { identifierName: "set" end: Object { column: 17 - index: 61 line: 3 } start: Object { column: 14 - index: 58 line: 3 } } @@ -399,12 +355,10 @@ JSRoot { filename: "typescript/class/constructor-with-modifier-names/input.ts" end: Object { column: 22 - index: 66 line: 3 } start: Object { column: 14 - index: 58 line: 3 } } @@ -413,12 +367,10 @@ JSRoot { filename: "typescript/class/constructor-with-modifier-names/input.ts" end: Object { column: 22 - index: 66 line: 3 } start: Object { column: 19 - index: 63 line: 3 } } @@ -432,12 +384,10 @@ JSRoot { identifierName: "readonly" end: Object { column: 32 - index: 76 line: 3 } start: Object { column: 24 - index: 68 line: 3 } } @@ -447,12 +397,10 @@ JSRoot { filename: "typescript/class/constructor-with-modifier-names/input.ts" end: Object { column: 41 - index: 85 line: 3 } start: Object { column: 24 - index: 68 line: 3 } } @@ -461,12 +409,10 @@ JSRoot { filename: "typescript/class/constructor-with-modifier-names/input.ts" end: Object { column: 41 - index: 85 line: 3 } start: Object { column: 34 - index: 78 line: 3 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/constructor/input.test.md b/internal/js-parser/test-fixtures/typescript/class/constructor/input.test.md index 24ef41eb8ee..04e7caa0b5f 100644 --- a/internal/js-parser/test-fixtures/typescript/class/constructor/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/constructor/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/class/constructor/input.ts" end: Object { column: 0 - index: 125 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "C" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "typescript/class/constructor/input.ts" end: Object { column: 1 - index: 124 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "typescript/class/constructor/input.ts" end: Object { column: 1 - index: 124 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "constructor" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "typescript/class/constructor/input.ts" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -121,12 +109,10 @@ JSRoot { filename: "typescript/class/constructor/input.ts" end: Object { column: 38 - index: 48 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -139,19 +125,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 14 line: 2 } loc: Object { filename: "typescript/class/constructor/input.ts" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -168,12 +151,10 @@ JSRoot { filename: "typescript/class/constructor/input.ts" end: Object { column: 37 - index: 47 line: 2 } start: Object { column: 15 - index: 25 line: 2 } } @@ -185,12 +166,10 @@ JSRoot { identifierName: "x" end: Object { column: 17 - index: 27 line: 2 } start: Object { column: 16 - index: 26 line: 2 } } @@ -200,12 +179,10 @@ JSRoot { filename: "typescript/class/constructor/input.ts" end: Object { column: 25 - index: 35 line: 2 } start: Object { column: 16 - index: 26 line: 2 } } @@ -214,12 +191,10 @@ JSRoot { filename: "typescript/class/constructor/input.ts" end: Object { column: 25 - index: 35 line: 2 } start: Object { column: 19 - index: 29 line: 2 } } @@ -233,12 +208,10 @@ JSRoot { identifierName: "y" end: Object { column: 28 - index: 38 line: 2 } start: Object { column: 27 - index: 37 line: 2 } } @@ -248,12 +221,10 @@ JSRoot { filename: "typescript/class/constructor/input.ts" end: Object { column: 36 - index: 46 line: 2 } start: Object { column: 27 - index: 37 line: 2 } } @@ -262,12 +233,10 @@ JSRoot { filename: "typescript/class/constructor/input.ts" end: Object { column: 36 - index: 46 line: 2 } start: Object { column: 30 - index: 40 line: 2 } } @@ -287,12 +256,10 @@ JSRoot { identifierName: "constructor" end: Object { column: 15 - index: 64 line: 3 } start: Object { column: 4 - index: 53 line: 3 } } @@ -301,12 +268,10 @@ JSRoot { filename: "typescript/class/constructor/input.ts" end: Object { column: 15 - index: 64 line: 3 } start: Object { column: 4 - index: 53 line: 3 } } @@ -316,12 +281,10 @@ JSRoot { filename: "typescript/class/constructor/input.ts" end: Object { column: 38 - index: 87 line: 3 } start: Object { column: 4 - index: 53 line: 3 } } @@ -334,19 +297,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 53 line: 3 } loc: Object { filename: "typescript/class/constructor/input.ts" end: Object { column: 15 - index: 64 line: 3 } start: Object { column: 4 - index: 53 line: 3 } } @@ -363,12 +323,10 @@ JSRoot { filename: "typescript/class/constructor/input.ts" end: Object { column: 37 - index: 86 line: 3 } start: Object { column: 15 - index: 64 line: 3 } } @@ -380,12 +338,10 @@ JSRoot { identifierName: "x" end: Object { column: 17 - index: 66 line: 3 } start: Object { column: 16 - index: 65 line: 3 } } @@ -395,12 +351,10 @@ JSRoot { filename: "typescript/class/constructor/input.ts" end: Object { column: 25 - index: 74 line: 3 } start: Object { column: 16 - index: 65 line: 3 } } @@ -409,12 +363,10 @@ JSRoot { filename: "typescript/class/constructor/input.ts" end: Object { column: 25 - index: 74 line: 3 } start: Object { column: 19 - index: 68 line: 3 } } @@ -428,12 +380,10 @@ JSRoot { identifierName: "y" end: Object { column: 28 - index: 77 line: 3 } start: Object { column: 27 - index: 76 line: 3 } } @@ -443,12 +393,10 @@ JSRoot { filename: "typescript/class/constructor/input.ts" end: Object { column: 36 - index: 85 line: 3 } start: Object { column: 27 - index: 76 line: 3 } } @@ -457,12 +405,10 @@ JSRoot { filename: "typescript/class/constructor/input.ts" end: Object { column: 36 - index: 85 line: 3 } start: Object { column: 30 - index: 79 line: 3 } } @@ -482,12 +428,10 @@ JSRoot { identifierName: "constructor" end: Object { column: 15 - index: 103 line: 4 } start: Object { column: 4 - index: 92 line: 4 } } @@ -496,12 +440,10 @@ JSRoot { filename: "typescript/class/constructor/input.ts" end: Object { column: 15 - index: 103 line: 4 } start: Object { column: 4 - index: 92 line: 4 } } @@ -510,12 +452,10 @@ JSRoot { filename: "typescript/class/constructor/input.ts" end: Object { column: 34 - index: 122 line: 4 } start: Object { column: 4 - index: 92 line: 4 } } @@ -526,12 +466,10 @@ JSRoot { filename: "typescript/class/constructor/input.ts" end: Object { column: 34 - index: 122 line: 4 } start: Object { column: 32 - index: 120 line: 4 } } @@ -545,19 +483,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 92 line: 4 } loc: Object { filename: "typescript/class/constructor/input.ts" end: Object { column: 15 - index: 103 line: 4 } start: Object { column: 4 - index: 92 line: 4 } } @@ -574,12 +509,10 @@ JSRoot { filename: "typescript/class/constructor/input.ts" end: Object { column: 31 - index: 119 line: 4 } start: Object { column: 15 - index: 103 line: 4 } } @@ -591,12 +524,10 @@ JSRoot { identifierName: "x" end: Object { column: 17 - index: 105 line: 4 } start: Object { column: 16 - index: 104 line: 4 } } @@ -606,12 +537,10 @@ JSRoot { filename: "typescript/class/constructor/input.ts" end: Object { column: 22 - index: 110 line: 4 } start: Object { column: 16 - index: 104 line: 4 } } @@ -620,12 +549,10 @@ JSRoot { filename: "typescript/class/constructor/input.ts" end: Object { column: 22 - index: 110 line: 4 } start: Object { column: 19 - index: 107 line: 4 } } @@ -639,12 +566,10 @@ JSRoot { identifierName: "y" end: Object { column: 25 - index: 113 line: 4 } start: Object { column: 24 - index: 112 line: 4 } } @@ -654,12 +579,10 @@ JSRoot { filename: "typescript/class/constructor/input.ts" end: Object { column: 30 - index: 118 line: 4 } start: Object { column: 24 - index: 112 line: 4 } } @@ -668,12 +591,10 @@ JSRoot { filename: "typescript/class/constructor/input.ts" end: Object { column: 30 - index: 118 line: 4 } start: Object { column: 27 - index: 115 line: 4 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/declare-field-initializer/input.test.md b/internal/js-parser/test-fixtures/typescript/class/declare-field-initializer/input.test.md index 1cb31490821..8e2b90c7404 100644 --- a/internal/js-parser/test-fixtures/typescript/class/declare-field-initializer/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/declare-field-initializer/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/class/declare-field-initializer/input.ts" end: Object { column: 0 - index: 44 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 9 - index: 19 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "typescript/class/declare-field-initializer/input.ts" end: Object { column: 1 - index: 43 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "typescript/class/declare-field-initializer/input.ts" end: Object { column: 1 - index: 43 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -115,12 +105,10 @@ JSRoot { identifierName: "bar" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -129,12 +117,10 @@ JSRoot { filename: "typescript/class/declare-field-initializer/input.ts" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -145,12 +131,10 @@ JSRoot { filename: "typescript/class/declare-field-initializer/input.ts" end: Object { column: 30 - index: 40 line: 2 } start: Object { column: 24 - index: 34 line: 2 } } @@ -160,12 +144,10 @@ JSRoot { filename: "typescript/class/declare-field-initializer/input.ts" end: Object { column: 31 - index: 41 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -174,12 +156,10 @@ JSRoot { filename: "typescript/class/declare-field-initializer/input.ts" end: Object { column: 21 - index: 31 line: 2 } start: Object { column: 15 - index: 25 line: 2 } } @@ -193,19 +173,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 10 - index: 20 line: 2 } loc: Object { filename: "typescript/class/declare-field-initializer/input.ts" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/declare-field-modifiers/input.test.md b/internal/js-parser/test-fixtures/typescript/class/declare-field-modifiers/input.test.md index 1d0d0048206..251c5570729 100644 --- a/internal/js-parser/test-fixtures/typescript/class/declare-field-modifiers/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/declare-field-modifiers/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/class/declare-field-modifiers/input.ts" end: Object { column: 0 - index: 203 line: 12 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 9 - index: 19 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "typescript/class/declare-field-modifiers/input.ts" end: Object { column: 1 - index: 202 line: 11 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "typescript/class/declare-field-modifiers/input.ts" end: Object { column: 1 - index: 202 line: 11 } start: Object { column: 0 - index: 0 line: 1 } } @@ -115,12 +105,10 @@ JSRoot { identifierName: "foo" end: Object { column: 20 - index: 30 line: 2 } start: Object { column: 17 - index: 27 line: 2 } } @@ -129,12 +117,10 @@ JSRoot { filename: "typescript/class/declare-field-modifiers/input.ts" end: Object { column: 20 - index: 30 line: 2 } start: Object { column: 17 - index: 27 line: 2 } } @@ -146,12 +132,10 @@ JSRoot { filename: "typescript/class/declare-field-modifiers/input.ts" end: Object { column: 21 - index: 31 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -164,19 +148,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 10 - index: 20 line: 2 } loc: Object { filename: "typescript/class/declare-field-modifiers/input.ts" end: Object { column: 20 - index: 30 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -191,12 +172,10 @@ JSRoot { identifierName: "foo0" end: Object { column: 21 - index: 53 line: 3 } start: Object { column: 17 - index: 49 line: 3 } } @@ -205,12 +184,10 @@ JSRoot { filename: "typescript/class/declare-field-modifiers/input.ts" end: Object { column: 21 - index: 53 line: 3 } start: Object { column: 17 - index: 49 line: 3 } } @@ -221,12 +198,10 @@ JSRoot { filename: "typescript/class/declare-field-modifiers/input.ts" end: Object { column: 30 - index: 62 line: 3 } start: Object { column: 17 - index: 49 line: 3 } } @@ -235,12 +210,10 @@ JSRoot { filename: "typescript/class/declare-field-modifiers/input.ts" end: Object { column: 29 - index: 61 line: 3 } start: Object { column: 23 - index: 55 line: 3 } } @@ -254,19 +227,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 17 - index: 49 line: 3 } loc: Object { filename: "typescript/class/declare-field-modifiers/input.ts" end: Object { column: 21 - index: 53 line: 3 } start: Object { column: 17 - index: 49 line: 3 } } @@ -281,12 +251,10 @@ JSRoot { identifierName: "foo1" end: Object { column: 21 - index: 85 line: 5 } start: Object { column: 17 - index: 81 line: 5 } } @@ -295,12 +263,10 @@ JSRoot { filename: "typescript/class/declare-field-modifiers/input.ts" end: Object { column: 21 - index: 85 line: 5 } start: Object { column: 17 - index: 81 line: 5 } } @@ -312,12 +278,10 @@ JSRoot { filename: "typescript/class/declare-field-modifiers/input.ts" end: Object { column: 22 - index: 86 line: 5 } start: Object { column: 10 - index: 74 line: 5 } } @@ -330,19 +294,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 10 - index: 74 line: 5 } loc: Object { filename: "typescript/class/declare-field-modifiers/input.ts" end: Object { column: 21 - index: 85 line: 5 } start: Object { column: 10 - index: 74 line: 5 } } @@ -357,12 +318,10 @@ JSRoot { identifierName: "foo2" end: Object { column: 21 - index: 108 line: 6 } start: Object { column: 17 - index: 104 line: 6 } } @@ -371,12 +330,10 @@ JSRoot { filename: "typescript/class/declare-field-modifiers/input.ts" end: Object { column: 21 - index: 108 line: 6 } start: Object { column: 17 - index: 104 line: 6 } } @@ -388,12 +345,10 @@ JSRoot { filename: "typescript/class/declare-field-modifiers/input.ts" end: Object { column: 22 - index: 109 line: 6 } start: Object { column: 17 - index: 104 line: 6 } } @@ -406,19 +361,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 17 - index: 104 line: 6 } loc: Object { filename: "typescript/class/declare-field-modifiers/input.ts" end: Object { column: 21 - index: 108 line: 6 } start: Object { column: 17 - index: 104 line: 6 } } @@ -433,12 +385,10 @@ JSRoot { identifierName: "foo4" end: Object { column: 28 - index: 139 line: 8 } start: Object { column: 24 - index: 135 line: 8 } } @@ -447,12 +397,10 @@ JSRoot { filename: "typescript/class/declare-field-modifiers/input.ts" end: Object { column: 28 - index: 139 line: 8 } start: Object { column: 24 - index: 135 line: 8 } } @@ -464,12 +412,10 @@ JSRoot { filename: "typescript/class/declare-field-modifiers/input.ts" end: Object { column: 29 - index: 140 line: 8 } start: Object { column: 10 - index: 121 line: 8 } } @@ -482,19 +428,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 10 - index: 121 line: 8 } loc: Object { filename: "typescript/class/declare-field-modifiers/input.ts" end: Object { column: 28 - index: 139 line: 8 } start: Object { column: 10 - index: 121 line: 8 } } @@ -509,12 +452,10 @@ JSRoot { identifierName: "foo3" end: Object { column: 28 - index: 169 line: 9 } start: Object { column: 24 - index: 165 line: 9 } } @@ -523,12 +464,10 @@ JSRoot { filename: "typescript/class/declare-field-modifiers/input.ts" end: Object { column: 28 - index: 169 line: 9 } start: Object { column: 24 - index: 165 line: 9 } } @@ -540,12 +479,10 @@ JSRoot { filename: "typescript/class/declare-field-modifiers/input.ts" end: Object { column: 29 - index: 170 line: 9 } start: Object { column: 17 - index: 158 line: 9 } } @@ -558,19 +495,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 17 - index: 158 line: 9 } loc: Object { filename: "typescript/class/declare-field-modifiers/input.ts" end: Object { column: 28 - index: 169 line: 9 } start: Object { column: 17 - index: 158 line: 9 } } @@ -585,12 +519,10 @@ JSRoot { identifierName: "foo5" end: Object { column: 28 - index: 199 line: 10 } start: Object { column: 24 - index: 195 line: 10 } } @@ -599,12 +531,10 @@ JSRoot { filename: "typescript/class/declare-field-modifiers/input.ts" end: Object { column: 28 - index: 199 line: 10 } start: Object { column: 24 - index: 195 line: 10 } } @@ -616,12 +546,10 @@ JSRoot { filename: "typescript/class/declare-field-modifiers/input.ts" end: Object { column: 29 - index: 200 line: 10 } start: Object { column: 24 - index: 195 line: 10 } } @@ -634,19 +562,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 24 - index: 195 line: 10 } loc: Object { filename: "typescript/class/declare-field-modifiers/input.ts" end: Object { column: 28 - index: 199 line: 10 } start: Object { column: 24 - index: 195 line: 10 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/declare-field/input.test.md b/internal/js-parser/test-fixtures/typescript/class/declare-field/input.test.md index 919f8848a1c..8c289dab5ea 100644 --- a/internal/js-parser/test-fixtures/typescript/class/declare-field/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/declare-field/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/class/declare-field/input.ts" end: Object { column: 0 - index: 50 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 9 - index: 19 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "typescript/class/declare-field/input.ts" end: Object { column: 1 - index: 49 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "typescript/class/declare-field/input.ts" end: Object { column: 1 - index: 49 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -115,12 +105,10 @@ JSRoot { identifierName: "foo" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -129,12 +117,10 @@ JSRoot { filename: "typescript/class/declare-field/input.ts" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -146,12 +132,10 @@ JSRoot { filename: "typescript/class/declare-field/input.ts" end: Object { column: 14 - index: 24 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -164,19 +148,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 10 - index: 20 line: 2 } loc: Object { filename: "typescript/class/declare-field/input.ts" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -191,12 +172,10 @@ JSRoot { identifierName: "bar" end: Object { column: 13 - index: 38 line: 3 } start: Object { column: 10 - index: 35 line: 3 } } @@ -205,12 +184,10 @@ JSRoot { filename: "typescript/class/declare-field/input.ts" end: Object { column: 13 - index: 38 line: 3 } start: Object { column: 10 - index: 35 line: 3 } } @@ -221,12 +198,10 @@ JSRoot { filename: "typescript/class/declare-field/input.ts" end: Object { column: 22 - index: 47 line: 3 } start: Object { column: 10 - index: 35 line: 3 } } @@ -235,12 +210,10 @@ JSRoot { filename: "typescript/class/declare-field/input.ts" end: Object { column: 21 - index: 46 line: 3 } start: Object { column: 15 - index: 40 line: 3 } } @@ -254,19 +227,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 10 - index: 35 line: 3 } loc: Object { filename: "typescript/class/declare-field/input.ts" end: Object { column: 13 - index: 38 line: 3 } start: Object { column: 10 - index: 35 line: 3 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/declare-method/input.test.md b/internal/js-parser/test-fixtures/typescript/class/declare-method/input.test.md index 7588b5e038f..155cda61f52 100644 --- a/internal/js-parser/test-fixtures/typescript/class/declare-method/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/declare-method/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/class/declare-method/input.ts" end: Object { column: 0 - index: 31 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 9 - index: 19 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "typescript/class/declare-method/input.ts" end: Object { column: 1 - index: 30 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "typescript/class/declare-method/input.ts" end: Object { column: 1 - index: 30 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "foo" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -130,12 +118,10 @@ JSRoot { filename: "typescript/class/declare-method/input.ts" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -144,12 +130,10 @@ JSRoot { filename: "typescript/class/declare-method/input.ts" end: Object { column: 18 - index: 28 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -160,12 +144,10 @@ JSRoot { filename: "typescript/class/declare-method/input.ts" end: Object { column: 18 - index: 28 line: 2 } start: Object { column: 16 - index: 26 line: 2 } } @@ -183,12 +165,10 @@ JSRoot { filename: "typescript/class/declare-method/input.ts" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 13 - index: 23 line: 2 } } @@ -202,19 +182,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 10 - index: 20 line: 2 } loc: Object { filename: "typescript/class/declare-method/input.ts" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/declare-new-line/input.test.md b/internal/js-parser/test-fixtures/typescript/class/declare-new-line/input.test.md index c3c7ce040f1..023fee50488 100644 --- a/internal/js-parser/test-fixtures/typescript/class/declare-new-line/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/declare-new-line/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/class/declare-new-line/input.ts" end: Object { column: 0 - index: 19 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/class/declare-new-line/input.ts" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "declare" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { identifierName: "B" end: Object { column: 7 - index: 15 line: 2 } start: Object { column: 6 - index: 14 line: 2 } } @@ -86,12 +78,10 @@ JSRoot { filename: "typescript/class/declare-new-line/input.ts" end: Object { column: 10 - index: 18 line: 2 } start: Object { column: 0 - index: 8 line: 2 } } @@ -105,12 +95,10 @@ JSRoot { filename: "typescript/class/declare-new-line/input.ts" end: Object { column: 10 - index: 18 line: 2 } start: Object { column: 0 - index: 8 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/declare/input.test.md b/internal/js-parser/test-fixtures/typescript/class/declare/input.test.md index 7af17bce671..d53c3969f82 100644 --- a/internal/js-parser/test-fixtures/typescript/class/declare/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/declare/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/class/declare/input.ts" end: Object { column: 0 - index: 88 line: 8 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "C" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "typescript/class/declare/input.ts" end: Object { column: 1 - index: 87 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -73,12 +67,10 @@ JSRoot { filename: "typescript/class/declare/input.ts" end: Object { column: 1 - index: 87 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -90,12 +82,10 @@ JSRoot { filename: "typescript/class/declare/input.ts" end: Object { column: 14 - index: 32 line: 2 } start: Object { column: 5 - index: 23 line: 2 } } @@ -104,12 +94,10 @@ JSRoot { filename: "typescript/class/declare/input.ts" end: Object { column: 14 - index: 32 line: 2 } start: Object { column: 5 - index: 23 line: 2 } } @@ -118,12 +106,10 @@ JSRoot { filename: "typescript/class/declare/input.ts" end: Object { column: 14 - index: 32 line: 2 } start: Object { column: 8 - index: 26 line: 2 } } @@ -135,12 +121,10 @@ JSRoot { filename: "typescript/class/declare/input.ts" end: Object { column: 21 - index: 39 line: 2 } start: Object { column: 4 - index: 22 line: 2 } } @@ -149,12 +133,10 @@ JSRoot { filename: "typescript/class/declare/input.ts" end: Object { column: 20 - index: 38 line: 2 } start: Object { column: 17 - index: 35 line: 2 } } @@ -169,12 +151,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 45 line: 3 } start: Object { column: 4 - index: 44 line: 3 } } @@ -183,12 +163,10 @@ JSRoot { filename: "typescript/class/declare/input.ts" end: Object { column: 5 - index: 45 line: 3 } start: Object { column: 4 - index: 44 line: 3 } } @@ -200,12 +178,10 @@ JSRoot { filename: "typescript/class/declare/input.ts" end: Object { column: 6 - index: 46 line: 3 } start: Object { column: 4 - index: 44 line: 3 } } @@ -218,19 +194,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 44 line: 3 } loc: Object { filename: "typescript/class/declare/input.ts" end: Object { column: 5 - index: 45 line: 3 } start: Object { column: 4 - index: 44 line: 3 } } @@ -245,12 +218,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 52 line: 4 } start: Object { column: 4 - index: 51 line: 4 } } @@ -259,12 +230,10 @@ JSRoot { filename: "typescript/class/declare/input.ts" end: Object { column: 5 - index: 52 line: 4 } start: Object { column: 4 - index: 51 line: 4 } } @@ -275,12 +244,10 @@ JSRoot { filename: "typescript/class/declare/input.ts" end: Object { column: 14 - index: 61 line: 4 } start: Object { column: 4 - index: 51 line: 4 } } @@ -289,12 +256,10 @@ JSRoot { filename: "typescript/class/declare/input.ts" end: Object { column: 13 - index: 60 line: 4 } start: Object { column: 7 - index: 54 line: 4 } } @@ -308,19 +273,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 51 line: 4 } loc: Object { filename: "typescript/class/declare/input.ts" end: Object { column: 5 - index: 52 line: 4 } start: Object { column: 4 - index: 51 line: 4 } } @@ -336,12 +298,10 @@ JSRoot { identifierName: "f" end: Object { column: 5 - index: 67 line: 5 } start: Object { column: 4 - index: 66 line: 5 } } @@ -350,12 +310,10 @@ JSRoot { filename: "typescript/class/declare/input.ts" end: Object { column: 5 - index: 67 line: 5 } start: Object { column: 4 - index: 66 line: 5 } } @@ -365,12 +323,10 @@ JSRoot { filename: "typescript/class/declare/input.ts" end: Object { column: 8 - index: 70 line: 5 } start: Object { column: 4 - index: 66 line: 5 } } @@ -387,12 +343,10 @@ JSRoot { filename: "typescript/class/declare/input.ts" end: Object { column: 7 - index: 69 line: 5 } start: Object { column: 5 - index: 67 line: 5 } } @@ -406,19 +360,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 66 line: 5 } loc: Object { filename: "typescript/class/declare/input.ts" end: Object { column: 5 - index: 67 line: 5 } start: Object { column: 4 - index: 66 line: 5 } } @@ -434,12 +385,10 @@ JSRoot { identifierName: "f" end: Object { column: 5 - index: 76 line: 6 } start: Object { column: 4 - index: 75 line: 6 } } @@ -448,12 +397,10 @@ JSRoot { filename: "typescript/class/declare/input.ts" end: Object { column: 5 - index: 76 line: 6 } start: Object { column: 4 - index: 75 line: 6 } } @@ -463,12 +410,10 @@ JSRoot { filename: "typescript/class/declare/input.ts" end: Object { column: 14 - index: 85 line: 6 } start: Object { column: 4 - index: 75 line: 6 } } @@ -481,19 +426,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 75 line: 6 } loc: Object { filename: "typescript/class/declare/input.ts" end: Object { column: 5 - index: 76 line: 6 } start: Object { column: 4 - index: 75 line: 6 } } @@ -510,12 +452,10 @@ JSRoot { filename: "typescript/class/declare/input.ts" end: Object { column: 13 - index: 84 line: 6 } start: Object { column: 5 - index: 76 line: 6 } } @@ -524,12 +464,10 @@ JSRoot { filename: "typescript/class/declare/input.ts" end: Object { column: 13 - index: 84 line: 6 } start: Object { column: 9 - index: 80 line: 6 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/duplicate-modifier-1/input.test.md b/internal/js-parser/test-fixtures/typescript/class/duplicate-modifier-1/input.test.md index d42aa84e069..dbcc2a21c62 100644 --- a/internal/js-parser/test-fixtures/typescript/class/duplicate-modifier-1/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/duplicate-modifier-1/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/class/duplicate-modifier-1/input.ts" end: Object { column: 0 - index: 42 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 9 - index: 19 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "typescript/class/duplicate-modifier-1/input.ts" end: Object { column: 1 - index: 41 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "typescript/class/duplicate-modifier-1/input.ts" end: Object { column: 1 - index: 41 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -115,12 +105,10 @@ JSRoot { identifierName: "foo" end: Object { column: 28 - index: 38 line: 2 } start: Object { column: 25 - index: 35 line: 2 } } @@ -129,12 +117,10 @@ JSRoot { filename: "typescript/class/duplicate-modifier-1/input.ts" end: Object { column: 28 - index: 38 line: 2 } start: Object { column: 25 - index: 35 line: 2 } } @@ -146,12 +132,10 @@ JSRoot { filename: "typescript/class/duplicate-modifier-1/input.ts" end: Object { column: 29 - index: 39 line: 2 } start: Object { column: 25 - index: 35 line: 2 } } @@ -164,19 +148,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 25 - index: 35 line: 2 } loc: Object { filename: "typescript/class/duplicate-modifier-1/input.ts" end: Object { column: 28 - index: 38 line: 2 } start: Object { column: 25 - index: 35 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/duplicate-modifier-2/input.test.md b/internal/js-parser/test-fixtures/typescript/class/duplicate-modifier-2/input.test.md index 49408e070dc..7d09b55e9c2 100644 --- a/internal/js-parser/test-fixtures/typescript/class/duplicate-modifier-2/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/duplicate-modifier-2/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/class/duplicate-modifier-2/input.ts" end: Object { column: 0 - index: 49 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 9 - index: 19 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "typescript/class/duplicate-modifier-2/input.ts" end: Object { column: 1 - index: 48 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "typescript/class/duplicate-modifier-2/input.ts" end: Object { column: 1 - index: 48 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -115,12 +105,10 @@ JSRoot { identifierName: "foo" end: Object { column: 35 - index: 45 line: 2 } start: Object { column: 32 - index: 42 line: 2 } } @@ -129,12 +117,10 @@ JSRoot { filename: "typescript/class/duplicate-modifier-2/input.ts" end: Object { column: 35 - index: 45 line: 2 } start: Object { column: 32 - index: 42 line: 2 } } @@ -146,12 +132,10 @@ JSRoot { filename: "typescript/class/duplicate-modifier-2/input.ts" end: Object { column: 36 - index: 46 line: 2 } start: Object { column: 32 - index: 42 line: 2 } } @@ -164,19 +148,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 32 - index: 42 line: 2 } loc: Object { filename: "typescript/class/duplicate-modifier-2/input.ts" end: Object { column: 35 - index: 45 line: 2 } start: Object { column: 32 - index: 42 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/expression-extends-implements/input.test.md b/internal/js-parser/test-fixtures/typescript/class/expression-extends-implements/input.test.md index 73d571fa332..b82f2b4dd57 100644 --- a/internal/js-parser/test-fixtures/typescript/class/expression-extends-implements/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/expression-extends-implements/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/class/expression-extends-implements/input.ts" end: Object { column: 0 - index: 92 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/class/expression-extends-implements/input.ts" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "typescript/class/expression-extends-implements/input.ts" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "typescript/class/expression-extends-implements/input.ts" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "typescript/class/expression-extends-implements/input.ts" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { identifierName: "f" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "typescript/class/expression-extends-implements/input.ts" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "typescript/class/expression-extends-implements/input.ts" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -147,12 +131,10 @@ JSRoot { identifierName: "T" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -166,12 +148,10 @@ JSRoot { filename: "typescript/class/expression-extends-implements/input.ts" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -180,12 +160,10 @@ JSRoot { filename: "typescript/class/expression-extends-implements/input.ts" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -196,12 +174,10 @@ JSRoot { identifierName: "X" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -213,12 +189,10 @@ JSRoot { identifierName: "Y" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -229,12 +203,10 @@ JSRoot { filename: "typescript/class/expression-extends-implements/input.ts" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -245,12 +217,10 @@ JSRoot { filename: "typescript/class/expression-extends-implements/input.ts" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -261,12 +231,10 @@ JSRoot { identifierName: "T" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -284,12 +252,10 @@ JSRoot { filename: "typescript/class/expression-extends-implements/input.ts" end: Object { column: 46 - index: 91 line: 2 } start: Object { column: 0 - index: 45 line: 2 } } @@ -301,12 +267,10 @@ JSRoot { identifierName: "C" end: Object { column: 8 - index: 53 line: 2 } start: Object { column: 7 - index: 52 line: 2 } } @@ -315,12 +279,10 @@ JSRoot { filename: "typescript/class/expression-extends-implements/input.ts" end: Object { column: 44 - index: 89 line: 2 } start: Object { column: 1 - index: 46 line: 2 } } @@ -331,12 +293,10 @@ JSRoot { filename: "typescript/class/expression-extends-implements/input.ts" end: Object { column: 44 - index: 89 line: 2 } start: Object { column: 1 - index: 46 line: 2 } } @@ -346,12 +306,10 @@ JSRoot { filename: "typescript/class/expression-extends-implements/input.ts" end: Object { column: 20 - index: 65 line: 2 } start: Object { column: 17 - index: 62 line: 2 } } @@ -362,12 +320,10 @@ JSRoot { identifierName: "f" end: Object { column: 18 - index: 63 line: 2 } start: Object { column: 17 - index: 62 line: 2 } } @@ -378,12 +334,10 @@ JSRoot { filename: "typescript/class/expression-extends-implements/input.ts" end: Object { column: 23 - index: 68 line: 2 } start: Object { column: 20 - index: 65 line: 2 } } @@ -394,12 +348,10 @@ JSRoot { filename: "typescript/class/expression-extends-implements/input.ts" end: Object { column: 22 - index: 67 line: 2 } start: Object { column: 21 - index: 66 line: 2 } } @@ -410,12 +362,10 @@ JSRoot { identifierName: "T" end: Object { column: 22 - index: 67 line: 2 } start: Object { column: 21 - index: 66 line: 2 } } @@ -429,12 +379,10 @@ JSRoot { filename: "typescript/class/expression-extends-implements/input.ts" end: Object { column: 41 - index: 86 line: 2 } start: Object { column: 35 - index: 80 line: 2 } } @@ -443,12 +391,10 @@ JSRoot { filename: "typescript/class/expression-extends-implements/input.ts" end: Object { column: 38 - index: 83 line: 2 } start: Object { column: 35 - index: 80 line: 2 } } @@ -459,12 +405,10 @@ JSRoot { identifierName: "X" end: Object { column: 36 - index: 81 line: 2 } start: Object { column: 35 - index: 80 line: 2 } } @@ -476,12 +420,10 @@ JSRoot { identifierName: "Y" end: Object { column: 38 - index: 83 line: 2 } start: Object { column: 37 - index: 82 line: 2 } } @@ -492,12 +434,10 @@ JSRoot { filename: "typescript/class/expression-extends-implements/input.ts" end: Object { column: 41 - index: 86 line: 2 } start: Object { column: 38 - index: 83 line: 2 } } @@ -508,12 +448,10 @@ JSRoot { filename: "typescript/class/expression-extends-implements/input.ts" end: Object { column: 40 - index: 85 line: 2 } start: Object { column: 39 - index: 84 line: 2 } } @@ -524,12 +462,10 @@ JSRoot { identifierName: "T" end: Object { column: 40 - index: 85 line: 2 } start: Object { column: 39 - index: 84 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/expression-extends/input.test.md b/internal/js-parser/test-fixtures/typescript/class/expression-extends/input.test.md index bca1c6cf29e..7cd8df90541 100644 --- a/internal/js-parser/test-fixtures/typescript/class/expression-extends/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/expression-extends/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/class/expression-extends/input.ts" end: Object { column: 0 - index: 56 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/class/expression-extends/input.ts" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "typescript/class/expression-extends/input.ts" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/class/expression-extends/input.ts" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "typescript/class/expression-extends/input.ts" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "f" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "typescript/class/expression-extends/input.ts" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { filename: "typescript/class/expression-extends/input.ts" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -148,12 +132,10 @@ JSRoot { identifierName: "T" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -169,12 +151,10 @@ JSRoot { filename: "typescript/class/expression-extends/input.ts" end: Object { column: 28 - index: 55 line: 2 } start: Object { column: 0 - index: 27 line: 2 } } @@ -186,12 +166,10 @@ JSRoot { identifierName: "C" end: Object { column: 8 - index: 35 line: 2 } start: Object { column: 7 - index: 34 line: 2 } } @@ -200,12 +178,10 @@ JSRoot { filename: "typescript/class/expression-extends/input.ts" end: Object { column: 26 - index: 53 line: 2 } start: Object { column: 1 - index: 28 line: 2 } } @@ -217,12 +193,10 @@ JSRoot { filename: "typescript/class/expression-extends/input.ts" end: Object { column: 26 - index: 53 line: 2 } start: Object { column: 1 - index: 28 line: 2 } } @@ -232,12 +206,10 @@ JSRoot { filename: "typescript/class/expression-extends/input.ts" end: Object { column: 20 - index: 47 line: 2 } start: Object { column: 17 - index: 44 line: 2 } } @@ -248,12 +220,10 @@ JSRoot { identifierName: "f" end: Object { column: 18 - index: 45 line: 2 } start: Object { column: 17 - index: 44 line: 2 } } @@ -264,12 +234,10 @@ JSRoot { filename: "typescript/class/expression-extends/input.ts" end: Object { column: 23 - index: 50 line: 2 } start: Object { column: 20 - index: 47 line: 2 } } @@ -280,12 +248,10 @@ JSRoot { filename: "typescript/class/expression-extends/input.ts" end: Object { column: 22 - index: 49 line: 2 } start: Object { column: 21 - index: 48 line: 2 } } @@ -296,12 +262,10 @@ JSRoot { identifierName: "T" end: Object { column: 22 - index: 49 line: 2 } start: Object { column: 21 - index: 48 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/expression-generic/input.test.md b/internal/js-parser/test-fixtures/typescript/class/expression-generic/input.test.md index 71cb245003c..aa1c6f133f2 100644 --- a/internal/js-parser/test-fixtures/typescript/class/expression-generic/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/expression-generic/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/class/expression-generic/input.ts" end: Object { column: 0 - index: 32 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/class/expression-generic/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "typescript/class/expression-generic/input.ts" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "typescript/class/expression-generic/input.ts" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "typescript/class/expression-generic/input.ts" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "typescript/class/expression-generic/input.ts" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "typescript/class/expression-generic/input.ts" end: Object { column: 16 - index: 31 line: 2 } start: Object { column: 0 - index: 15 line: 2 } } @@ -139,12 +125,10 @@ JSRoot { identifierName: "C" end: Object { column: 8 - index: 23 line: 2 } start: Object { column: 7 - index: 22 line: 2 } } @@ -153,12 +137,10 @@ JSRoot { filename: "typescript/class/expression-generic/input.ts" end: Object { column: 14 - index: 29 line: 2 } start: Object { column: 1 - index: 16 line: 2 } } @@ -171,12 +153,10 @@ JSRoot { filename: "typescript/class/expression-generic/input.ts" end: Object { column: 14 - index: 29 line: 2 } start: Object { column: 1 - index: 16 line: 2 } } @@ -185,12 +165,10 @@ JSRoot { filename: "typescript/class/expression-generic/input.ts" end: Object { column: 11 - index: 26 line: 2 } start: Object { column: 8 - index: 23 line: 2 } } @@ -203,12 +181,10 @@ JSRoot { filename: "typescript/class/expression-generic/input.ts" end: Object { column: 10 - index: 25 line: 2 } start: Object { column: 9 - index: 24 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/expression-implements/input.test.md b/internal/js-parser/test-fixtures/typescript/class/expression-implements/input.test.md index 0784cfcd40e..72c7bcc9754 100644 --- a/internal/js-parser/test-fixtures/typescript/class/expression-implements/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/expression-implements/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/class/expression-implements/input.ts" end: Object { column: 0 - index: 62 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/class/expression-implements/input.ts" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "typescript/class/expression-implements/input.ts" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "typescript/class/expression-implements/input.ts" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "typescript/class/expression-implements/input.ts" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "typescript/class/expression-implements/input.ts" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { identifierName: "X" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -132,12 +118,10 @@ JSRoot { identifierName: "Y" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -148,12 +132,10 @@ JSRoot { filename: "typescript/class/expression-implements/input.ts" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -164,12 +146,10 @@ JSRoot { filename: "typescript/class/expression-implements/input.ts" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -180,12 +160,10 @@ JSRoot { identifierName: "T" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -203,12 +181,10 @@ JSRoot { filename: "typescript/class/expression-implements/input.ts" end: Object { column: 31 - index: 61 line: 2 } start: Object { column: 0 - index: 30 line: 2 } } @@ -220,12 +196,10 @@ JSRoot { identifierName: "C" end: Object { column: 8 - index: 38 line: 2 } start: Object { column: 7 - index: 37 line: 2 } } @@ -234,12 +208,10 @@ JSRoot { filename: "typescript/class/expression-implements/input.ts" end: Object { column: 29 - index: 59 line: 2 } start: Object { column: 1 - index: 31 line: 2 } } @@ -252,12 +224,10 @@ JSRoot { filename: "typescript/class/expression-implements/input.ts" end: Object { column: 29 - index: 59 line: 2 } start: Object { column: 1 - index: 31 line: 2 } } @@ -267,12 +237,10 @@ JSRoot { filename: "typescript/class/expression-implements/input.ts" end: Object { column: 26 - index: 56 line: 2 } start: Object { column: 20 - index: 50 line: 2 } } @@ -281,12 +249,10 @@ JSRoot { filename: "typescript/class/expression-implements/input.ts" end: Object { column: 23 - index: 53 line: 2 } start: Object { column: 20 - index: 50 line: 2 } } @@ -297,12 +263,10 @@ JSRoot { identifierName: "X" end: Object { column: 21 - index: 51 line: 2 } start: Object { column: 20 - index: 50 line: 2 } } @@ -314,12 +278,10 @@ JSRoot { identifierName: "Y" end: Object { column: 23 - index: 53 line: 2 } start: Object { column: 22 - index: 52 line: 2 } } @@ -330,12 +292,10 @@ JSRoot { filename: "typescript/class/expression-implements/input.ts" end: Object { column: 26 - index: 56 line: 2 } start: Object { column: 23 - index: 53 line: 2 } } @@ -346,12 +306,10 @@ JSRoot { filename: "typescript/class/expression-implements/input.ts" end: Object { column: 25 - index: 55 line: 2 } start: Object { column: 24 - index: 54 line: 2 } } @@ -362,12 +320,10 @@ JSRoot { identifierName: "T" end: Object { column: 25 - index: 55 line: 2 } start: Object { column: 24 - index: 54 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/extends-empty/input.test.md b/internal/js-parser/test-fixtures/typescript/class/extends-empty/input.test.md index 058385ff886..f804684a139 100644 --- a/internal/js-parser/test-fixtures/typescript/class/extends-empty/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/extends-empty/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/class/extends-empty/input.ts" end: Object { column: 0 - index: 26 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "foo" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -85,12 +79,10 @@ JSRoot { filename: "typescript/class/extends-empty/input.ts" end: Object { column: 1 - index: 25 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "typescript/class/extends-empty/input.ts" end: Object { column: 1 - index: 25 line: 2 } start: Object { column: 22 - index: 22 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/extends-implements-empty/input.test.md b/internal/js-parser/test-fixtures/typescript/class/extends-implements-empty/input.test.md index 63e683ef2ba..c67a5ebe6b2 100644 --- a/internal/js-parser/test-fixtures/typescript/class/extends-implements-empty/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/extends-implements-empty/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/class/extends-implements-empty/input.ts" end: Object { column: 0 - index: 37 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "typescript/class/extends-implements-empty/input.ts" end: Object { column: 1 - index: 36 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -101,12 +93,10 @@ JSRoot { filename: "typescript/class/extends-implements-empty/input.ts" end: Object { column: 1 - index: 36 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -117,12 +107,10 @@ JSRoot { identifierName: "Bar" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/extends-implements/input.test.md b/internal/js-parser/test-fixtures/typescript/class/extends-implements/input.test.md index 7c988af35e7..c0888eb07a2 100644 --- a/internal/js-parser/test-fixtures/typescript/class/extends-implements/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/extends-implements/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/class/extends-implements/input.ts" end: Object { column: 0 - index: 44 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "C" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "typescript/class/extends-implements/input.ts" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "typescript/class/extends-implements/input.ts" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "typescript/class/extends-implements/input.ts" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { identifierName: "f" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "typescript/class/extends-implements/input.ts" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "typescript/class/extends-implements/input.ts" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { identifierName: "T" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -168,12 +150,10 @@ JSRoot { filename: "typescript/class/extends-implements/input.ts" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -182,12 +162,10 @@ JSRoot { filename: "typescript/class/extends-implements/input.ts" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -198,12 +176,10 @@ JSRoot { identifierName: "X" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -215,12 +191,10 @@ JSRoot { identifierName: "Y" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -231,12 +205,10 @@ JSRoot { filename: "typescript/class/extends-implements/input.ts" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -247,12 +219,10 @@ JSRoot { filename: "typescript/class/extends-implements/input.ts" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } @@ -263,12 +233,10 @@ JSRoot { identifierName: "T" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 38 - index: 38 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/extends/input.test.md b/internal/js-parser/test-fixtures/typescript/class/extends/input.test.md index 05b9db5caee..d10e8222ee4 100644 --- a/internal/js-parser/test-fixtures/typescript/class/extends/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/extends/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/class/extends/input.ts" end: Object { column: 0 - index: 26 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "C" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "typescript/class/extends/input.ts" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "typescript/class/extends/input.ts" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "typescript/class/extends/input.ts" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "f" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "typescript/class/extends/input.ts" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "typescript/class/extends/input.ts" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -150,12 +134,10 @@ JSRoot { identifierName: "T" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/generic/input.test.md b/internal/js-parser/test-fixtures/typescript/class/generic/input.test.md index 0b8f81663cc..b68f7e834cd 100644 --- a/internal/js-parser/test-fixtures/typescript/class/generic/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/generic/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/class/generic/input.ts" end: Object { column: 0 - index: 45 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "C" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "typescript/class/generic/input.ts" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "typescript/class/generic/input.ts" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "typescript/class/generic/input.ts" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "typescript/class/generic/input.ts" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "typescript/class/generic/input.ts" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "typescript/class/generic/input.ts" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -150,12 +134,10 @@ JSRoot { identifierName: "x" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -164,12 +146,10 @@ JSRoot { filename: "typescript/class/generic/input.ts" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -180,12 +160,10 @@ JSRoot { filename: "typescript/class/generic/input.ts" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -194,12 +172,10 @@ JSRoot { filename: "typescript/class/generic/input.ts" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/get-generic/input.test.md b/internal/js-parser/test-fixtures/typescript/class/get-generic/input.test.md index f909c2945a0..6187c324f14 100644 --- a/internal/js-parser/test-fixtures/typescript/class/get-generic/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/get-generic/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/class/get-generic/input.ts" end: Object { column: 0 - index: 40 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "C" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "typescript/class/get-generic/input.ts" end: Object { column: 1 - index: 39 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -73,12 +67,10 @@ JSRoot { filename: "typescript/class/get-generic/input.ts" end: Object { column: 1 - index: 39 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { identifierName: "get" end: Object { column: 7 - index: 25 line: 2 } start: Object { column: 4 - index: 22 line: 2 } } @@ -107,12 +97,10 @@ JSRoot { filename: "typescript/class/get-generic/input.ts" end: Object { column: 7 - index: 25 line: 2 } start: Object { column: 4 - index: 22 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "typescript/class/get-generic/input.ts" end: Object { column: 19 - index: 37 line: 2 } start: Object { column: 4 - index: 22 line: 2 } } @@ -140,19 +126,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 22 line: 2 } loc: Object { filename: "typescript/class/get-generic/input.ts" end: Object { column: 7 - index: 25 line: 2 } start: Object { column: 4 - index: 22 line: 2 } } @@ -168,12 +151,10 @@ JSRoot { filename: "typescript/class/get-generic/input.ts" end: Object { column: 18 - index: 36 line: 2 } start: Object { column: 10 - index: 28 line: 2 } } @@ -182,12 +163,10 @@ JSRoot { filename: "typescript/class/get-generic/input.ts" end: Object { column: 18 - index: 36 line: 2 } start: Object { column: 14 - index: 32 line: 2 } } @@ -197,12 +176,10 @@ JSRoot { filename: "typescript/class/get-generic/input.ts" end: Object { column: 10 - index: 28 line: 2 } start: Object { column: 7 - index: 25 line: 2 } } @@ -215,12 +192,10 @@ JSRoot { filename: "typescript/class/get-generic/input.ts" end: Object { column: 9 - index: 27 line: 2 } start: Object { column: 8 - index: 26 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/implements-empty/input.test.md b/internal/js-parser/test-fixtures/typescript/class/implements-empty/input.test.md index 7c5552b555e..d47dcd08e2c 100644 --- a/internal/js-parser/test-fixtures/typescript/class/implements-empty/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/implements-empty/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/class/implements-empty/input.ts" end: Object { column: 0 - index: 25 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "typescript/class/implements-empty/input.ts" end: Object { column: 1 - index: 24 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -102,12 +94,10 @@ JSRoot { filename: "typescript/class/implements-empty/input.ts" end: Object { column: 1 - index: 24 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/implements/input.test.md b/internal/js-parser/test-fixtures/typescript/class/implements/input.test.md index 490f68a583d..b6aa330e98a 100644 --- a/internal/js-parser/test-fixtures/typescript/class/implements/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/implements/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/class/implements/input.ts" end: Object { column: 0 - index: 29 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "C" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "typescript/class/implements/input.ts" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "typescript/class/implements/input.ts" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "typescript/class/implements/input.ts" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "typescript/class/implements/input.ts" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "X" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { identifierName: "Y" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -150,12 +134,10 @@ JSRoot { filename: "typescript/class/implements/input.ts" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -166,12 +148,10 @@ JSRoot { filename: "typescript/class/implements/input.ts" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -182,12 +162,10 @@ JSRoot { identifierName: "T" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/index-signature/input.test.md b/internal/js-parser/test-fixtures/typescript/class/index-signature/input.test.md index 5916f77130f..6dff6906d6c 100644 --- a/internal/js-parser/test-fixtures/typescript/class/index-signature/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/index-signature/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/class/index-signature/input.ts" end: Object { column: 0 - index: 65 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "C" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "typescript/class/index-signature/input.ts" end: Object { column: 1 - index: 64 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "typescript/class/index-signature/input.ts" end: Object { column: 1 - index: 64 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -89,12 +81,10 @@ JSRoot { filename: "typescript/class/index-signature/input.ts" end: Object { column: 14 - index: 24 line: 2 } start: Object { column: 5 - index: 15 line: 2 } } @@ -103,12 +93,10 @@ JSRoot { filename: "typescript/class/index-signature/input.ts" end: Object { column: 14 - index: 24 line: 2 } start: Object { column: 5 - index: 15 line: 2 } } @@ -117,12 +105,10 @@ JSRoot { filename: "typescript/class/index-signature/input.ts" end: Object { column: 14 - index: 24 line: 2 } start: Object { column: 8 - index: 18 line: 2 } } @@ -134,12 +120,10 @@ JSRoot { filename: "typescript/class/index-signature/input.ts" end: Object { column: 21 - index: 31 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -148,12 +132,10 @@ JSRoot { filename: "typescript/class/index-signature/input.ts" end: Object { column: 20 - index: 30 line: 2 } start: Object { column: 17 - index: 27 line: 2 } } @@ -166,12 +148,10 @@ JSRoot { filename: "typescript/class/index-signature/input.ts" end: Object { column: 23 - index: 55 line: 3 } start: Object { column: 14 - index: 46 line: 3 } } @@ -180,12 +160,10 @@ JSRoot { filename: "typescript/class/index-signature/input.ts" end: Object { column: 23 - index: 55 line: 3 } start: Object { column: 14 - index: 46 line: 3 } } @@ -194,12 +172,10 @@ JSRoot { filename: "typescript/class/index-signature/input.ts" end: Object { column: 23 - index: 55 line: 3 } start: Object { column: 17 - index: 49 line: 3 } } @@ -211,12 +187,10 @@ JSRoot { filename: "typescript/class/index-signature/input.ts" end: Object { column: 30 - index: 62 line: 3 } start: Object { column: 4 - index: 36 line: 3 } } @@ -225,12 +199,10 @@ JSRoot { filename: "typescript/class/index-signature/input.ts" end: Object { column: 29 - index: 61 line: 3 } start: Object { column: 26 - index: 58 line: 3 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/members-with-modifier-names/input.test.md b/internal/js-parser/test-fixtures/typescript/class/members-with-modifier-names/input.test.md index 4685a2fa292..affb7ca96c8 100644 --- a/internal/js-parser/test-fixtures/typescript/class/members-with-modifier-names/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/members-with-modifier-names/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/class/members-with-modifier-names/input.ts" end: Object { column: 0 - index: 119 line: 8 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "C" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "typescript/class/members-with-modifier-names/input.ts" end: Object { column: 1 - index: 118 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "typescript/class/members-with-modifier-names/input.ts" end: Object { column: 1 - index: 118 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "public" end: Object { column: 10 - index: 20 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "typescript/class/members-with-modifier-names/input.ts" end: Object { column: 10 - index: 20 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -121,12 +109,10 @@ JSRoot { filename: "typescript/class/members-with-modifier-names/input.ts" end: Object { column: 19 - index: 29 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -139,19 +125,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 14 line: 2 } loc: Object { filename: "typescript/class/members-with-modifier-names/input.ts" end: Object { column: 10 - index: 20 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -168,12 +151,10 @@ JSRoot { filename: "typescript/class/members-with-modifier-names/input.ts" end: Object { column: 18 - index: 28 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -182,12 +163,10 @@ JSRoot { filename: "typescript/class/members-with-modifier-names/input.ts" end: Object { column: 18 - index: 28 line: 2 } start: Object { column: 14 - index: 24 line: 2 } } @@ -204,12 +183,10 @@ JSRoot { identifierName: "static" end: Object { column: 17 - index: 47 line: 3 } start: Object { column: 11 - index: 41 line: 3 } } @@ -219,12 +196,10 @@ JSRoot { identifierName: "static" end: Object { column: 17 - index: 47 line: 3 } start: Object { column: 11 - index: 41 line: 3 } } @@ -234,12 +209,10 @@ JSRoot { filename: "typescript/class/members-with-modifier-names/input.ts" end: Object { column: 26 - index: 56 line: 3 } start: Object { column: 4 - index: 34 line: 3 } } @@ -254,12 +227,10 @@ JSRoot { filename: "typescript/class/members-with-modifier-names/input.ts" end: Object { column: 17 - index: 47 line: 3 } start: Object { column: 4 - index: 34 line: 3 } } @@ -276,12 +247,10 @@ JSRoot { filename: "typescript/class/members-with-modifier-names/input.ts" end: Object { column: 25 - index: 55 line: 3 } start: Object { column: 17 - index: 47 line: 3 } } @@ -290,12 +259,10 @@ JSRoot { filename: "typescript/class/members-with-modifier-names/input.ts" end: Object { column: 25 - index: 55 line: 3 } start: Object { column: 21 - index: 51 line: 3 } } @@ -311,12 +278,10 @@ JSRoot { identifierName: "readonly" end: Object { column: 12 - index: 69 line: 4 } start: Object { column: 4 - index: 61 line: 4 } } @@ -325,12 +290,10 @@ JSRoot { filename: "typescript/class/members-with-modifier-names/input.ts" end: Object { column: 12 - index: 69 line: 4 } start: Object { column: 4 - index: 61 line: 4 } } @@ -342,12 +305,10 @@ JSRoot { filename: "typescript/class/members-with-modifier-names/input.ts" end: Object { column: 16 - index: 73 line: 4 } start: Object { column: 15 - index: 72 line: 4 } } @@ -358,12 +319,10 @@ JSRoot { filename: "typescript/class/members-with-modifier-names/input.ts" end: Object { column: 17 - index: 74 line: 4 } start: Object { column: 4 - index: 61 line: 4 } } @@ -376,19 +335,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 61 line: 4 } loc: Object { filename: "typescript/class/members-with-modifier-names/input.ts" end: Object { column: 12 - index: 69 line: 4 } start: Object { column: 4 - index: 61 line: 4 } } @@ -404,12 +360,10 @@ JSRoot { identifierName: "async" end: Object { column: 9 - index: 84 line: 5 } start: Object { column: 4 - index: 79 line: 5 } } @@ -418,12 +372,10 @@ JSRoot { filename: "typescript/class/members-with-modifier-names/input.ts" end: Object { column: 9 - index: 84 line: 5 } start: Object { column: 4 - index: 79 line: 5 } } @@ -433,12 +385,10 @@ JSRoot { filename: "typescript/class/members-with-modifier-names/input.ts" end: Object { column: 21 - index: 96 line: 5 } start: Object { column: 4 - index: 79 line: 5 } } @@ -451,19 +401,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 79 line: 5 } loc: Object { filename: "typescript/class/members-with-modifier-names/input.ts" end: Object { column: 9 - index: 84 line: 5 } start: Object { column: 4 - index: 79 line: 5 } } @@ -479,12 +426,10 @@ JSRoot { filename: "typescript/class/members-with-modifier-names/input.ts" end: Object { column: 20 - index: 95 line: 5 } start: Object { column: 12 - index: 87 line: 5 } } @@ -493,12 +438,10 @@ JSRoot { filename: "typescript/class/members-with-modifier-names/input.ts" end: Object { column: 20 - index: 95 line: 5 } start: Object { column: 16 - index: 91 line: 5 } } @@ -508,12 +451,10 @@ JSRoot { filename: "typescript/class/members-with-modifier-names/input.ts" end: Object { column: 12 - index: 87 line: 5 } start: Object { column: 9 - index: 84 line: 5 } } @@ -526,12 +467,10 @@ JSRoot { filename: "typescript/class/members-with-modifier-names/input.ts" end: Object { column: 11 - index: 86 line: 5 } start: Object { column: 10 - index: 85 line: 5 } } @@ -549,12 +488,10 @@ JSRoot { identifierName: "abstract" end: Object { column: 12 - index: 109 line: 6 } start: Object { column: 4 - index: 101 line: 6 } } @@ -563,12 +500,10 @@ JSRoot { filename: "typescript/class/members-with-modifier-names/input.ts" end: Object { column: 12 - index: 109 line: 6 } start: Object { column: 4 - index: 101 line: 6 } } @@ -579,12 +514,10 @@ JSRoot { filename: "typescript/class/members-with-modifier-names/input.ts" end: Object { column: 19 - index: 116 line: 6 } start: Object { column: 4 - index: 101 line: 6 } } @@ -593,12 +526,10 @@ JSRoot { filename: "typescript/class/members-with-modifier-names/input.ts" end: Object { column: 18 - index: 115 line: 6 } start: Object { column: 14 - index: 111 line: 6 } } @@ -612,19 +543,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 101 line: 6 } loc: Object { filename: "typescript/class/members-with-modifier-names/input.ts" end: Object { column: 12 - index: 109 line: 6 } start: Object { column: 4 - index: 101 line: 6 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/members-with-reserved-names/input.test.md b/internal/js-parser/test-fixtures/typescript/class/members-with-reserved-names/input.test.md index 5fc24ce611f..3c7be7af937 100644 --- a/internal/js-parser/test-fixtures/typescript/class/members-with-reserved-names/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/members-with-reserved-names/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/class/members-with-reserved-names/input.ts" end: Object { column: 0 - index: 39 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "C" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "typescript/class/members-with-reserved-names/input.ts" end: Object { column: 1 - index: 38 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "typescript/class/members-with-reserved-names/input.ts" end: Object { column: 1 - index: 38 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "delete" end: Object { column: 17 - index: 27 line: 2 } start: Object { column: 11 - index: 21 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "typescript/class/members-with-reserved-names/input.ts" end: Object { column: 17 - index: 27 line: 2 } start: Object { column: 11 - index: 21 line: 2 } } @@ -121,12 +109,10 @@ JSRoot { filename: "typescript/class/members-with-reserved-names/input.ts" end: Object { column: 26 - index: 36 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -139,19 +125,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 14 line: 2 } loc: Object { filename: "typescript/class/members-with-reserved-names/input.ts" end: Object { column: 17 - index: 27 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -168,12 +151,10 @@ JSRoot { filename: "typescript/class/members-with-reserved-names/input.ts" end: Object { column: 25 - index: 35 line: 2 } start: Object { column: 17 - index: 27 line: 2 } } @@ -182,12 +163,10 @@ JSRoot { filename: "typescript/class/members-with-reserved-names/input.ts" end: Object { column: 25 - index: 35 line: 2 } start: Object { column: 21 - index: 31 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/method-computed/input.test.md b/internal/js-parser/test-fixtures/typescript/class/method-computed/input.test.md index 148dba22e8b..f9536f0ba74 100644 --- a/internal/js-parser/test-fixtures/typescript/class/method-computed/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/method-computed/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/class/method-computed/input.ts" end: Object { column: 0 - index: 75 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "C" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "typescript/class/method-computed/input.ts" end: Object { column: 1 - index: 74 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "typescript/class/method-computed/input.ts" end: Object { column: 1 - index: 74 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -90,12 +82,10 @@ JSRoot { filename: "typescript/class/method-computed/input.ts" end: Object { column: 20 - index: 30 line: 2 } start: Object { column: 5 - index: 15 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { identifierName: "Symbol" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 5 - index: 15 line: 2 } } @@ -124,12 +112,10 @@ JSRoot { identifierName: "iterator" end: Object { column: 20 - index: 30 line: 2 } start: Object { column: 12 - index: 22 line: 2 } } @@ -139,12 +125,10 @@ JSRoot { identifierName: "iterator" end: Object { column: 20 - index: 30 line: 2 } start: Object { column: 12 - index: 22 line: 2 } } @@ -154,12 +138,10 @@ JSRoot { filename: "typescript/class/method-computed/input.ts" end: Object { column: 21 - index: 31 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -169,12 +151,10 @@ JSRoot { filename: "typescript/class/method-computed/input.ts" end: Object { column: 30 - index: 40 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -187,19 +167,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 14 line: 2 } loc: Object { filename: "typescript/class/method-computed/input.ts" end: Object { column: 21 - index: 31 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -216,12 +193,10 @@ JSRoot { filename: "typescript/class/method-computed/input.ts" end: Object { column: 29 - index: 39 line: 2 } start: Object { column: 21 - index: 31 line: 2 } } @@ -230,12 +205,10 @@ JSRoot { filename: "typescript/class/method-computed/input.ts" end: Object { column: 29 - index: 39 line: 2 } start: Object { column: 25 - index: 35 line: 2 } } @@ -250,12 +223,10 @@ JSRoot { filename: "typescript/class/method-computed/input.ts" end: Object { column: 20 - index: 61 line: 3 } start: Object { column: 5 - index: 46 line: 3 } } @@ -266,12 +237,10 @@ JSRoot { identifierName: "Symbol" end: Object { column: 11 - index: 52 line: 3 } start: Object { column: 5 - index: 46 line: 3 } } @@ -284,12 +253,10 @@ JSRoot { identifierName: "iterator" end: Object { column: 20 - index: 61 line: 3 } start: Object { column: 12 - index: 53 line: 3 } } @@ -299,12 +266,10 @@ JSRoot { identifierName: "iterator" end: Object { column: 20 - index: 61 line: 3 } start: Object { column: 12 - index: 53 line: 3 } } @@ -314,12 +279,10 @@ JSRoot { filename: "typescript/class/method-computed/input.ts" end: Object { column: 21 - index: 62 line: 3 } start: Object { column: 4 - index: 45 line: 3 } } @@ -329,12 +292,10 @@ JSRoot { filename: "typescript/class/method-computed/input.ts" end: Object { column: 31 - index: 72 line: 3 } start: Object { column: 4 - index: 45 line: 3 } } @@ -347,19 +308,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 45 line: 3 } loc: Object { filename: "typescript/class/method-computed/input.ts" end: Object { column: 22 - index: 63 line: 3 } start: Object { column: 4 - index: 45 line: 3 } } @@ -376,12 +334,10 @@ JSRoot { filename: "typescript/class/method-computed/input.ts" end: Object { column: 30 - index: 71 line: 3 } start: Object { column: 22 - index: 63 line: 3 } } @@ -390,12 +346,10 @@ JSRoot { filename: "typescript/class/method-computed/input.ts" end: Object { column: 30 - index: 71 line: 3 } start: Object { column: 26 - index: 67 line: 3 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/method-generic/input.test.md b/internal/js-parser/test-fixtures/typescript/class/method-generic/input.test.md index bfdc185756c..24d2612f6ab 100644 --- a/internal/js-parser/test-fixtures/typescript/class/method-generic/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/method-generic/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/class/method-generic/input.ts" end: Object { column: 0 - index: 84 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "C" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "typescript/class/method-generic/input.ts" end: Object { column: 1 - index: 83 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "typescript/class/method-generic/input.ts" end: Object { column: 1 - index: 83 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "f" end: Object { column: 5 - index: 15 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "typescript/class/method-generic/input.ts" end: Object { column: 5 - index: 15 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "typescript/class/method-generic/input.ts" end: Object { column: 38 - index: 48 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "typescript/class/method-generic/input.ts" end: Object { column: 38 - index: 48 line: 2 } start: Object { column: 36 - index: 46 line: 2 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 14 line: 2 } loc: Object { filename: "typescript/class/method-generic/input.ts" end: Object { column: 5 - index: 15 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -181,12 +162,10 @@ JSRoot { filename: "typescript/class/method-generic/input.ts" end: Object { column: 35 - index: 45 line: 2 } start: Object { column: 8 - index: 18 line: 2 } } @@ -196,12 +175,10 @@ JSRoot { filename: "typescript/class/method-generic/input.ts" end: Object { column: 35 - index: 45 line: 2 } start: Object { column: 34 - index: 44 line: 2 } } @@ -212,12 +189,10 @@ JSRoot { identifierName: "T" end: Object { column: 35 - index: 45 line: 2 } start: Object { column: 34 - index: 44 line: 2 } } @@ -228,12 +203,10 @@ JSRoot { filename: "typescript/class/method-generic/input.ts" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 5 - index: 15 line: 2 } } @@ -246,12 +219,10 @@ JSRoot { filename: "typescript/class/method-generic/input.ts" end: Object { column: 7 - index: 17 line: 2 } start: Object { column: 6 - index: 16 line: 2 } } @@ -265,12 +236,10 @@ JSRoot { identifierName: "c" end: Object { column: 26 - index: 36 line: 2 } start: Object { column: 25 - index: 35 line: 2 } } @@ -280,12 +249,10 @@ JSRoot { filename: "typescript/class/method-generic/input.ts" end: Object { column: 31 - index: 41 line: 2 } start: Object { column: 25 - index: 35 line: 2 } } @@ -294,12 +261,10 @@ JSRoot { filename: "typescript/class/method-generic/input.ts" end: Object { column: 31 - index: 41 line: 2 } start: Object { column: 28 - index: 38 line: 2 } } @@ -309,12 +274,10 @@ JSRoot { filename: "typescript/class/method-generic/input.ts" end: Object { column: 29 - index: 39 line: 2 } start: Object { column: 28 - index: 38 line: 2 } } @@ -325,12 +288,10 @@ JSRoot { identifierName: "T" end: Object { column: 29 - index: 39 line: 2 } start: Object { column: 28 - index: 38 line: 2 } } @@ -347,12 +308,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 20 line: 2 } start: Object { column: 9 - index: 19 line: 2 } } @@ -362,12 +321,10 @@ JSRoot { filename: "typescript/class/method-generic/input.ts" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 9 - index: 19 line: 2 } } @@ -377,12 +334,10 @@ JSRoot { filename: "typescript/class/method-generic/input.ts" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 12 - index: 22 line: 2 } } @@ -393,12 +348,10 @@ JSRoot { identifierName: "T" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 12 - index: 22 line: 2 } } @@ -413,12 +366,10 @@ JSRoot { identifierName: "b" end: Object { column: 16 - index: 26 line: 2 } start: Object { column: 15 - index: 25 line: 2 } } @@ -428,12 +379,10 @@ JSRoot { filename: "typescript/class/method-generic/input.ts" end: Object { column: 20 - index: 30 line: 2 } start: Object { column: 15 - index: 25 line: 2 } } @@ -443,12 +392,10 @@ JSRoot { filename: "typescript/class/method-generic/input.ts" end: Object { column: 20 - index: 30 line: 2 } start: Object { column: 19 - index: 29 line: 2 } } @@ -459,12 +406,10 @@ JSRoot { identifierName: "T" end: Object { column: 20 - index: 30 line: 2 } start: Object { column: 19 - index: 29 line: 2 } } @@ -483,12 +428,10 @@ JSRoot { filename: "typescript/class/method-generic/input.ts" end: Object { column: 20 - index: 69 line: 3 } start: Object { column: 5 - index: 54 line: 3 } } @@ -499,12 +442,10 @@ JSRoot { identifierName: "Symbol" end: Object { column: 11 - index: 60 line: 3 } start: Object { column: 5 - index: 54 line: 3 } } @@ -517,12 +458,10 @@ JSRoot { identifierName: "iterator" end: Object { column: 20 - index: 69 line: 3 } start: Object { column: 12 - index: 61 line: 3 } } @@ -532,12 +471,10 @@ JSRoot { identifierName: "iterator" end: Object { column: 20 - index: 69 line: 3 } start: Object { column: 12 - index: 61 line: 3 } } @@ -547,12 +484,10 @@ JSRoot { filename: "typescript/class/method-generic/input.ts" end: Object { column: 21 - index: 70 line: 3 } start: Object { column: 4 - index: 53 line: 3 } } @@ -561,12 +496,10 @@ JSRoot { filename: "typescript/class/method-generic/input.ts" end: Object { column: 32 - index: 81 line: 3 } start: Object { column: 4 - index: 53 line: 3 } } @@ -577,12 +510,10 @@ JSRoot { filename: "typescript/class/method-generic/input.ts" end: Object { column: 32 - index: 81 line: 3 } start: Object { column: 30 - index: 79 line: 3 } } @@ -596,19 +527,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 53 line: 3 } loc: Object { filename: "typescript/class/method-generic/input.ts" end: Object { column: 21 - index: 70 line: 3 } start: Object { column: 4 - index: 53 line: 3 } } @@ -624,12 +552,10 @@ JSRoot { filename: "typescript/class/method-generic/input.ts" end: Object { column: 29 - index: 78 line: 3 } start: Object { column: 24 - index: 73 line: 3 } } @@ -639,12 +565,10 @@ JSRoot { filename: "typescript/class/method-generic/input.ts" end: Object { column: 29 - index: 78 line: 3 } start: Object { column: 28 - index: 77 line: 3 } } @@ -655,12 +579,10 @@ JSRoot { identifierName: "T" end: Object { column: 29 - index: 78 line: 3 } start: Object { column: 28 - index: 77 line: 3 } } @@ -671,12 +593,10 @@ JSRoot { filename: "typescript/class/method-generic/input.ts" end: Object { column: 24 - index: 73 line: 3 } start: Object { column: 21 - index: 70 line: 3 } } @@ -689,12 +609,10 @@ JSRoot { filename: "typescript/class/method-generic/input.ts" end: Object { column: 23 - index: 72 line: 3 } start: Object { column: 22 - index: 71 line: 3 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/method-no-body/input.test.md b/internal/js-parser/test-fixtures/typescript/class/method-no-body/input.test.md index 573bce65e17..acbf40802c4 100644 --- a/internal/js-parser/test-fixtures/typescript/class/method-no-body/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/method-no-body/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/class/method-no-body/input.ts" end: Object { column: 0 - index: 36 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "C" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "typescript/class/method-no-body/input.ts" end: Object { column: 1 - index: 35 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "typescript/class/method-no-body/input.ts" end: Object { column: 1 - index: 35 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "f" end: Object { column: 5 - index: 15 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "typescript/class/method-no-body/input.ts" end: Object { column: 5 - index: 15 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -121,12 +109,10 @@ JSRoot { filename: "typescript/class/method-no-body/input.ts" end: Object { column: 8 - index: 18 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -143,12 +129,10 @@ JSRoot { filename: "typescript/class/method-no-body/input.ts" end: Object { column: 7 - index: 17 line: 2 } start: Object { column: 5 - index: 15 line: 2 } } @@ -162,19 +146,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 14 line: 2 } loc: Object { filename: "typescript/class/method-no-body/input.ts" end: Object { column: 5 - index: 15 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -190,12 +171,10 @@ JSRoot { identifierName: "f" end: Object { column: 5 - index: 24 line: 3 } start: Object { column: 4 - index: 23 line: 3 } } @@ -204,12 +183,10 @@ JSRoot { filename: "typescript/class/method-no-body/input.ts" end: Object { column: 5 - index: 24 line: 3 } start: Object { column: 4 - index: 23 line: 3 } } @@ -219,12 +196,10 @@ JSRoot { filename: "typescript/class/method-no-body/input.ts" end: Object { column: 14 - index: 33 line: 3 } start: Object { column: 4 - index: 23 line: 3 } } @@ -237,19 +212,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 23 line: 3 } loc: Object { filename: "typescript/class/method-no-body/input.ts" end: Object { column: 5 - index: 24 line: 3 } start: Object { column: 4 - index: 23 line: 3 } } @@ -266,12 +238,10 @@ JSRoot { filename: "typescript/class/method-no-body/input.ts" end: Object { column: 13 - index: 32 line: 3 } start: Object { column: 5 - index: 24 line: 3 } } @@ -280,12 +250,10 @@ JSRoot { filename: "typescript/class/method-no-body/input.ts" end: Object { column: 13 - index: 32 line: 3 } start: Object { column: 9 - index: 28 line: 3 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/method-optional/input.test.md b/internal/js-parser/test-fixtures/typescript/class/method-optional/input.test.md index 89b4258d821..bb47f5f446c 100644 --- a/internal/js-parser/test-fixtures/typescript/class/method-optional/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/method-optional/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/class/method-optional/input.ts" end: Object { column: 0 - index: 30 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "C" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "typescript/class/method-optional/input.ts" end: Object { column: 1 - index: 29 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "typescript/class/method-optional/input.ts" end: Object { column: 1 - index: 29 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "m" end: Object { column: 5 - index: 15 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "typescript/class/method-optional/input.ts" end: Object { column: 5 - index: 15 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "typescript/class/method-optional/input.ts" end: Object { column: 17 - index: 27 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "typescript/class/method-optional/input.ts" end: Object { column: 17 - index: 27 line: 2 } start: Object { column: 15 - index: 25 line: 2 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 14 line: 2 } loc: Object { filename: "typescript/class/method-optional/input.ts" end: Object { column: 6 - index: 16 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -184,12 +165,10 @@ JSRoot { filename: "typescript/class/method-optional/input.ts" end: Object { column: 14 - index: 24 line: 2 } start: Object { column: 6 - index: 16 line: 2 } } @@ -198,12 +177,10 @@ JSRoot { filename: "typescript/class/method-optional/input.ts" end: Object { column: 14 - index: 24 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/method-readonly/input.test.md b/internal/js-parser/test-fixtures/typescript/class/method-readonly/input.test.md index edf53e8ffda..3dc3305a8bf 100644 --- a/internal/js-parser/test-fixtures/typescript/class/method-readonly/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/method-readonly/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/class/method-readonly/input.ts" end: Object { column: 0 - index: 32 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 14 - index: 24 line: 2 } start: Object { column: 14 - index: 24 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "C" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "typescript/class/method-readonly/input.ts" end: Object { column: 19 - index: 29 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "typescript/class/method-readonly/input.ts" end: Object { column: 19 - index: 29 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -115,12 +105,10 @@ JSRoot { identifierName: "m" end: Object { column: 14 - index: 24 line: 2 } start: Object { column: 13 - index: 23 line: 2 } } @@ -129,12 +117,10 @@ JSRoot { filename: "typescript/class/method-readonly/input.ts" end: Object { column: 14 - index: 24 line: 2 } start: Object { column: 13 - index: 23 line: 2 } } @@ -146,12 +132,10 @@ JSRoot { filename: "typescript/class/method-readonly/input.ts" end: Object { column: 14 - index: 24 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -164,19 +148,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 14 line: 2 } loc: Object { filename: "typescript/class/method-readonly/input.ts" end: Object { column: 14 - index: 24 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -191,12 +172,10 @@ JSRoot { identifierName: "" end: Object { column: 18 - index: 28 line: 2 } start: Object { column: 17 - index: 27 line: 2 } } @@ -205,12 +184,10 @@ JSRoot { filename: "typescript/class/method-readonly/input.ts" end: Object { column: 18 - index: 28 line: 2 } start: Object { column: 17 - index: 27 line: 2 } } @@ -222,12 +199,10 @@ JSRoot { filename: "typescript/class/method-readonly/input.ts" end: Object { column: 18 - index: 28 line: 2 } start: Object { column: 17 - index: 27 line: 2 } } @@ -240,19 +215,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 17 - index: 27 line: 2 } loc: Object { filename: "typescript/class/method-readonly/input.ts" end: Object { column: 18 - index: 28 line: 2 } start: Object { column: 17 - index: 27 line: 2 } } @@ -266,12 +238,10 @@ JSRoot { filename: "typescript/class/method-readonly/input.ts" end: Object { column: 1 - index: 31 line: 3 } start: Object { column: 0 - index: 30 line: 3 } } @@ -281,12 +251,10 @@ JSRoot { filename: "typescript/class/method-readonly/input.ts" end: Object { column: 1 - index: 31 line: 3 } start: Object { column: 0 - index: 30 line: 3 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/method-return-type/input.test.md b/internal/js-parser/test-fixtures/typescript/class/method-return-type/input.test.md index f99d2395b95..9e03706a27e 100644 --- a/internal/js-parser/test-fixtures/typescript/class/method-return-type/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/method-return-type/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/class/method-return-type/input.ts" end: Object { column: 0 - index: 29 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "C" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "typescript/class/method-return-type/input.ts" end: Object { column: 1 - index: 28 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "typescript/class/method-return-type/input.ts" end: Object { column: 1 - index: 28 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "f" end: Object { column: 5 - index: 15 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "typescript/class/method-return-type/input.ts" end: Object { column: 5 - index: 15 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "typescript/class/method-return-type/input.ts" end: Object { column: 16 - index: 26 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "typescript/class/method-return-type/input.ts" end: Object { column: 16 - index: 26 line: 2 } start: Object { column: 14 - index: 24 line: 2 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 14 line: 2 } loc: Object { filename: "typescript/class/method-return-type/input.ts" end: Object { column: 5 - index: 15 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -184,12 +165,10 @@ JSRoot { filename: "typescript/class/method-return-type/input.ts" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 5 - index: 15 line: 2 } } @@ -198,12 +177,10 @@ JSRoot { filename: "typescript/class/method-return-type/input.ts" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 9 - index: 19 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/method-with-newline-with-body/input.test.md b/internal/js-parser/test-fixtures/typescript/class/method-with-newline-with-body/input.test.md index 4fd9e5a465b..465654a676d 100644 --- a/internal/js-parser/test-fixtures/typescript/class/method-with-newline-with-body/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/method-with-newline-with-body/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/class/method-with-newline-with-body/input.ts" end: Object { column: 0 - index: 32 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "C" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "typescript/class/method-with-newline-with-body/input.ts" end: Object { column: 1 - index: 31 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "typescript/class/method-with-newline-with-body/input.ts" end: Object { column: 1 - index: 31 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "m" end: Object { column: 5 - index: 15 line: 3 } start: Object { column: 4 - index: 14 line: 3 } } @@ -106,12 +96,10 @@ JSRoot { filename: "typescript/class/method-with-newline-with-body/input.ts" end: Object { column: 5 - index: 15 line: 3 } start: Object { column: 4 - index: 14 line: 3 } } @@ -120,12 +108,10 @@ JSRoot { filename: "typescript/class/method-with-newline-with-body/input.ts" end: Object { column: 5 - index: 29 line: 5 } start: Object { column: 4 - index: 14 line: 3 } } @@ -136,12 +122,10 @@ JSRoot { filename: "typescript/class/method-with-newline-with-body/input.ts" end: Object { column: 5 - index: 29 line: 5 } start: Object { column: 4 - index: 22 line: 4 } } @@ -159,12 +143,10 @@ JSRoot { filename: "typescript/class/method-with-newline-with-body/input.ts" end: Object { column: 7 - index: 17 line: 3 } start: Object { column: 5 - index: 15 line: 3 } } @@ -178,19 +160,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 14 line: 3 } loc: Object { filename: "typescript/class/method-with-newline-with-body/input.ts" end: Object { column: 5 - index: 15 line: 3 } start: Object { column: 4 - index: 14 line: 3 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/method-with-newline-without-body/input.test.md b/internal/js-parser/test-fixtures/typescript/class/method-with-newline-without-body/input.test.md index ffac2888ec4..a07826ffe5b 100644 --- a/internal/js-parser/test-fixtures/typescript/class/method-with-newline-without-body/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/method-with-newline-without-body/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/class/method-with-newline-without-body/input.ts" end: Object { column: 0 - index: 28 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "C" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "typescript/class/method-with-newline-without-body/input.ts" end: Object { column: 1 - index: 27 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "typescript/class/method-with-newline-without-body/input.ts" end: Object { column: 1 - index: 27 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "m" end: Object { column: 5 - index: 15 line: 3 } start: Object { column: 4 - index: 14 line: 3 } } @@ -106,12 +96,10 @@ JSRoot { filename: "typescript/class/method-with-newline-without-body/input.ts" end: Object { column: 5 - index: 15 line: 3 } start: Object { column: 4 - index: 14 line: 3 } } @@ -121,12 +109,10 @@ JSRoot { filename: "typescript/class/method-with-newline-without-body/input.ts" end: Object { column: 7 - index: 17 line: 3 } start: Object { column: 4 - index: 14 line: 3 } } @@ -143,12 +129,10 @@ JSRoot { filename: "typescript/class/method-with-newline-without-body/input.ts" end: Object { column: 7 - index: 17 line: 3 } start: Object { column: 5 - index: 15 line: 3 } } @@ -162,19 +146,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 14 line: 3 } loc: Object { filename: "typescript/class/method-with-newline-without-body/input.ts" end: Object { column: 5 - index: 15 line: 3 } start: Object { column: 4 - index: 14 line: 3 } } @@ -190,12 +171,10 @@ JSRoot { identifierName: "n" end: Object { column: 5 - index: 23 line: 4 } start: Object { column: 4 - index: 22 line: 4 } } @@ -204,12 +183,10 @@ JSRoot { filename: "typescript/class/method-with-newline-without-body/input.ts" end: Object { column: 5 - index: 23 line: 4 } start: Object { column: 4 - index: 22 line: 4 } } @@ -219,12 +196,10 @@ JSRoot { filename: "typescript/class/method-with-newline-without-body/input.ts" end: Object { column: 7 - index: 25 line: 4 } start: Object { column: 4 - index: 22 line: 4 } } @@ -241,12 +216,10 @@ JSRoot { filename: "typescript/class/method-with-newline-without-body/input.ts" end: Object { column: 7 - index: 25 line: 4 } start: Object { column: 5 - index: 23 line: 4 } } @@ -260,19 +233,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 22 line: 4 } loc: Object { filename: "typescript/class/method-with-newline-without-body/input.ts" end: Object { column: 5 - index: 23 line: 4 } start: Object { column: 4 - index: 22 line: 4 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/modifiers-accessors/input.test.md b/internal/js-parser/test-fixtures/typescript/class/modifiers-accessors/input.test.md index bfe68cf52f7..efaa81d5e25 100644 --- a/internal/js-parser/test-fixtures/typescript/class/modifiers-accessors/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/modifiers-accessors/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/class/modifiers-accessors/input.ts" end: Object { column: 0 - index: 296 line: 12 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "typescript/class/modifiers-accessors/input.ts" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -58,12 +54,10 @@ JSRoot { identifierName: "C" end: Object { column: 16 - index: 56 line: 2 } start: Object { column: 15 - index: 55 line: 2 } } @@ -74,12 +68,10 @@ JSRoot { filename: "typescript/class/modifiers-accessors/input.ts" end: Object { column: 1 - index: 295 line: 11 } start: Object { column: 0 - index: 40 line: 2 } } @@ -93,12 +85,10 @@ JSRoot { filename: "typescript/class/modifiers-accessors/input.ts" end: Object { column: 1 - index: 295 line: 11 } start: Object { column: 0 - index: 40 line: 2 } } @@ -113,12 +103,10 @@ JSRoot { identifierName: "a" end: Object { column: 18 - index: 77 line: 3 } start: Object { column: 17 - index: 76 line: 3 } } @@ -127,12 +115,10 @@ JSRoot { filename: "typescript/class/modifiers-accessors/input.ts" end: Object { column: 18 - index: 77 line: 3 } start: Object { column: 17 - index: 76 line: 3 } } @@ -142,12 +128,10 @@ JSRoot { filename: "typescript/class/modifiers-accessors/input.ts" end: Object { column: 21 - index: 80 line: 3 } start: Object { column: 4 - index: 63 line: 3 } } @@ -164,12 +148,10 @@ JSRoot { filename: "typescript/class/modifiers-accessors/input.ts" end: Object { column: 20 - index: 79 line: 3 } start: Object { column: 18 - index: 77 line: 3 } } @@ -183,19 +165,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 63 line: 3 } loc: Object { filename: "typescript/class/modifiers-accessors/input.ts" end: Object { column: 18 - index: 77 line: 3 } start: Object { column: 4 - index: 63 line: 3 } } @@ -211,12 +190,10 @@ JSRoot { identifierName: "s" end: Object { column: 16 - index: 97 line: 4 } start: Object { column: 15 - index: 96 line: 4 } } @@ -225,12 +202,10 @@ JSRoot { filename: "typescript/class/modifiers-accessors/input.ts" end: Object { column: 16 - index: 97 line: 4 } start: Object { column: 15 - index: 96 line: 4 } } @@ -239,12 +214,10 @@ JSRoot { filename: "typescript/class/modifiers-accessors/input.ts" end: Object { column: 32 - index: 113 line: 4 } start: Object { column: 4 - index: 85 line: 4 } } @@ -261,12 +234,10 @@ JSRoot { filename: "typescript/class/modifiers-accessors/input.ts" end: Object { column: 18 - index: 99 line: 4 } start: Object { column: 16 - index: 97 line: 4 } } @@ -280,19 +251,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 85 line: 4 } loc: Object { filename: "typescript/class/modifiers-accessors/input.ts" end: Object { column: 16 - index: 97 line: 4 } start: Object { column: 4 - index: 85 line: 4 } } @@ -303,12 +271,10 @@ JSRoot { filename: "typescript/class/modifiers-accessors/input.ts" end: Object { column: 32 - index: 113 line: 4 } start: Object { column: 19 - index: 100 line: 4 } } @@ -318,12 +284,10 @@ JSRoot { filename: "typescript/class/modifiers-accessors/input.ts" end: Object { column: 30 - index: 111 line: 4 } start: Object { column: 21 - index: 102 line: 4 } } @@ -334,12 +298,10 @@ JSRoot { filename: "typescript/class/modifiers-accessors/input.ts" end: Object { column: 29 - index: 110 line: 4 } start: Object { column: 28 - index: 109 line: 4 } } @@ -358,12 +320,10 @@ JSRoot { identifierName: "pua" end: Object { column: 27 - index: 141 line: 5 } start: Object { column: 24 - index: 138 line: 5 } } @@ -372,12 +332,10 @@ JSRoot { filename: "typescript/class/modifiers-accessors/input.ts" end: Object { column: 27 - index: 141 line: 5 } start: Object { column: 24 - index: 138 line: 5 } } @@ -387,12 +345,10 @@ JSRoot { filename: "typescript/class/modifiers-accessors/input.ts" end: Object { column: 30 - index: 144 line: 5 } start: Object { column: 4 - index: 118 line: 5 } } @@ -409,12 +365,10 @@ JSRoot { filename: "typescript/class/modifiers-accessors/input.ts" end: Object { column: 29 - index: 143 line: 5 } start: Object { column: 27 - index: 141 line: 5 } } @@ -428,19 +382,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 118 line: 5 } loc: Object { filename: "typescript/class/modifiers-accessors/input.ts" end: Object { column: 27 - index: 141 line: 5 } start: Object { column: 4 - index: 118 line: 5 } } @@ -456,12 +407,10 @@ JSRoot { identifierName: "pus" end: Object { column: 25 - index: 170 line: 6 } start: Object { column: 22 - index: 167 line: 6 } } @@ -470,12 +419,10 @@ JSRoot { filename: "typescript/class/modifiers-accessors/input.ts" end: Object { column: 25 - index: 170 line: 6 } start: Object { column: 22 - index: 167 line: 6 } } @@ -484,12 +431,10 @@ JSRoot { filename: "typescript/class/modifiers-accessors/input.ts" end: Object { column: 41 - index: 186 line: 6 } start: Object { column: 4 - index: 149 line: 6 } } @@ -506,12 +451,10 @@ JSRoot { filename: "typescript/class/modifiers-accessors/input.ts" end: Object { column: 27 - index: 172 line: 6 } start: Object { column: 25 - index: 170 line: 6 } } @@ -525,19 +468,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 149 line: 6 } loc: Object { filename: "typescript/class/modifiers-accessors/input.ts" end: Object { column: 25 - index: 170 line: 6 } start: Object { column: 4 - index: 149 line: 6 } } @@ -548,12 +488,10 @@ JSRoot { filename: "typescript/class/modifiers-accessors/input.ts" end: Object { column: 41 - index: 186 line: 6 } start: Object { column: 28 - index: 173 line: 6 } } @@ -563,12 +501,10 @@ JSRoot { filename: "typescript/class/modifiers-accessors/input.ts" end: Object { column: 39 - index: 184 line: 6 } start: Object { column: 30 - index: 175 line: 6 } } @@ -579,12 +515,10 @@ JSRoot { filename: "typescript/class/modifiers-accessors/input.ts" end: Object { column: 38 - index: 183 line: 6 } start: Object { column: 37 - index: 182 line: 6 } } @@ -603,12 +537,10 @@ JSRoot { identifierName: "pu" end: Object { column: 17 - index: 205 line: 8 } start: Object { column: 15 - index: 203 line: 8 } } @@ -617,12 +549,10 @@ JSRoot { filename: "typescript/class/modifiers-accessors/input.ts" end: Object { column: 17 - index: 205 line: 8 } start: Object { column: 15 - index: 203 line: 8 } } @@ -631,12 +561,10 @@ JSRoot { filename: "typescript/class/modifiers-accessors/input.ts" end: Object { column: 33 - index: 221 line: 8 } start: Object { column: 4 - index: 192 line: 8 } } @@ -653,12 +581,10 @@ JSRoot { filename: "typescript/class/modifiers-accessors/input.ts" end: Object { column: 19 - index: 207 line: 8 } start: Object { column: 17 - index: 205 line: 8 } } @@ -672,19 +598,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 192 line: 8 } loc: Object { filename: "typescript/class/modifiers-accessors/input.ts" end: Object { column: 17 - index: 205 line: 8 } start: Object { column: 4 - index: 192 line: 8 } } @@ -695,12 +618,10 @@ JSRoot { filename: "typescript/class/modifiers-accessors/input.ts" end: Object { column: 33 - index: 221 line: 8 } start: Object { column: 20 - index: 208 line: 8 } } @@ -710,12 +631,10 @@ JSRoot { filename: "typescript/class/modifiers-accessors/input.ts" end: Object { column: 31 - index: 219 line: 8 } start: Object { column: 22 - index: 210 line: 8 } } @@ -726,12 +645,10 @@ JSRoot { filename: "typescript/class/modifiers-accessors/input.ts" end: Object { column: 30 - index: 218 line: 8 } start: Object { column: 29 - index: 217 line: 8 } } @@ -750,12 +667,10 @@ JSRoot { identifierName: "po" end: Object { column: 20 - index: 242 line: 9 } start: Object { column: 18 - index: 240 line: 9 } } @@ -764,12 +679,10 @@ JSRoot { filename: "typescript/class/modifiers-accessors/input.ts" end: Object { column: 20 - index: 242 line: 9 } start: Object { column: 18 - index: 240 line: 9 } } @@ -778,12 +691,10 @@ JSRoot { filename: "typescript/class/modifiers-accessors/input.ts" end: Object { column: 36 - index: 258 line: 9 } start: Object { column: 4 - index: 226 line: 9 } } @@ -800,12 +711,10 @@ JSRoot { filename: "typescript/class/modifiers-accessors/input.ts" end: Object { column: 22 - index: 244 line: 9 } start: Object { column: 20 - index: 242 line: 9 } } @@ -819,19 +728,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 226 line: 9 } loc: Object { filename: "typescript/class/modifiers-accessors/input.ts" end: Object { column: 20 - index: 242 line: 9 } start: Object { column: 4 - index: 226 line: 9 } } @@ -842,12 +748,10 @@ JSRoot { filename: "typescript/class/modifiers-accessors/input.ts" end: Object { column: 36 - index: 258 line: 9 } start: Object { column: 23 - index: 245 line: 9 } } @@ -857,12 +761,10 @@ JSRoot { filename: "typescript/class/modifiers-accessors/input.ts" end: Object { column: 34 - index: 256 line: 9 } start: Object { column: 25 - index: 247 line: 9 } } @@ -873,12 +775,10 @@ JSRoot { filename: "typescript/class/modifiers-accessors/input.ts" end: Object { column: 33 - index: 255 line: 9 } start: Object { column: 32 - index: 254 line: 9 } } @@ -897,12 +797,10 @@ JSRoot { identifierName: "pi" end: Object { column: 18 - index: 277 line: 10 } start: Object { column: 16 - index: 275 line: 10 } } @@ -911,12 +809,10 @@ JSRoot { filename: "typescript/class/modifiers-accessors/input.ts" end: Object { column: 18 - index: 277 line: 10 } start: Object { column: 16 - index: 275 line: 10 } } @@ -925,12 +821,10 @@ JSRoot { filename: "typescript/class/modifiers-accessors/input.ts" end: Object { column: 34 - index: 293 line: 10 } start: Object { column: 4 - index: 263 line: 10 } } @@ -947,12 +841,10 @@ JSRoot { filename: "typescript/class/modifiers-accessors/input.ts" end: Object { column: 20 - index: 279 line: 10 } start: Object { column: 18 - index: 277 line: 10 } } @@ -966,19 +858,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 263 line: 10 } loc: Object { filename: "typescript/class/modifiers-accessors/input.ts" end: Object { column: 18 - index: 277 line: 10 } start: Object { column: 4 - index: 263 line: 10 } } @@ -989,12 +878,10 @@ JSRoot { filename: "typescript/class/modifiers-accessors/input.ts" end: Object { column: 34 - index: 293 line: 10 } start: Object { column: 21 - index: 280 line: 10 } } @@ -1004,12 +891,10 @@ JSRoot { filename: "typescript/class/modifiers-accessors/input.ts" end: Object { column: 32 - index: 291 line: 10 } start: Object { column: 23 - index: 282 line: 10 } } @@ -1020,12 +905,10 @@ JSRoot { filename: "typescript/class/modifiers-accessors/input.ts" end: Object { column: 31 - index: 290 line: 10 } start: Object { column: 30 - index: 289 line: 10 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/modifiers-methods-async/input.test.md b/internal/js-parser/test-fixtures/typescript/class/modifiers-methods-async/input.test.md index a6cc72df0e6..9e6a4710465 100644 --- a/internal/js-parser/test-fixtures/typescript/class/modifiers-methods-async/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/modifiers-methods-async/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/class/modifiers-methods-async/input.ts" end: Object { column: 0 - index: 257 line: 12 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "typescript/class/modifiers-methods-async/input.ts" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -58,12 +54,10 @@ JSRoot { identifierName: "C" end: Object { column: 16 - index: 58 line: 2 } start: Object { column: 15 - index: 57 line: 2 } } @@ -74,12 +68,10 @@ JSRoot { filename: "typescript/class/modifiers-methods-async/input.ts" end: Object { column: 1 - index: 256 line: 11 } start: Object { column: 0 - index: 42 line: 2 } } @@ -93,12 +85,10 @@ JSRoot { filename: "typescript/class/modifiers-methods-async/input.ts" end: Object { column: 1 - index: 256 line: 11 } start: Object { column: 0 - index: 42 line: 2 } } @@ -113,12 +103,10 @@ JSRoot { identifierName: "a" end: Object { column: 20 - index: 81 line: 3 } start: Object { column: 19 - index: 80 line: 3 } } @@ -127,12 +115,10 @@ JSRoot { filename: "typescript/class/modifiers-methods-async/input.ts" end: Object { column: 20 - index: 81 line: 3 } start: Object { column: 19 - index: 80 line: 3 } } @@ -142,12 +128,10 @@ JSRoot { filename: "typescript/class/modifiers-methods-async/input.ts" end: Object { column: 23 - index: 84 line: 3 } start: Object { column: 4 - index: 65 line: 3 } } @@ -164,12 +148,10 @@ JSRoot { filename: "typescript/class/modifiers-methods-async/input.ts" end: Object { column: 22 - index: 83 line: 3 } start: Object { column: 20 - index: 81 line: 3 } } @@ -183,19 +165,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 65 line: 3 } loc: Object { filename: "typescript/class/modifiers-methods-async/input.ts" end: Object { column: 20 - index: 81 line: 3 } start: Object { column: 4 - index: 65 line: 3 } } @@ -211,12 +190,10 @@ JSRoot { identifierName: "s" end: Object { column: 18 - index: 103 line: 4 } start: Object { column: 17 - index: 102 line: 4 } } @@ -225,12 +202,10 @@ JSRoot { filename: "typescript/class/modifiers-methods-async/input.ts" end: Object { column: 18 - index: 103 line: 4 } start: Object { column: 17 - index: 102 line: 4 } } @@ -239,12 +214,10 @@ JSRoot { filename: "typescript/class/modifiers-methods-async/input.ts" end: Object { column: 23 - index: 108 line: 4 } start: Object { column: 4 - index: 89 line: 4 } } @@ -255,12 +228,10 @@ JSRoot { filename: "typescript/class/modifiers-methods-async/input.ts" end: Object { column: 23 - index: 108 line: 4 } start: Object { column: 21 - index: 106 line: 4 } } @@ -278,12 +249,10 @@ JSRoot { filename: "typescript/class/modifiers-methods-async/input.ts" end: Object { column: 20 - index: 105 line: 4 } start: Object { column: 18 - index: 103 line: 4 } } @@ -297,19 +266,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 89 line: 4 } loc: Object { filename: "typescript/class/modifiers-methods-async/input.ts" end: Object { column: 18 - index: 103 line: 4 } start: Object { column: 4 - index: 89 line: 4 } } @@ -325,12 +291,10 @@ JSRoot { identifierName: "pua" end: Object { column: 29 - index: 138 line: 5 } start: Object { column: 26 - index: 135 line: 5 } } @@ -339,12 +303,10 @@ JSRoot { filename: "typescript/class/modifiers-methods-async/input.ts" end: Object { column: 29 - index: 138 line: 5 } start: Object { column: 26 - index: 135 line: 5 } } @@ -354,12 +316,10 @@ JSRoot { filename: "typescript/class/modifiers-methods-async/input.ts" end: Object { column: 32 - index: 141 line: 5 } start: Object { column: 4 - index: 113 line: 5 } } @@ -376,12 +336,10 @@ JSRoot { filename: "typescript/class/modifiers-methods-async/input.ts" end: Object { column: 31 - index: 140 line: 5 } start: Object { column: 29 - index: 138 line: 5 } } @@ -395,19 +353,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 113 line: 5 } loc: Object { filename: "typescript/class/modifiers-methods-async/input.ts" end: Object { column: 29 - index: 138 line: 5 } start: Object { column: 4 - index: 113 line: 5 } } @@ -423,12 +378,10 @@ JSRoot { identifierName: "pus" end: Object { column: 27 - index: 169 line: 6 } start: Object { column: 24 - index: 166 line: 6 } } @@ -437,12 +390,10 @@ JSRoot { filename: "typescript/class/modifiers-methods-async/input.ts" end: Object { column: 27 - index: 169 line: 6 } start: Object { column: 24 - index: 166 line: 6 } } @@ -451,12 +402,10 @@ JSRoot { filename: "typescript/class/modifiers-methods-async/input.ts" end: Object { column: 32 - index: 174 line: 6 } start: Object { column: 4 - index: 146 line: 6 } } @@ -467,12 +416,10 @@ JSRoot { filename: "typescript/class/modifiers-methods-async/input.ts" end: Object { column: 32 - index: 174 line: 6 } start: Object { column: 30 - index: 172 line: 6 } } @@ -490,12 +437,10 @@ JSRoot { filename: "typescript/class/modifiers-methods-async/input.ts" end: Object { column: 29 - index: 171 line: 6 } start: Object { column: 27 - index: 169 line: 6 } } @@ -509,19 +454,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 146 line: 6 } loc: Object { filename: "typescript/class/modifiers-methods-async/input.ts" end: Object { column: 27 - index: 169 line: 6 } start: Object { column: 4 - index: 146 line: 6 } } @@ -537,12 +479,10 @@ JSRoot { identifierName: "pu" end: Object { column: 19 - index: 195 line: 8 } start: Object { column: 17 - index: 193 line: 8 } } @@ -551,12 +491,10 @@ JSRoot { filename: "typescript/class/modifiers-methods-async/input.ts" end: Object { column: 19 - index: 195 line: 8 } start: Object { column: 17 - index: 193 line: 8 } } @@ -565,12 +503,10 @@ JSRoot { filename: "typescript/class/modifiers-methods-async/input.ts" end: Object { column: 24 - index: 200 line: 8 } start: Object { column: 4 - index: 180 line: 8 } } @@ -581,12 +517,10 @@ JSRoot { filename: "typescript/class/modifiers-methods-async/input.ts" end: Object { column: 24 - index: 200 line: 8 } start: Object { column: 22 - index: 198 line: 8 } } @@ -604,12 +538,10 @@ JSRoot { filename: "typescript/class/modifiers-methods-async/input.ts" end: Object { column: 21 - index: 197 line: 8 } start: Object { column: 19 - index: 195 line: 8 } } @@ -623,19 +555,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 180 line: 8 } loc: Object { filename: "typescript/class/modifiers-methods-async/input.ts" end: Object { column: 19 - index: 195 line: 8 } start: Object { column: 4 - index: 180 line: 8 } } @@ -651,12 +580,10 @@ JSRoot { identifierName: "po" end: Object { column: 22 - index: 223 line: 9 } start: Object { column: 20 - index: 221 line: 9 } } @@ -665,12 +592,10 @@ JSRoot { filename: "typescript/class/modifiers-methods-async/input.ts" end: Object { column: 22 - index: 223 line: 9 } start: Object { column: 20 - index: 221 line: 9 } } @@ -679,12 +604,10 @@ JSRoot { filename: "typescript/class/modifiers-methods-async/input.ts" end: Object { column: 27 - index: 228 line: 9 } start: Object { column: 4 - index: 205 line: 9 } } @@ -695,12 +618,10 @@ JSRoot { filename: "typescript/class/modifiers-methods-async/input.ts" end: Object { column: 27 - index: 228 line: 9 } start: Object { column: 25 - index: 226 line: 9 } } @@ -718,12 +639,10 @@ JSRoot { filename: "typescript/class/modifiers-methods-async/input.ts" end: Object { column: 24 - index: 225 line: 9 } start: Object { column: 22 - index: 223 line: 9 } } @@ -737,19 +656,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 205 line: 9 } loc: Object { filename: "typescript/class/modifiers-methods-async/input.ts" end: Object { column: 22 - index: 223 line: 9 } start: Object { column: 4 - index: 205 line: 9 } } @@ -765,12 +681,10 @@ JSRoot { identifierName: "pi" end: Object { column: 20 - index: 249 line: 10 } start: Object { column: 18 - index: 247 line: 10 } } @@ -779,12 +693,10 @@ JSRoot { filename: "typescript/class/modifiers-methods-async/input.ts" end: Object { column: 20 - index: 249 line: 10 } start: Object { column: 18 - index: 247 line: 10 } } @@ -793,12 +705,10 @@ JSRoot { filename: "typescript/class/modifiers-methods-async/input.ts" end: Object { column: 25 - index: 254 line: 10 } start: Object { column: 4 - index: 233 line: 10 } } @@ -809,12 +719,10 @@ JSRoot { filename: "typescript/class/modifiers-methods-async/input.ts" end: Object { column: 25 - index: 254 line: 10 } start: Object { column: 23 - index: 252 line: 10 } } @@ -832,12 +740,10 @@ JSRoot { filename: "typescript/class/modifiers-methods-async/input.ts" end: Object { column: 22 - index: 251 line: 10 } start: Object { column: 20 - index: 249 line: 10 } } @@ -851,19 +757,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 233 line: 10 } loc: Object { filename: "typescript/class/modifiers-methods-async/input.ts" end: Object { column: 20 - index: 249 line: 10 } start: Object { column: 4 - index: 233 line: 10 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/modifiers-properties/input.test.md b/internal/js-parser/test-fixtures/typescript/class/modifiers-properties/input.test.md index a0da1dc1e9f..5d50a5764e5 100644 --- a/internal/js-parser/test-fixtures/typescript/class/modifiers-properties/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/modifiers-properties/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/class/modifiers-properties/input.ts" end: Object { column: 0 - index: 397 line: 22 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "C" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "typescript/class/modifiers-properties/input.ts" end: Object { column: 1 - index: 396 line: 21 } start: Object { column: 0 - index: 0 line: 1 } } @@ -73,12 +67,10 @@ JSRoot { filename: "typescript/class/modifiers-properties/input.ts" end: Object { column: 1 - index: 396 line: 21 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "r" end: Object { column: 14 - index: 33 line: 2 } start: Object { column: 13 - index: 32 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "typescript/class/modifiers-properties/input.ts" end: Object { column: 14 - index: 33 line: 2 } start: Object { column: 13 - index: 32 line: 2 } } @@ -123,12 +111,10 @@ JSRoot { filename: "typescript/class/modifiers-properties/input.ts" end: Object { column: 15 - index: 34 line: 2 } start: Object { column: 4 - index: 23 line: 2 } } @@ -141,19 +127,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 23 line: 2 } loc: Object { filename: "typescript/class/modifiers-properties/input.ts" end: Object { column: 14 - index: 33 line: 2 } start: Object { column: 4 - index: 23 line: 2 } } @@ -168,12 +151,10 @@ JSRoot { identifierName: "r2" end: Object { column: 15 - index: 50 line: 3 } start: Object { column: 13 - index: 48 line: 3 } } @@ -182,12 +163,10 @@ JSRoot { filename: "typescript/class/modifiers-properties/input.ts" end: Object { column: 15 - index: 50 line: 3 } start: Object { column: 13 - index: 48 line: 3 } } @@ -198,12 +177,10 @@ JSRoot { filename: "typescript/class/modifiers-properties/input.ts" end: Object { column: 25 - index: 60 line: 3 } start: Object { column: 4 - index: 39 line: 3 } } @@ -212,12 +189,10 @@ JSRoot { filename: "typescript/class/modifiers-properties/input.ts" end: Object { column: 24 - index: 59 line: 3 } start: Object { column: 18 - index: 53 line: 3 } } @@ -231,19 +206,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 39 line: 3 } loc: Object { filename: "typescript/class/modifiers-properties/input.ts" end: Object { column: 16 - index: 51 line: 3 } start: Object { column: 4 - index: 39 line: 3 } } @@ -258,12 +230,10 @@ JSRoot { identifierName: "a" end: Object { column: 14 - index: 75 line: 4 } start: Object { column: 13 - index: 74 line: 4 } } @@ -272,12 +242,10 @@ JSRoot { filename: "typescript/class/modifiers-properties/input.ts" end: Object { column: 14 - index: 75 line: 4 } start: Object { column: 13 - index: 74 line: 4 } } @@ -289,12 +257,10 @@ JSRoot { filename: "typescript/class/modifiers-properties/input.ts" end: Object { column: 15 - index: 76 line: 4 } start: Object { column: 4 - index: 65 line: 4 } } @@ -307,19 +273,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 65 line: 4 } loc: Object { filename: "typescript/class/modifiers-properties/input.ts" end: Object { column: 14 - index: 75 line: 4 } start: Object { column: 4 - index: 65 line: 4 } } @@ -334,12 +297,10 @@ JSRoot { identifierName: "s" end: Object { column: 12 - index: 89 line: 5 } start: Object { column: 11 - index: 88 line: 5 } } @@ -348,12 +309,10 @@ JSRoot { filename: "typescript/class/modifiers-properties/input.ts" end: Object { column: 12 - index: 89 line: 5 } start: Object { column: 11 - index: 88 line: 5 } } @@ -365,12 +324,10 @@ JSRoot { filename: "typescript/class/modifiers-properties/input.ts" end: Object { column: 13 - index: 90 line: 5 } start: Object { column: 4 - index: 81 line: 5 } } @@ -383,19 +340,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 81 line: 5 } loc: Object { filename: "typescript/class/modifiers-properties/input.ts" end: Object { column: 12 - index: 89 line: 5 } start: Object { column: 4 - index: 81 line: 5 } } @@ -410,12 +364,10 @@ JSRoot { identifierName: "pu" end: Object { column: 13 - index: 105 line: 7 } start: Object { column: 11 - index: 103 line: 7 } } @@ -424,12 +376,10 @@ JSRoot { filename: "typescript/class/modifiers-properties/input.ts" end: Object { column: 13 - index: 105 line: 7 } start: Object { column: 11 - index: 103 line: 7 } } @@ -441,12 +391,10 @@ JSRoot { filename: "typescript/class/modifiers-properties/input.ts" end: Object { column: 14 - index: 106 line: 7 } start: Object { column: 4 - index: 96 line: 7 } } @@ -459,19 +407,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 96 line: 7 } loc: Object { filename: "typescript/class/modifiers-properties/input.ts" end: Object { column: 13 - index: 105 line: 7 } start: Object { column: 4 - index: 96 line: 7 } } @@ -486,12 +431,10 @@ JSRoot { identifierName: "po" end: Object { column: 16 - index: 123 line: 8 } start: Object { column: 14 - index: 121 line: 8 } } @@ -500,12 +443,10 @@ JSRoot { filename: "typescript/class/modifiers-properties/input.ts" end: Object { column: 16 - index: 123 line: 8 } start: Object { column: 14 - index: 121 line: 8 } } @@ -517,12 +458,10 @@ JSRoot { filename: "typescript/class/modifiers-properties/input.ts" end: Object { column: 17 - index: 124 line: 8 } start: Object { column: 4 - index: 111 line: 8 } } @@ -535,19 +474,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 111 line: 8 } loc: Object { filename: "typescript/class/modifiers-properties/input.ts" end: Object { column: 16 - index: 123 line: 8 } start: Object { column: 4 - index: 111 line: 8 } } @@ -562,12 +498,10 @@ JSRoot { identifierName: "pi" end: Object { column: 14 - index: 139 line: 9 } start: Object { column: 12 - index: 137 line: 9 } } @@ -576,12 +510,10 @@ JSRoot { filename: "typescript/class/modifiers-properties/input.ts" end: Object { column: 14 - index: 139 line: 9 } start: Object { column: 12 - index: 137 line: 9 } } @@ -593,12 +525,10 @@ JSRoot { filename: "typescript/class/modifiers-properties/input.ts" end: Object { column: 15 - index: 140 line: 9 } start: Object { column: 4 - index: 129 line: 9 } } @@ -611,19 +541,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 129 line: 9 } loc: Object { filename: "typescript/class/modifiers-properties/input.ts" end: Object { column: 14 - index: 139 line: 9 } start: Object { column: 4 - index: 129 line: 9 } } @@ -638,12 +565,10 @@ JSRoot { identifierName: "ra" end: Object { column: 24 - index: 166 line: 11 } start: Object { column: 22 - index: 164 line: 11 } } @@ -652,12 +577,10 @@ JSRoot { filename: "typescript/class/modifiers-properties/input.ts" end: Object { column: 24 - index: 166 line: 11 } start: Object { column: 22 - index: 164 line: 11 } } @@ -669,12 +592,10 @@ JSRoot { filename: "typescript/class/modifiers-properties/input.ts" end: Object { column: 25 - index: 167 line: 11 } start: Object { column: 4 - index: 146 line: 11 } } @@ -687,19 +608,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 146 line: 11 } loc: Object { filename: "typescript/class/modifiers-properties/input.ts" end: Object { column: 24 - index: 166 line: 11 } start: Object { column: 4 - index: 146 line: 11 } } @@ -714,12 +632,10 @@ JSRoot { identifierName: "ar" end: Object { column: 24 - index: 192 line: 12 } start: Object { column: 22 - index: 190 line: 12 } } @@ -728,12 +644,10 @@ JSRoot { filename: "typescript/class/modifiers-properties/input.ts" end: Object { column: 24 - index: 192 line: 12 } start: Object { column: 22 - index: 190 line: 12 } } @@ -745,12 +659,10 @@ JSRoot { filename: "typescript/class/modifiers-properties/input.ts" end: Object { column: 25 - index: 193 line: 12 } start: Object { column: 4 - index: 172 line: 12 } } @@ -763,19 +675,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 172 line: 12 } loc: Object { filename: "typescript/class/modifiers-properties/input.ts" end: Object { column: 24 - index: 192 line: 12 } start: Object { column: 4 - index: 172 line: 12 } } @@ -790,12 +699,10 @@ JSRoot { identifierName: "sr" end: Object { column: 22 - index: 216 line: 13 } start: Object { column: 20 - index: 214 line: 13 } } @@ -804,12 +711,10 @@ JSRoot { filename: "typescript/class/modifiers-properties/input.ts" end: Object { column: 22 - index: 216 line: 13 } start: Object { column: 20 - index: 214 line: 13 } } @@ -821,12 +726,10 @@ JSRoot { filename: "typescript/class/modifiers-properties/input.ts" end: Object { column: 23 - index: 217 line: 13 } start: Object { column: 4 - index: 198 line: 13 } } @@ -839,19 +742,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 198 line: 13 } loc: Object { filename: "typescript/class/modifiers-properties/input.ts" end: Object { column: 22 - index: 216 line: 13 } start: Object { column: 4 - index: 198 line: 13 } } @@ -866,12 +766,10 @@ JSRoot { identifierName: "pur" end: Object { column: 23 - index: 242 line: 15 } start: Object { column: 20 - index: 239 line: 15 } } @@ -880,12 +778,10 @@ JSRoot { filename: "typescript/class/modifiers-properties/input.ts" end: Object { column: 23 - index: 242 line: 15 } start: Object { column: 20 - index: 239 line: 15 } } @@ -897,12 +793,10 @@ JSRoot { filename: "typescript/class/modifiers-properties/input.ts" end: Object { column: 24 - index: 243 line: 15 } start: Object { column: 4 - index: 223 line: 15 } } @@ -915,19 +809,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 223 line: 15 } loc: Object { filename: "typescript/class/modifiers-properties/input.ts" end: Object { column: 23 - index: 242 line: 15 } start: Object { column: 4 - index: 223 line: 15 } } @@ -942,12 +833,10 @@ JSRoot { identifierName: "pua" end: Object { column: 23 - index: 267 line: 16 } start: Object { column: 20 - index: 264 line: 16 } } @@ -956,12 +845,10 @@ JSRoot { filename: "typescript/class/modifiers-properties/input.ts" end: Object { column: 23 - index: 267 line: 16 } start: Object { column: 20 - index: 264 line: 16 } } @@ -973,12 +860,10 @@ JSRoot { filename: "typescript/class/modifiers-properties/input.ts" end: Object { column: 24 - index: 268 line: 16 } start: Object { column: 4 - index: 248 line: 16 } } @@ -991,19 +876,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 248 line: 16 } loc: Object { filename: "typescript/class/modifiers-properties/input.ts" end: Object { column: 23 - index: 267 line: 16 } start: Object { column: 4 - index: 248 line: 16 } } @@ -1018,12 +900,10 @@ JSRoot { identifierName: "pus" end: Object { column: 21 - index: 290 line: 17 } start: Object { column: 18 - index: 287 line: 17 } } @@ -1032,12 +912,10 @@ JSRoot { filename: "typescript/class/modifiers-properties/input.ts" end: Object { column: 21 - index: 290 line: 17 } start: Object { column: 18 - index: 287 line: 17 } } @@ -1049,12 +927,10 @@ JSRoot { filename: "typescript/class/modifiers-properties/input.ts" end: Object { column: 22 - index: 291 line: 17 } start: Object { column: 4 - index: 273 line: 17 } } @@ -1067,19 +943,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 273 line: 17 } loc: Object { filename: "typescript/class/modifiers-properties/input.ts" end: Object { column: 21 - index: 290 line: 17 } start: Object { column: 4 - index: 273 line: 17 } } @@ -1094,12 +967,10 @@ JSRoot { identifierName: "pura" end: Object { column: 33 - index: 325 line: 18 } start: Object { column: 29 - index: 321 line: 18 } } @@ -1108,12 +979,10 @@ JSRoot { filename: "typescript/class/modifiers-properties/input.ts" end: Object { column: 33 - index: 325 line: 18 } start: Object { column: 29 - index: 321 line: 18 } } @@ -1125,12 +994,10 @@ JSRoot { filename: "typescript/class/modifiers-properties/input.ts" end: Object { column: 34 - index: 326 line: 18 } start: Object { column: 4 - index: 296 line: 18 } } @@ -1143,19 +1010,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 296 line: 18 } loc: Object { filename: "typescript/class/modifiers-properties/input.ts" end: Object { column: 33 - index: 325 line: 18 } start: Object { column: 4 - index: 296 line: 18 } } @@ -1170,12 +1034,10 @@ JSRoot { identifierName: "puar" end: Object { column: 33 - index: 360 line: 19 } start: Object { column: 29 - index: 356 line: 19 } } @@ -1184,12 +1046,10 @@ JSRoot { filename: "typescript/class/modifiers-properties/input.ts" end: Object { column: 33 - index: 360 line: 19 } start: Object { column: 29 - index: 356 line: 19 } } @@ -1201,12 +1061,10 @@ JSRoot { filename: "typescript/class/modifiers-properties/input.ts" end: Object { column: 34 - index: 361 line: 19 } start: Object { column: 4 - index: 331 line: 19 } } @@ -1219,19 +1077,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 331 line: 19 } loc: Object { filename: "typescript/class/modifiers-properties/input.ts" end: Object { column: 33 - index: 360 line: 19 } start: Object { column: 4 - index: 331 line: 19 } } @@ -1246,12 +1101,10 @@ JSRoot { identifierName: "pusr" end: Object { column: 31 - index: 393 line: 20 } start: Object { column: 27 - index: 389 line: 20 } } @@ -1260,12 +1113,10 @@ JSRoot { filename: "typescript/class/modifiers-properties/input.ts" end: Object { column: 31 - index: 393 line: 20 } start: Object { column: 27 - index: 389 line: 20 } } @@ -1277,12 +1128,10 @@ JSRoot { filename: "typescript/class/modifiers-properties/input.ts" end: Object { column: 32 - index: 394 line: 20 } start: Object { column: 4 - index: 366 line: 20 } } @@ -1295,19 +1144,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 366 line: 20 } loc: Object { filename: "typescript/class/modifiers-properties/input.ts" end: Object { column: 31 - index: 393 line: 20 } start: Object { column: 4 - index: 366 line: 20 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/optional-async-error/input.test.md b/internal/js-parser/test-fixtures/typescript/class/optional-async-error/input.test.md index 9b78dc88d5a..2e841091b5f 100644 --- a/internal/js-parser/test-fixtures/typescript/class/optional-async-error/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/optional-async-error/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/class/optional-async-error/input.js" end: Object { column: 1 - index: 80 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -50,12 +48,10 @@ JSRoot { sourceText: undefined end: Object { column: 9 - index: 41 line: 3 } start: Object { column: 9 - index: 41 line: 3 } } @@ -70,12 +66,10 @@ JSRoot { identifierName: "B" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -84,12 +78,10 @@ JSRoot { filename: "typescript/class/optional-async-error/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -103,12 +95,10 @@ JSRoot { filename: "typescript/class/optional-async-error/input.js" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -122,12 +112,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 19 line: 2 } start: Object { column: 6 - index: 18 line: 2 } } @@ -136,12 +124,10 @@ JSRoot { filename: "typescript/class/optional-async-error/input.js" end: Object { column: 1 - index: 80 line: 4 } start: Object { column: 0 - index: 12 line: 2 } } @@ -153,12 +139,10 @@ JSRoot { filename: "typescript/class/optional-async-error/input.js" end: Object { column: 1 - index: 80 line: 4 } start: Object { column: 0 - index: 12 line: 2 } } @@ -169,12 +153,10 @@ JSRoot { identifierName: "B" end: Object { column: 17 - index: 29 line: 2 } start: Object { column: 16 - index: 28 line: 2 } } @@ -190,12 +172,10 @@ JSRoot { identifierName: "method" end: Object { column: 17 - index: 49 line: 3 } start: Object { column: 11 - index: 43 line: 3 } } @@ -204,12 +184,10 @@ JSRoot { filename: "typescript/class/optional-async-error/input.js" end: Object { column: 17 - index: 49 line: 3 } start: Object { column: 11 - index: 43 line: 3 } } @@ -219,12 +197,10 @@ JSRoot { filename: "typescript/class/optional-async-error/input.js" end: Object { column: 46 - index: 78 line: 3 } start: Object { column: 4 - index: 36 line: 3 } } @@ -237,19 +213,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 36 line: 3 } loc: Object { filename: "typescript/class/optional-async-error/input.js" end: Object { column: 17 - index: 49 line: 3 } start: Object { column: 4 - index: 36 line: 3 } } @@ -265,12 +238,10 @@ JSRoot { filename: "typescript/class/optional-async-error/input.js" end: Object { column: 45 - index: 77 line: 3 } start: Object { column: 17 - index: 49 line: 3 } } @@ -282,12 +253,10 @@ JSRoot { identifierName: "val" end: Object { column: 21 - index: 53 line: 3 } start: Object { column: 18 - index: 50 line: 3 } } @@ -297,12 +266,10 @@ JSRoot { filename: "typescript/class/optional-async-error/input.js" end: Object { column: 29 - index: 61 line: 3 } start: Object { column: 18 - index: 50 line: 3 } } @@ -311,12 +278,10 @@ JSRoot { filename: "typescript/class/optional-async-error/input.js" end: Object { column: 29 - index: 61 line: 3 } start: Object { column: 23 - index: 55 line: 3 } } @@ -329,12 +294,10 @@ JSRoot { filename: "typescript/class/optional-async-error/input.js" end: Object { column: 45 - index: 77 line: 3 } start: Object { column: 32 - index: 64 line: 3 } } @@ -345,12 +308,10 @@ JSRoot { identifierName: "Promise" end: Object { column: 39 - index: 71 line: 3 } start: Object { column: 32 - index: 64 line: 3 } } @@ -360,12 +321,10 @@ JSRoot { filename: "typescript/class/optional-async-error/input.js" end: Object { column: 45 - index: 77 line: 3 } start: Object { column: 39 - index: 71 line: 3 } } @@ -375,12 +334,10 @@ JSRoot { filename: "typescript/class/optional-async-error/input.js" end: Object { column: 44 - index: 76 line: 3 } start: Object { column: 40 - index: 72 line: 3 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/parameter-properties-binding-patterns/input.test.md b/internal/js-parser/test-fixtures/typescript/class/parameter-properties-binding-patterns/input.test.md index 2cd4c89ace8..58d34296a13 100644 --- a/internal/js-parser/test-fixtures/typescript/class/parameter-properties-binding-patterns/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/parameter-properties-binding-patterns/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/class/parameter-properties-binding-patterns/input.ts" end: Object { column: 0 - index: 42 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 16 - index: 26 line: 2 } start: Object { column: 16 - index: 26 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "C" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "typescript/class/parameter-properties-binding-patterns/input.ts" end: Object { column: 1 - index: 41 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "typescript/class/parameter-properties-binding-patterns/input.ts" end: Object { column: 1 - index: 41 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "constructor" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -130,12 +118,10 @@ JSRoot { filename: "typescript/class/parameter-properties-binding-patterns/input.ts" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -144,12 +130,10 @@ JSRoot { filename: "typescript/class/parameter-properties-binding-patterns/input.ts" end: Object { column: 29 - index: 39 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -160,12 +144,10 @@ JSRoot { filename: "typescript/class/parameter-properties-binding-patterns/input.ts" end: Object { column: 29 - index: 39 line: 2 } start: Object { column: 27 - index: 37 line: 2 } } @@ -179,19 +161,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 14 line: 2 } loc: Object { filename: "typescript/class/parameter-properties-binding-patterns/input.ts" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -208,12 +187,10 @@ JSRoot { filename: "typescript/class/parameter-properties-binding-patterns/input.ts" end: Object { column: 26 - index: 36 line: 2 } start: Object { column: 15 - index: 25 line: 2 } } @@ -225,12 +202,10 @@ JSRoot { filename: "typescript/class/parameter-properties-binding-patterns/input.ts" end: Object { column: 25 - index: 35 line: 2 } start: Object { column: 16 - index: 26 line: 2 } } @@ -241,12 +216,10 @@ JSRoot { filename: "typescript/class/parameter-properties-binding-patterns/input.ts" end: Object { column: 25 - index: 35 line: 2 } start: Object { column: 16 - index: 26 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/parameter-properties/input.test.md b/internal/js-parser/test-fixtures/typescript/class/parameter-properties/input.test.md index 22119df0f02..89845c6d83c 100644 --- a/internal/js-parser/test-fixtures/typescript/class/parameter-properties/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/parameter-properties/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/class/parameter-properties/input.ts" end: Object { column: 0 - index: 258 line: 12 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "typescript/class/parameter-properties/input.ts" end: Object { column: 42 - index: 197 line: 8 } start: Object { column: 8 - index: 163 line: 8 } } @@ -58,12 +54,10 @@ JSRoot { identifierName: "C" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "typescript/class/parameter-properties/input.ts" end: Object { column: 1 - index: 257 line: 11 } start: Object { column: 0 - index: 0 line: 1 } } @@ -90,12 +82,10 @@ JSRoot { filename: "typescript/class/parameter-properties/input.ts" end: Object { column: 1 - index: 257 line: 11 } start: Object { column: 0 - index: 0 line: 1 } } @@ -110,12 +100,10 @@ JSRoot { identifierName: "constructor" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -124,12 +112,10 @@ JSRoot { filename: "typescript/class/parameter-properties/input.ts" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -138,12 +124,10 @@ JSRoot { filename: "typescript/class/parameter-properties/input.ts" end: Object { column: 33 - index: 255 line: 10 } start: Object { column: 4 - index: 14 line: 2 } } @@ -154,12 +138,10 @@ JSRoot { filename: "typescript/class/parameter-properties/input.ts" end: Object { column: 33 - index: 255 line: 10 } start: Object { column: 31 - index: 253 line: 10 } } @@ -173,19 +155,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 14 line: 2 } loc: Object { filename: "typescript/class/parameter-properties/input.ts" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -202,12 +181,10 @@ JSRoot { filename: "typescript/class/parameter-properties/input.ts" end: Object { column: 30 - index: 252 line: 10 } start: Object { column: 15 - index: 25 line: 2 } } @@ -218,12 +195,10 @@ JSRoot { filename: "typescript/class/parameter-properties/input.ts" end: Object { column: 18 - index: 45 line: 3 } start: Object { column: 8 - index: 35 line: 3 } } @@ -234,12 +209,10 @@ JSRoot { filename: "typescript/class/parameter-properties/input.ts" end: Object { column: 18 - index: 45 line: 3 } start: Object { column: 8 - index: 35 line: 3 } } @@ -251,12 +224,10 @@ JSRoot { filename: "typescript/class/parameter-properties/input.ts" end: Object { column: 25 - index: 72 line: 4 } start: Object { column: 8 - index: 55 line: 4 } } @@ -267,12 +238,10 @@ JSRoot { filename: "typescript/class/parameter-properties/input.ts" end: Object { column: 25 - index: 72 line: 4 } start: Object { column: 8 - index: 55 line: 4 } } @@ -284,12 +253,10 @@ JSRoot { filename: "typescript/class/parameter-properties/input.ts" end: Object { column: 21 - index: 95 line: 5 } start: Object { column: 8 - index: 82 line: 5 } } @@ -300,12 +267,10 @@ JSRoot { filename: "typescript/class/parameter-properties/input.ts" end: Object { column: 21 - index: 95 line: 5 } start: Object { column: 8 - index: 82 line: 5 } } @@ -317,12 +282,10 @@ JSRoot { filename: "typescript/class/parameter-properties/input.ts" end: Object { column: 27 - index: 124 line: 6 } start: Object { column: 8 - index: 105 line: 6 } } @@ -333,12 +296,10 @@ JSRoot { filename: "typescript/class/parameter-properties/input.ts" end: Object { column: 27 - index: 124 line: 6 } start: Object { column: 8 - index: 105 line: 6 } } @@ -350,12 +311,10 @@ JSRoot { filename: "typescript/class/parameter-properties/input.ts" end: Object { column: 27 - index: 153 line: 7 } start: Object { column: 8 - index: 134 line: 7 } } @@ -366,12 +325,10 @@ JSRoot { filename: "typescript/class/parameter-properties/input.ts" end: Object { column: 27 - index: 153 line: 7 } start: Object { column: 8 - index: 134 line: 7 } } @@ -383,12 +340,10 @@ JSRoot { filename: "typescript/class/parameter-properties/input.ts" end: Object { column: 22 - index: 220 line: 9 } start: Object { column: 8 - index: 206 line: 9 } } @@ -399,12 +354,10 @@ JSRoot { filename: "typescript/class/parameter-properties/input.ts" end: Object { column: 22 - index: 220 line: 9 } start: Object { column: 21 - index: 219 line: 9 } } @@ -417,12 +370,10 @@ JSRoot { filename: "typescript/class/parameter-properties/input.ts" end: Object { column: 22 - index: 220 line: 9 } start: Object { column: 8 - index: 206 line: 9 } } @@ -435,12 +386,10 @@ JSRoot { identifierName: "x" end: Object { column: 18 - index: 216 line: 9 } start: Object { column: 17 - index: 215 line: 9 } } @@ -452,12 +401,10 @@ JSRoot { filename: "typescript/class/parameter-properties/input.ts" end: Object { column: 18 - index: 216 line: 9 } start: Object { column: 8 - index: 206 line: 9 } } @@ -469,12 +416,10 @@ JSRoot { filename: "typescript/class/parameter-properties/input.ts" end: Object { column: 29 - index: 251 line: 10 } start: Object { column: 8 - index: 230 line: 10 } } @@ -485,12 +430,10 @@ JSRoot { filename: "typescript/class/parameter-properties/input.ts" end: Object { column: 29 - index: 251 line: 10 } start: Object { column: 8 - index: 230 line: 10 } } @@ -502,12 +445,10 @@ JSRoot { filename: "typescript/class/parameter-properties/input.ts" end: Object { column: 29 - index: 251 line: 10 } start: Object { column: 28 - index: 250 line: 10 } } @@ -519,12 +460,10 @@ JSRoot { identifierName: "y" end: Object { column: 16 - index: 238 line: 10 } start: Object { column: 15 - index: 237 line: 10 } } @@ -534,12 +473,10 @@ JSRoot { filename: "typescript/class/parameter-properties/input.ts" end: Object { column: 25 - index: 247 line: 10 } start: Object { column: 8 - index: 230 line: 10 } } @@ -548,12 +485,10 @@ JSRoot { filename: "typescript/class/parameter-properties/input.ts" end: Object { column: 25 - index: 247 line: 10 } start: Object { column: 19 - index: 241 line: 10 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/predicate-types/input.test.md b/internal/js-parser/test-fixtures/typescript/class/predicate-types/input.test.md index 59df7776fbd..fde953a9333 100644 --- a/internal/js-parser/test-fixtures/typescript/class/predicate-types/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/predicate-types/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/class/predicate-types/input.ts" end: Object { column: 0 - index: 84 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "typescript/class/predicate-types/input.ts" end: Object { column: 1 - index: 83 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "typescript/class/predicate-types/input.ts" end: Object { column: 1 - index: 83 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "isBar" end: Object { column: 7 - index: 19 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "typescript/class/predicate-types/input.ts" end: Object { column: 7 - index: 19 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "typescript/class/predicate-types/input.ts" end: Object { column: 3 - index: 43 line: 3 } start: Object { column: 2 - index: 14 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "typescript/class/predicate-types/input.ts" end: Object { column: 3 - index: 43 line: 3 } start: Object { column: 26 - index: 38 line: 2 } } @@ -155,19 +139,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 14 line: 2 } loc: Object { filename: "typescript/class/predicate-types/input.ts" end: Object { column: 7 - index: 19 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -184,12 +165,10 @@ JSRoot { filename: "typescript/class/predicate-types/input.ts" end: Object { column: 25 - index: 37 line: 2 } start: Object { column: 7 - index: 19 line: 2 } } @@ -199,12 +178,10 @@ JSRoot { filename: "typescript/class/predicate-types/input.ts" end: Object { column: 25 - index: 37 line: 2 } start: Object { column: 11 - index: 23 line: 2 } } @@ -213,12 +190,10 @@ JSRoot { filename: "typescript/class/predicate-types/input.ts" end: Object { column: 15 - index: 27 line: 2 } start: Object { column: 11 - index: 23 line: 2 } } @@ -228,12 +203,10 @@ JSRoot { filename: "typescript/class/predicate-types/input.ts" end: Object { column: 25 - index: 37 line: 2 } start: Object { column: 19 - index: 31 line: 2 } } @@ -250,12 +223,10 @@ JSRoot { identifierName: "isBaz" end: Object { column: 7 - index: 51 line: 4 } start: Object { column: 2 - index: 46 line: 4 } } @@ -264,12 +235,10 @@ JSRoot { filename: "typescript/class/predicate-types/input.ts" end: Object { column: 7 - index: 51 line: 4 } start: Object { column: 2 - index: 46 line: 4 } } @@ -279,12 +248,10 @@ JSRoot { filename: "typescript/class/predicate-types/input.ts" end: Object { column: 3 - index: 81 line: 5 } start: Object { column: 10 - index: 54 line: 4 } } @@ -295,12 +262,10 @@ JSRoot { filename: "typescript/class/predicate-types/input.ts" end: Object { column: 3 - index: 81 line: 5 } start: Object { column: 32 - index: 76 line: 4 } } @@ -315,12 +280,10 @@ JSRoot { filename: "typescript/class/predicate-types/input.ts" end: Object { column: 31 - index: 75 line: 4 } start: Object { column: 10 - index: 54 line: 4 } } @@ -330,12 +293,10 @@ JSRoot { filename: "typescript/class/predicate-types/input.ts" end: Object { column: 28 - index: 72 line: 4 } start: Object { column: 14 - index: 58 line: 4 } } @@ -344,12 +305,10 @@ JSRoot { filename: "typescript/class/predicate-types/input.ts" end: Object { column: 18 - index: 62 line: 4 } start: Object { column: 14 - index: 58 line: 4 } } @@ -359,12 +318,10 @@ JSRoot { filename: "typescript/class/predicate-types/input.ts" end: Object { column: 28 - index: 72 line: 4 } start: Object { column: 22 - index: 66 line: 4 } } @@ -378,12 +335,10 @@ JSRoot { filename: "typescript/class/predicate-types/input.ts" end: Object { column: 3 - index: 81 line: 5 } start: Object { column: 2 - index: 46 line: 4 } } @@ -396,19 +351,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 46 line: 4 } loc: Object { filename: "typescript/class/predicate-types/input.ts" end: Object { column: 7 - index: 51 line: 4 } start: Object { column: 2 - index: 46 line: 4 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/private-fields-modifier-abstract/input.test.md b/internal/js-parser/test-fixtures/typescript/class/private-fields-modifier-abstract/input.test.md index 56b01f9e067..611a6bff679 100644 --- a/internal/js-parser/test-fixtures/typescript/class/private-fields-modifier-abstract/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/private-fields-modifier-abstract/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/class/private-fields-modifier-abstract/input.ts" end: Object { column: 0 - index: 36 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "typescript/class/private-fields-modifier-abstract/input.ts" end: Object { column: 1 - index: 35 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -73,12 +67,10 @@ JSRoot { filename: "typescript/class/private-fields-modifier-abstract/input.ts" end: Object { column: 1 - index: 35 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "a" end: Object { column: 13 - index: 32 line: 2 } start: Object { column: 12 - index: 31 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "typescript/class/private-fields-modifier-abstract/input.ts" end: Object { column: 13 - index: 32 line: 2 } start: Object { column: 11 - index: 30 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "typescript/class/private-fields-modifier-abstract/input.ts" end: Object { column: 14 - index: 33 line: 2 } start: Object { column: 2 - index: 21 line: 2 } } @@ -140,19 +126,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 21 line: 2 } loc: Object { filename: "typescript/class/private-fields-modifier-abstract/input.ts" end: Object { column: 13 - index: 32 line: 2 } start: Object { column: 2 - index: 21 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/private-fields-modifier-private/input.test.md b/internal/js-parser/test-fixtures/typescript/class/private-fields-modifier-private/input.test.md index 3c845adc8d2..5e8e09171f2 100644 --- a/internal/js-parser/test-fixtures/typescript/class/private-fields-modifier-private/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/private-fields-modifier-private/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/class/private-fields-modifier-private/input.ts" end: Object { column: 0 - index: 26 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "typescript/class/private-fields-modifier-private/input.ts" end: Object { column: 1 - index: 25 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "typescript/class/private-fields-modifier-private/input.ts" end: Object { column: 1 - index: 25 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "a" end: Object { column: 12 - index: 22 line: 2 } start: Object { column: 11 - index: 21 line: 2 } } @@ -105,12 +95,10 @@ JSRoot { filename: "typescript/class/private-fields-modifier-private/input.ts" end: Object { column: 12 - index: 22 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -121,12 +109,10 @@ JSRoot { filename: "typescript/class/private-fields-modifier-private/input.ts" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -139,19 +125,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "typescript/class/private-fields-modifier-private/input.ts" end: Object { column: 12 - index: 22 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/private-fields-modifier-protected/input.test.md b/internal/js-parser/test-fixtures/typescript/class/private-fields-modifier-protected/input.test.md index 4247d32c3ee..46029d9cc64 100644 --- a/internal/js-parser/test-fixtures/typescript/class/private-fields-modifier-protected/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/private-fields-modifier-protected/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/class/private-fields-modifier-protected/input.ts" end: Object { column: 0 - index: 28 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "typescript/class/private-fields-modifier-protected/input.ts" end: Object { column: 1 - index: 27 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "typescript/class/private-fields-modifier-protected/input.ts" end: Object { column: 1 - index: 27 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "a" end: Object { column: 14 - index: 24 line: 2 } start: Object { column: 13 - index: 23 line: 2 } } @@ -105,12 +95,10 @@ JSRoot { filename: "typescript/class/private-fields-modifier-protected/input.ts" end: Object { column: 14 - index: 24 line: 2 } start: Object { column: 12 - index: 22 line: 2 } } @@ -121,12 +109,10 @@ JSRoot { filename: "typescript/class/private-fields-modifier-protected/input.ts" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -139,19 +125,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "typescript/class/private-fields-modifier-protected/input.ts" end: Object { column: 14 - index: 24 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/private-fields-modifier-public/input.test.md b/internal/js-parser/test-fixtures/typescript/class/private-fields-modifier-public/input.test.md index 3939cfa1e7a..a30ce9e2e48 100644 --- a/internal/js-parser/test-fixtures/typescript/class/private-fields-modifier-public/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/private-fields-modifier-public/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/class/private-fields-modifier-public/input.ts" end: Object { column: 0 - index: 25 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "typescript/class/private-fields-modifier-public/input.ts" end: Object { column: 1 - index: 24 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "typescript/class/private-fields-modifier-public/input.ts" end: Object { column: 1 - index: 24 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "a" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -105,12 +95,10 @@ JSRoot { filename: "typescript/class/private-fields-modifier-public/input.ts" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 9 - index: 19 line: 2 } } @@ -121,12 +109,10 @@ JSRoot { filename: "typescript/class/private-fields-modifier-public/input.ts" end: Object { column: 12 - index: 22 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -139,19 +125,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "typescript/class/private-fields-modifier-public/input.ts" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/private-fields-modifier-readonly/input.test.md b/internal/js-parser/test-fixtures/typescript/class/private-fields-modifier-readonly/input.test.md index 18130761a98..13e2f137055 100644 --- a/internal/js-parser/test-fixtures/typescript/class/private-fields-modifier-readonly/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/private-fields-modifier-readonly/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/class/private-fields-modifier-readonly/input.ts" end: Object { column: 0 - index: 50 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "typescript/class/private-fields-modifier-readonly/input.ts" end: Object { column: 1 - index: 49 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "typescript/class/private-fields-modifier-readonly/input.ts" end: Object { column: 1 - index: 49 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "a" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 12 - index: 22 line: 2 } } @@ -105,12 +95,10 @@ JSRoot { filename: "typescript/class/private-fields-modifier-readonly/input.ts" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 11 - index: 21 line: 2 } } @@ -121,12 +109,10 @@ JSRoot { filename: "typescript/class/private-fields-modifier-readonly/input.ts" end: Object { column: 14 - index: 24 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -139,19 +125,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "typescript/class/private-fields-modifier-readonly/input.ts" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -166,12 +149,10 @@ JSRoot { identifierName: "b" end: Object { column: 13 - index: 38 line: 3 } start: Object { column: 12 - index: 37 line: 3 } } @@ -180,12 +161,10 @@ JSRoot { filename: "typescript/class/private-fields-modifier-readonly/input.ts" end: Object { column: 13 - index: 38 line: 3 } start: Object { column: 11 - index: 36 line: 3 } } @@ -195,12 +174,10 @@ JSRoot { filename: "typescript/class/private-fields-modifier-readonly/input.ts" end: Object { column: 22 - index: 47 line: 3 } start: Object { column: 2 - index: 27 line: 3 } } @@ -209,12 +186,10 @@ JSRoot { filename: "typescript/class/private-fields-modifier-readonly/input.ts" end: Object { column: 21 - index: 46 line: 3 } start: Object { column: 15 - index: 40 line: 3 } } @@ -228,19 +203,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 27 line: 3 } loc: Object { filename: "typescript/class/private-fields-modifier-readonly/input.ts" end: Object { column: 13 - index: 38 line: 3 } start: Object { column: 2 - index: 27 line: 3 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/private-fields-static/input.test.md b/internal/js-parser/test-fixtures/typescript/class/private-fields-static/input.test.md index 5c2d7e8aced..11f0cd6ce3d 100644 --- a/internal/js-parser/test-fixtures/typescript/class/private-fields-static/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/private-fields-static/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/class/private-fields-static/input.ts" end: Object { column: 0 - index: 46 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "typescript/class/private-fields-static/input.ts" end: Object { column: 1 - index: 45 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "typescript/class/private-fields-static/input.ts" end: Object { column: 1 - index: 45 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 10 - index: 20 line: 2 } } @@ -105,12 +95,10 @@ JSRoot { filename: "typescript/class/private-fields-static/input.ts" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 9 - index: 19 line: 2 } } @@ -121,12 +109,10 @@ JSRoot { filename: "typescript/class/private-fields-static/input.ts" end: Object { column: 12 - index: 22 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -139,19 +125,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "typescript/class/private-fields-static/input.ts" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -166,12 +149,10 @@ JSRoot { identifierName: "y" end: Object { column: 11 - index: 34 line: 3 } start: Object { column: 10 - index: 33 line: 3 } } @@ -180,12 +161,10 @@ JSRoot { filename: "typescript/class/private-fields-static/input.ts" end: Object { column: 11 - index: 34 line: 3 } start: Object { column: 9 - index: 32 line: 3 } } @@ -195,12 +174,10 @@ JSRoot { filename: "typescript/class/private-fields-static/input.ts" end: Object { column: 20 - index: 43 line: 3 } start: Object { column: 2 - index: 25 line: 3 } } @@ -209,12 +186,10 @@ JSRoot { filename: "typescript/class/private-fields-static/input.ts" end: Object { column: 19 - index: 42 line: 3 } start: Object { column: 13 - index: 36 line: 3 } } @@ -228,19 +203,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 25 line: 3 } loc: Object { filename: "typescript/class/private-fields-static/input.ts" end: Object { column: 11 - index: 34 line: 3 } start: Object { column: 2 - index: 25 line: 3 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/private-fields/input.test.md b/internal/js-parser/test-fixtures/typescript/class/private-fields/input.test.md index 2bb32873a94..3bec808913d 100644 --- a/internal/js-parser/test-fixtures/typescript/class/private-fields/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/private-fields/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/class/private-fields/input.ts" end: Object { column: 0 - index: 71 line: 8 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 4 - index: 50 line: 5 } start: Object { column: 4 - index: 50 line: 5 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "A" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "typescript/class/private-fields/input.ts" end: Object { column: 1 - index: 70 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "typescript/class/private-fields/input.ts" end: Object { column: 1 - index: 70 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -115,12 +105,10 @@ JSRoot { identifierName: "a" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 3 - index: 13 line: 2 } } @@ -129,12 +117,10 @@ JSRoot { filename: "typescript/class/private-fields/input.ts" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -144,12 +130,10 @@ JSRoot { filename: "typescript/class/private-fields/input.ts" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -158,12 +142,10 @@ JSRoot { filename: "typescript/class/private-fields/input.ts" end: Object { column: 12 - index: 22 line: 2 } start: Object { column: 6 - index: 16 line: 2 } } @@ -177,19 +159,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "typescript/class/private-fields/input.ts" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -204,12 +183,10 @@ JSRoot { identifierName: "b" end: Object { column: 4 - index: 28 line: 3 } start: Object { column: 3 - index: 27 line: 3 } } @@ -218,12 +195,10 @@ JSRoot { filename: "typescript/class/private-fields/input.ts" end: Object { column: 4 - index: 28 line: 3 } start: Object { column: 2 - index: 26 line: 3 } } @@ -234,12 +209,10 @@ JSRoot { filename: "typescript/class/private-fields/input.ts" end: Object { column: 6 - index: 30 line: 3 } start: Object { column: 2 - index: 26 line: 3 } } @@ -252,19 +225,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 26 line: 3 } loc: Object { filename: "typescript/class/private-fields/input.ts" end: Object { column: 5 - index: 29 line: 3 } start: Object { column: 2 - index: 26 line: 3 } } @@ -279,12 +249,10 @@ JSRoot { identifierName: "c" end: Object { column: 4 - index: 35 line: 4 } start: Object { column: 3 - index: 34 line: 4 } } @@ -293,12 +261,10 @@ JSRoot { filename: "typescript/class/private-fields/input.ts" end: Object { column: 4 - index: 35 line: 4 } start: Object { column: 2 - index: 33 line: 4 } } @@ -308,12 +274,10 @@ JSRoot { filename: "typescript/class/private-fields/input.ts" end: Object { column: 14 - index: 45 line: 4 } start: Object { column: 2 - index: 33 line: 4 } } @@ -322,12 +286,10 @@ JSRoot { filename: "typescript/class/private-fields/input.ts" end: Object { column: 13 - index: 44 line: 4 } start: Object { column: 7 - index: 38 line: 4 } } @@ -341,19 +303,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 33 line: 4 } loc: Object { filename: "typescript/class/private-fields/input.ts" end: Object { column: 5 - index: 36 line: 4 } start: Object { column: 2 - index: 33 line: 4 } } @@ -368,12 +327,10 @@ JSRoot { identifierName: "d" end: Object { column: 4 - index: 50 line: 5 } start: Object { column: 3 - index: 49 line: 5 } } @@ -382,12 +339,10 @@ JSRoot { filename: "typescript/class/private-fields/input.ts" end: Object { column: 4 - index: 50 line: 5 } start: Object { column: 2 - index: 48 line: 5 } } @@ -398,12 +353,10 @@ JSRoot { filename: "typescript/class/private-fields/input.ts" end: Object { column: 4 - index: 50 line: 5 } start: Object { column: 2 - index: 48 line: 5 } } @@ -416,19 +369,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 48 line: 5 } loc: Object { filename: "typescript/class/private-fields/input.ts" end: Object { column: 4 - index: 50 line: 5 } start: Object { column: 2 - index: 48 line: 5 } } @@ -443,12 +393,10 @@ JSRoot { identifierName: "" end: Object { column: 5 - index: 51 line: 5 } start: Object { column: 4 - index: 50 line: 5 } } @@ -457,12 +405,10 @@ JSRoot { filename: "typescript/class/private-fields/input.ts" end: Object { column: 5 - index: 51 line: 5 } start: Object { column: 4 - index: 50 line: 5 } } @@ -474,12 +420,10 @@ JSRoot { filename: "typescript/class/private-fields/input.ts" end: Object { column: 6 - index: 52 line: 5 } start: Object { column: 4 - index: 50 line: 5 } } @@ -492,19 +436,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 50 line: 5 } loc: Object { filename: "typescript/class/private-fields/input.ts" end: Object { column: 5 - index: 51 line: 5 } start: Object { column: 4 - index: 50 line: 5 } } @@ -519,12 +460,10 @@ JSRoot { identifierName: "e" end: Object { column: 4 - index: 57 line: 6 } start: Object { column: 3 - index: 56 line: 6 } } @@ -533,12 +472,10 @@ JSRoot { filename: "typescript/class/private-fields/input.ts" end: Object { column: 4 - index: 57 line: 6 } start: Object { column: 2 - index: 55 line: 6 } } @@ -549,12 +486,10 @@ JSRoot { filename: "typescript/class/private-fields/input.ts" end: Object { column: 4 - index: 57 line: 6 } start: Object { column: 2 - index: 55 line: 6 } } @@ -567,19 +502,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 55 line: 6 } loc: Object { filename: "typescript/class/private-fields/input.ts" end: Object { column: 4 - index: 57 line: 6 } start: Object { column: 2 - index: 55 line: 6 } } @@ -594,12 +526,10 @@ JSRoot { identifierName: "" end: Object { column: 5 - index: 58 line: 6 } start: Object { column: 4 - index: 57 line: 6 } } @@ -608,12 +538,10 @@ JSRoot { filename: "typescript/class/private-fields/input.ts" end: Object { column: 5 - index: 58 line: 6 } start: Object { column: 4 - index: 57 line: 6 } } @@ -624,12 +552,10 @@ JSRoot { filename: "typescript/class/private-fields/input.ts" end: Object { column: 15 - index: 68 line: 6 } start: Object { column: 4 - index: 57 line: 6 } } @@ -638,12 +564,10 @@ JSRoot { filename: "typescript/class/private-fields/input.ts" end: Object { column: 14 - index: 67 line: 6 } start: Object { column: 7 - index: 60 line: 6 } } @@ -657,19 +581,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 57 line: 6 } loc: Object { filename: "typescript/class/private-fields/input.ts" end: Object { column: 5 - index: 58 line: 6 } start: Object { column: 4 - index: 57 line: 6 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/properties/input.test.md b/internal/js-parser/test-fixtures/typescript/class/properties/input.test.md index 436c4a6c864..bd06ce991ea 100644 --- a/internal/js-parser/test-fixtures/typescript/class/properties/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/properties/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/class/properties/input.ts" end: Object { column: 0 - index: 85 line: 9 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "C" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "typescript/class/properties/input.ts" end: Object { column: 1 - index: 84 line: 8 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "typescript/class/properties/input.ts" end: Object { column: 1 - index: 84 line: 8 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 15 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -105,12 +95,10 @@ JSRoot { filename: "typescript/class/properties/input.ts" end: Object { column: 5 - index: 15 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -122,12 +110,10 @@ JSRoot { filename: "typescript/class/properties/input.ts" end: Object { column: 6 - index: 16 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -140,19 +126,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 14 line: 2 } loc: Object { filename: "typescript/class/properties/input.ts" end: Object { column: 5 - index: 15 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -167,12 +150,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 22 line: 3 } start: Object { column: 4 - index: 21 line: 3 } } @@ -181,12 +162,10 @@ JSRoot { filename: "typescript/class/properties/input.ts" end: Object { column: 5 - index: 22 line: 3 } start: Object { column: 4 - index: 21 line: 3 } } @@ -198,12 +177,10 @@ JSRoot { filename: "typescript/class/properties/input.ts" end: Object { column: 7 - index: 24 line: 3 } start: Object { column: 4 - index: 21 line: 3 } } @@ -216,19 +193,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 21 line: 3 } loc: Object { filename: "typescript/class/properties/input.ts" end: Object { column: 6 - index: 23 line: 3 } start: Object { column: 4 - index: 21 line: 3 } } @@ -243,12 +217,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 30 line: 4 } start: Object { column: 4 - index: 29 line: 4 } } @@ -257,12 +229,10 @@ JSRoot { filename: "typescript/class/properties/input.ts" end: Object { column: 5 - index: 30 line: 4 } start: Object { column: 4 - index: 29 line: 4 } } @@ -273,12 +243,10 @@ JSRoot { filename: "typescript/class/properties/input.ts" end: Object { column: 14 - index: 39 line: 4 } start: Object { column: 4 - index: 29 line: 4 } } @@ -287,12 +255,10 @@ JSRoot { filename: "typescript/class/properties/input.ts" end: Object { column: 13 - index: 38 line: 4 } start: Object { column: 7 - index: 32 line: 4 } } @@ -306,19 +272,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 29 line: 4 } loc: Object { filename: "typescript/class/properties/input.ts" end: Object { column: 5 - index: 30 line: 4 } start: Object { column: 4 - index: 29 line: 4 } } @@ -333,12 +296,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 45 line: 5 } start: Object { column: 4 - index: 44 line: 5 } } @@ -347,12 +308,10 @@ JSRoot { filename: "typescript/class/properties/input.ts" end: Object { column: 5 - index: 45 line: 5 } start: Object { column: 4 - index: 44 line: 5 } } @@ -364,12 +323,10 @@ JSRoot { filename: "typescript/class/properties/input.ts" end: Object { column: 17 - index: 57 line: 5 } start: Object { column: 16 - index: 56 line: 5 } } @@ -379,12 +336,10 @@ JSRoot { filename: "typescript/class/properties/input.ts" end: Object { column: 18 - index: 58 line: 5 } start: Object { column: 4 - index: 44 line: 5 } } @@ -393,12 +348,10 @@ JSRoot { filename: "typescript/class/properties/input.ts" end: Object { column: 13 - index: 53 line: 5 } start: Object { column: 7 - index: 47 line: 5 } } @@ -412,19 +365,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 44 line: 5 } loc: Object { filename: "typescript/class/properties/input.ts" end: Object { column: 5 - index: 45 line: 5 } start: Object { column: 4 - index: 44 line: 5 } } @@ -439,12 +389,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 64 line: 6 } start: Object { column: 4 - index: 63 line: 6 } } @@ -453,12 +401,10 @@ JSRoot { filename: "typescript/class/properties/input.ts" end: Object { column: 5 - index: 64 line: 6 } start: Object { column: 4 - index: 63 line: 6 } } @@ -470,12 +416,10 @@ JSRoot { filename: "typescript/class/properties/input.ts" end: Object { column: 7 - index: 66 line: 6 } start: Object { column: 4 - index: 63 line: 6 } } @@ -488,19 +432,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 63 line: 6 } loc: Object { filename: "typescript/class/properties/input.ts" end: Object { column: 5 - index: 64 line: 6 } start: Object { column: 4 - index: 63 line: 6 } } @@ -515,12 +456,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 72 line: 7 } start: Object { column: 4 - index: 71 line: 7 } } @@ -529,12 +468,10 @@ JSRoot { filename: "typescript/class/properties/input.ts" end: Object { column: 5 - index: 72 line: 7 } start: Object { column: 4 - index: 71 line: 7 } } @@ -545,12 +482,10 @@ JSRoot { filename: "typescript/class/properties/input.ts" end: Object { column: 15 - index: 82 line: 7 } start: Object { column: 4 - index: 71 line: 7 } } @@ -559,12 +494,10 @@ JSRoot { filename: "typescript/class/properties/input.ts" end: Object { column: 14 - index: 81 line: 7 } start: Object { column: 8 - index: 75 line: 7 } } @@ -578,19 +511,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 71 line: 7 } loc: Object { filename: "typescript/class/properties/input.ts" end: Object { column: 5 - index: 72 line: 7 } start: Object { column: 4 - index: 71 line: 7 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/property-computed/input.test.md b/internal/js-parser/test-fixtures/typescript/class/property-computed/input.test.md index da7886d3934..82a42872364 100644 --- a/internal/js-parser/test-fixtures/typescript/class/property-computed/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/property-computed/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/class/property-computed/input.ts" end: Object { column: 0 - index: 75 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "C" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "typescript/class/property-computed/input.ts" end: Object { column: 1 - index: 74 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "typescript/class/property-computed/input.ts" end: Object { column: 1 - index: 74 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -89,12 +81,10 @@ JSRoot { filename: "typescript/class/property-computed/input.ts" end: Object { column: 20 - index: 30 line: 2 } start: Object { column: 5 - index: 15 line: 2 } } @@ -105,12 +95,10 @@ JSRoot { identifierName: "Symbol" end: Object { column: 11 - index: 21 line: 2 } start: Object { column: 5 - index: 15 line: 2 } } @@ -123,12 +111,10 @@ JSRoot { identifierName: "iterator" end: Object { column: 20 - index: 30 line: 2 } start: Object { column: 12 - index: 22 line: 2 } } @@ -138,12 +124,10 @@ JSRoot { identifierName: "iterator" end: Object { column: 20 - index: 30 line: 2 } start: Object { column: 12 - index: 22 line: 2 } } @@ -153,12 +137,10 @@ JSRoot { filename: "typescript/class/property-computed/input.ts" end: Object { column: 21 - index: 31 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -169,12 +151,10 @@ JSRoot { filename: "typescript/class/property-computed/input.ts" end: Object { column: 30 - index: 40 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -183,12 +163,10 @@ JSRoot { filename: "typescript/class/property-computed/input.ts" end: Object { column: 29 - index: 39 line: 2 } start: Object { column: 23 - index: 33 line: 2 } } @@ -202,19 +180,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 14 line: 2 } loc: Object { filename: "typescript/class/property-computed/input.ts" end: Object { column: 21 - index: 31 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -227,12 +202,10 @@ JSRoot { filename: "typescript/class/property-computed/input.ts" end: Object { column: 20 - index: 61 line: 3 } start: Object { column: 5 - index: 46 line: 3 } } @@ -243,12 +216,10 @@ JSRoot { identifierName: "Symbol" end: Object { column: 11 - index: 52 line: 3 } start: Object { column: 5 - index: 46 line: 3 } } @@ -261,12 +232,10 @@ JSRoot { identifierName: "iterator" end: Object { column: 20 - index: 61 line: 3 } start: Object { column: 12 - index: 53 line: 3 } } @@ -276,12 +245,10 @@ JSRoot { identifierName: "iterator" end: Object { column: 20 - index: 61 line: 3 } start: Object { column: 12 - index: 53 line: 3 } } @@ -291,12 +258,10 @@ JSRoot { filename: "typescript/class/property-computed/input.ts" end: Object { column: 21 - index: 62 line: 3 } start: Object { column: 4 - index: 45 line: 3 } } @@ -307,12 +272,10 @@ JSRoot { filename: "typescript/class/property-computed/input.ts" end: Object { column: 31 - index: 72 line: 3 } start: Object { column: 4 - index: 45 line: 3 } } @@ -321,12 +284,10 @@ JSRoot { filename: "typescript/class/property-computed/input.ts" end: Object { column: 30 - index: 71 line: 3 } start: Object { column: 24 - index: 65 line: 3 } } @@ -340,19 +301,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 45 line: 3 } loc: Object { filename: "typescript/class/property-computed/input.ts" end: Object { column: 22 - index: 63 line: 3 } start: Object { column: 4 - index: 45 line: 3 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/property-optional-definite-assignment-not-allowed/input.test.md b/internal/js-parser/test-fixtures/typescript/class/property-optional-definite-assignment-not-allowed/input.test.md index 09e9491c676..fd51cf58326 100644 --- a/internal/js-parser/test-fixtures/typescript/class/property-optional-definite-assignment-not-allowed/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/property-optional-definite-assignment-not-allowed/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/class/property-optional-definite-assignment-not-allowed/input.ts" end: Object { column: 0 - index: 27 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "C" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "typescript/class/property-optional-definite-assignment-not-allowed/input.ts" end: Object { column: 1 - index: 26 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { filename: "typescript/class/property-optional-definite-assignment-not-allowed/input.ts" end: Object { column: 1 - index: 26 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -115,12 +105,10 @@ JSRoot { identifierName: "x" end: Object { column: 3 - index: 13 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -129,12 +117,10 @@ JSRoot { filename: "typescript/class/property-optional-definite-assignment-not-allowed/input.ts" end: Object { column: 3 - index: 13 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -146,12 +132,10 @@ JSRoot { filename: "typescript/class/property-optional-definite-assignment-not-allowed/input.ts" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -164,19 +148,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 12 line: 2 } loc: Object { filename: "typescript/class/property-optional-definite-assignment-not-allowed/input.ts" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -191,12 +172,10 @@ JSRoot { identifierName: "" end: Object { column: 5 - index: 15 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -205,12 +184,10 @@ JSRoot { filename: "typescript/class/property-optional-definite-assignment-not-allowed/input.ts" end: Object { column: 5 - index: 15 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -221,12 +198,10 @@ JSRoot { filename: "typescript/class/property-optional-definite-assignment-not-allowed/input.ts" end: Object { column: 14 - index: 24 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -235,12 +210,10 @@ JSRoot { filename: "typescript/class/property-optional-definite-assignment-not-allowed/input.ts" end: Object { column: 13 - index: 23 line: 2 } start: Object { column: 7 - index: 17 line: 2 } } @@ -254,19 +227,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 14 line: 2 } loc: Object { filename: "typescript/class/property-optional-definite-assignment-not-allowed/input.ts" end: Object { column: 5 - index: 15 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/class/static/input.test.md b/internal/js-parser/test-fixtures/typescript/class/static/input.test.md index 30563dcaf69..a0898eb7a5d 100644 --- a/internal/js-parser/test-fixtures/typescript/class/static/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/class/static/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/class/static/input.ts" end: Object { column: 0 - index: 101 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "C" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "typescript/class/static/input.ts" end: Object { column: 1 - index: 100 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "typescript/class/static/input.ts" end: Object { column: 1 - index: 100 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { identifierName: "f" end: Object { column: 12 - index: 22 line: 2 } start: Object { column: 11 - index: 21 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { filename: "typescript/class/static/input.ts" end: Object { column: 12 - index: 22 line: 2 } start: Object { column: 11 - index: 21 line: 2 } } @@ -121,12 +109,10 @@ JSRoot { filename: "typescript/class/static/input.ts" end: Object { column: 15 - index: 25 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -143,12 +129,10 @@ JSRoot { filename: "typescript/class/static/input.ts" end: Object { column: 14 - index: 24 line: 2 } start: Object { column: 12 - index: 22 line: 2 } } @@ -162,19 +146,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 14 line: 2 } loc: Object { filename: "typescript/class/static/input.ts" end: Object { column: 12 - index: 22 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -190,12 +171,10 @@ JSRoot { identifierName: "f" end: Object { column: 19 - index: 45 line: 3 } start: Object { column: 18 - index: 44 line: 3 } } @@ -204,12 +183,10 @@ JSRoot { filename: "typescript/class/static/input.ts" end: Object { column: 19 - index: 45 line: 3 } start: Object { column: 18 - index: 44 line: 3 } } @@ -219,12 +196,10 @@ JSRoot { filename: "typescript/class/static/input.ts" end: Object { column: 22 - index: 48 line: 3 } start: Object { column: 4 - index: 30 line: 3 } } @@ -241,12 +216,10 @@ JSRoot { filename: "typescript/class/static/input.ts" end: Object { column: 21 - index: 47 line: 3 } start: Object { column: 19 - index: 45 line: 3 } } @@ -260,19 +233,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 30 line: 3 } loc: Object { filename: "typescript/class/static/input.ts" end: Object { column: 19 - index: 45 line: 3 } start: Object { column: 4 - index: 30 line: 3 } } @@ -288,12 +258,10 @@ JSRoot { identifierName: "f" end: Object { column: 22 - index: 71 line: 4 } start: Object { column: 21 - index: 70 line: 4 } } @@ -302,12 +270,10 @@ JSRoot { filename: "typescript/class/static/input.ts" end: Object { column: 22 - index: 71 line: 4 } start: Object { column: 21 - index: 70 line: 4 } } @@ -317,12 +283,10 @@ JSRoot { filename: "typescript/class/static/input.ts" end: Object { column: 25 - index: 74 line: 4 } start: Object { column: 4 - index: 53 line: 4 } } @@ -339,12 +303,10 @@ JSRoot { filename: "typescript/class/static/input.ts" end: Object { column: 24 - index: 73 line: 4 } start: Object { column: 22 - index: 71 line: 4 } } @@ -358,19 +320,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 53 line: 4 } loc: Object { filename: "typescript/class/static/input.ts" end: Object { column: 22 - index: 71 line: 4 } start: Object { column: 4 - index: 53 line: 4 } } @@ -386,12 +345,10 @@ JSRoot { identifierName: "f" end: Object { column: 20 - index: 95 line: 5 } start: Object { column: 19 - index: 94 line: 5 } } @@ -400,12 +357,10 @@ JSRoot { filename: "typescript/class/static/input.ts" end: Object { column: 20 - index: 95 line: 5 } start: Object { column: 19 - index: 94 line: 5 } } @@ -415,12 +370,10 @@ JSRoot { filename: "typescript/class/static/input.ts" end: Object { column: 23 - index: 98 line: 5 } start: Object { column: 4 - index: 79 line: 5 } } @@ -437,12 +390,10 @@ JSRoot { filename: "typescript/class/static/input.ts" end: Object { column: 22 - index: 97 line: 5 } start: Object { column: 20 - index: 95 line: 5 } } @@ -456,19 +407,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 4 - index: 79 line: 5 } loc: Object { filename: "typescript/class/static/input.ts" end: Object { column: 20 - index: 95 line: 5 } start: Object { column: 4 - index: 79 line: 5 } } diff --git a/internal/js-parser/test-fixtures/typescript/const/no-initializer/input.test.md b/internal/js-parser/test-fixtures/typescript/const/no-initializer/input.test.md index 47979340353..83d99cfc3e5 100644 --- a/internal/js-parser/test-fixtures/typescript/const/no-initializer/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/const/no-initializer/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/const/no-initializer/input.ts" end: Object { column: 0 - index: 17 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/const/no-initializer/input.ts" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "typescript/const/no-initializer/input.ts" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/const/no-initializer/input.ts" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "typescript/const/no-initializer/input.ts" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "typescript/const/no-initializer/input.ts" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "typescript/const/no-initializer/input.ts" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/const/reserved-word/input.test.md b/internal/js-parser/test-fixtures/typescript/const/reserved-word/input.test.md index 348203467fa..e93240cecd7 100644 --- a/internal/js-parser/test-fixtures/typescript/const/reserved-word/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/const/reserved-word/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/const/reserved-word/input.ts" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "typescript/const/reserved-word/input.ts" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "typescript/const/reserved-word/input.ts" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "typescript/const/reserved-word/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "typescript/const/reserved-word/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "typescript/const/reserved-word/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "typescript/const/reserved-word/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -155,12 +139,10 @@ JSRoot { filename: "typescript/const/reserved-word/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/declare/const-new-line/input.test.md b/internal/js-parser/test-fixtures/typescript/declare/const-new-line/input.test.md index d7131ec7e62..5c5fe6e29bb 100644 --- a/internal/js-parser/test-fixtures/typescript/declare/const-new-line/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/declare/const-new-line/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/declare/const-new-line/input.ts" end: Object { column: 0 - index: 36 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/declare/const-new-line/input.ts" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "declare" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/declare/const-new-line/input.ts" end: Object { column: 27 - index: 35 line: 2 } start: Object { column: 0 - index: 8 line: 2 } } @@ -84,12 +76,10 @@ JSRoot { filename: "typescript/declare/const-new-line/input.ts" end: Object { column: 27 - index: 35 line: 2 } start: Object { column: 0 - index: 8 line: 2 } } @@ -101,12 +91,10 @@ JSRoot { filename: "typescript/declare/const-new-line/input.ts" end: Object { column: 15 - index: 23 line: 2 } start: Object { column: 6 - index: 14 line: 2 } } @@ -116,12 +104,10 @@ JSRoot { filename: "typescript/declare/const-new-line/input.ts" end: Object { column: 15 - index: 23 line: 2 } start: Object { column: 6 - index: 14 line: 2 } } @@ -130,12 +116,10 @@ JSRoot { filename: "typescript/declare/const-new-line/input.ts" end: Object { column: 15 - index: 23 line: 2 } start: Object { column: 9 - index: 17 line: 2 } } @@ -147,12 +131,10 @@ JSRoot { filename: "typescript/declare/const-new-line/input.ts" end: Object { column: 15 - index: 23 line: 2 } start: Object { column: 6 - index: 14 line: 2 } } @@ -164,12 +146,10 @@ JSRoot { filename: "typescript/declare/const-new-line/input.ts" end: Object { column: 26 - index: 34 line: 2 } start: Object { column: 17 - index: 25 line: 2 } } @@ -179,12 +159,10 @@ JSRoot { filename: "typescript/declare/const-new-line/input.ts" end: Object { column: 26 - index: 34 line: 2 } start: Object { column: 17 - index: 25 line: 2 } } @@ -193,12 +171,10 @@ JSRoot { filename: "typescript/declare/const-new-line/input.ts" end: Object { column: 26 - index: 34 line: 2 } start: Object { column: 20 - index: 28 line: 2 } } @@ -210,12 +186,10 @@ JSRoot { filename: "typescript/declare/const-new-line/input.ts" end: Object { column: 26 - index: 34 line: 2 } start: Object { column: 17 - index: 25 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/declare/const/input.test.md b/internal/js-parser/test-fixtures/typescript/declare/const/input.test.md index 33417eb3fb2..4a3ceebdd5e 100644 --- a/internal/js-parser/test-fixtures/typescript/declare/const/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/declare/const/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/declare/const/input.ts" end: Object { column: 0 - index: 36 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "typescript/declare/const/input.ts" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "typescript/declare/const/input.ts" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "typescript/declare/const/input.ts" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "typescript/declare/const/input.ts" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "typescript/declare/const/input.ts" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "typescript/declare/const/input.ts" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "typescript/declare/const/input.ts" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -148,12 +132,10 @@ JSRoot { filename: "typescript/declare/const/input.ts" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -162,12 +144,10 @@ JSRoot { filename: "typescript/declare/const/input.ts" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -179,12 +159,10 @@ JSRoot { filename: "typescript/declare/const/input.ts" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/declare/destructure-new-line/input.test.md b/internal/js-parser/test-fixtures/typescript/declare/destructure-new-line/input.test.md index acfd990415a..48e945434a4 100644 --- a/internal/js-parser/test-fixtures/typescript/declare/destructure-new-line/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/declare/destructure-new-line/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/declare/destructure-new-line/input.ts" end: Object { column: 0 - index: 50 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/declare/destructure-new-line/input.ts" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "declare" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/declare/destructure-new-line/input.ts" end: Object { column: 41 - index: 49 line: 2 } start: Object { column: 0 - index: 8 line: 2 } } @@ -84,12 +76,10 @@ JSRoot { filename: "typescript/declare/destructure-new-line/input.ts" end: Object { column: 41 - index: 49 line: 2 } start: Object { column: 0 - index: 8 line: 2 } } @@ -101,12 +91,10 @@ JSRoot { filename: "typescript/declare/destructure-new-line/input.ts" end: Object { column: 40 - index: 48 line: 2 } start: Object { column: 6 - index: 14 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { identifierName: "x" end: Object { column: 9 - index: 17 line: 2 } start: Object { column: 8 - index: 16 line: 2 } } @@ -134,12 +120,10 @@ JSRoot { filename: "typescript/declare/destructure-new-line/input.ts" end: Object { column: 9 - index: 17 line: 2 } start: Object { column: 8 - index: 16 line: 2 } } @@ -151,12 +135,10 @@ JSRoot { identifierName: "x" end: Object { column: 9 - index: 17 line: 2 } start: Object { column: 8 - index: 16 line: 2 } } @@ -165,12 +147,10 @@ JSRoot { filename: "typescript/declare/destructure-new-line/input.ts" end: Object { column: 9 - index: 17 line: 2 } start: Object { column: 8 - index: 16 line: 2 } } @@ -184,12 +164,10 @@ JSRoot { identifierName: "y" end: Object { column: 12 - index: 20 line: 2 } start: Object { column: 11 - index: 19 line: 2 } } @@ -198,12 +176,10 @@ JSRoot { filename: "typescript/declare/destructure-new-line/input.ts" end: Object { column: 12 - index: 20 line: 2 } start: Object { column: 11 - index: 19 line: 2 } } @@ -215,12 +191,10 @@ JSRoot { identifierName: "y" end: Object { column: 12 - index: 20 line: 2 } start: Object { column: 11 - index: 19 line: 2 } } @@ -229,12 +203,10 @@ JSRoot { filename: "typescript/declare/destructure-new-line/input.ts" end: Object { column: 12 - index: 20 line: 2 } start: Object { column: 11 - index: 19 line: 2 } } @@ -246,12 +218,10 @@ JSRoot { filename: "typescript/declare/destructure-new-line/input.ts" end: Object { column: 40 - index: 48 line: 2 } start: Object { column: 6 - index: 14 line: 2 } } @@ -260,12 +230,10 @@ JSRoot { filename: "typescript/declare/destructure-new-line/input.ts" end: Object { column: 40 - index: 48 line: 2 } start: Object { column: 16 - index: 24 line: 2 } } @@ -279,12 +247,10 @@ JSRoot { identifierName: "x" end: Object { column: 19 - index: 27 line: 2 } start: Object { column: 18 - index: 26 line: 2 } } @@ -293,12 +259,10 @@ JSRoot { filename: "typescript/declare/destructure-new-line/input.ts" end: Object { column: 19 - index: 27 line: 2 } start: Object { column: 18 - index: 26 line: 2 } } @@ -309,12 +273,10 @@ JSRoot { filename: "typescript/declare/destructure-new-line/input.ts" end: Object { column: 28 - index: 36 line: 2 } start: Object { column: 18 - index: 26 line: 2 } } @@ -323,12 +285,10 @@ JSRoot { filename: "typescript/declare/destructure-new-line/input.ts" end: Object { column: 27 - index: 35 line: 2 } start: Object { column: 21 - index: 29 line: 2 } } @@ -343,12 +303,10 @@ JSRoot { identifierName: "y" end: Object { column: 30 - index: 38 line: 2 } start: Object { column: 29 - index: 37 line: 2 } } @@ -357,12 +315,10 @@ JSRoot { filename: "typescript/declare/destructure-new-line/input.ts" end: Object { column: 30 - index: 38 line: 2 } start: Object { column: 29 - index: 37 line: 2 } } @@ -373,12 +329,10 @@ JSRoot { filename: "typescript/declare/destructure-new-line/input.ts" end: Object { column: 38 - index: 46 line: 2 } start: Object { column: 29 - index: 37 line: 2 } } @@ -387,12 +341,10 @@ JSRoot { filename: "typescript/declare/destructure-new-line/input.ts" end: Object { column: 38 - index: 46 line: 2 } start: Object { column: 32 - index: 40 line: 2 } } @@ -407,12 +359,10 @@ JSRoot { filename: "typescript/declare/destructure-new-line/input.ts" end: Object { column: 40 - index: 48 line: 2 } start: Object { column: 6 - index: 14 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/declare/destructure/input.test.md b/internal/js-parser/test-fixtures/typescript/declare/destructure/input.test.md index a7efd40e97a..4467a936720 100644 --- a/internal/js-parser/test-fixtures/typescript/declare/destructure/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/declare/destructure/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/declare/destructure/input.ts" end: Object { column: 0 - index: 50 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "typescript/declare/destructure/input.ts" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "typescript/declare/destructure/input.ts" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "typescript/declare/destructure/input.ts" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -89,12 +81,10 @@ JSRoot { identifierName: "x" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "typescript/declare/destructure/input.ts" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { identifierName: "x" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "typescript/declare/destructure/input.ts" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -153,12 +137,10 @@ JSRoot { identifierName: "y" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -167,12 +149,10 @@ JSRoot { filename: "typescript/declare/destructure/input.ts" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -184,12 +164,10 @@ JSRoot { identifierName: "y" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -198,12 +176,10 @@ JSRoot { filename: "typescript/declare/destructure/input.ts" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -215,12 +191,10 @@ JSRoot { filename: "typescript/declare/destructure/input.ts" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -229,12 +203,10 @@ JSRoot { filename: "typescript/declare/destructure/input.ts" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -248,12 +220,10 @@ JSRoot { identifierName: "x" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -262,12 +232,10 @@ JSRoot { filename: "typescript/declare/destructure/input.ts" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -278,12 +246,10 @@ JSRoot { filename: "typescript/declare/destructure/input.ts" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -292,12 +258,10 @@ JSRoot { filename: "typescript/declare/destructure/input.ts" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -312,12 +276,10 @@ JSRoot { identifierName: "y" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -326,12 +288,10 @@ JSRoot { filename: "typescript/declare/destructure/input.ts" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -342,12 +302,10 @@ JSRoot { filename: "typescript/declare/destructure/input.ts" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -356,12 +314,10 @@ JSRoot { filename: "typescript/declare/destructure/input.ts" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -376,12 +332,10 @@ JSRoot { filename: "typescript/declare/destructure/input.ts" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/declare/interface-new-line/input.test.md b/internal/js-parser/test-fixtures/typescript/declare/interface-new-line/input.test.md index 52c1da97f90..c9d4e16cf73 100644 --- a/internal/js-parser/test-fixtures/typescript/declare/interface-new-line/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/declare/interface-new-line/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/declare/interface-new-line/input.ts" end: Object { column: 0 - index: 23 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/declare/interface-new-line/input.ts" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "declare" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { identifierName: "I" end: Object { column: 11 - index: 19 line: 2 } start: Object { column: 10 - index: 18 line: 2 } } @@ -88,12 +80,10 @@ JSRoot { filename: "typescript/declare/interface-new-line/input.ts" end: Object { column: 14 - index: 22 line: 2 } start: Object { column: 0 - index: 8 line: 2 } } @@ -103,12 +93,10 @@ JSRoot { filename: "typescript/declare/interface-new-line/input.ts" end: Object { column: 14 - index: 22 line: 2 } start: Object { column: 12 - index: 20 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/declare/interface/input.test.md b/internal/js-parser/test-fixtures/typescript/declare/interface/input.test.md index 4d9ce71c7c0..87c06fe7b5e 100644 --- a/internal/js-parser/test-fixtures/typescript/declare/interface/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/declare/interface/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/declare/interface/input.ts" end: Object { column: 0 - index: 23 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "I" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -57,12 +53,10 @@ JSRoot { filename: "typescript/declare/interface/input.ts" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "typescript/declare/interface/input.ts" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/declare/let-new-line/input.test.md b/internal/js-parser/test-fixtures/typescript/declare/let-new-line/input.test.md index 3e669f9c8d8..c1f43daf04d 100644 --- a/internal/js-parser/test-fixtures/typescript/declare/let-new-line/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/declare/let-new-line/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/declare/let-new-line/input.ts" end: Object { column: 0 - index: 15 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/declare/let-new-line/input.ts" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "declare" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/declare/let-new-line/input.ts" end: Object { column: 6 - index: 14 line: 2 } start: Object { column: 0 - index: 8 line: 2 } } @@ -84,12 +76,10 @@ JSRoot { filename: "typescript/declare/let-new-line/input.ts" end: Object { column: 6 - index: 14 line: 2 } start: Object { column: 0 - index: 8 line: 2 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 13 line: 2 } start: Object { column: 4 - index: 12 line: 2 } } @@ -117,12 +105,10 @@ JSRoot { filename: "typescript/declare/let-new-line/input.ts" end: Object { column: 5 - index: 13 line: 2 } start: Object { column: 4 - index: 12 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/declare/let/input.test.md b/internal/js-parser/test-fixtures/typescript/declare/let/input.test.md index e87835e477c..515a3e48d3d 100644 --- a/internal/js-parser/test-fixtures/typescript/declare/let/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/declare/let/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/declare/let/input.ts" end: Object { column: 0 - index: 15 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "typescript/declare/let/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "typescript/declare/let/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { identifierName: "x" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "typescript/declare/let/input.ts" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/declare/var-new-line/input.test.md b/internal/js-parser/test-fixtures/typescript/declare/var-new-line/input.test.md index 25543a613eb..716ef275824 100644 --- a/internal/js-parser/test-fixtures/typescript/declare/var-new-line/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/declare/var-new-line/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/declare/var-new-line/input.ts" end: Object { column: 0 - index: 36 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/declare/var-new-line/input.ts" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "declare" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/declare/var-new-line/input.ts" end: Object { column: 6 - index: 14 line: 2 } start: Object { column: 0 - index: 8 line: 2 } } @@ -84,12 +76,10 @@ JSRoot { filename: "typescript/declare/var-new-line/input.ts" end: Object { column: 6 - index: 14 line: 2 } start: Object { column: 0 - index: 8 line: 2 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 13 line: 2 } start: Object { column: 4 - index: 12 line: 2 } } @@ -117,12 +105,10 @@ JSRoot { filename: "typescript/declare/var-new-line/input.ts" end: Object { column: 5 - index: 13 line: 2 } start: Object { column: 4 - index: 12 line: 2 } } @@ -135,12 +121,10 @@ JSRoot { filename: "typescript/declare/var-new-line/input.ts" end: Object { column: 7 - index: 23 line: 4 } start: Object { column: 0 - index: 16 line: 4 } } @@ -151,12 +135,10 @@ JSRoot { identifierName: "declare" end: Object { column: 7 - index: 23 line: 4 } start: Object { column: 0 - index: 16 line: 4 } } @@ -167,12 +149,10 @@ JSRoot { filename: "typescript/declare/var-new-line/input.ts" end: Object { column: 11 - index: 35 line: 5 } start: Object { column: 0 - index: 24 line: 5 } } @@ -182,12 +162,10 @@ JSRoot { filename: "typescript/declare/var-new-line/input.ts" end: Object { column: 11 - index: 35 line: 5 } start: Object { column: 0 - index: 24 line: 5 } } @@ -199,12 +177,10 @@ JSRoot { filename: "typescript/declare/var-new-line/input.ts" end: Object { column: 10 - index: 34 line: 5 } start: Object { column: 4 - index: 28 line: 5 } } @@ -214,12 +190,10 @@ JSRoot { filename: "typescript/declare/var-new-line/input.ts" end: Object { column: 10 - index: 34 line: 5 } start: Object { column: 4 - index: 28 line: 5 } } @@ -228,12 +202,10 @@ JSRoot { filename: "typescript/declare/var-new-line/input.ts" end: Object { column: 10 - index: 34 line: 5 } start: Object { column: 7 - index: 31 line: 5 } } @@ -245,12 +217,10 @@ JSRoot { filename: "typescript/declare/var-new-line/input.ts" end: Object { column: 10 - index: 34 line: 5 } start: Object { column: 4 - index: 28 line: 5 } } diff --git a/internal/js-parser/test-fixtures/typescript/declare/var/input.test.md b/internal/js-parser/test-fixtures/typescript/declare/var/input.test.md index 5d1840848fb..1584b13a8af 100644 --- a/internal/js-parser/test-fixtures/typescript/declare/var/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/declare/var/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/declare/var/input.ts" end: Object { column: 0 - index: 35 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "typescript/declare/var/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "typescript/declare/var/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { identifierName: "x" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "typescript/declare/var/input.ts" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { filename: "typescript/declare/var/input.ts" end: Object { column: 19 - index: 34 line: 2 } start: Object { column: 0 - index: 15 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "typescript/declare/var/input.ts" end: Object { column: 19 - index: 34 line: 2 } start: Object { column: 0 - index: 15 line: 2 } } @@ -137,12 +123,10 @@ JSRoot { filename: "typescript/declare/var/input.ts" end: Object { column: 18 - index: 33 line: 2 } start: Object { column: 12 - index: 27 line: 2 } } @@ -152,12 +136,10 @@ JSRoot { filename: "typescript/declare/var/input.ts" end: Object { column: 18 - index: 33 line: 2 } start: Object { column: 12 - index: 27 line: 2 } } @@ -166,12 +148,10 @@ JSRoot { filename: "typescript/declare/var/input.ts" end: Object { column: 18 - index: 33 line: 2 } start: Object { column: 15 - index: 30 line: 2 } } @@ -183,12 +163,10 @@ JSRoot { filename: "typescript/declare/var/input.ts" end: Object { column: 18 - index: 33 line: 2 } start: Object { column: 12 - index: 27 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/enum/const/input.test.md b/internal/js-parser/test-fixtures/typescript/enum/const/input.test.md index 043d77e69a6..a862c57b3d9 100644 --- a/internal/js-parser/test-fixtures/typescript/enum/const/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/enum/const/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/enum/const/input.ts" end: Object { column: 0 - index: 16 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "E" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { filename: "typescript/enum/const/input.ts" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/enum/declare-const/input.test.md b/internal/js-parser/test-fixtures/typescript/enum/declare-const/input.test.md index 36fd838a8a7..b03da46a1b3 100644 --- a/internal/js-parser/test-fixtures/typescript/enum/declare-const/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/enum/declare-const/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/enum/declare-const/input.ts" end: Object { column: 0 - index: 24 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "E" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -57,12 +53,10 @@ JSRoot { filename: "typescript/enum/declare-const/input.ts" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/enum/declare/input.test.md b/internal/js-parser/test-fixtures/typescript/enum/declare/input.test.md index b34cb13ecf7..065cc6800d7 100644 --- a/internal/js-parser/test-fixtures/typescript/enum/declare/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/enum/declare/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/enum/declare/input.ts" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "E" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -57,12 +53,10 @@ JSRoot { filename: "typescript/enum/declare/input.ts" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/enum/export-const/input.test.md b/internal/js-parser/test-fixtures/typescript/enum/export-const/input.test.md index 867d7745029..2b0ee76787b 100644 --- a/internal/js-parser/test-fixtures/typescript/enum/export-const/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/enum/export-const/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/enum/export-const/input.ts" end: Object { column: 0 - index: 23 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "typescript/enum/export-const/input.ts" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { identifierName: "E" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "typescript/enum/export-const/input.ts" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/enum/export-declare-const/input.test.md b/internal/js-parser/test-fixtures/typescript/enum/export-declare-const/input.test.md index 213ff31b88a..77e0e759ff3 100644 --- a/internal/js-parser/test-fixtures/typescript/enum/export-declare-const/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/enum/export-declare-const/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/enum/export-declare-const/input.ts" end: Object { column: 0 - index: 31 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "typescript/enum/export-declare-const/input.ts" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { identifierName: "E" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -73,12 +67,10 @@ JSRoot { filename: "typescript/enum/export-declare-const/input.ts" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/enum/export/input.test.md b/internal/js-parser/test-fixtures/typescript/enum/export/input.test.md index 8b2011c570a..662d99e95a3 100644 --- a/internal/js-parser/test-fixtures/typescript/enum/export/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/enum/export/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/enum/export/input.ts" end: Object { column: 0 - index: 17 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "typescript/enum/export/input.ts" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { identifierName: "E" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "typescript/enum/export/input.ts" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/enum/members-reserved-words/input.test.md b/internal/js-parser/test-fixtures/typescript/enum/members-reserved-words/input.test.md index b409259640d..7378aa7e5b7 100644 --- a/internal/js-parser/test-fixtures/typescript/enum/members-reserved-words/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/enum/members-reserved-words/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/enum/members-reserved-words/input.ts" end: Object { column: 0 - index: 34 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "E" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "typescript/enum/members-reserved-words/input.ts" end: Object { column: 1 - index: 33 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -73,12 +67,10 @@ JSRoot { identifierName: "const" end: Object { column: 9 - index: 18 line: 2 } start: Object { column: 4 - index: 13 line: 2 } } @@ -88,12 +80,10 @@ JSRoot { filename: "typescript/enum/members-reserved-words/input.ts" end: Object { column: 9 - index: 18 line: 2 } start: Object { column: 4 - index: 13 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { identifierName: "default" end: Object { column: 11 - index: 31 line: 3 } start: Object { column: 4 - index: 24 line: 3 } } @@ -121,12 +109,10 @@ JSRoot { filename: "typescript/enum/members-reserved-words/input.ts" end: Object { column: 11 - index: 31 line: 3 } start: Object { column: 4 - index: 24 line: 3 } } diff --git a/internal/js-parser/test-fixtures/typescript/enum/members-strings/input.test.md b/internal/js-parser/test-fixtures/typescript/enum/members-strings/input.test.md index cd7808a4d6e..a1d729e4436 100644 --- a/internal/js-parser/test-fixtures/typescript/enum/members-strings/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/enum/members-strings/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/enum/members-strings/input.ts" end: Object { column: 0 - index: 36 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "E" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "typescript/enum/members-strings/input.ts" end: Object { column: 1 - index: 35 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "typescript/enum/members-strings/input.ts" end: Object { column: 9 - index: 18 line: 2 } start: Object { column: 4 - index: 13 line: 2 } } @@ -87,12 +79,10 @@ JSRoot { filename: "typescript/enum/members-strings/input.ts" end: Object { column: 9 - index: 18 line: 2 } start: Object { column: 4 - index: 13 line: 2 } } @@ -104,12 +94,10 @@ JSRoot { filename: "typescript/enum/members-strings/input.ts" end: Object { column: 9 - index: 29 line: 3 } start: Object { column: 4 - index: 24 line: 3 } } @@ -118,12 +106,10 @@ JSRoot { filename: "typescript/enum/members-strings/input.ts" end: Object { column: 13 - index: 33 line: 3 } start: Object { column: 4 - index: 24 line: 3 } } @@ -134,12 +120,10 @@ JSRoot { filename: "typescript/enum/members-strings/input.ts" end: Object { column: 13 - index: 33 line: 3 } start: Object { column: 12 - index: 32 line: 3 } } diff --git a/internal/js-parser/test-fixtures/typescript/enum/members-trailing-comma-with-initializer/input.test.md b/internal/js-parser/test-fixtures/typescript/enum/members-trailing-comma-with-initializer/input.test.md index 04682d74c66..98686b0ba15 100644 --- a/internal/js-parser/test-fixtures/typescript/enum/members-trailing-comma-with-initializer/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/enum/members-trailing-comma-with-initializer/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/enum/members-trailing-comma-with-initializer/input.ts" end: Object { column: 0 - index: 22 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "E" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "typescript/enum/members-trailing-comma-with-initializer/input.ts" end: Object { column: 1 - index: 21 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -73,12 +67,10 @@ JSRoot { identifierName: "A" end: Object { column: 5 - index: 14 line: 2 } start: Object { column: 4 - index: 13 line: 2 } } @@ -87,12 +79,10 @@ JSRoot { filename: "typescript/enum/members-trailing-comma-with-initializer/input.ts" end: Object { column: 9 - index: 18 line: 2 } start: Object { column: 4 - index: 13 line: 2 } } @@ -103,12 +93,10 @@ JSRoot { filename: "typescript/enum/members-trailing-comma-with-initializer/input.ts" end: Object { column: 9 - index: 18 line: 2 } start: Object { column: 8 - index: 17 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/enum/members-trailing-comma/input.test.md b/internal/js-parser/test-fixtures/typescript/enum/members-trailing-comma/input.test.md index 0ffc4ed0b14..4facee9fcc7 100644 --- a/internal/js-parser/test-fixtures/typescript/enum/members-trailing-comma/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/enum/members-trailing-comma/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/enum/members-trailing-comma/input.ts" end: Object { column: 0 - index: 18 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "E" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "typescript/enum/members-trailing-comma/input.ts" end: Object { column: 1 - index: 17 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -73,12 +67,10 @@ JSRoot { identifierName: "A" end: Object { column: 5 - index: 14 line: 2 } start: Object { column: 4 - index: 13 line: 2 } } @@ -88,12 +80,10 @@ JSRoot { filename: "typescript/enum/members-trailing-comma/input.ts" end: Object { column: 5 - index: 14 line: 2 } start: Object { column: 4 - index: 13 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/enum/members/input.test.md b/internal/js-parser/test-fixtures/typescript/enum/members/input.test.md index ad3a936dec4..138b8c7a2cd 100644 --- a/internal/js-parser/test-fixtures/typescript/enum/members/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/enum/members/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/enum/members/input.ts" end: Object { column: 0 - index: 28 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "E" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "typescript/enum/members/input.ts" end: Object { column: 1 - index: 27 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -73,12 +67,10 @@ JSRoot { identifierName: "A" end: Object { column: 5 - index: 14 line: 2 } start: Object { column: 4 - index: 13 line: 2 } } @@ -88,12 +80,10 @@ JSRoot { filename: "typescript/enum/members/input.ts" end: Object { column: 5 - index: 14 line: 2 } start: Object { column: 4 - index: 13 line: 2 } } @@ -106,12 +96,10 @@ JSRoot { identifierName: "B" end: Object { column: 5 - index: 21 line: 3 } start: Object { column: 4 - index: 20 line: 3 } } @@ -120,12 +108,10 @@ JSRoot { filename: "typescript/enum/members/input.ts" end: Object { column: 9 - index: 25 line: 3 } start: Object { column: 4 - index: 20 line: 3 } } @@ -136,12 +122,10 @@ JSRoot { filename: "typescript/enum/members/input.ts" end: Object { column: 9 - index: 25 line: 3 } start: Object { column: 8 - index: 24 line: 3 } } diff --git a/internal/js-parser/test-fixtures/typescript/estree-compat/shorthand-ambient-module/input.test.md b/internal/js-parser/test-fixtures/typescript/estree-compat/shorthand-ambient-module/input.test.md index 783197845eb..ce692568fc1 100644 --- a/internal/js-parser/test-fixtures/typescript/estree-compat/shorthand-ambient-module/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/estree-compat/shorthand-ambient-module/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/estree-compat/shorthand-ambient-module/input.ts" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "typescript/estree-compat/shorthand-ambient-module/input.ts" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { filename: "typescript/estree-compat/shorthand-ambient-module/input.ts" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/expect-plugin/export-interface/input.test.md b/internal/js-parser/test-fixtures/typescript/expect-plugin/export-interface/input.test.md index 5597f3b1295..48d0fdf715b 100644 --- a/internal/js-parser/test-fixtures/typescript/expect-plugin/export-interface/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/expect-plugin/export-interface/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/expect-plugin/export-interface/input.js" end: Object { column: 0 - index: 24 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { sourceText: undefined end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -74,12 +70,10 @@ JSRoot { filename: "typescript/expect-plugin/export-interface/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +85,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -107,12 +99,10 @@ JSRoot { filename: "typescript/expect-plugin/export-interface/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -122,12 +112,10 @@ JSRoot { filename: "typescript/expect-plugin/export-interface/input.js" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/expect-plugin/export-type-named/input.test.md b/internal/js-parser/test-fixtures/typescript/expect-plugin/export-type-named/input.test.md index 696baec16cc..88c483959f2 100644 --- a/internal/js-parser/test-fixtures/typescript/expect-plugin/export-type-named/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/expect-plugin/export-type-named/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/expect-plugin/export-type-named/input.js" end: Object { column: 0 - index: 30 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/expect-plugin/export-type-named/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "typescript/expect-plugin/export-type-named/input.js" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "typescript/expect-plugin/export-type-named/input.js" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { filename: "typescript/expect-plugin/export-type-named/input.js" end: Object { column: 20 - index: 29 line: 2 } start: Object { column: 0 - index: 9 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "typescript/expect-plugin/export-type-named/input.js" end: Object { column: 17 - index: 26 line: 2 } start: Object { column: 14 - index: 23 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 17 - index: 26 line: 2 } start: Object { column: 14 - index: 23 line: 2 } } @@ -153,12 +137,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 17 - index: 26 line: 2 } start: Object { column: 14 - index: 23 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/expect-plugin/export-type/input.test.md b/internal/js-parser/test-fixtures/typescript/expect-plugin/export-type/input.test.md index 3b8f6d269e1..f1a05f04ce5 100644 --- a/internal/js-parser/test-fixtures/typescript/expect-plugin/export-type/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/expect-plugin/export-type/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/expect-plugin/export-type/input.js" end: Object { column: 0 - index: 26 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "typescript/expect-plugin/export-type/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "typescript/expect-plugin/export-type/input.js" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "typescript/expect-plugin/export-type/input.js" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/export/as-namespace/input.test.md b/internal/js-parser/test-fixtures/typescript/export/as-namespace/input.test.md index 1de9a099e27..2d95b38736b 100644 --- a/internal/js-parser/test-fixtures/typescript/export/as-namespace/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/export/as-namespace/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/export/as-namespace/input.ts" end: Object { column: 0 - index: 23 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "typescript/export/as-namespace/input.ts" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/export/declare/input.test.md b/internal/js-parser/test-fixtures/typescript/export/declare/input.test.md index bd3156d3b66..da403f96a22 100644 --- a/internal/js-parser/test-fixtures/typescript/export/declare/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/export/declare/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/export/declare/input.ts" end: Object { column: 0 - index: 239 line: 9 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 25 - index: 57 line: 2 } start: Object { column: 24 - index: 56 line: 2 } } @@ -68,12 +64,10 @@ JSRoot { filename: "typescript/export/declare/input.ts" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +77,10 @@ JSRoot { filename: "typescript/export/declare/input.ts" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "typescript/export/declare/input.ts" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -115,12 +105,10 @@ JSRoot { filename: "typescript/export/declare/input.ts" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -130,12 +118,10 @@ JSRoot { filename: "typescript/export/declare/input.ts" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { filename: "typescript/export/declare/input.ts" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -161,12 +145,10 @@ JSRoot { filename: "typescript/export/declare/input.ts" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -182,12 +164,10 @@ JSRoot { filename: "typescript/export/declare/input.ts" end: Object { column: 26 - index: 238 line: 8 } start: Object { column: 0 - index: 32 line: 2 } } @@ -199,12 +179,10 @@ JSRoot { identifierName: "function" end: Object { column: 23 - index: 55 line: 2 } start: Object { column: 15 - index: 47 line: 2 } } @@ -214,12 +192,10 @@ JSRoot { filename: "typescript/export/declare/input.ts" end: Object { column: 26 - index: 238 line: 8 } start: Object { column: 7 - index: 39 line: 2 } } @@ -235,12 +211,10 @@ JSRoot { filename: "typescript/export/declare/input.ts" end: Object { column: 25 - index: 57 line: 2 } start: Object { column: 24 - index: 56 line: 2 } } @@ -252,12 +226,10 @@ JSRoot { identifierName: "f" end: Object { column: 25 - index: 57 line: 2 } start: Object { column: 24 - index: 56 line: 2 } } @@ -268,12 +240,10 @@ JSRoot { filename: "typescript/export/declare/input.ts" end: Object { column: 25 - index: 57 line: 2 } start: Object { column: 24 - index: 56 line: 2 } } @@ -287,12 +257,10 @@ JSRoot { filename: "typescript/export/declare/input.ts" end: Object { column: 26 - index: 238 line: 8 } start: Object { column: 25 - index: 57 line: 2 } } @@ -302,12 +270,10 @@ JSRoot { filename: "typescript/export/declare/input.ts" end: Object { column: 27 - index: 59 line: 2 } start: Object { column: 25 - index: 57 line: 2 } } @@ -317,12 +283,10 @@ JSRoot { filename: "typescript/export/declare/input.ts" end: Object { column: 26 - index: 58 line: 2 } start: Object { column: 26 - index: 58 line: 2 } } @@ -333,12 +297,10 @@ JSRoot { filename: "typescript/export/declare/input.ts" end: Object { column: 28 - index: 60 line: 2 } start: Object { column: 27 - index: 59 line: 2 } } @@ -348,12 +310,10 @@ JSRoot { filename: "typescript/export/declare/input.ts" end: Object { column: 28 - index: 60 line: 2 } start: Object { column: 27 - index: 59 line: 2 } } @@ -364,12 +324,10 @@ JSRoot { filename: "typescript/export/declare/input.ts" end: Object { column: 34 - index: 66 line: 2 } start: Object { column: 29 - index: 61 line: 2 } } @@ -380,12 +338,10 @@ JSRoot { filename: "typescript/export/declare/input.ts" end: Object { column: 34 - index: 66 line: 2 } start: Object { column: 29 - index: 61 line: 2 } } @@ -395,12 +351,10 @@ JSRoot { filename: "typescript/export/declare/input.ts" end: Object { column: 34 - index: 66 line: 2 } start: Object { column: 33 - index: 65 line: 2 } } @@ -414,12 +368,10 @@ JSRoot { filename: "typescript/export/declare/input.ts" end: Object { column: 25 - index: 92 line: 3 } start: Object { column: 0 - index: 67 line: 3 } } @@ -431,12 +383,10 @@ JSRoot { identifierName: "C" end: Object { column: 22 - index: 89 line: 3 } start: Object { column: 21 - index: 88 line: 3 } } @@ -446,12 +396,10 @@ JSRoot { filename: "typescript/export/declare/input.ts" end: Object { column: 25 - index: 92 line: 3 } start: Object { column: 7 - index: 74 line: 3 } } @@ -465,12 +413,10 @@ JSRoot { filename: "typescript/export/declare/input.ts" end: Object { column: 25 - index: 92 line: 3 } start: Object { column: 7 - index: 74 line: 3 } } @@ -484,12 +430,10 @@ JSRoot { filename: "typescript/export/declare/input.ts" end: Object { column: 29 - index: 122 line: 4 } start: Object { column: 0 - index: 93 line: 4 } } @@ -501,12 +445,10 @@ JSRoot { identifierName: "I" end: Object { column: 26 - index: 119 line: 4 } start: Object { column: 25 - index: 118 line: 4 } } @@ -518,12 +460,10 @@ JSRoot { filename: "typescript/export/declare/input.ts" end: Object { column: 29 - index: 122 line: 4 } start: Object { column: 7 - index: 100 line: 4 } } @@ -533,12 +473,10 @@ JSRoot { filename: "typescript/export/declare/input.ts" end: Object { column: 29 - index: 122 line: 4 } start: Object { column: 27 - index: 120 line: 4 } } @@ -552,12 +490,10 @@ JSRoot { filename: "typescript/export/declare/input.ts" end: Object { column: 31 - index: 154 line: 5 } start: Object { column: 0 - index: 123 line: 5 } } @@ -569,12 +505,10 @@ JSRoot { identifierName: "T" end: Object { column: 21 - index: 144 line: 5 } start: Object { column: 20 - index: 143 line: 5 } } @@ -585,12 +519,10 @@ JSRoot { filename: "typescript/export/declare/input.ts" end: Object { column: 31 - index: 154 line: 5 } start: Object { column: 7 - index: 130 line: 5 } } @@ -599,12 +531,10 @@ JSRoot { filename: "typescript/export/declare/input.ts" end: Object { column: 30 - index: 153 line: 5 } start: Object { column: 24 - index: 147 line: 5 } } @@ -618,12 +548,10 @@ JSRoot { filename: "typescript/export/declare/input.ts" end: Object { column: 26 - index: 181 line: 6 } start: Object { column: 0 - index: 155 line: 6 } } @@ -635,12 +563,10 @@ JSRoot { identifierName: "M" end: Object { column: 23 - index: 178 line: 6 } start: Object { column: 22 - index: 177 line: 6 } } @@ -650,12 +576,10 @@ JSRoot { filename: "typescript/export/declare/input.ts" end: Object { column: 26 - index: 181 line: 6 } start: Object { column: 7 - index: 162 line: 6 } } @@ -665,12 +589,10 @@ JSRoot { filename: "typescript/export/declare/input.ts" end: Object { column: 26 - index: 181 line: 6 } start: Object { column: 24 - index: 179 line: 6 } } @@ -684,12 +606,10 @@ JSRoot { filename: "typescript/export/declare/input.ts" end: Object { column: 29 - index: 211 line: 7 } start: Object { column: 0 - index: 182 line: 7 } } @@ -701,12 +621,10 @@ JSRoot { identifierName: "N" end: Object { column: 26 - index: 208 line: 7 } start: Object { column: 25 - index: 207 line: 7 } } @@ -716,12 +634,10 @@ JSRoot { filename: "typescript/export/declare/input.ts" end: Object { column: 29 - index: 211 line: 7 } start: Object { column: 7 - index: 189 line: 7 } } @@ -731,12 +647,10 @@ JSRoot { filename: "typescript/export/declare/input.ts" end: Object { column: 29 - index: 211 line: 7 } start: Object { column: 27 - index: 209 line: 7 } } @@ -750,12 +664,10 @@ JSRoot { filename: "typescript/export/declare/input.ts" end: Object { column: 26 - index: 238 line: 8 } start: Object { column: 0 - index: 212 line: 8 } } @@ -767,12 +679,10 @@ JSRoot { identifierName: "foo" end: Object { column: 23 - index: 235 line: 8 } start: Object { column: 20 - index: 232 line: 8 } } @@ -784,12 +694,10 @@ JSRoot { filename: "typescript/export/declare/input.ts" end: Object { column: 26 - index: 238 line: 8 } start: Object { column: 7 - index: 219 line: 8 } } diff --git a/internal/js-parser/test-fixtures/typescript/export/equals/input.test.md b/internal/js-parser/test-fixtures/typescript/export/equals/input.test.md index cbcb661867e..6c3f7c10f45 100644 --- a/internal/js-parser/test-fixtures/typescript/export/equals/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/export/equals/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/export/equals/input.ts" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/export/equals/input.ts" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "f" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/export/export-type-declaration/input.test.md b/internal/js-parser/test-fixtures/typescript/export/export-type-declaration/input.test.md index f821f8d31af..24d1c5d1d86 100644 --- a/internal/js-parser/test-fixtures/typescript/export/export-type-declaration/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/export/export-type-declaration/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/export/export-type-declaration/input.ts" end: Object { column: 0 - index: 108 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 25 - index: 66 line: 3 } start: Object { column: 24 - index: 65 line: 3 } } @@ -68,12 +64,10 @@ JSRoot { filename: "typescript/export/export-type-declaration/input.ts" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -85,12 +79,10 @@ JSRoot { identifierName: "A" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -100,12 +92,10 @@ JSRoot { filename: "typescript/export/export-type-declaration/input.ts" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "typescript/export/export-type-declaration/input.ts" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -135,12 +123,10 @@ JSRoot { filename: "typescript/export/export-type-declaration/input.ts" end: Object { column: 21 - index: 40 line: 2 } start: Object { column: 0 - index: 19 line: 2 } } @@ -152,12 +138,10 @@ JSRoot { identifierName: "B" end: Object { column: 18 - index: 37 line: 2 } start: Object { column: 17 - index: 36 line: 2 } } @@ -168,12 +152,10 @@ JSRoot { filename: "typescript/export/export-type-declaration/input.ts" end: Object { column: 21 - index: 40 line: 2 } start: Object { column: 7 - index: 26 line: 2 } } @@ -183,12 +165,10 @@ JSRoot { filename: "typescript/export/export-type-declaration/input.ts" end: Object { column: 21 - index: 40 line: 2 } start: Object { column: 19 - index: 38 line: 2 } } @@ -202,12 +182,10 @@ JSRoot { filename: "typescript/export/export-type-declaration/input.ts" end: Object { column: 29 - index: 107 line: 4 } start: Object { column: 0 - index: 41 line: 3 } } @@ -219,12 +197,10 @@ JSRoot { identifierName: "function" end: Object { column: 23 - index: 64 line: 3 } start: Object { column: 15 - index: 56 line: 3 } } @@ -234,12 +210,10 @@ JSRoot { filename: "typescript/export/export-type-declaration/input.ts" end: Object { column: 29 - index: 107 line: 4 } start: Object { column: 7 - index: 48 line: 3 } } @@ -255,12 +229,10 @@ JSRoot { filename: "typescript/export/export-type-declaration/input.ts" end: Object { column: 25 - index: 66 line: 3 } start: Object { column: 24 - index: 65 line: 3 } } @@ -272,12 +244,10 @@ JSRoot { identifierName: "a" end: Object { column: 25 - index: 66 line: 3 } start: Object { column: 24 - index: 65 line: 3 } } @@ -288,12 +258,10 @@ JSRoot { filename: "typescript/export/export-type-declaration/input.ts" end: Object { column: 25 - index: 66 line: 3 } start: Object { column: 24 - index: 65 line: 3 } } @@ -307,12 +275,10 @@ JSRoot { filename: "typescript/export/export-type-declaration/input.ts" end: Object { column: 29 - index: 107 line: 4 } start: Object { column: 25 - index: 66 line: 3 } } @@ -322,12 +288,10 @@ JSRoot { filename: "typescript/export/export-type-declaration/input.ts" end: Object { column: 27 - index: 68 line: 3 } start: Object { column: 25 - index: 66 line: 3 } } @@ -337,12 +301,10 @@ JSRoot { filename: "typescript/export/export-type-declaration/input.ts" end: Object { column: 26 - index: 67 line: 3 } start: Object { column: 26 - index: 67 line: 3 } } @@ -353,12 +315,10 @@ JSRoot { filename: "typescript/export/export-type-declaration/input.ts" end: Object { column: 28 - index: 69 line: 3 } start: Object { column: 27 - index: 68 line: 3 } } @@ -368,12 +328,10 @@ JSRoot { filename: "typescript/export/export-type-declaration/input.ts" end: Object { column: 28 - index: 69 line: 3 } start: Object { column: 27 - index: 68 line: 3 } } @@ -384,12 +342,10 @@ JSRoot { filename: "typescript/export/export-type-declaration/input.ts" end: Object { column: 36 - index: 77 line: 3 } start: Object { column: 29 - index: 70 line: 3 } } @@ -400,12 +356,10 @@ JSRoot { identifierName: "string" end: Object { column: 35 - index: 76 line: 3 } start: Object { column: 29 - index: 70 line: 3 } } @@ -418,12 +372,10 @@ JSRoot { filename: "typescript/export/export-type-declaration/input.ts" end: Object { column: 29 - index: 107 line: 4 } start: Object { column: 0 - index: 78 line: 4 } } @@ -433,12 +385,10 @@ JSRoot { filename: "typescript/export/export-type-declaration/input.ts" end: Object { column: 29 - index: 107 line: 4 } start: Object { column: 7 - index: 85 line: 4 } } @@ -448,12 +398,10 @@ JSRoot { filename: "typescript/export/export-type-declaration/input.ts" end: Object { column: 29 - index: 107 line: 4 } start: Object { column: 7 - index: 85 line: 4 } } @@ -465,12 +413,10 @@ JSRoot { filename: "typescript/export/export-type-declaration/input.ts" end: Object { column: 28 - index: 106 line: 4 } start: Object { column: 19 - index: 97 line: 4 } } @@ -480,12 +426,10 @@ JSRoot { filename: "typescript/export/export-type-declaration/input.ts" end: Object { column: 28 - index: 106 line: 4 } start: Object { column: 19 - index: 97 line: 4 } } @@ -494,12 +438,10 @@ JSRoot { filename: "typescript/export/export-type-declaration/input.ts" end: Object { column: 28 - index: 106 line: 4 } start: Object { column: 22 - index: 100 line: 4 } } @@ -511,12 +453,10 @@ JSRoot { filename: "typescript/export/export-type-declaration/input.ts" end: Object { column: 28 - index: 106 line: 4 } start: Object { column: 19 - index: 97 line: 4 } } diff --git a/internal/js-parser/test-fixtures/typescript/export/export-type-from/input.test.md b/internal/js-parser/test-fixtures/typescript/export/export-type-from/input.test.md index a24c88b4333..090ea33fd4a 100644 --- a/internal/js-parser/test-fixtures/typescript/export/export-type-from/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/export/export-type-from/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/export/export-type-from/input.ts" end: Object { column: 0 - index: 32 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { filename: "typescript/export/export-type-from/input.ts" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "typescript/export/export-type-from/input.ts" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "typescript/export/export-type-from/input.ts" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "T" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { identifierName: "T" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/export/export-type/input.test.md b/internal/js-parser/test-fixtures/typescript/export/export-type/input.test.md index fb227fc9615..094b199e158 100644 --- a/internal/js-parser/test-fixtures/typescript/export/export-type/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/export/export-type/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/export/export-type/input.ts" end: Object { column: 0 - index: 31 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "typescript/export/export-type/input.ts" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "typescript/export/export-type/input.ts" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -89,12 +81,10 @@ JSRoot { filename: "typescript/export/export-type/input.ts" end: Object { column: 18 - index: 30 line: 2 } start: Object { column: 0 - index: 12 line: 2 } } @@ -104,12 +94,10 @@ JSRoot { filename: "typescript/export/export-type/input.ts" end: Object { column: 15 - index: 27 line: 2 } start: Object { column: 14 - index: 26 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { identifierName: "A" end: Object { column: 15 - index: 27 line: 2 } start: Object { column: 14 - index: 26 line: 2 } } @@ -137,12 +123,10 @@ JSRoot { identifierName: "A" end: Object { column: 15 - index: 27 line: 2 } start: Object { column: 14 - index: 26 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/export/export-value-declaration/input.test.md b/internal/js-parser/test-fixtures/typescript/export/export-value-declaration/input.test.md index d1a6e7744e9..9162596989e 100644 --- a/internal/js-parser/test-fixtures/typescript/export/export-value-declaration/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/export/export-value-declaration/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/export/export-value-declaration/input.ts" end: Object { column: 0 - index: 95 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "typescript/export/export-value-declaration/input.ts" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "typescript/export/export-value-declaration/input.ts" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "typescript/export/export-value-declaration/input.ts" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "a" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "typescript/export/export-value-declaration/input.ts" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "typescript/export/export-value-declaration/input.ts" end: Object { column: 22 - index: 36 line: 2 } start: Object { column: 0 - index: 14 line: 2 } } @@ -139,12 +125,10 @@ JSRoot { identifierName: "b" end: Object { column: 17 - index: 31 line: 2 } start: Object { column: 16 - index: 30 line: 2 } } @@ -153,12 +137,10 @@ JSRoot { filename: "typescript/export/export-value-declaration/input.ts" end: Object { column: 22 - index: 36 line: 2 } start: Object { column: 7 - index: 21 line: 2 } } @@ -169,12 +151,10 @@ JSRoot { filename: "typescript/export/export-value-declaration/input.ts" end: Object { column: 22 - index: 36 line: 2 } start: Object { column: 20 - index: 34 line: 2 } } @@ -192,12 +172,10 @@ JSRoot { filename: "typescript/export/export-value-declaration/input.ts" end: Object { column: 19 - index: 33 line: 2 } start: Object { column: 17 - index: 31 line: 2 } } @@ -211,12 +189,10 @@ JSRoot { filename: "typescript/export/export-value-declaration/input.ts" end: Object { column: 17 - index: 54 line: 3 } start: Object { column: 0 - index: 37 line: 3 } } @@ -228,12 +204,10 @@ JSRoot { identifierName: "C" end: Object { column: 14 - index: 51 line: 3 } start: Object { column: 13 - index: 50 line: 3 } } @@ -242,12 +216,10 @@ JSRoot { filename: "typescript/export/export-value-declaration/input.ts" end: Object { column: 17 - index: 54 line: 3 } start: Object { column: 7 - index: 44 line: 3 } } @@ -261,12 +233,10 @@ JSRoot { filename: "typescript/export/export-value-declaration/input.ts" end: Object { column: 17 - index: 54 line: 3 } start: Object { column: 7 - index: 44 line: 3 } } @@ -280,12 +250,10 @@ JSRoot { filename: "typescript/export/export-value-declaration/input.ts" end: Object { column: 16 - index: 72 line: 5 } start: Object { column: 0 - index: 56 line: 5 } } @@ -297,12 +265,10 @@ JSRoot { identifierName: "D" end: Object { column: 13 - index: 69 line: 5 } start: Object { column: 12 - index: 68 line: 5 } } @@ -313,12 +279,10 @@ JSRoot { filename: "typescript/export/export-value-declaration/input.ts" end: Object { column: 16 - index: 72 line: 5 } start: Object { column: 7 - index: 63 line: 5 } } @@ -331,12 +295,10 @@ JSRoot { filename: "typescript/export/export-value-declaration/input.ts" end: Object { column: 21 - index: 94 line: 6 } start: Object { column: 0 - index: 73 line: 6 } } @@ -348,12 +310,10 @@ JSRoot { identifierName: "E" end: Object { column: 18 - index: 91 line: 6 } start: Object { column: 17 - index: 90 line: 6 } } @@ -362,12 +322,10 @@ JSRoot { filename: "typescript/export/export-value-declaration/input.ts" end: Object { column: 21 - index: 94 line: 6 } start: Object { column: 7 - index: 80 line: 6 } } @@ -377,12 +335,10 @@ JSRoot { filename: "typescript/export/export-value-declaration/input.ts" end: Object { column: 21 - index: 94 line: 6 } start: Object { column: 19 - index: 92 line: 6 } } diff --git a/internal/js-parser/test-fixtures/typescript/export/nested-same-name/input.test.md b/internal/js-parser/test-fixtures/typescript/export/nested-same-name/input.test.md index 371afd6aca0..65db3215e40 100644 --- a/internal/js-parser/test-fixtures/typescript/export/nested-same-name/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/export/nested-same-name/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/export/nested-same-name/input.ts" end: Object { column: 0 - index: 67 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "typescript/export/nested-same-name/input.ts" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "typescript/export/nested-same-name/input.ts" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "typescript/export/nested-same-name/input.ts" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "x" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "typescript/export/nested-same-name/input.ts" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "typescript/export/nested-same-name/input.ts" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "typescript/export/nested-same-name/input.ts" end: Object { column: 1 - index: 66 line: 4 } start: Object { column: 0 - index: 20 line: 2 } } @@ -155,12 +139,10 @@ JSRoot { identifierName: "N" end: Object { column: 18 - index: 38 line: 2 } start: Object { column: 17 - index: 37 line: 2 } } @@ -169,12 +151,10 @@ JSRoot { filename: "typescript/export/nested-same-name/input.ts" end: Object { column: 1 - index: 66 line: 4 } start: Object { column: 7 - index: 27 line: 2 } } @@ -183,12 +163,10 @@ JSRoot { filename: "typescript/export/nested-same-name/input.ts" end: Object { column: 1 - index: 66 line: 4 } start: Object { column: 19 - index: 39 line: 2 } } @@ -200,12 +178,10 @@ JSRoot { filename: "typescript/export/nested-same-name/input.ts" end: Object { column: 23 - index: 64 line: 3 } start: Object { column: 4 - index: 45 line: 3 } } @@ -214,12 +190,10 @@ JSRoot { filename: "typescript/export/nested-same-name/input.ts" end: Object { column: 23 - index: 64 line: 3 } start: Object { column: 11 - index: 52 line: 3 } } @@ -229,12 +203,10 @@ JSRoot { filename: "typescript/export/nested-same-name/input.ts" end: Object { column: 23 - index: 64 line: 3 } start: Object { column: 11 - index: 52 line: 3 } } @@ -247,12 +219,10 @@ JSRoot { identifierName: "x" end: Object { column: 18 - index: 59 line: 3 } start: Object { column: 17 - index: 58 line: 3 } } @@ -261,12 +231,10 @@ JSRoot { filename: "typescript/export/nested-same-name/input.ts" end: Object { column: 22 - index: 63 line: 3 } start: Object { column: 17 - index: 58 line: 3 } } @@ -277,12 +245,10 @@ JSRoot { filename: "typescript/export/nested-same-name/input.ts" end: Object { column: 22 - index: 63 line: 3 } start: Object { column: 21 - index: 62 line: 3 } } diff --git a/internal/js-parser/test-fixtures/typescript/function/annotated/input.test.md b/internal/js-parser/test-fixtures/typescript/function/annotated/input.test.md index d240e762108..17924aa3704 100644 --- a/internal/js-parser/test-fixtures/typescript/function/annotated/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/function/annotated/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/function/annotated/input.ts" end: Object { column: 0 - index: 27 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "f" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "typescript/function/annotated/input.ts" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "typescript/function/annotated/input.ts" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -90,12 +82,10 @@ JSRoot { filename: "typescript/function/annotated/input.ts" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { filename: "typescript/function/annotated/input.ts" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { identifierName: "T" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "typescript/function/annotated/input.ts" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -155,12 +139,10 @@ JSRoot { filename: "typescript/function/annotated/input.ts" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -175,12 +157,10 @@ JSRoot { identifierName: "x" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -190,12 +170,10 @@ JSRoot { filename: "typescript/function/annotated/input.ts" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -205,12 +183,10 @@ JSRoot { filename: "typescript/function/annotated/input.ts" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -221,12 +197,10 @@ JSRoot { identifierName: "T" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/function/anonymous-generator/input.test.md b/internal/js-parser/test-fixtures/typescript/function/anonymous-generator/input.test.md index 892cd9db4b7..71b5401f515 100644 --- a/internal/js-parser/test-fixtures/typescript/function/anonymous-generator/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/function/anonymous-generator/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/function/anonymous-generator/input.ts" end: Object { column: 0 - index: 69 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/function/anonymous-generator/input.ts" end: Object { column: 1 - index: 68 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "typescript/function/anonymous-generator/input.ts" end: Object { column: 1 - index: 68 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "fn" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "typescript/function/anonymous-generator/input.ts" end: Object { column: 1 - index: 68 line: 3 } start: Object { column: 6 - index: 6 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "typescript/function/anonymous-generator/input.ts" end: Object { column: 1 - index: 68 line: 3 } start: Object { column: 11 - index: 11 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { filename: "typescript/function/anonymous-generator/input.ts" end: Object { column: 1 - index: 68 line: 3 } start: Object { column: 54 - index: 54 line: 1 } } @@ -129,12 +115,10 @@ JSRoot { filename: "typescript/function/anonymous-generator/input.ts" end: Object { column: 10 - index: 66 line: 2 } start: Object { column: 2 - index: 58 line: 2 } } @@ -144,12 +128,10 @@ JSRoot { filename: "typescript/function/anonymous-generator/input.ts" end: Object { column: 9 - index: 65 line: 2 } start: Object { column: 2 - index: 58 line: 2 } } @@ -160,12 +142,10 @@ JSRoot { filename: "typescript/function/anonymous-generator/input.ts" end: Object { column: 9 - index: 65 line: 2 } start: Object { column: 8 - index: 64 line: 2 } } @@ -184,12 +164,10 @@ JSRoot { filename: "typescript/function/anonymous-generator/input.ts" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -198,12 +176,10 @@ JSRoot { filename: "typescript/function/anonymous-generator/input.ts" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -216,12 +192,10 @@ JSRoot { filename: "typescript/function/anonymous-generator/input.ts" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -233,12 +207,10 @@ JSRoot { filename: "typescript/function/anonymous-generator/input.ts" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -249,12 +221,10 @@ JSRoot { identifierName: "Generator" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -264,12 +234,10 @@ JSRoot { filename: "typescript/function/anonymous-generator/input.ts" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 45 - index: 45 line: 1 } } @@ -279,12 +247,10 @@ JSRoot { filename: "typescript/function/anonymous-generator/input.ts" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 46 - index: 46 line: 1 } } @@ -300,12 +266,10 @@ JSRoot { identifierName: "input" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -315,12 +279,10 @@ JSRoot { filename: "typescript/function/anonymous-generator/input.ts" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -330,12 +292,10 @@ JSRoot { filename: "typescript/function/anonymous-generator/input.ts" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -346,12 +306,10 @@ JSRoot { identifierName: "T" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/function/anonymous/input.test.md b/internal/js-parser/test-fixtures/typescript/function/anonymous/input.test.md index 76fe5fe6c5b..ce40c645006 100644 --- a/internal/js-parser/test-fixtures/typescript/function/anonymous/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/function/anonymous/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/function/anonymous/input.ts" end: Object { column: 0 - index: 36 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/function/anonymous/input.ts" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "typescript/function/anonymous/input.ts" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "f" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "typescript/function/anonymous/input.ts" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "typescript/function/anonymous/input.ts" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "typescript/function/anonymous/input.ts" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -135,12 +121,10 @@ JSRoot { filename: "typescript/function/anonymous/input.ts" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -150,12 +134,10 @@ JSRoot { filename: "typescript/function/anonymous/input.ts" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -166,12 +148,10 @@ JSRoot { identifierName: "T" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -182,12 +162,10 @@ JSRoot { filename: "typescript/function/anonymous/input.ts" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -200,12 +178,10 @@ JSRoot { filename: "typescript/function/anonymous/input.ts" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -220,12 +196,10 @@ JSRoot { identifierName: "x" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -235,12 +209,10 @@ JSRoot { filename: "typescript/function/anonymous/input.ts" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -250,12 +222,10 @@ JSRoot { filename: "typescript/function/anonymous/input.ts" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -266,12 +236,10 @@ JSRoot { identifierName: "T" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/function/declare/input.test.md b/internal/js-parser/test-fixtures/typescript/function/declare/input.test.md index b75de18bfe5..f3ea99edfa7 100644 --- a/internal/js-parser/test-fixtures/typescript/function/declare/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/function/declare/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/function/declare/input.ts" end: Object { column: 0 - index: 56 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { identifierName: "function" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -84,12 +78,10 @@ JSRoot { filename: "typescript/function/declare/input.ts" end: Object { column: 27 - index: 55 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -105,12 +97,10 @@ JSRoot { filename: "typescript/function/declare/input.ts" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -122,12 +112,10 @@ JSRoot { identifierName: "f" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -138,12 +126,10 @@ JSRoot { filename: "typescript/function/declare/input.ts" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -157,12 +143,10 @@ JSRoot { filename: "typescript/function/declare/input.ts" end: Object { column: 27 - index: 55 line: 2 } start: Object { column: 18 - index: 18 line: 1 } } @@ -172,12 +156,10 @@ JSRoot { filename: "typescript/function/declare/input.ts" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -187,12 +169,10 @@ JSRoot { filename: "typescript/function/declare/input.ts" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -203,12 +183,10 @@ JSRoot { filename: "typescript/function/declare/input.ts" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -218,12 +196,10 @@ JSRoot { filename: "typescript/function/declare/input.ts" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -234,12 +210,10 @@ JSRoot { filename: "typescript/function/declare/input.ts" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -250,12 +224,10 @@ JSRoot { filename: "typescript/function/declare/input.ts" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -265,12 +237,10 @@ JSRoot { filename: "typescript/function/declare/input.ts" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -285,12 +255,10 @@ JSRoot { identifierName: "function" end: Object { column: 16 - index: 44 line: 2 } start: Object { column: 8 - index: 36 line: 2 } } @@ -300,12 +268,10 @@ JSRoot { filename: "typescript/function/declare/input.ts" end: Object { column: 27 - index: 55 line: 2 } start: Object { column: 0 - index: 28 line: 2 } } @@ -321,12 +287,10 @@ JSRoot { filename: "typescript/function/declare/input.ts" end: Object { column: 18 - index: 46 line: 2 } start: Object { column: 17 - index: 45 line: 2 } } @@ -338,12 +302,10 @@ JSRoot { identifierName: "f" end: Object { column: 18 - index: 46 line: 2 } start: Object { column: 17 - index: 45 line: 2 } } @@ -354,12 +316,10 @@ JSRoot { filename: "typescript/function/declare/input.ts" end: Object { column: 18 - index: 46 line: 2 } start: Object { column: 17 - index: 45 line: 2 } } @@ -373,12 +333,10 @@ JSRoot { filename: "typescript/function/declare/input.ts" end: Object { column: 27 - index: 55 line: 2 } start: Object { column: 18 - index: 46 line: 2 } } @@ -388,12 +346,10 @@ JSRoot { filename: "typescript/function/declare/input.ts" end: Object { column: 23 - index: 51 line: 2 } start: Object { column: 18 - index: 46 line: 2 } } @@ -402,12 +358,10 @@ JSRoot { filename: "typescript/function/declare/input.ts" end: Object { column: 23 - index: 51 line: 2 } start: Object { column: 18 - index: 46 line: 2 } } @@ -417,12 +371,10 @@ JSRoot { filename: "typescript/function/declare/input.ts" end: Object { column: 22 - index: 50 line: 2 } start: Object { column: 22 - index: 50 line: 2 } } @@ -433,12 +385,10 @@ JSRoot { filename: "typescript/function/declare/input.ts" end: Object { column: 20 - index: 48 line: 2 } start: Object { column: 19 - index: 47 line: 2 } } @@ -449,12 +399,10 @@ JSRoot { identifierName: "T" end: Object { column: 20 - index: 48 line: 2 } start: Object { column: 19 - index: 47 line: 2 } } @@ -467,12 +415,10 @@ JSRoot { filename: "typescript/function/declare/input.ts" end: Object { column: 24 - index: 52 line: 2 } start: Object { column: 23 - index: 51 line: 2 } } @@ -482,12 +428,10 @@ JSRoot { filename: "typescript/function/declare/input.ts" end: Object { column: 24 - index: 52 line: 2 } start: Object { column: 23 - index: 51 line: 2 } } @@ -498,12 +442,10 @@ JSRoot { filename: "typescript/function/declare/input.ts" end: Object { column: 27 - index: 55 line: 2 } start: Object { column: 25 - index: 53 line: 2 } } @@ -514,12 +456,10 @@ JSRoot { identifierName: "T" end: Object { column: 26 - index: 54 line: 2 } start: Object { column: 25 - index: 53 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/function/export-default/input.test.md b/internal/js-parser/test-fixtures/typescript/function/export-default/input.test.md index a307581302b..dce3d1b2463 100644 --- a/internal/js-parser/test-fixtures/typescript/function/export-default/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/function/export-default/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/function/export-default/input.ts" end: Object { column: 0 - index: 43 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/function/export-default/input.ts" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "typescript/function/export-default/input.ts" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "typescript/function/export-default/input.ts" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "typescript/function/export-default/input.ts" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "typescript/function/export-default/input.ts" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { identifierName: "x" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "typescript/function/export-default/input.ts" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -148,12 +132,10 @@ JSRoot { filename: "typescript/function/export-default/input.ts" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/function/getter-setter/input.test.md b/internal/js-parser/test-fixtures/typescript/function/getter-setter/input.test.md index bc32da9e409..25b305759a6 100644 --- a/internal/js-parser/test-fixtures/typescript/function/getter-setter/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/function/getter-setter/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/function/getter-setter/input.ts" end: Object { column: 2 - index: 78 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/function/getter-setter/input.ts" end: Object { column: 2 - index: 35 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "typescript/function/getter-setter/input.ts" end: Object { column: 2 - index: 35 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { identifierName: "g" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "typescript/function/getter-setter/input.ts" end: Object { column: 1 - index: 34 line: 3 } start: Object { column: 6 - index: 6 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "typescript/function/getter-setter/input.ts" end: Object { column: 1 - index: 34 line: 3 } start: Object { column: 10 - index: 10 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { identifierName: "m" end: Object { column: 7 - index: 19 line: 2 } start: Object { column: 6 - index: 18 line: 2 } } @@ -132,12 +118,10 @@ JSRoot { filename: "typescript/function/getter-setter/input.ts" end: Object { column: 7 - index: 19 line: 2 } start: Object { column: 6 - index: 18 line: 2 } } @@ -146,12 +130,10 @@ JSRoot { filename: "typescript/function/getter-setter/input.ts" end: Object { column: 20 - index: 32 line: 2 } start: Object { column: 2 - index: 14 line: 2 } } @@ -162,12 +144,10 @@ JSRoot { filename: "typescript/function/getter-setter/input.ts" end: Object { column: 20 - index: 32 line: 2 } start: Object { column: 18 - index: 30 line: 2 } } @@ -184,12 +164,10 @@ JSRoot { filename: "typescript/function/getter-setter/input.ts" end: Object { column: 17 - index: 29 line: 2 } start: Object { column: 7 - index: 19 line: 2 } } @@ -200,12 +178,10 @@ JSRoot { identifierName: "this" end: Object { column: 12 - index: 24 line: 2 } start: Object { column: 8 - index: 20 line: 2 } } @@ -215,12 +191,10 @@ JSRoot { filename: "typescript/function/getter-setter/input.ts" end: Object { column: 16 - index: 28 line: 2 } start: Object { column: 8 - index: 20 line: 2 } } @@ -230,12 +204,10 @@ JSRoot { filename: "typescript/function/getter-setter/input.ts" end: Object { column: 16 - index: 28 line: 2 } start: Object { column: 14 - index: 26 line: 2 } } @@ -255,12 +227,10 @@ JSRoot { filename: "typescript/function/getter-setter/input.ts" end: Object { column: 2 - index: 78 line: 6 } start: Object { column: 0 - index: 36 line: 4 } } @@ -270,12 +240,10 @@ JSRoot { filename: "typescript/function/getter-setter/input.ts" end: Object { column: 2 - index: 78 line: 6 } start: Object { column: 0 - index: 36 line: 4 } } @@ -288,12 +256,10 @@ JSRoot { identifierName: "s" end: Object { column: 7 - index: 43 line: 4 } start: Object { column: 6 - index: 42 line: 4 } } @@ -302,12 +268,10 @@ JSRoot { filename: "typescript/function/getter-setter/input.ts" end: Object { column: 1 - index: 77 line: 6 } start: Object { column: 6 - index: 42 line: 4 } } @@ -316,12 +280,10 @@ JSRoot { filename: "typescript/function/getter-setter/input.ts" end: Object { column: 1 - index: 77 line: 6 } start: Object { column: 10 - index: 46 line: 4 } } @@ -336,12 +298,10 @@ JSRoot { identifierName: "m" end: Object { column: 7 - index: 55 line: 5 } start: Object { column: 6 - index: 54 line: 5 } } @@ -350,12 +310,10 @@ JSRoot { filename: "typescript/function/getter-setter/input.ts" end: Object { column: 7 - index: 55 line: 5 } start: Object { column: 6 - index: 54 line: 5 } } @@ -364,12 +322,10 @@ JSRoot { filename: "typescript/function/getter-setter/input.ts" end: Object { column: 27 - index: 75 line: 5 } start: Object { column: 2 - index: 50 line: 5 } } @@ -380,12 +336,10 @@ JSRoot { filename: "typescript/function/getter-setter/input.ts" end: Object { column: 27 - index: 75 line: 5 } start: Object { column: 25 - index: 73 line: 5 } } @@ -401,12 +355,10 @@ JSRoot { filename: "typescript/function/getter-setter/input.ts" end: Object { column: 24 - index: 72 line: 5 } start: Object { column: 7 - index: 55 line: 5 } } @@ -418,12 +370,10 @@ JSRoot { identifierName: "value" end: Object { column: 23 - index: 71 line: 5 } start: Object { column: 18 - index: 66 line: 5 } } @@ -434,12 +384,10 @@ JSRoot { filename: "typescript/function/getter-setter/input.ts" end: Object { column: 23 - index: 71 line: 5 } start: Object { column: 18 - index: 66 line: 5 } } @@ -453,12 +401,10 @@ JSRoot { identifierName: "this" end: Object { column: 12 - index: 60 line: 5 } start: Object { column: 8 - index: 56 line: 5 } } @@ -468,12 +414,10 @@ JSRoot { filename: "typescript/function/getter-setter/input.ts" end: Object { column: 16 - index: 64 line: 5 } start: Object { column: 8 - index: 56 line: 5 } } @@ -483,12 +427,10 @@ JSRoot { filename: "typescript/function/getter-setter/input.ts" end: Object { column: 16 - index: 64 line: 5 } start: Object { column: 14 - index: 62 line: 5 } } diff --git a/internal/js-parser/test-fixtures/typescript/function/overloads/input.test.md b/internal/js-parser/test-fixtures/typescript/function/overloads/input.test.md index aa71960e1d8..2fb79c61abe 100644 --- a/internal/js-parser/test-fixtures/typescript/function/overloads/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/function/overloads/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/function/overloads/input.ts" end: Object { column: 0 - index: 76 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "typescript/function/overloads/input.ts" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { identifierName: "f" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "typescript/function/overloads/input.ts" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -90,12 +82,10 @@ JSRoot { filename: "typescript/function/overloads/input.ts" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { filename: "typescript/function/overloads/input.ts" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { identifierName: "x" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "typescript/function/overloads/input.ts" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -151,12 +135,10 @@ JSRoot { filename: "typescript/function/overloads/input.ts" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -174,12 +156,10 @@ JSRoot { filename: "typescript/function/overloads/input.ts" end: Object { column: 37 - index: 75 line: 2 } start: Object { column: 0 - index: 38 line: 2 } } @@ -191,12 +171,10 @@ JSRoot { identifierName: "f" end: Object { column: 17 - index: 55 line: 2 } start: Object { column: 16 - index: 54 line: 2 } } @@ -205,12 +183,10 @@ JSRoot { filename: "typescript/function/overloads/input.ts" end: Object { column: 37 - index: 75 line: 2 } start: Object { column: 7 - index: 45 line: 2 } } @@ -225,12 +201,10 @@ JSRoot { filename: "typescript/function/overloads/input.ts" end: Object { column: 36 - index: 74 line: 2 } start: Object { column: 17 - index: 55 line: 2 } } @@ -239,12 +213,10 @@ JSRoot { filename: "typescript/function/overloads/input.ts" end: Object { column: 36 - index: 74 line: 2 } start: Object { column: 30 - index: 68 line: 2 } } @@ -257,12 +229,10 @@ JSRoot { identifierName: "x" end: Object { column: 19 - index: 57 line: 2 } start: Object { column: 18 - index: 56 line: 2 } } @@ -272,12 +242,10 @@ JSRoot { filename: "typescript/function/overloads/input.ts" end: Object { column: 27 - index: 65 line: 2 } start: Object { column: 18 - index: 56 line: 2 } } @@ -286,12 +254,10 @@ JSRoot { filename: "typescript/function/overloads/input.ts" end: Object { column: 27 - index: 65 line: 2 } start: Object { column: 21 - index: 59 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/function/pattern-parameters/input.test.md b/internal/js-parser/test-fixtures/typescript/function/pattern-parameters/input.test.md index e0e4c20b045..46e170b303a 100644 --- a/internal/js-parser/test-fixtures/typescript/function/pattern-parameters/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/function/pattern-parameters/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/function/pattern-parameters/input.ts" end: Object { column: 0 - index: 23 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -64,12 +60,10 @@ JSRoot { identifierName: "f" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -78,12 +72,10 @@ JSRoot { filename: "typescript/function/pattern-parameters/input.ts" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "typescript/function/pattern-parameters/input.ts" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "typescript/function/pattern-parameters/input.ts" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -133,12 +121,10 @@ JSRoot { filename: "typescript/function/pattern-parameters/input.ts" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -149,12 +135,10 @@ JSRoot { filename: "typescript/function/pattern-parameters/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -167,12 +151,10 @@ JSRoot { filename: "typescript/function/pattern-parameters/input.ts" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -183,12 +165,10 @@ JSRoot { filename: "typescript/function/pattern-parameters/input.ts" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/function/predicate-types/input.test.md b/internal/js-parser/test-fixtures/typescript/function/predicate-types/input.test.md index 71cb322a9fb..2b207bdad6a 100644 --- a/internal/js-parser/test-fixtures/typescript/function/predicate-types/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/function/predicate-types/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/function/predicate-types/input.ts" end: Object { column: 0 - index: 72 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "f" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "typescript/function/predicate-types/input.ts" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "typescript/function/predicate-types/input.ts" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "typescript/function/predicate-types/input.ts" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "typescript/function/predicate-types/input.ts" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "typescript/function/predicate-types/input.ts" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { identifierName: "x" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -156,12 +140,10 @@ JSRoot { identifierName: "x" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -171,12 +153,10 @@ JSRoot { filename: "typescript/function/predicate-types/input.ts" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -185,12 +165,10 @@ JSRoot { filename: "typescript/function/predicate-types/input.ts" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -205,12 +183,10 @@ JSRoot { filename: "typescript/function/predicate-types/input.ts" end: Object { column: 35 - index: 71 line: 2 } start: Object { column: 0 - index: 36 line: 2 } } @@ -220,12 +196,10 @@ JSRoot { filename: "typescript/function/predicate-types/input.ts" end: Object { column: 34 - index: 70 line: 2 } start: Object { column: 1 - index: 37 line: 2 } } @@ -236,12 +210,10 @@ JSRoot { filename: "typescript/function/predicate-types/input.ts" end: Object { column: 34 - index: 70 line: 2 } start: Object { column: 32 - index: 68 line: 2 } } @@ -257,12 +229,10 @@ JSRoot { filename: "typescript/function/predicate-types/input.ts" end: Object { column: 31 - index: 67 line: 2 } start: Object { column: 9 - index: 45 line: 2 } } @@ -272,12 +242,10 @@ JSRoot { filename: "typescript/function/predicate-types/input.ts" end: Object { column: 31 - index: 67 line: 2 } start: Object { column: 19 - index: 55 line: 2 } } @@ -286,12 +254,10 @@ JSRoot { filename: "typescript/function/predicate-types/input.ts" end: Object { column: 31 - index: 67 line: 2 } start: Object { column: 24 - index: 60 line: 2 } } @@ -303,12 +269,10 @@ JSRoot { identifierName: "x" end: Object { column: 20 - index: 56 line: 2 } start: Object { column: 19 - index: 55 line: 2 } } @@ -322,12 +286,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 47 line: 2 } start: Object { column: 10 - index: 46 line: 2 } } @@ -337,12 +299,10 @@ JSRoot { filename: "typescript/function/predicate-types/input.ts" end: Object { column: 16 - index: 52 line: 2 } start: Object { column: 10 - index: 46 line: 2 } } @@ -351,12 +311,10 @@ JSRoot { filename: "typescript/function/predicate-types/input.ts" end: Object { column: 16 - index: 52 line: 2 } start: Object { column: 13 - index: 49 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/import/equals-require/input.test.md b/internal/js-parser/test-fixtures/typescript/import/equals-require/input.test.md index 08a380da072..4edbe4814cd 100644 --- a/internal/js-parser/test-fixtures/typescript/import/equals-require/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/import/equals-require/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/import/equals-require/input.ts" end: Object { column: 0 - index: 25 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "a" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "typescript/import/equals-require/input.ts" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/import/equals-require/input.ts" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "typescript/import/equals-require/input.ts" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/import/equals/input.test.md b/internal/js-parser/test-fixtures/typescript/import/equals/input.test.md index c5a7bfabf69..949c24f75e3 100644 --- a/internal/js-parser/test-fixtures/typescript/import/equals/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/import/equals/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/import/equals/input.ts" end: Object { column: 0 - index: 16 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "typescript/import/equals/input.ts" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/import/equals/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "B" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "C" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/import/export-import-require/input.test.md b/internal/js-parser/test-fixtures/typescript/import/export-import-require/input.test.md index 3739c37b16d..d83816d8be9 100644 --- a/internal/js-parser/test-fixtures/typescript/import/export-import-require/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/import/export-import-require/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/import/export-import-require/input.ts" end: Object { column: 0 - index: 32 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "a" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "typescript/import/export-import-require/input.ts" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/import/export-import-require/input.ts" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "typescript/import/export-import-require/input.ts" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/import/export-import/input.test.md b/internal/js-parser/test-fixtures/typescript/import/export-import/input.test.md index 1224f924c54..81648bac6d6 100644 --- a/internal/js-parser/test-fixtures/typescript/import/export-import/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/import/export-import/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/import/export-import/input.ts" end: Object { column: 0 - index: 23 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "typescript/import/export-import/input.ts" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/import/export-import/input.ts" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "B" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "C" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/import/export-named-import-require/input.test.md b/internal/js-parser/test-fixtures/typescript/import/export-named-import-require/input.test.md index a88b25b86a9..afc91155cba 100644 --- a/internal/js-parser/test-fixtures/typescript/import/export-named-import-require/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/import/export-named-import-require/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/import/export-named-import-require/input.ts" end: Object { column: 0 - index: 39 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "a" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "typescript/import/export-named-import-require/input.ts" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/import/export-named-import-require/input.ts" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "typescript/import/export-named-import-require/input.ts" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "typescript/import/export-named-import-require/input.ts" end: Object { column: 13 - index: 38 line: 2 } start: Object { column: 0 - index: 25 line: 2 } } @@ -118,12 +106,10 @@ JSRoot { filename: "typescript/import/export-named-import-require/input.ts" end: Object { column: 10 - index: 35 line: 2 } start: Object { column: 9 - index: 34 line: 2 } } @@ -134,12 +120,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 35 line: 2 } start: Object { column: 9 - index: 34 line: 2 } } @@ -151,12 +135,10 @@ JSRoot { identifierName: "a" end: Object { column: 10 - index: 35 line: 2 } start: Object { column: 9 - index: 34 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/import/import-default-and-named-id-type/input.test.md b/internal/js-parser/test-fixtures/typescript/import/import-default-and-named-id-type/input.test.md index 9bf9d22ef8e..69a257a1dc8 100644 --- a/internal/js-parser/test-fixtures/typescript/import/import-default-and-named-id-type/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/import/import-default-and-named-id-type/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/import/import-default-and-named-id-type/input.ts" end: Object { column: 0 - index: 33 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "typescript/import/import-default-and-named-id-type/input.ts" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "typescript/import/import-default-and-named-id-type/input.ts" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/import/import-default-and-named-id-type/input.ts" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "type" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "typescript/import/import-default-and-named-id-type/input.ts" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "typescript/import/import-default-and-named-id-type/input.ts" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { identifierName: "bar" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { identifierName: "bar" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -167,12 +149,10 @@ JSRoot { filename: "typescript/import/import-default-and-named-id-type/input.ts" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/import/import-default-id-type/input.test.md b/internal/js-parser/test-fixtures/typescript/import/import-default-id-type/input.test.md index 2337a89e61d..7575af73e06 100644 --- a/internal/js-parser/test-fixtures/typescript/import/import-default-id-type/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/import/import-default-id-type/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/import/import-default-id-type/input.ts" end: Object { column: 0 - index: 24 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { filename: "typescript/import/import-default-id-type/input.ts" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "typescript/import/import-default-id-type/input.ts" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "typescript/import/import-default-id-type/input.ts" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "type" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "typescript/import/import-default-id-type/input.ts" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/import/import-named/input.test.md b/internal/js-parser/test-fixtures/typescript/import/import-named/input.test.md index cf49f0dc261..af9c627c965 100644 --- a/internal/js-parser/test-fixtures/typescript/import/import-named/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/import/import-named/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/import/import-named/input.ts" end: Object { column: 0 - index: 27 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { filename: "typescript/import/import-named/input.ts" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "typescript/import/import-named/input.ts" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "typescript/import/import-named/input.ts" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "foo" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { identifierName: "foo" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -120,12 +108,10 @@ JSRoot { filename: "typescript/import/import-named/input.ts" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/import/import-star-as/input.test.md b/internal/js-parser/test-fixtures/typescript/import/import-star-as/input.test.md index d0f1fb556c0..d294e5cf905 100644 --- a/internal/js-parser/test-fixtures/typescript/import/import-star-as/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/import/import-star-as/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/import/import-star-as/input.ts" end: Object { column: 0 - index: 24 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { filename: "typescript/import/import-star-as/input.ts" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "typescript/import/import-star-as/input.ts" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "typescript/import/import-star-as/input.ts" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "a" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "typescript/import/import-star-as/input.ts" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/import/not-top-level/input.test.md b/internal/js-parser/test-fixtures/typescript/import/not-top-level/input.test.md index af805ecf3f8..19343d355d1 100644 --- a/internal/js-parser/test-fixtures/typescript/import/not-top-level/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/import/not-top-level/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/import/not-top-level/input.ts" end: Object { column: 0 - index: 51 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "typescript/import/not-top-level/input.ts" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "typescript/import/not-top-level/input.ts" end: Object { column: 1 - index: 50 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/import/not-top-level/input.ts" end: Object { column: 1 - index: 50 line: 3 } start: Object { column: 19 - index: 19 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "typescript/import/not-top-level/input.ts" end: Object { column: 27 - index: 48 line: 2 } start: Object { column: 4 - index: 25 line: 2 } } @@ -102,12 +92,10 @@ JSRoot { filename: "typescript/import/not-top-level/input.ts" end: Object { column: 26 - index: 47 line: 2 } start: Object { column: 23 - index: 44 line: 2 } } @@ -117,12 +105,10 @@ JSRoot { filename: "typescript/import/not-top-level/input.ts" end: Object { column: 17 - index: 38 line: 2 } start: Object { column: 4 - index: 25 line: 2 } } @@ -134,12 +120,10 @@ JSRoot { identifierName: "a" end: Object { column: 17 - index: 38 line: 2 } start: Object { column: 16 - index: 37 line: 2 } } @@ -149,12 +133,10 @@ JSRoot { filename: "typescript/import/not-top-level/input.ts" end: Object { column: 17 - index: 38 line: 2 } start: Object { column: 16 - index: 37 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/interface/call-signature/input.test.md b/internal/js-parser/test-fixtures/typescript/interface/call-signature/input.test.md index a0148101496..4050a7f9b0b 100644 --- a/internal/js-parser/test-fixtures/typescript/interface/call-signature/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/interface/call-signature/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/interface/call-signature/input.ts" end: Object { column: 0 - index: 39 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "I" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { filename: "typescript/interface/call-signature/input.ts" end: Object { column: 1 - index: 38 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "typescript/interface/call-signature/input.ts" end: Object { column: 1 - index: 38 line: 3 } start: Object { column: 12 - index: 12 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "typescript/interface/call-signature/input.ts" end: Object { column: 22 - index: 36 line: 2 } start: Object { column: 4 - index: 18 line: 2 } } @@ -99,12 +89,10 @@ JSRoot { filename: "typescript/interface/call-signature/input.ts" end: Object { column: 21 - index: 35 line: 2 } start: Object { column: 17 - index: 31 line: 2 } } @@ -116,12 +104,10 @@ JSRoot { filename: "typescript/interface/call-signature/input.ts" end: Object { column: 21 - index: 35 line: 2 } start: Object { column: 4 - index: 18 line: 2 } } @@ -133,12 +119,10 @@ JSRoot { identifierName: "x" end: Object { column: 6 - index: 20 line: 2 } start: Object { column: 5 - index: 19 line: 2 } } @@ -148,12 +132,10 @@ JSRoot { filename: "typescript/interface/call-signature/input.ts" end: Object { column: 14 - index: 28 line: 2 } start: Object { column: 5 - index: 19 line: 2 } } @@ -162,12 +144,10 @@ JSRoot { filename: "typescript/interface/call-signature/input.ts" end: Object { column: 14 - index: 28 line: 2 } start: Object { column: 8 - index: 22 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/interface/construct-signature/input.test.md b/internal/js-parser/test-fixtures/typescript/interface/construct-signature/input.test.md index 9ffe7a0fa7e..dfd95f11680 100644 --- a/internal/js-parser/test-fixtures/typescript/interface/construct-signature/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/interface/construct-signature/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/interface/construct-signature/input.ts" end: Object { column: 0 - index: 43 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "I" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { filename: "typescript/interface/construct-signature/input.ts" end: Object { column: 1 - index: 42 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "typescript/interface/construct-signature/input.ts" end: Object { column: 1 - index: 42 line: 3 } start: Object { column: 12 - index: 12 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "typescript/interface/construct-signature/input.ts" end: Object { column: 26 - index: 40 line: 2 } start: Object { column: 4 - index: 18 line: 2 } } @@ -99,12 +89,10 @@ JSRoot { filename: "typescript/interface/construct-signature/input.ts" end: Object { column: 25 - index: 39 line: 2 } start: Object { column: 21 - index: 35 line: 2 } } @@ -116,12 +104,10 @@ JSRoot { filename: "typescript/interface/construct-signature/input.ts" end: Object { column: 25 - index: 39 line: 2 } start: Object { column: 8 - index: 22 line: 2 } } @@ -133,12 +119,10 @@ JSRoot { identifierName: "x" end: Object { column: 10 - index: 24 line: 2 } start: Object { column: 9 - index: 23 line: 2 } } @@ -148,12 +132,10 @@ JSRoot { filename: "typescript/interface/construct-signature/input.ts" end: Object { column: 18 - index: 32 line: 2 } start: Object { column: 9 - index: 23 line: 2 } } @@ -162,12 +144,10 @@ JSRoot { filename: "typescript/interface/construct-signature/input.ts" end: Object { column: 18 - index: 32 line: 2 } start: Object { column: 12 - index: 26 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/interface/export-abstract-interface/input.test.md b/internal/js-parser/test-fixtures/typescript/interface/export-abstract-interface/input.test.md index 7f15bc19486..a155471350f 100644 --- a/internal/js-parser/test-fixtures/typescript/interface/export-abstract-interface/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/interface/export-abstract-interface/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/interface/export-abstract-interface/input.ts" end: Object { column: 0 - index: 33 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "typescript/interface/export-abstract-interface/input.ts" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "abstract" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -96,12 +88,10 @@ JSRoot { identifierName: "I" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -112,12 +102,10 @@ JSRoot { filename: "typescript/interface/export-abstract-interface/input.ts" end: Object { column: 1 - index: 32 line: 3 } start: Object { column: 16 - index: 16 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "typescript/interface/export-abstract-interface/input.ts" end: Object { column: 1 - index: 32 line: 3 } start: Object { column: 28 - index: 28 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/interface/export/input.test.md b/internal/js-parser/test-fixtures/typescript/interface/export/input.test.md index 7844af3bc5e..a934c35daf3 100644 --- a/internal/js-parser/test-fixtures/typescript/interface/export/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/interface/export/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/interface/export/input.ts" end: Object { column: 0 - index: 52 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "typescript/interface/export/input.ts" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { identifierName: "I" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "typescript/interface/export/input.ts" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "typescript/interface/export/input.ts" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { filename: "typescript/interface/export/input.ts" end: Object { column: 29 - index: 51 line: 2 } start: Object { column: 0 - index: 22 line: 2 } } @@ -121,12 +109,10 @@ JSRoot { identifierName: "A" end: Object { column: 26 - index: 48 line: 2 } start: Object { column: 25 - index: 47 line: 2 } } @@ -137,12 +123,10 @@ JSRoot { filename: "typescript/interface/export/input.ts" end: Object { column: 29 - index: 51 line: 2 } start: Object { column: 15 - index: 37 line: 2 } } @@ -152,12 +136,10 @@ JSRoot { filename: "typescript/interface/export/input.ts" end: Object { column: 29 - index: 51 line: 2 } start: Object { column: 27 - index: 49 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/interface/extends/input.test.md b/internal/js-parser/test-fixtures/typescript/interface/extends/input.test.md index a21acd620cf..891c2625e78 100644 --- a/internal/js-parser/test-fixtures/typescript/interface/extends/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/interface/extends/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/interface/extends/input.ts" end: Object { column: 0 - index: 30 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "I" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "typescript/interface/extends/input.ts" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "typescript/interface/extends/input.ts" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "typescript/interface/extends/input.ts" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "typescript/interface/extends/input.ts" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { identifierName: "X" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { identifierName: "Y" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "typescript/interface/extends/input.ts" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -165,12 +147,10 @@ JSRoot { filename: "typescript/interface/extends/input.ts" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -181,12 +161,10 @@ JSRoot { identifierName: "Z" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/interface/generic/input.test.md b/internal/js-parser/test-fixtures/typescript/interface/generic/input.test.md index 8a27821bab1..bab44dc7c80 100644 --- a/internal/js-parser/test-fixtures/typescript/interface/generic/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/interface/generic/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/interface/generic/input.ts" end: Object { column: 0 - index: 49 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "I" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "typescript/interface/generic/input.ts" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "typescript/interface/generic/input.ts" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 46 - index: 46 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "typescript/interface/generic/input.ts" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "typescript/interface/generic/input.ts" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "typescript/interface/generic/input.ts" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -130,12 +116,10 @@ JSRoot { filename: "typescript/interface/generic/input.ts" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { identifierName: "x" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -163,12 +145,10 @@ JSRoot { filename: "typescript/interface/generic/input.ts" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -179,12 +159,10 @@ JSRoot { filename: "typescript/interface/generic/input.ts" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -193,12 +171,10 @@ JSRoot { filename: "typescript/interface/generic/input.ts" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/interface/index-signature/input.test.md b/internal/js-parser/test-fixtures/typescript/interface/index-signature/input.test.md index 7c707b88047..ee36348be5b 100644 --- a/internal/js-parser/test-fixtures/typescript/interface/index-signature/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/interface/index-signature/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/interface/index-signature/input.ts" end: Object { column: 0 - index: 41 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "I" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { filename: "typescript/interface/index-signature/input.ts" end: Object { column: 1 - index: 40 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "typescript/interface/index-signature/input.ts" end: Object { column: 1 - index: 40 line: 3 } start: Object { column: 12 - index: 12 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "typescript/interface/index-signature/input.ts" end: Object { column: 14 - index: 28 line: 2 } start: Object { column: 5 - index: 19 line: 2 } } @@ -101,12 +91,10 @@ JSRoot { filename: "typescript/interface/index-signature/input.ts" end: Object { column: 14 - index: 28 line: 2 } start: Object { column: 5 - index: 19 line: 2 } } @@ -115,12 +103,10 @@ JSRoot { filename: "typescript/interface/index-signature/input.ts" end: Object { column: 14 - index: 28 line: 2 } start: Object { column: 8 - index: 22 line: 2 } } @@ -132,12 +118,10 @@ JSRoot { filename: "typescript/interface/index-signature/input.ts" end: Object { column: 24 - index: 38 line: 2 } start: Object { column: 4 - index: 18 line: 2 } } @@ -146,12 +130,10 @@ JSRoot { filename: "typescript/interface/index-signature/input.ts" end: Object { column: 23 - index: 37 line: 2 } start: Object { column: 17 - index: 31 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/interface/method-computed/input.test.md b/internal/js-parser/test-fixtures/typescript/interface/method-computed/input.test.md index 7e7506d64c4..9d9a9b96cf9 100644 --- a/internal/js-parser/test-fixtures/typescript/interface/method-computed/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/interface/method-computed/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/interface/method-computed/input.ts" end: Object { column: 0 - index: 81 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "I" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { filename: "typescript/interface/method-computed/input.ts" end: Object { column: 1 - index: 80 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "typescript/interface/method-computed/input.ts" end: Object { column: 1 - index: 80 line: 4 } start: Object { column: 12 - index: 12 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "typescript/interface/method-computed/input.ts" end: Object { column: 20 - index: 34 line: 2 } start: Object { column: 5 - index: 19 line: 2 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "Symbol" end: Object { column: 11 - index: 25 line: 2 } start: Object { column: 5 - index: 19 line: 2 } } @@ -121,12 +109,10 @@ JSRoot { identifierName: "iterator" end: Object { column: 20 - index: 34 line: 2 } start: Object { column: 12 - index: 26 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { identifierName: "iterator" end: Object { column: 20 - index: 34 line: 2 } start: Object { column: 12 - index: 26 line: 2 } } @@ -151,12 +135,10 @@ JSRoot { filename: "typescript/interface/method-computed/input.ts" end: Object { column: 21 - index: 35 line: 2 } start: Object { column: 4 - index: 18 line: 2 } } @@ -166,12 +148,10 @@ JSRoot { filename: "typescript/interface/method-computed/input.ts" end: Object { column: 30 - index: 44 line: 2 } start: Object { column: 4 - index: 18 line: 2 } } @@ -180,12 +160,10 @@ JSRoot { filename: "typescript/interface/method-computed/input.ts" end: Object { column: 29 - index: 43 line: 2 } start: Object { column: 25 - index: 39 line: 2 } } @@ -198,12 +176,10 @@ JSRoot { filename: "typescript/interface/method-computed/input.ts" end: Object { column: 29 - index: 43 line: 2 } start: Object { column: 21 - index: 35 line: 2 } } @@ -216,12 +192,10 @@ JSRoot { filename: "typescript/interface/method-computed/input.ts" end: Object { column: 20 - index: 65 line: 3 } start: Object { column: 5 - index: 50 line: 3 } } @@ -232,12 +206,10 @@ JSRoot { identifierName: "Symbol" end: Object { column: 11 - index: 56 line: 3 } start: Object { column: 5 - index: 50 line: 3 } } @@ -250,12 +222,10 @@ JSRoot { identifierName: "iterator" end: Object { column: 20 - index: 65 line: 3 } start: Object { column: 12 - index: 57 line: 3 } } @@ -265,12 +235,10 @@ JSRoot { identifierName: "iterator" end: Object { column: 20 - index: 65 line: 3 } start: Object { column: 12 - index: 57 line: 3 } } @@ -280,12 +248,10 @@ JSRoot { filename: "typescript/interface/method-computed/input.ts" end: Object { column: 21 - index: 66 line: 3 } start: Object { column: 4 - index: 49 line: 3 } } @@ -295,12 +261,10 @@ JSRoot { filename: "typescript/interface/method-computed/input.ts" end: Object { column: 33 - index: 78 line: 3 } start: Object { column: 4 - index: 49 line: 3 } } @@ -309,12 +273,10 @@ JSRoot { filename: "typescript/interface/method-computed/input.ts" end: Object { column: 32 - index: 77 line: 3 } start: Object { column: 26 - index: 71 line: 3 } } @@ -327,12 +289,10 @@ JSRoot { filename: "typescript/interface/method-computed/input.ts" end: Object { column: 32 - index: 77 line: 3 } start: Object { column: 22 - index: 67 line: 3 } } diff --git a/internal/js-parser/test-fixtures/typescript/interface/method-generic/input.test.md b/internal/js-parser/test-fixtures/typescript/interface/method-generic/input.test.md index 7f9294b7883..4a6e44cd577 100644 --- a/internal/js-parser/test-fixtures/typescript/interface/method-generic/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/interface/method-generic/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/interface/method-generic/input.ts" end: Object { column: 0 - index: 62 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "I" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { filename: "typescript/interface/method-generic/input.ts" end: Object { column: 1 - index: 61 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "typescript/interface/method-generic/input.ts" end: Object { column: 1 - index: 61 line: 3 } start: Object { column: 12 - index: 12 line: 1 } } @@ -89,12 +81,10 @@ JSRoot { identifierName: "m" end: Object { column: 5 - index: 19 line: 2 } start: Object { column: 4 - index: 18 line: 2 } } @@ -103,12 +93,10 @@ JSRoot { filename: "typescript/interface/method-generic/input.ts" end: Object { column: 5 - index: 19 line: 2 } start: Object { column: 4 - index: 18 line: 2 } } @@ -118,12 +106,10 @@ JSRoot { filename: "typescript/interface/method-generic/input.ts" end: Object { column: 45 - index: 59 line: 2 } start: Object { column: 4 - index: 18 line: 2 } } @@ -133,12 +119,10 @@ JSRoot { filename: "typescript/interface/method-generic/input.ts" end: Object { column: 44 - index: 58 line: 2 } start: Object { column: 43 - index: 57 line: 2 } } @@ -149,12 +133,10 @@ JSRoot { identifierName: "T" end: Object { column: 44 - index: 58 line: 2 } start: Object { column: 43 - index: 57 line: 2 } } @@ -167,12 +149,10 @@ JSRoot { filename: "typescript/interface/method-generic/input.ts" end: Object { column: 44 - index: 58 line: 2 } start: Object { column: 5 - index: 19 line: 2 } } @@ -181,12 +161,10 @@ JSRoot { filename: "typescript/interface/method-generic/input.ts" end: Object { column: 39 - index: 53 line: 2 } start: Object { column: 5 - index: 19 line: 2 } } @@ -197,12 +175,10 @@ JSRoot { filename: "typescript/interface/method-generic/input.ts" end: Object { column: 38 - index: 52 line: 2 } start: Object { column: 6 - index: 20 line: 2 } } @@ -211,12 +187,10 @@ JSRoot { filename: "typescript/interface/method-generic/input.ts" end: Object { column: 22 - index: 36 line: 2 } start: Object { column: 16 - index: 30 line: 2 } } @@ -226,12 +200,10 @@ JSRoot { filename: "typescript/interface/method-generic/input.ts" end: Object { column: 38 - index: 52 line: 2 } start: Object { column: 25 - index: 39 line: 2 } } @@ -245,12 +217,10 @@ JSRoot { identifierName: "x" end: Object { column: 28 - index: 42 line: 2 } start: Object { column: 27 - index: 41 line: 2 } } @@ -259,12 +229,10 @@ JSRoot { filename: "typescript/interface/method-generic/input.ts" end: Object { column: 28 - index: 42 line: 2 } start: Object { column: 27 - index: 41 line: 2 } } @@ -275,12 +243,10 @@ JSRoot { filename: "typescript/interface/method-generic/input.ts" end: Object { column: 36 - index: 50 line: 2 } start: Object { column: 27 - index: 41 line: 2 } } @@ -289,12 +255,10 @@ JSRoot { filename: "typescript/interface/method-generic/input.ts" end: Object { column: 36 - index: 50 line: 2 } start: Object { column: 30 - index: 44 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/interface/method-optional/input.test.md b/internal/js-parser/test-fixtures/typescript/interface/method-optional/input.test.md index a2ccee7723b..20365ad6c84 100644 --- a/internal/js-parser/test-fixtures/typescript/interface/method-optional/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/interface/method-optional/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/interface/method-optional/input.ts" end: Object { column: 0 - index: 32 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "I" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { filename: "typescript/interface/method-optional/input.ts" end: Object { column: 1 - index: 31 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "typescript/interface/method-optional/input.ts" end: Object { column: 1 - index: 31 line: 3 } start: Object { column: 12 - index: 12 line: 1 } } @@ -89,12 +81,10 @@ JSRoot { identifierName: "m" end: Object { column: 5 - index: 19 line: 2 } start: Object { column: 4 - index: 18 line: 2 } } @@ -103,12 +93,10 @@ JSRoot { filename: "typescript/interface/method-optional/input.ts" end: Object { column: 5 - index: 19 line: 2 } start: Object { column: 4 - index: 18 line: 2 } } @@ -118,12 +106,10 @@ JSRoot { filename: "typescript/interface/method-optional/input.ts" end: Object { column: 15 - index: 29 line: 2 } start: Object { column: 4 - index: 18 line: 2 } } @@ -132,12 +118,10 @@ JSRoot { filename: "typescript/interface/method-optional/input.ts" end: Object { column: 14 - index: 28 line: 2 } start: Object { column: 10 - index: 24 line: 2 } } @@ -150,12 +134,10 @@ JSRoot { filename: "typescript/interface/method-optional/input.ts" end: Object { column: 14 - index: 28 line: 2 } start: Object { column: 6 - index: 20 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/interface/method-plain/input.test.md b/internal/js-parser/test-fixtures/typescript/interface/method-plain/input.test.md index fda8f7527bc..98cec9cee74 100644 --- a/internal/js-parser/test-fixtures/typescript/interface/method-plain/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/interface/method-plain/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/interface/method-plain/input.ts" end: Object { column: 0 - index: 66 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "I" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { filename: "typescript/interface/method-plain/input.ts" end: Object { column: 1 - index: 65 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "typescript/interface/method-plain/input.ts" end: Object { column: 1 - index: 65 line: 4 } start: Object { column: 12 - index: 12 line: 1 } } @@ -89,12 +81,10 @@ JSRoot { identifierName: "m" end: Object { column: 5 - index: 19 line: 2 } start: Object { column: 4 - index: 18 line: 2 } } @@ -103,12 +93,10 @@ JSRoot { filename: "typescript/interface/method-plain/input.ts" end: Object { column: 5 - index: 19 line: 2 } start: Object { column: 4 - index: 18 line: 2 } } @@ -119,12 +107,10 @@ JSRoot { filename: "typescript/interface/method-plain/input.ts" end: Object { column: 8 - index: 22 line: 2 } start: Object { column: 4 - index: 18 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "typescript/interface/method-plain/input.ts" end: Object { column: 7 - index: 21 line: 2 } start: Object { column: 5 - index: 19 line: 2 } } @@ -156,12 +140,10 @@ JSRoot { identifierName: "m" end: Object { column: 5 - index: 28 line: 3 } start: Object { column: 4 - index: 27 line: 3 } } @@ -170,12 +152,10 @@ JSRoot { filename: "typescript/interface/method-plain/input.ts" end: Object { column: 5 - index: 28 line: 3 } start: Object { column: 4 - index: 27 line: 3 } } @@ -185,12 +165,10 @@ JSRoot { filename: "typescript/interface/method-plain/input.ts" end: Object { column: 40 - index: 63 line: 3 } start: Object { column: 4 - index: 27 line: 3 } } @@ -199,12 +177,10 @@ JSRoot { filename: "typescript/interface/method-plain/input.ts" end: Object { column: 39 - index: 62 line: 3 } start: Object { column: 35 - index: 58 line: 3 } } @@ -215,12 +191,10 @@ JSRoot { filename: "typescript/interface/method-plain/input.ts" end: Object { column: 39 - index: 62 line: 3 } start: Object { column: 5 - index: 28 line: 3 } } @@ -232,12 +206,10 @@ JSRoot { identifierName: "x" end: Object { column: 7 - index: 30 line: 3 } start: Object { column: 6 - index: 29 line: 3 } } @@ -247,12 +219,10 @@ JSRoot { filename: "typescript/interface/method-plain/input.ts" end: Object { column: 16 - index: 39 line: 3 } start: Object { column: 6 - index: 29 line: 3 } } @@ -261,12 +231,10 @@ JSRoot { filename: "typescript/interface/method-plain/input.ts" end: Object { column: 16 - index: 39 line: 3 } start: Object { column: 10 - index: 33 line: 3 } } @@ -281,12 +249,10 @@ JSRoot { identifierName: "y" end: Object { column: 22 - index: 45 line: 3 } start: Object { column: 21 - index: 44 line: 3 } } @@ -296,12 +262,10 @@ JSRoot { filename: "typescript/interface/method-plain/input.ts" end: Object { column: 32 - index: 55 line: 3 } start: Object { column: 21 - index: 44 line: 3 } } @@ -310,12 +274,10 @@ JSRoot { filename: "typescript/interface/method-plain/input.ts" end: Object { column: 32 - index: 55 line: 3 } start: Object { column: 24 - index: 47 line: 3 } } @@ -324,12 +286,10 @@ JSRoot { filename: "typescript/interface/method-plain/input.ts" end: Object { column: 30 - index: 53 line: 3 } start: Object { column: 24 - index: 47 line: 3 } } diff --git a/internal/js-parser/test-fixtures/typescript/interface/modifiers/input.test.md b/internal/js-parser/test-fixtures/typescript/interface/modifiers/input.test.md index ae463089cf1..ea98e6add17 100644 --- a/internal/js-parser/test-fixtures/typescript/interface/modifiers/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/interface/modifiers/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/interface/modifiers/input.ts" end: Object { column: 0 - index: 40 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "I" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { filename: "typescript/interface/modifiers/input.ts" end: Object { column: 1 - index: 39 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "typescript/interface/modifiers/input.ts" end: Object { column: 1 - index: 39 line: 3 } start: Object { column: 12 - index: 12 line: 1 } } @@ -89,12 +81,10 @@ JSRoot { identifierName: "x" end: Object { column: 14 - index: 28 line: 2 } start: Object { column: 13 - index: 27 line: 2 } } @@ -103,12 +93,10 @@ JSRoot { filename: "typescript/interface/modifiers/input.ts" end: Object { column: 14 - index: 28 line: 2 } start: Object { column: 13 - index: 27 line: 2 } } @@ -119,12 +107,10 @@ JSRoot { filename: "typescript/interface/modifiers/input.ts" end: Object { column: 23 - index: 37 line: 2 } start: Object { column: 4 - index: 18 line: 2 } } @@ -133,12 +119,10 @@ JSRoot { filename: "typescript/interface/modifiers/input.ts" end: Object { column: 22 - index: 36 line: 2 } start: Object { column: 16 - index: 30 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/interface/new-line-error/input.test.md b/internal/js-parser/test-fixtures/typescript/interface/new-line-error/input.test.md index 6fd7a26c8cb..f76ff4e1aac 100644 --- a/internal/js-parser/test-fixtures/typescript/interface/new-line-error/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/interface/new-line-error/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/interface/new-line-error/input.ts" end: Object { column: 0 - index: 15 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 1 - index: 11 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } @@ -61,12 +57,10 @@ JSRoot { filename: "typescript/interface/new-line-error/input.ts" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "interface" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "typescript/interface/new-line-error/input.ts" end: Object { column: 1 - index: 11 line: 2 } start: Object { column: 0 - index: 10 line: 2 } } @@ -109,12 +99,10 @@ JSRoot { identifierName: "F" end: Object { column: 1 - index: 11 line: 2 } start: Object { column: 0 - index: 10 line: 2 } } @@ -127,12 +115,10 @@ JSRoot { filename: "typescript/interface/new-line-error/input.ts" end: Object { column: 4 - index: 14 line: 2 } start: Object { column: 2 - index: 12 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/interface/new-line/input.test.md b/internal/js-parser/test-fixtures/typescript/interface/new-line/input.test.md index c4211330f0d..b90090d6e9a 100644 --- a/internal/js-parser/test-fixtures/typescript/interface/new-line/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/interface/new-line/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/interface/new-line/input.ts" end: Object { column: 0 - index: 15 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/interface/new-line/input.ts" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "interface" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/interface/new-line/input.ts" end: Object { column: 1 - index: 11 line: 2 } start: Object { column: 0 - index: 10 line: 2 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "F" end: Object { column: 1 - index: 11 line: 2 } start: Object { column: 0 - index: 10 line: 2 } } @@ -103,12 +93,10 @@ JSRoot { filename: "typescript/interface/new-line/input.ts" end: Object { column: 2 - index: 14 line: 3 } start: Object { column: 0 - index: 12 line: 3 } } diff --git a/internal/js-parser/test-fixtures/typescript/interface/properties/input.test.md b/internal/js-parser/test-fixtures/typescript/interface/properties/input.test.md index 880d3133f19..856e26125c4 100644 --- a/internal/js-parser/test-fixtures/typescript/interface/properties/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/interface/properties/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/interface/properties/input.ts" end: Object { column: 0 - index: 54 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "I" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { filename: "typescript/interface/properties/input.ts" end: Object { column: 1 - index: 53 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "typescript/interface/properties/input.ts" end: Object { column: 1 - index: 53 line: 5 } start: Object { column: 12 - index: 12 line: 1 } } @@ -89,12 +81,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 19 line: 2 } start: Object { column: 4 - index: 18 line: 2 } } @@ -103,12 +93,10 @@ JSRoot { filename: "typescript/interface/properties/input.ts" end: Object { column: 5 - index: 19 line: 2 } start: Object { column: 4 - index: 18 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "typescript/interface/properties/input.ts" end: Object { column: 6 - index: 20 line: 2 } start: Object { column: 4 - index: 18 line: 2 } } @@ -139,12 +125,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 26 line: 3 } start: Object { column: 4 - index: 25 line: 3 } } @@ -153,12 +137,10 @@ JSRoot { filename: "typescript/interface/properties/input.ts" end: Object { column: 5 - index: 26 line: 3 } start: Object { column: 4 - index: 25 line: 3 } } @@ -169,12 +151,10 @@ JSRoot { filename: "typescript/interface/properties/input.ts" end: Object { column: 14 - index: 35 line: 3 } start: Object { column: 4 - index: 25 line: 3 } } @@ -183,12 +163,10 @@ JSRoot { filename: "typescript/interface/properties/input.ts" end: Object { column: 13 - index: 34 line: 3 } start: Object { column: 7 - index: 28 line: 3 } } @@ -203,12 +181,10 @@ JSRoot { identifierName: "z" end: Object { column: 5 - index: 41 line: 4 } start: Object { column: 4 - index: 40 line: 4 } } @@ -217,12 +193,10 @@ JSRoot { filename: "typescript/interface/properties/input.ts" end: Object { column: 5 - index: 41 line: 4 } start: Object { column: 4 - index: 40 line: 4 } } @@ -233,12 +207,10 @@ JSRoot { filename: "typescript/interface/properties/input.ts" end: Object { column: 15 - index: 51 line: 4 } start: Object { column: 4 - index: 40 line: 4 } } @@ -247,12 +219,10 @@ JSRoot { filename: "typescript/interface/properties/input.ts" end: Object { column: 14 - index: 50 line: 4 } start: Object { column: 8 - index: 44 line: 4 } } diff --git a/internal/js-parser/test-fixtures/typescript/interface/property-computed/input.test.md b/internal/js-parser/test-fixtures/typescript/interface/property-computed/input.test.md index f5886675b9b..460945bedf3 100644 --- a/internal/js-parser/test-fixtures/typescript/interface/property-computed/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/interface/property-computed/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/interface/property-computed/input.ts" end: Object { column: 0 - index: 79 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "I" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { filename: "typescript/interface/property-computed/input.ts" end: Object { column: 1 - index: 78 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "typescript/interface/property-computed/input.ts" end: Object { column: 1 - index: 78 line: 4 } start: Object { column: 12 - index: 12 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "typescript/interface/property-computed/input.ts" end: Object { column: 20 - index: 34 line: 2 } start: Object { column: 5 - index: 19 line: 2 } } @@ -103,12 +93,10 @@ JSRoot { identifierName: "Symbol" end: Object { column: 11 - index: 25 line: 2 } start: Object { column: 5 - index: 19 line: 2 } } @@ -121,12 +109,10 @@ JSRoot { identifierName: "iterator" end: Object { column: 20 - index: 34 line: 2 } start: Object { column: 12 - index: 26 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { identifierName: "iterator" end: Object { column: 20 - index: 34 line: 2 } start: Object { column: 12 - index: 26 line: 2 } } @@ -151,12 +135,10 @@ JSRoot { filename: "typescript/interface/property-computed/input.ts" end: Object { column: 21 - index: 35 line: 2 } start: Object { column: 4 - index: 18 line: 2 } } @@ -167,12 +149,10 @@ JSRoot { filename: "typescript/interface/property-computed/input.ts" end: Object { column: 30 - index: 44 line: 2 } start: Object { column: 4 - index: 18 line: 2 } } @@ -181,12 +161,10 @@ JSRoot { filename: "typescript/interface/property-computed/input.ts" end: Object { column: 29 - index: 43 line: 2 } start: Object { column: 23 - index: 37 line: 2 } } @@ -199,12 +177,10 @@ JSRoot { filename: "typescript/interface/property-computed/input.ts" end: Object { column: 20 - index: 65 line: 3 } start: Object { column: 5 - index: 50 line: 3 } } @@ -215,12 +191,10 @@ JSRoot { identifierName: "Symbol" end: Object { column: 11 - index: 56 line: 3 } start: Object { column: 5 - index: 50 line: 3 } } @@ -233,12 +207,10 @@ JSRoot { identifierName: "iterator" end: Object { column: 20 - index: 65 line: 3 } start: Object { column: 12 - index: 57 line: 3 } } @@ -248,12 +220,10 @@ JSRoot { identifierName: "iterator" end: Object { column: 20 - index: 65 line: 3 } start: Object { column: 12 - index: 57 line: 3 } } @@ -263,12 +233,10 @@ JSRoot { filename: "typescript/interface/property-computed/input.ts" end: Object { column: 21 - index: 66 line: 3 } start: Object { column: 4 - index: 49 line: 3 } } @@ -279,12 +247,10 @@ JSRoot { filename: "typescript/interface/property-computed/input.ts" end: Object { column: 31 - index: 76 line: 3 } start: Object { column: 4 - index: 49 line: 3 } } @@ -293,12 +259,10 @@ JSRoot { filename: "typescript/interface/property-computed/input.ts" end: Object { column: 30 - index: 75 line: 3 } start: Object { column: 24 - index: 69 line: 3 } } diff --git a/internal/js-parser/test-fixtures/typescript/interface/property-named-public/input.test.md b/internal/js-parser/test-fixtures/typescript/interface/property-named-public/input.test.md index 7f2c0c45976..a2f5292d08e 100644 --- a/internal/js-parser/test-fixtures/typescript/interface/property-named-public/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/interface/property-named-public/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/interface/property-named-public/input.ts" end: Object { column: 0 - index: 33 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "I" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { filename: "typescript/interface/property-named-public/input.ts" end: Object { column: 1 - index: 32 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "typescript/interface/property-named-public/input.ts" end: Object { column: 1 - index: 32 line: 3 } start: Object { column: 12 - index: 12 line: 1 } } @@ -89,12 +81,10 @@ JSRoot { identifierName: "public" end: Object { column: 7 - index: 21 line: 2 } start: Object { column: 1 - index: 15 line: 2 } } @@ -103,12 +93,10 @@ JSRoot { filename: "typescript/interface/property-named-public/input.ts" end: Object { column: 7 - index: 21 line: 2 } start: Object { column: 1 - index: 15 line: 2 } } @@ -119,12 +107,10 @@ JSRoot { filename: "typescript/interface/property-named-public/input.ts" end: Object { column: 16 - index: 30 line: 2 } start: Object { column: 1 - index: 15 line: 2 } } @@ -133,12 +119,10 @@ JSRoot { filename: "typescript/interface/property-named-public/input.ts" end: Object { column: 15 - index: 29 line: 2 } start: Object { column: 9 - index: 23 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/interface/reserved-method-name/input.test.md b/internal/js-parser/test-fixtures/typescript/interface/reserved-method-name/input.test.md index 6a2cbb8e6c8..e771a5050b0 100644 --- a/internal/js-parser/test-fixtures/typescript/interface/reserved-method-name/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/interface/reserved-method-name/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/interface/reserved-method-name/input.ts" end: Object { column: 0 - index: 35 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "I" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { filename: "typescript/interface/reserved-method-name/input.ts" end: Object { column: 1 - index: 34 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "typescript/interface/reserved-method-name/input.ts" end: Object { column: 1 - index: 34 line: 3 } start: Object { column: 12 - index: 12 line: 1 } } @@ -89,12 +81,10 @@ JSRoot { identifierName: "catch" end: Object { column: 9 - index: 23 line: 2 } start: Object { column: 4 - index: 18 line: 2 } } @@ -103,12 +93,10 @@ JSRoot { filename: "typescript/interface/reserved-method-name/input.ts" end: Object { column: 9 - index: 23 line: 2 } start: Object { column: 4 - index: 18 line: 2 } } @@ -118,12 +106,10 @@ JSRoot { filename: "typescript/interface/reserved-method-name/input.ts" end: Object { column: 18 - index: 32 line: 2 } start: Object { column: 4 - index: 18 line: 2 } } @@ -132,12 +118,10 @@ JSRoot { filename: "typescript/interface/reserved-method-name/input.ts" end: Object { column: 17 - index: 31 line: 2 } start: Object { column: 13 - index: 27 line: 2 } } @@ -150,12 +134,10 @@ JSRoot { filename: "typescript/interface/reserved-method-name/input.ts" end: Object { column: 17 - index: 31 line: 2 } start: Object { column: 9 - index: 23 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/interface/separators/input.test.md b/internal/js-parser/test-fixtures/typescript/interface/separators/input.test.md index e4d4a4efa79..237d3f4b90f 100644 --- a/internal/js-parser/test-fixtures/typescript/interface/separators/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/interface/separators/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/interface/separators/input.ts" end: Object { column: 0 - index: 131 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "Comma" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { filename: "typescript/interface/separators/input.ts" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "typescript/interface/separators/input.ts" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -89,12 +81,10 @@ JSRoot { identifierName: "x" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "typescript/interface/separators/input.ts" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "typescript/interface/separators/input.ts" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "typescript/interface/separators/input.ts" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -153,12 +137,10 @@ JSRoot { identifierName: "y" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -167,12 +149,10 @@ JSRoot { filename: "typescript/interface/separators/input.ts" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -183,12 +163,10 @@ JSRoot { filename: "typescript/interface/separators/input.ts" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -197,12 +175,10 @@ JSRoot { filename: "typescript/interface/separators/input.ts" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 32 - index: 32 line: 1 } } @@ -219,12 +195,10 @@ JSRoot { identifierName: "Semi" end: Object { column: 14 - index: 55 line: 2 } start: Object { column: 10 - index: 51 line: 2 } } @@ -235,12 +209,10 @@ JSRoot { filename: "typescript/interface/separators/input.ts" end: Object { column: 39 - index: 80 line: 2 } start: Object { column: 0 - index: 41 line: 2 } } @@ -249,12 +221,10 @@ JSRoot { filename: "typescript/interface/separators/input.ts" end: Object { column: 39 - index: 80 line: 2 } start: Object { column: 15 - index: 56 line: 2 } } @@ -268,12 +238,10 @@ JSRoot { identifierName: "x" end: Object { column: 18 - index: 59 line: 2 } start: Object { column: 17 - index: 58 line: 2 } } @@ -282,12 +250,10 @@ JSRoot { filename: "typescript/interface/separators/input.ts" end: Object { column: 18 - index: 59 line: 2 } start: Object { column: 17 - index: 58 line: 2 } } @@ -298,12 +264,10 @@ JSRoot { filename: "typescript/interface/separators/input.ts" end: Object { column: 27 - index: 68 line: 2 } start: Object { column: 17 - index: 58 line: 2 } } @@ -312,12 +276,10 @@ JSRoot { filename: "typescript/interface/separators/input.ts" end: Object { column: 26 - index: 67 line: 2 } start: Object { column: 20 - index: 61 line: 2 } } @@ -332,12 +294,10 @@ JSRoot { identifierName: "y" end: Object { column: 29 - index: 70 line: 2 } start: Object { column: 28 - index: 69 line: 2 } } @@ -346,12 +306,10 @@ JSRoot { filename: "typescript/interface/separators/input.ts" end: Object { column: 29 - index: 70 line: 2 } start: Object { column: 28 - index: 69 line: 2 } } @@ -362,12 +320,10 @@ JSRoot { filename: "typescript/interface/separators/input.ts" end: Object { column: 37 - index: 78 line: 2 } start: Object { column: 28 - index: 69 line: 2 } } @@ -376,12 +332,10 @@ JSRoot { filename: "typescript/interface/separators/input.ts" end: Object { column: 37 - index: 78 line: 2 } start: Object { column: 31 - index: 72 line: 2 } } @@ -398,12 +352,10 @@ JSRoot { identifierName: "Newline" end: Object { column: 17 - index: 98 line: 3 } start: Object { column: 10 - index: 91 line: 3 } } @@ -414,12 +366,10 @@ JSRoot { filename: "typescript/interface/separators/input.ts" end: Object { column: 1 - index: 130 line: 6 } start: Object { column: 0 - index: 81 line: 3 } } @@ -428,12 +378,10 @@ JSRoot { filename: "typescript/interface/separators/input.ts" end: Object { column: 1 - index: 130 line: 6 } start: Object { column: 18 - index: 99 line: 3 } } @@ -447,12 +395,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 106 line: 4 } start: Object { column: 4 - index: 105 line: 4 } } @@ -461,12 +407,10 @@ JSRoot { filename: "typescript/interface/separators/input.ts" end: Object { column: 5 - index: 106 line: 4 } start: Object { column: 4 - index: 105 line: 4 } } @@ -477,12 +421,10 @@ JSRoot { filename: "typescript/interface/separators/input.ts" end: Object { column: 13 - index: 114 line: 4 } start: Object { column: 4 - index: 105 line: 4 } } @@ -491,12 +433,10 @@ JSRoot { filename: "typescript/interface/separators/input.ts" end: Object { column: 13 - index: 114 line: 4 } start: Object { column: 7 - index: 108 line: 4 } } @@ -511,12 +451,10 @@ JSRoot { identifierName: "y" end: Object { column: 5 - index: 120 line: 5 } start: Object { column: 4 - index: 119 line: 5 } } @@ -525,12 +463,10 @@ JSRoot { filename: "typescript/interface/separators/input.ts" end: Object { column: 5 - index: 120 line: 5 } start: Object { column: 4 - index: 119 line: 5 } } @@ -541,12 +477,10 @@ JSRoot { filename: "typescript/interface/separators/input.ts" end: Object { column: 13 - index: 128 line: 5 } start: Object { column: 4 - index: 119 line: 5 } } @@ -555,12 +489,10 @@ JSRoot { filename: "typescript/interface/separators/input.ts" end: Object { column: 13 - index: 128 line: 5 } start: Object { column: 7 - index: 122 line: 5 } } diff --git a/internal/js-parser/test-fixtures/typescript/module-namespace/body-declare/input.test.md b/internal/js-parser/test-fixtures/typescript/module-namespace/body-declare/input.test.md index 9a4d45d1180..df4c4e42ba6 100644 --- a/internal/js-parser/test-fixtures/typescript/module-namespace/body-declare/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/module-namespace/body-declare/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/module-namespace/body-declare/input.ts" end: Object { column: 0 - index: 45 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "N" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "typescript/module-namespace/body-declare/input.ts" end: Object { column: 1 - index: 44 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/module-namespace/body-declare/input.ts" end: Object { column: 1 - index: 44 line: 3 } start: Object { column: 20 - index: 20 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "typescript/module-namespace/body-declare/input.ts" end: Object { column: 20 - index: 42 line: 2 } start: Object { column: 4 - index: 26 line: 2 } } @@ -99,12 +89,10 @@ JSRoot { filename: "typescript/module-namespace/body-declare/input.ts" end: Object { column: 20 - index: 42 line: 2 } start: Object { column: 4 - index: 26 line: 2 } } @@ -116,12 +104,10 @@ JSRoot { filename: "typescript/module-namespace/body-declare/input.ts" end: Object { column: 19 - index: 41 line: 2 } start: Object { column: 10 - index: 32 line: 2 } } @@ -131,12 +117,10 @@ JSRoot { filename: "typescript/module-namespace/body-declare/input.ts" end: Object { column: 19 - index: 41 line: 2 } start: Object { column: 10 - index: 32 line: 2 } } @@ -145,12 +129,10 @@ JSRoot { filename: "typescript/module-namespace/body-declare/input.ts" end: Object { column: 19 - index: 41 line: 2 } start: Object { column: 13 - index: 35 line: 2 } } @@ -162,12 +144,10 @@ JSRoot { filename: "typescript/module-namespace/body-declare/input.ts" end: Object { column: 19 - index: 41 line: 2 } start: Object { column: 10 - index: 32 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/module-namespace/body-nested-declare/input.test.md b/internal/js-parser/test-fixtures/typescript/module-namespace/body-nested-declare/input.test.md index 727b6e5f831..fb75788e624 100644 --- a/internal/js-parser/test-fixtures/typescript/module-namespace/body-nested-declare/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/module-namespace/body-nested-declare/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/module-namespace/body-nested-declare/input.ts" end: Object { column: 0 - index: 73 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "typescript/module-namespace/body-nested-declare/input.ts" end: Object { column: 1 - index: 72 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/module-namespace/body-nested-declare/input.ts" end: Object { column: 1 - index: 72 line: 5 } start: Object { column: 20 - index: 20 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "B" end: Object { column: 15 - index: 37 line: 2 } start: Object { column: 14 - index: 36 line: 2 } } @@ -101,12 +91,10 @@ JSRoot { filename: "typescript/module-namespace/body-nested-declare/input.ts" end: Object { column: 5 - index: 70 line: 4 } start: Object { column: 4 - index: 26 line: 2 } } @@ -115,12 +103,10 @@ JSRoot { filename: "typescript/module-namespace/body-nested-declare/input.ts" end: Object { column: 5 - index: 70 line: 4 } start: Object { column: 16 - index: 38 line: 2 } } @@ -130,12 +116,10 @@ JSRoot { filename: "typescript/module-namespace/body-nested-declare/input.ts" end: Object { column: 24 - index: 64 line: 3 } start: Object { column: 8 - index: 48 line: 3 } } @@ -145,12 +129,10 @@ JSRoot { filename: "typescript/module-namespace/body-nested-declare/input.ts" end: Object { column: 24 - index: 64 line: 3 } start: Object { column: 8 - index: 48 line: 3 } } @@ -162,12 +144,10 @@ JSRoot { filename: "typescript/module-namespace/body-nested-declare/input.ts" end: Object { column: 23 - index: 63 line: 3 } start: Object { column: 14 - index: 54 line: 3 } } @@ -177,12 +157,10 @@ JSRoot { filename: "typescript/module-namespace/body-nested-declare/input.ts" end: Object { column: 23 - index: 63 line: 3 } start: Object { column: 14 - index: 54 line: 3 } } @@ -191,12 +169,10 @@ JSRoot { filename: "typescript/module-namespace/body-nested-declare/input.ts" end: Object { column: 23 - index: 63 line: 3 } start: Object { column: 17 - index: 57 line: 3 } } @@ -208,12 +184,10 @@ JSRoot { filename: "typescript/module-namespace/body-nested-declare/input.ts" end: Object { column: 23 - index: 63 line: 3 } start: Object { column: 14 - index: 54 line: 3 } } diff --git a/internal/js-parser/test-fixtures/typescript/module-namespace/body-nested/input.test.md b/internal/js-parser/test-fixtures/typescript/module-namespace/body-nested/input.test.md index 86b6dd16ff1..baf31875591 100644 --- a/internal/js-parser/test-fixtures/typescript/module-namespace/body-nested/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/module-namespace/body-nested/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/module-namespace/body-nested/input.ts" end: Object { column: 0 - index: 40 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "A" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "typescript/module-namespace/body-nested/input.ts" end: Object { column: 1 - index: 39 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "typescript/module-namespace/body-nested/input.ts" end: Object { column: 1 - index: 39 line: 4 } start: Object { column: 12 - index: 12 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "B" end: Object { column: 15 - index: 29 line: 2 } start: Object { column: 14 - index: 28 line: 2 } } @@ -100,12 +90,10 @@ JSRoot { filename: "typescript/module-namespace/body-nested/input.ts" end: Object { column: 5 - index: 37 line: 3 } start: Object { column: 4 - index: 18 line: 2 } } @@ -115,12 +103,10 @@ JSRoot { filename: "typescript/module-namespace/body-nested/input.ts" end: Object { column: 5 - index: 37 line: 3 } start: Object { column: 16 - index: 30 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/module-namespace/body/input.test.md b/internal/js-parser/test-fixtures/typescript/module-namespace/body/input.test.md index c29a9e75f59..03cf80acac2 100644 --- a/internal/js-parser/test-fixtures/typescript/module-namespace/body/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/module-namespace/body/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/module-namespace/body/input.ts" end: Object { column: 0 - index: 33 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "N" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "typescript/module-namespace/body/input.ts" end: Object { column: 1 - index: 32 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "typescript/module-namespace/body/input.ts" end: Object { column: 1 - index: 32 line: 3 } start: Object { column: 12 - index: 12 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "typescript/module-namespace/body/input.ts" end: Object { column: 16 - index: 30 line: 2 } start: Object { column: 4 - index: 18 line: 2 } } @@ -98,12 +88,10 @@ JSRoot { filename: "typescript/module-namespace/body/input.ts" end: Object { column: 16 - index: 30 line: 2 } start: Object { column: 4 - index: 18 line: 2 } } @@ -116,12 +104,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 25 line: 2 } start: Object { column: 10 - index: 24 line: 2 } } @@ -130,12 +116,10 @@ JSRoot { filename: "typescript/module-namespace/body/input.ts" end: Object { column: 15 - index: 29 line: 2 } start: Object { column: 10 - index: 24 line: 2 } } @@ -146,12 +130,10 @@ JSRoot { filename: "typescript/module-namespace/body/input.ts" end: Object { column: 15 - index: 29 line: 2 } start: Object { column: 14 - index: 28 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/module-namespace/declare-shorthand/input.test.md b/internal/js-parser/test-fixtures/typescript/module-namespace/declare-shorthand/input.test.md index 36373949ab2..b8520b6efc8 100644 --- a/internal/js-parser/test-fixtures/typescript/module-namespace/declare-shorthand/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/module-namespace/declare-shorthand/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/module-namespace/declare-shorthand/input.ts" end: Object { column: 0 - index: 20 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "typescript/module-namespace/declare-shorthand/input.ts" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { filename: "typescript/module-namespace/declare-shorthand/input.ts" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/module-namespace/global-in-module/input.test.md b/internal/js-parser/test-fixtures/typescript/module-namespace/global-in-module/input.test.md index 65a303d4226..2711424ea8f 100644 --- a/internal/js-parser/test-fixtures/typescript/module-namespace/global-in-module/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/module-namespace/global-in-module/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/module-namespace/global-in-module/input.ts" end: Object { column: 0 - index: 65 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "typescript/module-namespace/global-in-module/input.ts" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "typescript/module-namespace/global-in-module/input.ts" end: Object { column: 1 - index: 64 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/module-namespace/global-in-module/input.ts" end: Object { column: 1 - index: 64 line: 5 } start: Object { column: 19 - index: 19 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "global" end: Object { column: 10 - index: 31 line: 2 } start: Object { column: 4 - index: 25 line: 2 } } @@ -102,12 +92,10 @@ JSRoot { filename: "typescript/module-namespace/global-in-module/input.ts" end: Object { column: 5 - index: 62 line: 4 } start: Object { column: 4 - index: 25 line: 2 } } @@ -116,12 +104,10 @@ JSRoot { filename: "typescript/module-namespace/global-in-module/input.ts" end: Object { column: 5 - index: 62 line: 4 } start: Object { column: 11 - index: 32 line: 2 } } @@ -131,12 +117,10 @@ JSRoot { filename: "typescript/module-namespace/global-in-module/input.ts" end: Object { column: 22 - index: 56 line: 3 } start: Object { column: 8 - index: 42 line: 3 } } @@ -146,12 +130,10 @@ JSRoot { filename: "typescript/module-namespace/global-in-module/input.ts" end: Object { column: 22 - index: 56 line: 3 } start: Object { column: 8 - index: 42 line: 3 } } @@ -163,12 +145,10 @@ JSRoot { filename: "typescript/module-namespace/global-in-module/input.ts" end: Object { column: 21 - index: 55 line: 3 } start: Object { column: 12 - index: 46 line: 3 } } @@ -178,12 +158,10 @@ JSRoot { filename: "typescript/module-namespace/global-in-module/input.ts" end: Object { column: 21 - index: 55 line: 3 } start: Object { column: 12 - index: 46 line: 3 } } @@ -192,12 +170,10 @@ JSRoot { filename: "typescript/module-namespace/global-in-module/input.ts" end: Object { column: 21 - index: 55 line: 3 } start: Object { column: 15 - index: 49 line: 3 } } @@ -209,12 +185,10 @@ JSRoot { filename: "typescript/module-namespace/global-in-module/input.ts" end: Object { column: 21 - index: 55 line: 3 } start: Object { column: 12 - index: 46 line: 3 } } diff --git a/internal/js-parser/test-fixtures/typescript/module-namespace/head-declare/input.test.md b/internal/js-parser/test-fixtures/typescript/module-namespace/head-declare/input.test.md index 3eb41e2f470..102b62c9b32 100644 --- a/internal/js-parser/test-fixtures/typescript/module-namespace/head-declare/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/module-namespace/head-declare/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/module-namespace/head-declare/input.ts" end: Object { column: 0 - index: 85 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "N" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "typescript/module-namespace/head-declare/input.ts" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { identifierName: "M" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "typescript/module-namespace/head-declare/input.ts" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "typescript/module-namespace/head-declare/input.ts" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { identifierName: "M" end: Object { column: 16 - index: 41 line: 2 } start: Object { column: 15 - index: 40 line: 2 } } @@ -136,12 +122,10 @@ JSRoot { filename: "typescript/module-namespace/head-declare/input.ts" end: Object { column: 19 - index: 44 line: 2 } start: Object { column: 0 - index: 25 line: 2 } } @@ -151,12 +135,10 @@ JSRoot { filename: "typescript/module-namespace/head-declare/input.ts" end: Object { column: 19 - index: 44 line: 2 } start: Object { column: 17 - index: 42 line: 2 } } @@ -169,12 +151,10 @@ JSRoot { filename: "typescript/module-namespace/head-declare/input.ts" end: Object { column: 18 - index: 63 line: 3 } start: Object { column: 15 - index: 60 line: 3 } } @@ -185,12 +165,10 @@ JSRoot { filename: "typescript/module-namespace/head-declare/input.ts" end: Object { column: 21 - index: 66 line: 3 } start: Object { column: 0 - index: 45 line: 3 } } @@ -200,12 +178,10 @@ JSRoot { filename: "typescript/module-namespace/head-declare/input.ts" end: Object { column: 21 - index: 66 line: 3 } start: Object { column: 19 - index: 64 line: 3 } } @@ -219,12 +195,10 @@ JSRoot { identifierName: "global" end: Object { column: 14 - index: 81 line: 4 } start: Object { column: 8 - index: 75 line: 4 } } @@ -235,12 +209,10 @@ JSRoot { filename: "typescript/module-namespace/head-declare/input.ts" end: Object { column: 17 - index: 84 line: 4 } start: Object { column: 0 - index: 67 line: 4 } } @@ -250,12 +222,10 @@ JSRoot { filename: "typescript/module-namespace/head-declare/input.ts" end: Object { column: 17 - index: 84 line: 4 } start: Object { column: 15 - index: 82 line: 4 } } diff --git a/internal/js-parser/test-fixtures/typescript/module-namespace/head-export/input.test.md b/internal/js-parser/test-fixtures/typescript/module-namespace/head-export/input.test.md index 8ceb14148f9..eb571b75b95 100644 --- a/internal/js-parser/test-fixtures/typescript/module-namespace/head-export/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/module-namespace/head-export/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/module-namespace/head-export/input.ts" end: Object { column: 0 - index: 43 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "typescript/module-namespace/head-export/input.ts" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { identifierName: "X" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "typescript/module-namespace/head-export/input.ts" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "Y" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "typescript/module-namespace/head-export/input.ts" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "typescript/module-namespace/head-export/input.ts" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "typescript/module-namespace/head-export/input.ts" end: Object { column: 18 - index: 42 line: 2 } start: Object { column: 0 - index: 24 line: 2 } } @@ -153,12 +137,10 @@ JSRoot { identifierName: "X" end: Object { column: 15 - index: 39 line: 2 } start: Object { column: 14 - index: 38 line: 2 } } @@ -167,12 +149,10 @@ JSRoot { filename: "typescript/module-namespace/head-export/input.ts" end: Object { column: 18 - index: 42 line: 2 } start: Object { column: 7 - index: 31 line: 2 } } @@ -182,12 +162,10 @@ JSRoot { filename: "typescript/module-namespace/head-export/input.ts" end: Object { column: 18 - index: 42 line: 2 } start: Object { column: 16 - index: 40 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/module-namespace/head/input.test.md b/internal/js-parser/test-fixtures/typescript/module-namespace/head/input.test.md index 07daa28b597..295828fb01f 100644 --- a/internal/js-parser/test-fixtures/typescript/module-namespace/head/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/module-namespace/head/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/module-namespace/head/input.ts" end: Object { column: 0 - index: 60 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "N" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "typescript/module-namespace/head/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/module-namespace/head/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -88,12 +80,10 @@ JSRoot { identifierName: "M" end: Object { column: 11 - index: 26 line: 2 } start: Object { column: 10 - index: 25 line: 2 } } @@ -102,12 +92,10 @@ JSRoot { filename: "typescript/module-namespace/head/input.ts" end: Object { column: 18 - index: 33 line: 2 } start: Object { column: 0 - index: 15 line: 2 } } @@ -119,12 +107,10 @@ JSRoot { identifierName: "N" end: Object { column: 13 - index: 28 line: 2 } start: Object { column: 12 - index: 27 line: 2 } } @@ -133,12 +119,10 @@ JSRoot { filename: "typescript/module-namespace/head/input.ts" end: Object { column: 18 - index: 33 line: 2 } start: Object { column: 12 - index: 27 line: 2 } } @@ -150,12 +134,10 @@ JSRoot { identifierName: "O" end: Object { column: 15 - index: 30 line: 2 } start: Object { column: 14 - index: 29 line: 2 } } @@ -164,12 +146,10 @@ JSRoot { filename: "typescript/module-namespace/head/input.ts" end: Object { column: 18 - index: 33 line: 2 } start: Object { column: 14 - index: 29 line: 2 } } @@ -179,12 +159,10 @@ JSRoot { filename: "typescript/module-namespace/head/input.ts" end: Object { column: 18 - index: 33 line: 2 } start: Object { column: 16 - index: 31 line: 2 } } @@ -200,12 +178,10 @@ JSRoot { identifierName: "M" end: Object { column: 8 - index: 42 line: 3 } start: Object { column: 7 - index: 41 line: 3 } } @@ -214,12 +190,10 @@ JSRoot { filename: "typescript/module-namespace/head/input.ts" end: Object { column: 11 - index: 45 line: 3 } start: Object { column: 0 - index: 34 line: 3 } } @@ -229,12 +203,10 @@ JSRoot { filename: "typescript/module-namespace/head/input.ts" end: Object { column: 11 - index: 45 line: 3 } start: Object { column: 9 - index: 43 line: 3 } } @@ -247,12 +219,10 @@ JSRoot { filename: "typescript/module-namespace/head/input.ts" end: Object { column: 10 - index: 56 line: 4 } start: Object { column: 7 - index: 53 line: 4 } } @@ -262,12 +232,10 @@ JSRoot { filename: "typescript/module-namespace/head/input.ts" end: Object { column: 13 - index: 59 line: 4 } start: Object { column: 0 - index: 46 line: 4 } } @@ -277,12 +245,10 @@ JSRoot { filename: "typescript/module-namespace/head/input.ts" end: Object { column: 13 - index: 59 line: 4 } start: Object { column: 11 - index: 57 line: 4 } } diff --git a/internal/js-parser/test-fixtures/typescript/module-namespace/module-new-line-error/input.test.md b/internal/js-parser/test-fixtures/typescript/module-namespace/module-new-line-error/input.test.md index a3fb75cde0b..4b9b1511812 100644 --- a/internal/js-parser/test-fixtures/typescript/module-namespace/module-new-line-error/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/module-namespace/module-new-line-error/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/module-namespace/module-new-line-error/input.ts" end: Object { column: 0 - index: 14 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 10 line: 2 } start: Object { column: 4 - index: 11 line: 2 } } @@ -61,12 +57,10 @@ JSRoot { filename: "typescript/module-namespace/module-new-line-error/input.ts" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "module" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "typescript/module-namespace/module-new-line-error/input.ts" end: Object { column: 3 - index: 10 line: 2 } start: Object { column: 0 - index: 7 line: 2 } } @@ -109,12 +99,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 3 - index: 10 line: 2 } start: Object { column: 0 - index: 7 line: 2 } } @@ -127,12 +115,10 @@ JSRoot { filename: "typescript/module-namespace/module-new-line-error/input.ts" end: Object { column: 6 - index: 13 line: 2 } start: Object { column: 4 - index: 11 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/module-namespace/module-new-line/input.test.md b/internal/js-parser/test-fixtures/typescript/module-namespace/module-new-line/input.test.md index 323706878a4..b3d63a12cc3 100644 --- a/internal/js-parser/test-fixtures/typescript/module-namespace/module-new-line/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/module-namespace/module-new-line/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/module-namespace/module-new-line/input.ts" end: Object { column: 0 - index: 14 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/module-namespace/module-new-line/input.ts" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "module" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/module-namespace/module-new-line/input.ts" end: Object { column: 3 - index: 10 line: 2 } start: Object { column: 0 - index: 7 line: 2 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 3 - index: 10 line: 2 } start: Object { column: 0 - index: 7 line: 2 } } @@ -103,12 +93,10 @@ JSRoot { filename: "typescript/module-namespace/module-new-line/input.ts" end: Object { column: 2 - index: 13 line: 3 } start: Object { column: 0 - index: 11 line: 3 } } diff --git a/internal/js-parser/test-fixtures/typescript/module-namespace/namespace-new-line-error/input.test.md b/internal/js-parser/test-fixtures/typescript/module-namespace/namespace-new-line-error/input.test.md index 44fbb8dc814..c2c0cc9414d 100644 --- a/internal/js-parser/test-fixtures/typescript/module-namespace/namespace-new-line-error/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/module-namespace/namespace-new-line-error/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/module-namespace/namespace-new-line-error/input.ts" end: Object { column: 0 - index: 17 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 3 - index: 13 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } @@ -61,12 +57,10 @@ JSRoot { filename: "typescript/module-namespace/namespace-new-line-error/input.ts" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { identifierName: "namespace" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "typescript/module-namespace/namespace-new-line-error/input.ts" end: Object { column: 3 - index: 13 line: 2 } start: Object { column: 0 - index: 10 line: 2 } } @@ -109,12 +99,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 3 - index: 13 line: 2 } start: Object { column: 0 - index: 10 line: 2 } } @@ -127,12 +115,10 @@ JSRoot { filename: "typescript/module-namespace/namespace-new-line-error/input.ts" end: Object { column: 6 - index: 16 line: 2 } start: Object { column: 4 - index: 14 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/module-namespace/namespace-new-line/input.test.md b/internal/js-parser/test-fixtures/typescript/module-namespace/namespace-new-line/input.test.md index 32e95040539..1671129d09b 100644 --- a/internal/js-parser/test-fixtures/typescript/module-namespace/namespace-new-line/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/module-namespace/namespace-new-line/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/module-namespace/namespace-new-line/input.ts" end: Object { column: 0 - index: 17 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/module-namespace/namespace-new-line/input.ts" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "namespace" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/module-namespace/namespace-new-line/input.ts" end: Object { column: 3 - index: 13 line: 2 } start: Object { column: 0 - index: 10 line: 2 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 3 - index: 13 line: 2 } start: Object { column: 0 - index: 10 line: 2 } } @@ -103,12 +93,10 @@ JSRoot { filename: "typescript/module-namespace/namespace-new-line/input.ts" end: Object { column: 2 - index: 16 line: 3 } start: Object { column: 0 - index: 14 line: 3 } } diff --git a/internal/js-parser/test-fixtures/typescript/module-namespace/top-level-await/input.test.md b/internal/js-parser/test-fixtures/typescript/module-namespace/top-level-await/input.test.md index 8dcf831454e..a6064be8247 100644 --- a/internal/js-parser/test-fixtures/typescript/module-namespace/top-level-await/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/module-namespace/top-level-await/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/module-namespace/top-level-await/input.ts" end: Object { column: 0 - index: 40 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "N" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "typescript/module-namespace/top-level-await/input.ts" end: Object { column: 1 - index: 39 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "typescript/module-namespace/top-level-await/input.ts" end: Object { column: 1 - index: 39 line: 3 } start: Object { column: 12 - index: 12 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "typescript/module-namespace/top-level-await/input.ts" end: Object { column: 23 - index: 37 line: 2 } start: Object { column: 4 - index: 18 line: 2 } } @@ -98,12 +88,10 @@ JSRoot { filename: "typescript/module-namespace/top-level-await/input.ts" end: Object { column: 23 - index: 37 line: 2 } start: Object { column: 4 - index: 18 line: 2 } } @@ -116,12 +104,10 @@ JSRoot { identifierName: "x" end: Object { column: 11 - index: 25 line: 2 } start: Object { column: 10 - index: 24 line: 2 } } @@ -130,12 +116,10 @@ JSRoot { filename: "typescript/module-namespace/top-level-await/input.ts" end: Object { column: 22 - index: 36 line: 2 } start: Object { column: 10 - index: 24 line: 2 } } @@ -144,12 +128,10 @@ JSRoot { filename: "typescript/module-namespace/top-level-await/input.ts" end: Object { column: 22 - index: 36 line: 2 } start: Object { column: 14 - index: 28 line: 2 } } @@ -160,12 +142,10 @@ JSRoot { filename: "typescript/module-namespace/top-level-await/input.ts" end: Object { column: 22 - index: 36 line: 2 } start: Object { column: 20 - index: 34 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/optional-chaining/type-arguments/input.test.md b/internal/js-parser/test-fixtures/typescript/optional-chaining/type-arguments/input.test.md index 7f4539518f2..3f572b32976 100644 --- a/internal/js-parser/test-fixtures/typescript/optional-chaining/type-arguments/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/optional-chaining/type-arguments/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/optional-chaining/type-arguments/input.ts" end: Object { column: 0 - index: 31 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/optional-chaining/type-arguments/input.ts" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "typescript/optional-chaining/type-arguments/input.ts" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -66,12 +60,10 @@ JSRoot { filename: "typescript/optional-chaining/type-arguments/input.ts" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -81,12 +73,10 @@ JSRoot { filename: "typescript/optional-chaining/type-arguments/input.ts" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "typescript/optional-chaining/type-arguments/input.ts" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { identifierName: "greet" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { identifierName: "greet" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -146,12 +130,10 @@ JSRoot { filename: "typescript/optional-chaining/type-arguments/input.ts" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -162,12 +144,10 @@ JSRoot { identifierName: "example" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -180,12 +160,10 @@ JSRoot { identifierName: "inner" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -195,12 +173,10 @@ JSRoot { identifierName: "inner" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/regression/async-arrow-generic-9560/input.test.md b/internal/js-parser/test-fixtures/typescript/regression/async-arrow-generic-9560/input.test.md index 5c4efaa93dc..e209bca4916 100644 --- a/internal/js-parser/test-fixtures/typescript/regression/async-arrow-generic-9560/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/regression/async-arrow-generic-9560/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/regression/async-arrow-generic-9560/input.ts" end: Object { column: 1 - index: 80 line: 8 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "Cl" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "typescript/regression/async-arrow-generic-9560/input.ts" end: Object { column: 1 - index: 80 line: 8 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "typescript/regression/async-arrow-generic-9560/input.ts" end: Object { column: 1 - index: 80 line: 8 } start: Object { column: 0 - index: 0 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { identifierName: "a" end: Object { column: 3 - index: 14 line: 2 } start: Object { column: 2 - index: 13 line: 2 } } @@ -105,12 +95,10 @@ JSRoot { filename: "typescript/regression/async-arrow-generic-9560/input.ts" end: Object { column: 3 - index: 14 line: 2 } start: Object { column: 2 - index: 13 line: 2 } } @@ -120,12 +108,10 @@ JSRoot { filename: "typescript/regression/async-arrow-generic-9560/input.ts" end: Object { column: 3 - index: 49 line: 4 } start: Object { column: 6 - index: 17 line: 2 } } @@ -140,12 +126,10 @@ JSRoot { filename: "typescript/regression/async-arrow-generic-9560/input.ts" end: Object { column: 19 - index: 30 line: 2 } start: Object { column: 6 - index: 17 line: 2 } } @@ -154,12 +138,10 @@ JSRoot { filename: "typescript/regression/async-arrow-generic-9560/input.ts" end: Object { column: 14 - index: 25 line: 2 } start: Object { column: 11 - index: 22 line: 2 } } @@ -172,12 +154,10 @@ JSRoot { filename: "typescript/regression/async-arrow-generic-9560/input.ts" end: Object { column: 13 - index: 24 line: 2 } start: Object { column: 12 - index: 23 line: 2 } } @@ -191,12 +171,10 @@ JSRoot { filename: "typescript/regression/async-arrow-generic-9560/input.ts" end: Object { column: 3 - index: 49 line: 4 } start: Object { column: 20 - index: 31 line: 2 } } @@ -206,12 +184,10 @@ JSRoot { filename: "typescript/regression/async-arrow-generic-9560/input.ts" end: Object { column: 12 - index: 45 line: 3 } start: Object { column: 4 - index: 37 line: 3 } } @@ -220,12 +196,10 @@ JSRoot { filename: "typescript/regression/async-arrow-generic-9560/input.ts" end: Object { column: 11 - index: 44 line: 3 } start: Object { column: 4 - index: 37 line: 3 } } @@ -236,12 +210,10 @@ JSRoot { filename: "typescript/regression/async-arrow-generic-9560/input.ts" end: Object { column: 11 - index: 44 line: 3 } start: Object { column: 10 - index: 43 line: 3 } } @@ -257,12 +229,10 @@ JSRoot { filename: "typescript/regression/async-arrow-generic-9560/input.ts" end: Object { column: 4 - index: 50 line: 4 } start: Object { column: 2 - index: 13 line: 2 } } @@ -275,19 +245,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 13 line: 2 } loc: Object { filename: "typescript/regression/async-arrow-generic-9560/input.ts" end: Object { column: 3 - index: 14 line: 2 } start: Object { column: 2 - index: 13 line: 2 } } @@ -302,12 +269,10 @@ JSRoot { identifierName: "b" end: Object { column: 3 - index: 55 line: 6 } start: Object { column: 2 - index: 54 line: 6 } } @@ -316,12 +281,10 @@ JSRoot { filename: "typescript/regression/async-arrow-generic-9560/input.ts" end: Object { column: 3 - index: 55 line: 6 } start: Object { column: 2 - index: 54 line: 6 } } @@ -331,12 +294,10 @@ JSRoot { filename: "typescript/regression/async-arrow-generic-9560/input.ts" end: Object { column: 3 - index: 77 line: 7 } start: Object { column: 6 - index: 58 line: 6 } } @@ -347,12 +308,10 @@ JSRoot { filename: "typescript/regression/async-arrow-generic-9560/input.ts" end: Object { column: 3 - index: 77 line: 7 } start: Object { column: 20 - index: 72 line: 6 } } @@ -368,12 +327,10 @@ JSRoot { filename: "typescript/regression/async-arrow-generic-9560/input.ts" end: Object { column: 19 - index: 71 line: 6 } start: Object { column: 6 - index: 58 line: 6 } } @@ -382,12 +339,10 @@ JSRoot { filename: "typescript/regression/async-arrow-generic-9560/input.ts" end: Object { column: 14 - index: 66 line: 6 } start: Object { column: 11 - index: 63 line: 6 } } @@ -400,12 +355,10 @@ JSRoot { filename: "typescript/regression/async-arrow-generic-9560/input.ts" end: Object { column: 13 - index: 65 line: 6 } start: Object { column: 12 - index: 64 line: 6 } } @@ -420,12 +373,10 @@ JSRoot { filename: "typescript/regression/async-arrow-generic-9560/input.ts" end: Object { column: 4 - index: 78 line: 7 } start: Object { column: 2 - index: 54 line: 6 } } @@ -438,19 +389,16 @@ JSRoot { typeAnnotation: undefined start: Object { column: 2 - index: 54 line: 6 } loc: Object { filename: "typescript/regression/async-arrow-generic-9560/input.ts" end: Object { column: 3 - index: 55 line: 6 } start: Object { column: 2 - index: 54 line: 6 } } diff --git a/internal/js-parser/test-fixtures/typescript/regression/comments-disappearing/input.test.md b/internal/js-parser/test-fixtures/typescript/regression/comments-disappearing/input.test.md index aea5a7e3f7c..f02dde52fc0 100644 --- a/internal/js-parser/test-fixtures/typescript/regression/comments-disappearing/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/regression/comments-disappearing/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/regression/comments-disappearing/input.ts" end: Object { column: 0 - index: 71 line: 7 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "typescript/regression/comments-disappearing/input.ts" end: Object { column: 10 - index: 28 line: 2 } start: Object { column: 4 - index: 22 line: 2 } } @@ -55,12 +51,10 @@ JSRoot { filename: "typescript/regression/comments-disappearing/input.ts" end: Object { column: 10 - index: 39 line: 3 } start: Object { column: 4 - index: 33 line: 3 } } @@ -72,12 +66,10 @@ JSRoot { filename: "typescript/regression/comments-disappearing/input.ts" end: Object { column: 12 - index: 52 line: 4 } start: Object { column: 4 - index: 44 line: 4 } } @@ -89,12 +81,10 @@ JSRoot { filename: "typescript/regression/comments-disappearing/input.ts" end: Object { column: 1 - index: 70 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { filename: "typescript/regression/comments-disappearing/input.ts" end: Object { column: 1 - index: 70 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { identifierName: "fun" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "typescript/regression/comments-disappearing/input.ts" end: Object { column: 1 - index: 70 line: 6 } start: Object { column: 4 - index: 4 line: 1 } } @@ -150,12 +134,10 @@ JSRoot { filename: "typescript/regression/comments-disappearing/input.ts" end: Object { column: 1 - index: 70 line: 6 } start: Object { column: 10 - index: 10 line: 1 } } @@ -170,12 +152,10 @@ JSRoot { filename: "typescript/regression/comments-disappearing/input.ts" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -186,12 +166,10 @@ JSRoot { filename: "typescript/regression/comments-disappearing/input.ts" end: Object { column: 1 - index: 70 line: 6 } start: Object { column: 16 - index: 16 line: 1 } } @@ -206,12 +184,10 @@ JSRoot { filename: "typescript/regression/comments-disappearing/input.ts" end: Object { column: 15 - index: 68 line: 5 } start: Object { column: 4 - index: 57 line: 5 } } @@ -223,12 +199,10 @@ JSRoot { filename: "typescript/regression/comments-disappearing/input.ts" end: Object { column: 13 - index: 66 line: 5 } start: Object { column: 12 - index: 65 line: 5 } } diff --git a/internal/js-parser/test-fixtures/typescript/regression/destructuring-in-function-type/input.test.md b/internal/js-parser/test-fixtures/typescript/regression/destructuring-in-function-type/input.test.md index 0eaf687ff25..9e2e6004653 100644 --- a/internal/js-parser/test-fixtures/typescript/regression/destructuring-in-function-type/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/regression/destructuring-in-function-type/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/regression/destructuring-in-function-type/input.ts" end: Object { column: 0 - index: 76 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "MyType" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "typescript/regression/destructuring-in-function-type/input.ts" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/regression/destructuring-in-function-type/input.ts" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "typescript/regression/destructuring-in-function-type/input.ts" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "typescript/regression/destructuring-in-function-type/input.ts" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "typescript/regression/destructuring-in-function-type/input.ts" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { filename: "typescript/regression/destructuring-in-function-type/input.ts" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } @@ -145,12 +129,10 @@ JSRoot { filename: "typescript/regression/destructuring-in-function-type/input.ts" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -166,12 +148,10 @@ JSRoot { identifierName: "theme" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -180,12 +160,10 @@ JSRoot { filename: "typescript/regression/destructuring-in-function-type/input.ts" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -197,12 +175,10 @@ JSRoot { identifierName: "theme" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -211,12 +187,10 @@ JSRoot { filename: "typescript/regression/destructuring-in-function-type/input.ts" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -235,12 +209,10 @@ JSRoot { identifierName: "AnotherType" end: Object { column: 16 - index: 55 line: 3 } start: Object { column: 5 - index: 44 line: 3 } } @@ -250,12 +222,10 @@ JSRoot { filename: "typescript/regression/destructuring-in-function-type/input.ts" end: Object { column: 36 - index: 75 line: 3 } start: Object { column: 0 - index: 39 line: 3 } } @@ -264,12 +234,10 @@ JSRoot { filename: "typescript/regression/destructuring-in-function-type/input.ts" end: Object { column: 36 - index: 75 line: 3 } start: Object { column: 19 - index: 58 line: 3 } } @@ -278,12 +246,10 @@ JSRoot { filename: "typescript/regression/destructuring-in-function-type/input.ts" end: Object { column: 36 - index: 75 line: 3 } start: Object { column: 33 - index: 72 line: 3 } } @@ -295,12 +261,10 @@ JSRoot { filename: "typescript/regression/destructuring-in-function-type/input.ts" end: Object { column: 36 - index: 75 line: 3 } start: Object { column: 19 - index: 58 line: 3 } } @@ -311,12 +275,10 @@ JSRoot { filename: "typescript/regression/destructuring-in-function-type/input.ts" end: Object { column: 23 - index: 62 line: 3 } start: Object { column: 20 - index: 59 line: 3 } } @@ -326,12 +288,10 @@ JSRoot { filename: "typescript/regression/destructuring-in-function-type/input.ts" end: Object { column: 28 - index: 67 line: 3 } start: Object { column: 20 - index: 59 line: 3 } } @@ -340,12 +300,10 @@ JSRoot { filename: "typescript/regression/destructuring-in-function-type/input.ts" end: Object { column: 28 - index: 67 line: 3 } start: Object { column: 25 - index: 64 line: 3 } } @@ -359,12 +317,10 @@ JSRoot { identifierName: "a" end: Object { column: 22 - index: 61 line: 3 } start: Object { column: 21 - index: 60 line: 3 } } @@ -375,12 +331,10 @@ JSRoot { filename: "typescript/regression/destructuring-in-function-type/input.ts" end: Object { column: 22 - index: 61 line: 3 } start: Object { column: 21 - index: 60 line: 3 } } diff --git a/internal/js-parser/test-fixtures/typescript/regression/is-default-export/input.test.md b/internal/js-parser/test-fixtures/typescript/regression/is-default-export/input.test.md index 2241c04b9c1..2c3fabfa696 100644 --- a/internal/js-parser/test-fixtures/typescript/regression/is-default-export/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/regression/is-default-export/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/regression/is-default-export/input.ts" end: Object { column: 0 - index: 63 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "typescript/regression/is-default-export/input.ts" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { identifierName: "T" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { filename: "typescript/regression/is-default-export/input.ts" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { filename: "typescript/regression/is-default-export/input.ts" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { filename: "typescript/regression/is-default-export/input.ts" end: Object { column: 16 - index: 40 line: 2 } start: Object { column: 0 - index: 24 line: 2 } } @@ -121,12 +109,10 @@ JSRoot { identifierName: "E" end: Object { column: 13 - index: 37 line: 2 } start: Object { column: 12 - index: 36 line: 2 } } @@ -137,12 +123,10 @@ JSRoot { filename: "typescript/regression/is-default-export/input.ts" end: Object { column: 16 - index: 40 line: 2 } start: Object { column: 7 - index: 31 line: 2 } } @@ -155,12 +139,10 @@ JSRoot { filename: "typescript/regression/is-default-export/input.ts" end: Object { column: 21 - index: 62 line: 3 } start: Object { column: 0 - index: 41 line: 3 } } @@ -172,12 +154,10 @@ JSRoot { identifierName: "I" end: Object { column: 18 - index: 59 line: 3 } start: Object { column: 17 - index: 58 line: 3 } } @@ -188,12 +168,10 @@ JSRoot { filename: "typescript/regression/is-default-export/input.ts" end: Object { column: 21 - index: 62 line: 3 } start: Object { column: 7 - index: 48 line: 3 } } @@ -203,12 +181,10 @@ JSRoot { filename: "typescript/regression/is-default-export/input.ts" end: Object { column: 21 - index: 62 line: 3 } start: Object { column: 19 - index: 60 line: 3 } } diff --git a/internal/js-parser/test-fixtures/typescript/regression/issue-7742/input.test.md b/internal/js-parser/test-fixtures/typescript/regression/issue-7742/input.test.md index 8620ba3b04a..fe304e1808b 100644 --- a/internal/js-parser/test-fixtures/typescript/regression/issue-7742/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/regression/issue-7742/input.test.md @@ -25,12 +25,10 @@ JSRoot { filename: "typescript/regression/issue-7742/input.tsx" end: Object { column: 0 - index: 41 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -43,12 +41,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -58,12 +54,10 @@ JSRoot { filename: "typescript/regression/issue-7742/input.tsx" end: Object { column: 1 - index: 40 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "typescript/regression/issue-7742/input.tsx" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -90,12 +82,10 @@ JSRoot { filename: "typescript/regression/issue-7742/input.tsx" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { filename: "typescript/regression/issue-7742/input.tsx" end: Object { column: 1 - index: 40 line: 3 } start: Object { column: 17 - index: 17 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "typescript/regression/issue-7742/input.tsx" end: Object { column: 19 - index: 38 line: 2 } start: Object { column: 4 - index: 23 line: 2 } } @@ -137,12 +123,10 @@ JSRoot { filename: "typescript/regression/issue-7742/input.tsx" end: Object { column: 18 - index: 37 line: 2 } start: Object { column: 17 - index: 36 line: 2 } } @@ -153,12 +137,10 @@ JSRoot { identifierName: "T" end: Object { column: 18 - index: 37 line: 2 } start: Object { column: 17 - index: 36 line: 2 } } @@ -170,12 +152,10 @@ JSRoot { filename: "typescript/regression/issue-7742/input.tsx" end: Object { column: 18 - index: 37 line: 2 } start: Object { column: 4 - index: 23 line: 2 } } @@ -184,12 +164,10 @@ JSRoot { filename: "typescript/regression/issue-7742/input.tsx" end: Object { column: 7 - index: 26 line: 2 } start: Object { column: 4 - index: 23 line: 2 } } @@ -202,12 +180,10 @@ JSRoot { filename: "typescript/regression/issue-7742/input.tsx" end: Object { column: 6 - index: 25 line: 2 } start: Object { column: 5 - index: 24 line: 2 } } @@ -222,12 +198,10 @@ JSRoot { identifierName: "bar" end: Object { column: 11 - index: 30 line: 2 } start: Object { column: 8 - index: 27 line: 2 } } @@ -237,12 +211,10 @@ JSRoot { filename: "typescript/regression/issue-7742/input.tsx" end: Object { column: 14 - index: 33 line: 2 } start: Object { column: 8 - index: 27 line: 2 } } @@ -252,12 +224,10 @@ JSRoot { filename: "typescript/regression/issue-7742/input.tsx" end: Object { column: 14 - index: 33 line: 2 } start: Object { column: 13 - index: 32 line: 2 } } @@ -268,12 +238,10 @@ JSRoot { identifierName: "G" end: Object { column: 14 - index: 33 line: 2 } start: Object { column: 13 - index: 32 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/regression/less-than-edge-case/input.test.md b/internal/js-parser/test-fixtures/typescript/regression/less-than-edge-case/input.test.md index d3f654e051f..34d087bd1df 100644 --- a/internal/js-parser/test-fixtures/typescript/regression/less-than-edge-case/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/regression/less-than-edge-case/input.test.md @@ -25,12 +25,10 @@ JSRoot { filename: "typescript/regression/less-than-edge-case/input.tsx" end: Object { column: 1 - index: 58 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { filename: "typescript/regression/less-than-edge-case/input.tsx" end: Object { column: 1 - index: 58 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { filename: "typescript/regression/less-than-edge-case/input.tsx" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { identifierName: "i" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -89,12 +81,10 @@ JSRoot { filename: "typescript/regression/less-than-edge-case/input.tsx" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -107,12 +97,10 @@ JSRoot { identifierName: "i" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { filename: "typescript/regression/less-than-edge-case/input.tsx" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "typescript/regression/less-than-edge-case/input.tsx" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -156,12 +140,10 @@ JSRoot { filename: "typescript/regression/less-than-edge-case/input.tsx" end: Object { column: 1 - index: 58 line: 3 } start: Object { column: 45 - index: 45 line: 1 } } @@ -171,12 +153,10 @@ JSRoot { filename: "typescript/regression/less-than-edge-case/input.tsx" end: Object { column: 9 - index: 56 line: 2 } start: Object { column: 4 - index: 51 line: 2 } } @@ -185,12 +165,10 @@ JSRoot { filename: "typescript/regression/less-than-edge-case/input.tsx" end: Object { column: 8 - index: 55 line: 2 } start: Object { column: 4 - index: 51 line: 2 } } @@ -201,12 +179,10 @@ JSRoot { identifierName: "x" end: Object { column: 5 - index: 52 line: 2 } start: Object { column: 4 - index: 51 line: 2 } } @@ -219,12 +195,10 @@ JSRoot { identifierName: "i" end: Object { column: 7 - index: 54 line: 2 } start: Object { column: 6 - index: 53 line: 2 } } @@ -240,12 +214,10 @@ JSRoot { filename: "typescript/regression/less-than-edge-case/input.tsx" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -256,12 +228,10 @@ JSRoot { identifierName: "i" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -271,12 +241,10 @@ JSRoot { filename: "typescript/regression/less-than-edge-case/input.tsx" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -288,12 +256,10 @@ JSRoot { identifierName: "bar" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -303,12 +269,10 @@ JSRoot { identifierName: "bar" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -318,12 +282,10 @@ JSRoot { filename: "typescript/regression/less-than-edge-case/input.tsx" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -334,12 +296,10 @@ JSRoot { identifierName: "require" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -351,12 +311,10 @@ JSRoot { filename: "typescript/regression/less-than-edge-case/input.tsx" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/tsx/anonymous-function-generator-invalid/input.test.md b/internal/js-parser/test-fixtures/typescript/tsx/anonymous-function-generator-invalid/input.test.md index 9422fbce3aa..19d1c5a1423 100644 --- a/internal/js-parser/test-fixtures/typescript/tsx/anonymous-function-generator-invalid/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/tsx/anonymous-function-generator-invalid/input.test.md @@ -24,12 +24,10 @@ JSRoot { filename: "typescript/tsx/anonymous-function-generator-invalid/input.tsx" end: Object { column: 0 - index: 69 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +50,10 @@ JSRoot { sourceText: undefined end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { filename: "typescript/tsx/anonymous-function-generator-invalid/input.tsx" end: Object { column: 10 - index: 66 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +78,10 @@ JSRoot { filename: "typescript/tsx/anonymous-function-generator-invalid/input.tsx" end: Object { column: 10 - index: 66 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -102,12 +94,10 @@ JSRoot { identifierName: "fn" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "typescript/tsx/anonymous-function-generator-invalid/input.tsx" end: Object { column: 10 - index: 66 line: 2 } start: Object { column: 6 - index: 6 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "typescript/tsx/anonymous-function-generator-invalid/input.tsx" end: Object { column: 10 - index: 66 line: 2 } start: Object { column: 11 - index: 11 line: 1 } } @@ -152,12 +138,10 @@ JSRoot { filename: "typescript/tsx/anonymous-function-generator-invalid/input.tsx" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -169,12 +153,10 @@ JSRoot { identifierName: "" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -185,12 +167,10 @@ JSRoot { filename: "typescript/tsx/anonymous-function-generator-invalid/input.tsx" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -203,12 +183,10 @@ JSRoot { identifierName: "" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -219,12 +197,10 @@ JSRoot { filename: "typescript/tsx/anonymous-function-generator-invalid/input.tsx" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -238,12 +214,10 @@ JSRoot { filename: "typescript/tsx/anonymous-function-generator-invalid/input.tsx" end: Object { column: 10 - index: 66 line: 2 } start: Object { column: 24 - index: 24 line: 1 } } @@ -253,12 +227,10 @@ JSRoot { filename: "typescript/tsx/anonymous-function-generator-invalid/input.tsx" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -268,12 +240,10 @@ JSRoot { filename: "typescript/tsx/anonymous-function-generator-invalid/input.tsx" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -284,12 +254,10 @@ JSRoot { filename: "typescript/tsx/anonymous-function-generator-invalid/input.tsx" end: Object { column: 10 - index: 66 line: 2 } start: Object { column: 45 - index: 45 line: 1 } } @@ -300,12 +268,10 @@ JSRoot { filename: "typescript/tsx/anonymous-function-generator-invalid/input.tsx" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 46 - index: 46 line: 1 } } @@ -317,12 +283,10 @@ JSRoot { filename: "typescript/tsx/anonymous-function-generator-invalid/input.tsx" end: Object { column: 9 - index: 65 line: 2 } start: Object { column: 45 - index: 45 line: 1 } } @@ -333,12 +297,10 @@ JSRoot { filename: "typescript/tsx/anonymous-function-generator-invalid/input.tsx" end: Object { column: 54 - index: 54 line: 1 } start: Object { column: 53 - index: 53 line: 1 } } @@ -348,12 +310,10 @@ JSRoot { filename: "typescript/tsx/anonymous-function-generator-invalid/input.tsx" end: Object { column: 9 - index: 65 line: 2 } start: Object { column: 54 - index: 54 line: 1 } } @@ -363,12 +323,10 @@ JSRoot { filename: "typescript/tsx/anonymous-function-generator-invalid/input.tsx" end: Object { column: 9 - index: 65 line: 2 } start: Object { column: 2 - index: 58 line: 2 } } @@ -379,12 +337,10 @@ JSRoot { filename: "typescript/tsx/anonymous-function-generator-invalid/input.tsx" end: Object { column: 9 - index: 65 line: 2 } start: Object { column: 8 - index: 64 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/tsx/anonymous-function-generator/input.test.md b/internal/js-parser/test-fixtures/typescript/tsx/anonymous-function-generator/input.test.md index 23b7761dba6..1ac21c38a0d 100644 --- a/internal/js-parser/test-fixtures/typescript/tsx/anonymous-function-generator/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/tsx/anonymous-function-generator/input.test.md @@ -24,12 +24,10 @@ JSRoot { filename: "typescript/tsx/anonymous-function-generator/input.tsx" end: Object { column: 0 - index: 69 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +50,10 @@ JSRoot { sourceText: undefined end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { filename: "typescript/tsx/anonymous-function-generator/input.tsx" end: Object { column: 10 - index: 66 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +78,10 @@ JSRoot { filename: "typescript/tsx/anonymous-function-generator/input.tsx" end: Object { column: 10 - index: 66 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -102,12 +94,10 @@ JSRoot { identifierName: "fn" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { filename: "typescript/tsx/anonymous-function-generator/input.tsx" end: Object { column: 10 - index: 66 line: 2 } start: Object { column: 6 - index: 6 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "typescript/tsx/anonymous-function-generator/input.tsx" end: Object { column: 10 - index: 66 line: 2 } start: Object { column: 11 - index: 11 line: 1 } } @@ -152,12 +138,10 @@ JSRoot { filename: "typescript/tsx/anonymous-function-generator/input.tsx" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -169,12 +153,10 @@ JSRoot { identifierName: "" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -185,12 +167,10 @@ JSRoot { filename: "typescript/tsx/anonymous-function-generator/input.tsx" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -204,12 +184,10 @@ JSRoot { filename: "typescript/tsx/anonymous-function-generator/input.tsx" end: Object { column: 10 - index: 66 line: 2 } start: Object { column: 22 - index: 22 line: 1 } } @@ -219,12 +197,10 @@ JSRoot { filename: "typescript/tsx/anonymous-function-generator/input.tsx" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -234,12 +210,10 @@ JSRoot { filename: "typescript/tsx/anonymous-function-generator/input.tsx" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -250,12 +224,10 @@ JSRoot { filename: "typescript/tsx/anonymous-function-generator/input.tsx" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -265,12 +237,10 @@ JSRoot { filename: "typescript/tsx/anonymous-function-generator/input.tsx" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -281,12 +251,10 @@ JSRoot { filename: "typescript/tsx/anonymous-function-generator/input.tsx" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -296,12 +264,10 @@ JSRoot { filename: "typescript/tsx/anonymous-function-generator/input.tsx" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -312,12 +278,10 @@ JSRoot { filename: "typescript/tsx/anonymous-function-generator/input.tsx" end: Object { column: 10 - index: 66 line: 2 } start: Object { column: 45 - index: 45 line: 1 } } @@ -328,12 +292,10 @@ JSRoot { filename: "typescript/tsx/anonymous-function-generator/input.tsx" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 46 - index: 46 line: 1 } } @@ -345,12 +307,10 @@ JSRoot { filename: "typescript/tsx/anonymous-function-generator/input.tsx" end: Object { column: 9 - index: 65 line: 2 } start: Object { column: 45 - index: 45 line: 1 } } @@ -361,12 +321,10 @@ JSRoot { filename: "typescript/tsx/anonymous-function-generator/input.tsx" end: Object { column: 54 - index: 54 line: 1 } start: Object { column: 53 - index: 53 line: 1 } } @@ -376,12 +334,10 @@ JSRoot { filename: "typescript/tsx/anonymous-function-generator/input.tsx" end: Object { column: 9 - index: 65 line: 2 } start: Object { column: 54 - index: 54 line: 1 } } @@ -391,12 +347,10 @@ JSRoot { filename: "typescript/tsx/anonymous-function-generator/input.tsx" end: Object { column: 9 - index: 65 line: 2 } start: Object { column: 2 - index: 58 line: 2 } } @@ -407,12 +361,10 @@ JSRoot { filename: "typescript/tsx/anonymous-function-generator/input.tsx" end: Object { column: 9 - index: 65 line: 2 } start: Object { column: 8 - index: 64 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/tsx/brace-is-block/input.test.md b/internal/js-parser/test-fixtures/typescript/tsx/brace-is-block/input.test.md index 5cba1e83289..4821d83d407 100644 --- a/internal/js-parser/test-fixtures/typescript/tsx/brace-is-block/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/tsx/brace-is-block/input.test.md @@ -24,12 +24,10 @@ JSRoot { filename: "typescript/tsx/brace-is-block/input.tsx" end: Object { column: 0 - index: 128 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -41,12 +39,10 @@ JSRoot { filename: "typescript/tsx/brace-is-block/input.tsx" end: Object { column: 98 - index: 98 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { identifierName: "C" end: Object { column: 7 - index: 106 line: 2 } start: Object { column: 6 - index: 105 line: 2 } } @@ -77,12 +71,10 @@ JSRoot { filename: "typescript/tsx/brace-is-block/input.tsx" end: Object { column: 23 - index: 122 line: 2 } start: Object { column: 0 - index: 99 line: 2 } } @@ -95,12 +87,10 @@ JSRoot { filename: "typescript/tsx/brace-is-block/input.tsx" end: Object { column: 23 - index: 122 line: 2 } start: Object { column: 0 - index: 99 line: 2 } } @@ -111,12 +101,10 @@ JSRoot { identifierName: "D" end: Object { column: 17 - index: 116 line: 2 } start: Object { column: 16 - index: 115 line: 2 } } @@ -126,12 +114,10 @@ JSRoot { filename: "typescript/tsx/brace-is-block/input.tsx" end: Object { column: 20 - index: 119 line: 2 } start: Object { column: 17 - index: 116 line: 2 } } @@ -142,12 +128,10 @@ JSRoot { filename: "typescript/tsx/brace-is-block/input.tsx" end: Object { column: 19 - index: 118 line: 2 } start: Object { column: 18 - index: 117 line: 2 } } @@ -158,12 +142,10 @@ JSRoot { identifierName: "T" end: Object { column: 19 - index: 118 line: 2 } start: Object { column: 18 - index: 117 line: 2 } } @@ -178,12 +160,10 @@ JSRoot { filename: "typescript/tsx/brace-is-block/input.tsx" end: Object { column: 4 - index: 127 line: 3 } start: Object { column: 0 - index: 123 line: 3 } } @@ -194,12 +174,10 @@ JSRoot { filename: "typescript/tsx/brace-is-block/input.tsx" end: Object { column: 2 - index: 125 line: 3 } start: Object { column: 1 - index: 124 line: 3 } } @@ -212,12 +190,10 @@ JSRoot { filename: "typescript/tsx/brace-is-block/input.tsx" end: Object { column: 4 - index: 127 line: 3 } start: Object { column: 0 - index: 123 line: 3 } } diff --git a/internal/js-parser/test-fixtures/typescript/tsx/type-arguments/input.test.md b/internal/js-parser/test-fixtures/typescript/tsx/type-arguments/input.test.md index eaaae756758..285e9861eb8 100644 --- a/internal/js-parser/test-fixtures/typescript/tsx/type-arguments/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/tsx/type-arguments/input.test.md @@ -25,12 +25,10 @@ JSRoot { filename: "typescript/tsx/type-arguments/input.tsx" end: Object { column: 14 - index: 34 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { filename: "typescript/tsx/type-arguments/input.tsx" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "typescript/tsx/type-arguments/input.tsx" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -71,12 +65,10 @@ JSRoot { identifierName: "f" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "typescript/tsx/type-arguments/input.tsx" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "typescript/tsx/type-arguments/input.tsx" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { identifierName: "T" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -138,12 +124,10 @@ JSRoot { filename: "typescript/tsx/type-arguments/input.tsx" end: Object { column: 11 - index: 19 line: 2 } start: Object { column: 0 - index: 8 line: 2 } } @@ -154,12 +138,10 @@ JSRoot { filename: "typescript/tsx/type-arguments/input.tsx" end: Object { column: 10 - index: 18 line: 2 } start: Object { column: 0 - index: 8 line: 2 } } @@ -170,12 +152,10 @@ JSRoot { identifierName: "C" end: Object { column: 5 - index: 13 line: 2 } start: Object { column: 4 - index: 12 line: 2 } } @@ -185,12 +165,10 @@ JSRoot { filename: "typescript/tsx/type-arguments/input.tsx" end: Object { column: 8 - index: 16 line: 2 } start: Object { column: 5 - index: 13 line: 2 } } @@ -201,12 +179,10 @@ JSRoot { filename: "typescript/tsx/type-arguments/input.tsx" end: Object { column: 7 - index: 15 line: 2 } start: Object { column: 6 - index: 14 line: 2 } } @@ -217,12 +193,10 @@ JSRoot { identifierName: "T" end: Object { column: 7 - index: 15 line: 2 } start: Object { column: 6 - index: 14 line: 2 } } @@ -240,12 +214,10 @@ JSRoot { identifierName: "A" end: Object { column: 6 - index: 26 line: 3 } start: Object { column: 5 - index: 25 line: 3 } } @@ -255,12 +227,10 @@ JSRoot { filename: "typescript/tsx/type-arguments/input.tsx" end: Object { column: 14 - index: 34 line: 3 } start: Object { column: 0 - index: 20 line: 3 } } @@ -269,12 +239,10 @@ JSRoot { filename: "typescript/tsx/type-arguments/input.tsx" end: Object { column: 13 - index: 33 line: 3 } start: Object { column: 9 - index: 29 line: 3 } } @@ -285,12 +253,10 @@ JSRoot { identifierName: "T" end: Object { column: 10 - index: 30 line: 3 } start: Object { column: 9 - index: 29 line: 3 } } @@ -300,12 +266,10 @@ JSRoot { filename: "typescript/tsx/type-arguments/input.tsx" end: Object { column: 13 - index: 33 line: 3 } start: Object { column: 10 - index: 30 line: 3 } } @@ -316,12 +280,10 @@ JSRoot { filename: "typescript/tsx/type-arguments/input.tsx" end: Object { column: 12 - index: 32 line: 3 } start: Object { column: 11 - index: 31 line: 3 } } @@ -332,12 +294,10 @@ JSRoot { identifierName: "T" end: Object { column: 12 - index: 32 line: 3 } start: Object { column: 11 - index: 31 line: 3 } } diff --git a/internal/js-parser/test-fixtures/typescript/tsx/type-parameters/input.test.md b/internal/js-parser/test-fixtures/typescript/tsx/type-parameters/input.test.md index 80e6ecfd2be..be9f3469da4 100644 --- a/internal/js-parser/test-fixtures/typescript/tsx/type-parameters/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/tsx/type-parameters/input.test.md @@ -25,12 +25,10 @@ JSRoot { filename: "typescript/tsx/type-parameters/input.tsx" end: Object { column: 0 - index: 33 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -43,12 +41,10 @@ JSRoot { identifierName: "f" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -57,12 +53,10 @@ JSRoot { filename: "typescript/tsx/type-parameters/input.tsx" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -73,12 +67,10 @@ JSRoot { filename: "typescript/tsx/type-parameters/input.tsx" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 30 - index: 30 line: 1 } } @@ -95,12 +87,10 @@ JSRoot { filename: "typescript/tsx/type-parameters/input.tsx" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "typescript/tsx/type-parameters/input.tsx" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "typescript/tsx/type-parameters/input.tsx" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -140,12 +126,10 @@ JSRoot { filename: "typescript/tsx/type-parameters/input.tsx" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -154,12 +138,10 @@ JSRoot { filename: "typescript/tsx/type-parameters/input.tsx" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -172,12 +154,10 @@ JSRoot { filename: "typescript/tsx/type-parameters/input.tsx" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 15 - index: 15 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/type-alias/declare/input.test.md b/internal/js-parser/test-fixtures/typescript/type-alias/declare/input.test.md index 24819e1a623..d85d45ef450 100644 --- a/internal/js-parser/test-fixtures/typescript/type-alias/declare/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/type-alias/declare/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/type-alias/declare/input.ts" end: Object { column: 0 - index: 25 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "T" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { filename: "typescript/type-alias/declare/input.ts" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "typescript/type-alias/declare/input.ts" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/type-alias/export/input.test.md b/internal/js-parser/test-fixtures/typescript/type-alias/export/input.test.md index ce46d775ab6..ddc8cc56f45 100644 --- a/internal/js-parser/test-fixtures/typescript/type-alias/export/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/type-alias/export/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/type-alias/export/input.ts" end: Object { column: 0 - index: 63 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "typescript/type-alias/export/input.ts" end: Object { column: 38 - index: 62 line: 2 } start: Object { column: 0 - index: 24 line: 2 } } @@ -58,12 +54,10 @@ JSRoot { filename: "typescript/type-alias/export/input.ts" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -75,12 +69,10 @@ JSRoot { identifierName: "T" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -91,12 +83,10 @@ JSRoot { filename: "typescript/type-alias/export/input.ts" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -105,12 +95,10 @@ JSRoot { filename: "typescript/type-alias/export/input.ts" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/type-alias/generic-complex-tokens-true/input.test.md b/internal/js-parser/test-fixtures/typescript/type-alias/generic-complex-tokens-true/input.test.md index 0f315a65c4b..546a1ae0610 100644 --- a/internal/js-parser/test-fixtures/typescript/type-alias/generic-complex-tokens-true/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/type-alias/generic-complex-tokens-true/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/type-alias/generic-complex-tokens-true/input.ts" end: Object { column: 0 - index: 53 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "T" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "typescript/type-alias/generic-complex-tokens-true/input.ts" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "typescript/type-alias/generic-complex-tokens-true/input.ts" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 43 - index: 43 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { identifierName: "Array" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 43 - index: 43 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "typescript/type-alias/generic-complex-tokens-true/input.ts" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 48 - index: 48 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "typescript/type-alias/generic-complex-tokens-true/input.ts" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 49 - index: 49 line: 1 } } @@ -131,12 +117,10 @@ JSRoot { identifierName: "U" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 49 - index: 49 line: 1 } } @@ -150,12 +134,10 @@ JSRoot { filename: "typescript/type-alias/generic-complex-tokens-true/input.ts" end: Object { column: 40 - index: 40 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -166,12 +148,10 @@ JSRoot { filename: "typescript/type-alias/generic-complex-tokens-true/input.ts" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -180,12 +160,10 @@ JSRoot { filename: "typescript/type-alias/generic-complex-tokens-true/input.ts" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -195,12 +173,10 @@ JSRoot { filename: "typescript/type-alias/generic-complex-tokens-true/input.ts" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -214,12 +190,10 @@ JSRoot { identifierName: "x" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -228,12 +202,10 @@ JSRoot { filename: "typescript/type-alias/generic-complex-tokens-true/input.ts" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -244,12 +216,10 @@ JSRoot { filename: "typescript/type-alias/generic-complex-tokens-true/input.ts" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -258,12 +228,10 @@ JSRoot { filename: "typescript/type-alias/generic-complex-tokens-true/input.ts" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/type-alias/generic/input.test.md b/internal/js-parser/test-fixtures/typescript/type-alias/generic/input.test.md index 1b2cdef336d..4612b94c931 100644 --- a/internal/js-parser/test-fixtures/typescript/type-alias/generic/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/type-alias/generic/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/type-alias/generic/input.ts" end: Object { column: 0 - index: 15 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "T" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "typescript/type-alias/generic/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/type-alias/generic/input.ts" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -85,12 +77,10 @@ JSRoot { identifierName: "U" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "typescript/type-alias/generic/input.ts" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -119,12 +107,10 @@ JSRoot { filename: "typescript/type-alias/generic/input.ts" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/type-alias/plain/input.test.md b/internal/js-parser/test-fixtures/typescript/type-alias/plain/input.test.md index c3ae8126efe..c0774e0ec5b 100644 --- a/internal/js-parser/test-fixtures/typescript/type-alias/plain/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/type-alias/plain/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/type-alias/plain/input.ts" end: Object { column: 0 - index: 17 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "T" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "typescript/type-alias/plain/input.ts" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/type-alias/plain/input.ts" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/type-arguments/call/input.test.md b/internal/js-parser/test-fixtures/typescript/type-arguments/call/input.test.md index 71cf1c99262..261b7a72c91 100644 --- a/internal/js-parser/test-fixtures/typescript/type-arguments/call/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/type-arguments/call/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/type-arguments/call/input.ts" end: Object { column: 0 - index: 19 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/type-arguments/call/input.ts" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "typescript/type-arguments/call/input.ts" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "f" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "typescript/type-arguments/call/input.ts" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "typescript/type-arguments/call/input.ts" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { identifierName: "T" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -135,12 +121,10 @@ JSRoot { filename: "typescript/type-arguments/call/input.ts" end: Object { column: 10 - index: 18 line: 2 } start: Object { column: 0 - index: 8 line: 2 } } @@ -150,12 +134,10 @@ JSRoot { filename: "typescript/type-arguments/call/input.ts" end: Object { column: 9 - index: 17 line: 2 } start: Object { column: 0 - index: 8 line: 2 } } @@ -166,12 +148,10 @@ JSRoot { identifierName: "f" end: Object { column: 1 - index: 9 line: 2 } start: Object { column: 0 - index: 8 line: 2 } } @@ -181,12 +161,10 @@ JSRoot { filename: "typescript/type-arguments/call/input.ts" end: Object { column: 7 - index: 15 line: 2 } start: Object { column: 1 - index: 9 line: 2 } } @@ -197,12 +175,10 @@ JSRoot { filename: "typescript/type-arguments/call/input.ts" end: Object { column: 3 - index: 11 line: 2 } start: Object { column: 2 - index: 10 line: 2 } } @@ -213,12 +189,10 @@ JSRoot { identifierName: "T" end: Object { column: 3 - index: 11 line: 2 } start: Object { column: 2 - index: 10 line: 2 } } @@ -230,12 +204,10 @@ JSRoot { filename: "typescript/type-arguments/call/input.ts" end: Object { column: 6 - index: 14 line: 2 } start: Object { column: 5 - index: 13 line: 2 } } @@ -246,12 +218,10 @@ JSRoot { identifierName: "U" end: Object { column: 6 - index: 14 line: 2 } start: Object { column: 5 - index: 13 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/type-arguments/empty/input.test.md b/internal/js-parser/test-fixtures/typescript/type-arguments/empty/input.test.md index efac8fb66f4..c912d8c9a32 100644 --- a/internal/js-parser/test-fixtures/typescript/type-arguments/empty/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/type-arguments/empty/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/type-arguments/empty/input.ts" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/type-arguments/empty/input.ts" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "typescript/type-arguments/empty/input.ts" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { filename: "typescript/type-arguments/empty/input.ts" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { identifierName: "foo" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/type-arguments/new-false-positive-2/input.test.md b/internal/js-parser/test-fixtures/typescript/type-arguments/new-false-positive-2/input.test.md index 5187fe496e7..792dbba5ef9 100644 --- a/internal/js-parser/test-fixtures/typescript/type-arguments/new-false-positive-2/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/type-arguments/new-false-positive-2/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/type-arguments/new-false-positive-2/input.ts" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "typescript/type-arguments/new-false-positive-2/input.ts" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -77,12 +71,10 @@ JSRoot { filename: "typescript/type-arguments/new-false-positive-2/input.ts" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { identifierName: "A" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "typescript/type-arguments/new-false-positive-2/input.ts" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { filename: "typescript/type-arguments/new-false-positive-2/input.ts" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -140,12 +126,10 @@ JSRoot { identifierName: "T" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/type-arguments/new-false-positive/input.test.md b/internal/js-parser/test-fixtures/typescript/type-arguments/new-false-positive/input.test.md index 7d0225051c7..c882dffa144 100644 --- a/internal/js-parser/test-fixtures/typescript/type-arguments/new-false-positive/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/type-arguments/new-false-positive/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/type-arguments/new-false-positive/input.ts" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/type-arguments/new-false-positive/input.ts" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "typescript/type-arguments/new-false-positive/input.ts" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { identifierName: "T" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "typescript/type-arguments/new-false-positive/input.ts" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { identifierName: "A" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/type-arguments/new/input.test.md b/internal/js-parser/test-fixtures/typescript/type-arguments/new/input.test.md index 5f194e44839..4f92f490071 100644 --- a/internal/js-parser/test-fixtures/typescript/type-arguments/new/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/type-arguments/new/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/type-arguments/new/input.ts" end: Object { column: 0 - index: 27 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/type-arguments/new/input.ts" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { filename: "typescript/type-arguments/new/input.ts" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { identifierName: "C" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "typescript/type-arguments/new/input.ts" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "typescript/type-arguments/new/input.ts" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { identifierName: "T" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { filename: "typescript/type-arguments/new/input.ts" end: Object { column: 14 - index: 26 line: 2 } start: Object { column: 0 - index: 12 line: 2 } } @@ -152,12 +136,10 @@ JSRoot { filename: "typescript/type-arguments/new/input.ts" end: Object { column: 13 - index: 25 line: 2 } start: Object { column: 0 - index: 12 line: 2 } } @@ -168,12 +150,10 @@ JSRoot { identifierName: "C" end: Object { column: 5 - index: 17 line: 2 } start: Object { column: 4 - index: 16 line: 2 } } @@ -183,12 +163,10 @@ JSRoot { filename: "typescript/type-arguments/new/input.ts" end: Object { column: 11 - index: 23 line: 2 } start: Object { column: 5 - index: 17 line: 2 } } @@ -199,12 +177,10 @@ JSRoot { filename: "typescript/type-arguments/new/input.ts" end: Object { column: 7 - index: 19 line: 2 } start: Object { column: 6 - index: 18 line: 2 } } @@ -215,12 +191,10 @@ JSRoot { identifierName: "T" end: Object { column: 7 - index: 19 line: 2 } start: Object { column: 6 - index: 18 line: 2 } } @@ -232,12 +206,10 @@ JSRoot { filename: "typescript/type-arguments/new/input.ts" end: Object { column: 10 - index: 22 line: 2 } start: Object { column: 9 - index: 21 line: 2 } } @@ -248,12 +220,10 @@ JSRoot { identifierName: "U" end: Object { column: 10 - index: 22 line: 2 } start: Object { column: 9 - index: 21 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/type-arguments/tagged-template-no-asi/input.test.md b/internal/js-parser/test-fixtures/typescript/type-arguments/tagged-template-no-asi/input.test.md index 3ec9b372e4c..3b4d26507bd 100644 --- a/internal/js-parser/test-fixtures/typescript/type-arguments/tagged-template-no-asi/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/type-arguments/tagged-template-no-asi/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/type-arguments/tagged-template-no-asi/input.ts" end: Object { column: 0 - index: 12 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/type-arguments/tagged-template-no-asi/input.ts" end: Object { column: 2 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "typescript/type-arguments/tagged-template-no-asi/input.ts" end: Object { column: 2 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "typescript/type-arguments/tagged-template-no-asi/input.ts" end: Object { column: 2 - index: 11 line: 2 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { identifierName: "C" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "typescript/type-arguments/tagged-template-no-asi/input.ts" end: Object { column: 2 - index: 11 line: 2 } start: Object { column: 0 - index: 9 line: 2 } } @@ -118,12 +106,10 @@ JSRoot { filename: "typescript/type-arguments/tagged-template-no-asi/input.ts" end: Object { column: 1 - index: 10 line: 2 } start: Object { column: 1 - index: 10 line: 2 } } @@ -135,12 +121,10 @@ JSRoot { filename: "typescript/type-arguments/tagged-template-no-asi/input.ts" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -151,12 +135,10 @@ JSRoot { filename: "typescript/type-arguments/tagged-template-no-asi/input.ts" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -167,12 +149,10 @@ JSRoot { identifierName: "T" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/type-arguments/tagged-template/input.test.md b/internal/js-parser/test-fixtures/typescript/type-arguments/tagged-template/input.test.md index d19a5e73b89..ca3c32f488c 100644 --- a/internal/js-parser/test-fixtures/typescript/type-arguments/tagged-template/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/type-arguments/tagged-template/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/type-arguments/tagged-template/input.ts" end: Object { column: 0 - index: 8 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/type-arguments/tagged-template/input.ts" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -51,12 +47,10 @@ JSRoot { filename: "typescript/type-arguments/tagged-template/input.ts" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -67,12 +61,10 @@ JSRoot { identifierName: "f" end: Object { column: 1 - index: 1 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -83,12 +75,10 @@ JSRoot { filename: "typescript/type-arguments/tagged-template/input.ts" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "typescript/type-arguments/tagged-template/input.ts" end: Object { column: 5 - index: 5 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "typescript/type-arguments/tagged-template/input.ts" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "typescript/type-arguments/tagged-template/input.ts" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -150,12 +134,10 @@ JSRoot { identifierName: "T" end: Object { column: 3 - index: 3 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/type-arguments/tsx/input.test.md b/internal/js-parser/test-fixtures/typescript/type-arguments/tsx/input.test.md index e2382935326..102cce01697 100644 --- a/internal/js-parser/test-fixtures/typescript/type-arguments/tsx/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/type-arguments/tsx/input.test.md @@ -25,12 +25,10 @@ JSRoot { filename: "typescript/type-arguments/tsx/input.tsx" end: Object { column: 0 - index: 31 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { filename: "typescript/type-arguments/tsx/input.tsx" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -56,12 +52,10 @@ JSRoot { filename: "typescript/type-arguments/tsx/input.tsx" end: Object { column: 2 - index: 2 line: 1 } start: Object { column: 1 - index: 1 line: 1 } } @@ -73,12 +67,10 @@ JSRoot { filename: "typescript/type-arguments/tsx/input.tsx" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { filename: "typescript/type-arguments/tsx/input.tsx" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 2 - index: 2 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "typescript/type-arguments/tsx/input.tsx" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 3 - index: 3 line: 1 } } @@ -121,12 +109,10 @@ JSRoot { filename: "typescript/type-arguments/tsx/input.tsx" end: Object { column: 13 - index: 30 line: 2 } start: Object { column: 0 - index: 17 line: 2 } } @@ -137,12 +123,10 @@ JSRoot { filename: "typescript/type-arguments/tsx/input.tsx" end: Object { column: 2 - index: 19 line: 2 } start: Object { column: 1 - index: 18 line: 2 } } @@ -154,12 +138,10 @@ JSRoot { filename: "typescript/type-arguments/tsx/input.tsx" end: Object { column: 12 - index: 29 line: 2 } start: Object { column: 0 - index: 17 line: 2 } } @@ -168,12 +150,10 @@ JSRoot { filename: "typescript/type-arguments/tsx/input.tsx" end: Object { column: 10 - index: 27 line: 2 } start: Object { column: 2 - index: 19 line: 2 } } @@ -183,12 +163,10 @@ JSRoot { filename: "typescript/type-arguments/tsx/input.tsx" end: Object { column: 9 - index: 26 line: 2 } start: Object { column: 3 - index: 20 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/type-arguments/whitespace/input.test.md b/internal/js-parser/test-fixtures/typescript/type-arguments/whitespace/input.test.md index 3406178f38c..f4870d18f12 100644 --- a/internal/js-parser/test-fixtures/typescript/type-arguments/whitespace/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/type-arguments/whitespace/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/type-arguments/whitespace/input.ts" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "f" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "typescript/type-arguments/whitespace/input.ts" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "typescript/type-arguments/whitespace/input.ts" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "typescript/type-arguments/whitespace/input.ts" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -106,12 +96,10 @@ JSRoot { filename: "typescript/type-arguments/whitespace/input.ts" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -124,12 +112,10 @@ JSRoot { filename: "typescript/type-arguments/whitespace/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/types/array/input.test.md b/internal/js-parser/test-fixtures/typescript/types/array/input.test.md index 9e4cdf8207c..ec8c71a21f2 100644 --- a/internal/js-parser/test-fixtures/typescript/types/array/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/types/array/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/types/array/input.ts" end: Object { column: 0 - index: 21 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/types/array/input.ts" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "typescript/types/array/input.ts" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/types/array/input.ts" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "typescript/types/array/input.ts" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "typescript/types/array/input.ts" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -112,12 +100,10 @@ JSRoot { filename: "typescript/types/array/input.ts" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -126,12 +112,10 @@ JSRoot { filename: "typescript/types/array/input.ts" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -145,12 +129,10 @@ JSRoot { filename: "typescript/types/array/input.ts" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/types/conditional-infer/input.test.md b/internal/js-parser/test-fixtures/typescript/types/conditional-infer/input.test.md index ef6e01b2d5b..035c4f1dd3c 100644 --- a/internal/js-parser/test-fixtures/typescript/types/conditional-infer/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/types/conditional-infer/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/types/conditional-infer/input.ts" end: Object { column: 0 - index: 49 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "Element" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "typescript/types/conditional-infer/input.ts" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -68,12 +62,10 @@ JSRoot { filename: "typescript/types/conditional-infer/input.ts" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { filename: "typescript/types/conditional-infer/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -103,12 +93,10 @@ JSRoot { filename: "typescript/types/conditional-infer/input.ts" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "typescript/types/conditional-infer/input.ts" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { identifierName: "T" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -151,12 +135,10 @@ JSRoot { filename: "typescript/types/conditional-infer/input.ts" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 46 - index: 46 line: 1 } } @@ -167,12 +149,10 @@ JSRoot { identifierName: "T" end: Object { column: 47 - index: 47 line: 1 } start: Object { column: 46 - index: 46 line: 1 } } @@ -184,12 +164,10 @@ JSRoot { filename: "typescript/types/conditional-infer/input.ts" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -200,12 +178,10 @@ JSRoot { identifierName: "U" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -216,12 +192,10 @@ JSRoot { filename: "typescript/types/conditional-infer/input.ts" end: Object { column: 39 - index: 39 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -230,12 +204,10 @@ JSRoot { filename: "typescript/types/conditional-infer/input.ts" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -244,12 +216,10 @@ JSRoot { filename: "typescript/types/conditional-infer/input.ts" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -259,12 +229,10 @@ JSRoot { filename: "typescript/types/conditional-infer/input.ts" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/types/conditional/input.test.md b/internal/js-parser/test-fixtures/typescript/types/conditional/input.test.md index f4988dddfd4..a6dde829903 100644 --- a/internal/js-parser/test-fixtures/typescript/types/conditional/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/types/conditional/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/types/conditional/input.ts" end: Object { column: 0 - index: 47 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/types/conditional/input.ts" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "typescript/types/conditional/input.ts" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/types/conditional/input.ts" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "typescript/types/conditional/input.ts" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "typescript/types/conditional/input.ts" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -112,12 +100,10 @@ JSRoot { filename: "typescript/types/conditional/input.ts" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -127,12 +113,10 @@ JSRoot { filename: "typescript/types/conditional/input.ts" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -142,12 +126,10 @@ JSRoot { filename: "typescript/types/conditional/input.ts" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 41 - index: 41 line: 1 } } @@ -157,12 +139,10 @@ JSRoot { filename: "typescript/types/conditional/input.ts" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -175,12 +155,10 @@ JSRoot { filename: "typescript/types/conditional/input.ts" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/types/function-generic/input.test.md b/internal/js-parser/test-fixtures/typescript/types/function-generic/input.test.md index 8d95c51b1a0..aac2c053068 100644 --- a/internal/js-parser/test-fixtures/typescript/types/function-generic/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/types/function-generic/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/types/function-generic/input.ts" end: Object { column: 0 - index: 23 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/types/function-generic/input.ts" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "typescript/types/function-generic/input.ts" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/types/function-generic/input.ts" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "typescript/types/function-generic/input.ts" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "typescript/types/function-generic/input.ts" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -113,12 +101,10 @@ JSRoot { filename: "typescript/types/function-generic/input.ts" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -129,12 +115,10 @@ JSRoot { identifierName: "T" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -146,12 +130,10 @@ JSRoot { filename: "typescript/types/function-generic/input.ts" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -160,12 +142,10 @@ JSRoot { filename: "typescript/types/function-generic/input.ts" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -178,12 +158,10 @@ JSRoot { filename: "typescript/types/function-generic/input.ts" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -198,12 +176,10 @@ JSRoot { identifierName: "a" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -213,12 +189,10 @@ JSRoot { filename: "typescript/types/function-generic/input.ts" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -228,12 +202,10 @@ JSRoot { filename: "typescript/types/function-generic/input.ts" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -244,12 +216,10 @@ JSRoot { identifierName: "T" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -267,12 +237,10 @@ JSRoot { filename: "typescript/types/function-generic/input.ts" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/types/function-in-generic/input.test.md b/internal/js-parser/test-fixtures/typescript/types/function-in-generic/input.test.md index 077e0599df2..6eb0a71d59e 100644 --- a/internal/js-parser/test-fixtures/typescript/types/function-in-generic/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/types/function-in-generic/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/types/function-in-generic/input.ts" end: Object { column: 0 - index: 26 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/types/function-in-generic/input.ts" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "typescript/types/function-in-generic/input.ts" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/types/function-in-generic/input.ts" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "typescript/types/function-in-generic/input.ts" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "typescript/types/function-in-generic/input.ts" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { identifierName: "Array" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -129,12 +115,10 @@ JSRoot { filename: "typescript/types/function-in-generic/input.ts" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -144,12 +128,10 @@ JSRoot { filename: "typescript/types/function-in-generic/input.ts" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -158,12 +140,10 @@ JSRoot { filename: "typescript/types/function-in-generic/input.ts" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -176,12 +156,10 @@ JSRoot { filename: "typescript/types/function-in-generic/input.ts" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -197,12 +175,10 @@ JSRoot { filename: "typescript/types/function-in-generic/input.ts" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/types/function-with-this/input.test.md b/internal/js-parser/test-fixtures/typescript/types/function-with-this/input.test.md index 25cb2c85064..cd9b8a5edc7 100644 --- a/internal/js-parser/test-fixtures/typescript/types/function-with-this/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/types/function-with-this/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/types/function-with-this/input.ts" end: Object { column: 0 - index: 31 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/types/function-with-this/input.ts" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "typescript/types/function-with-this/input.ts" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/types/function-with-this/input.ts" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "typescript/types/function-with-this/input.ts" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "typescript/types/function-with-this/input.ts" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -112,12 +100,10 @@ JSRoot { filename: "typescript/types/function-with-this/input.ts" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -129,12 +115,10 @@ JSRoot { filename: "typescript/types/function-with-this/input.ts" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -146,12 +130,10 @@ JSRoot { identifierName: "this" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -161,12 +143,10 @@ JSRoot { filename: "typescript/types/function-with-this/input.ts" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -175,12 +155,10 @@ JSRoot { filename: "typescript/types/function-with-this/input.ts" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -197,12 +175,10 @@ JSRoot { filename: "typescript/types/function-with-this/input.ts" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/types/function/input.test.md b/internal/js-parser/test-fixtures/typescript/types/function/input.test.md index eeee9616fff..c605b495f02 100644 --- a/internal/js-parser/test-fixtures/typescript/types/function/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/types/function/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/types/function/input.ts" end: Object { column: 0 - index: 56 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/types/function/input.ts" end: Object { column: 55 - index: 55 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "typescript/types/function/input.ts" end: Object { column: 55 - index: 55 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/types/function/input.ts" end: Object { column: 54 - index: 54 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "typescript/types/function/input.ts" end: Object { column: 54 - index: 54 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "typescript/types/function/input.ts" end: Object { column: 54 - index: 54 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -112,12 +100,10 @@ JSRoot { filename: "typescript/types/function/input.ts" end: Object { column: 54 - index: 54 line: 1 } start: Object { column: 50 - index: 50 line: 1 } } @@ -128,12 +114,10 @@ JSRoot { filename: "typescript/types/function/input.ts" end: Object { column: 54 - index: 54 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -144,12 +128,10 @@ JSRoot { identifierName: "c" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -159,12 +141,10 @@ JSRoot { filename: "typescript/types/function/input.ts" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 34 - index: 34 line: 1 } } @@ -173,12 +153,10 @@ JSRoot { filename: "typescript/types/function/input.ts" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -187,12 +165,10 @@ JSRoot { filename: "typescript/types/function/input.ts" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 37 - index: 37 line: 1 } } @@ -208,12 +184,10 @@ JSRoot { identifierName: "a" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -223,12 +197,10 @@ JSRoot { filename: "typescript/types/function/input.ts" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -237,12 +209,10 @@ JSRoot { filename: "typescript/types/function/input.ts" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -256,12 +226,10 @@ JSRoot { identifierName: "b" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -271,12 +239,10 @@ JSRoot { filename: "typescript/types/function/input.ts" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -285,12 +251,10 @@ JSRoot { filename: "typescript/types/function/input.ts" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -307,12 +271,10 @@ JSRoot { filename: "typescript/types/function/input.ts" end: Object { column: 54 - index: 54 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/types/import-type-declaration-error/input.test.md b/internal/js-parser/test-fixtures/typescript/types/import-type-declaration-error/input.test.md index 7c66274af4f..4b855b3887f 100644 --- a/internal/js-parser/test-fixtures/typescript/types/import-type-declaration-error/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/types/import-type-declaration-error/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/types/import-type-declaration-error/input.ts" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -39,12 +37,10 @@ JSRoot { filename: "typescript/types/import-type-declaration-error/input.ts" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "typescript/types/import-type-declaration-error/input.ts" end: Object { column: 50 - index: 50 line: 1 } start: Object { column: 42 - index: 42 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/types/import-type-declaration-error/input.ts" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -86,12 +78,10 @@ JSRoot { identifierName: "FooDefault" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -101,12 +91,10 @@ JSRoot { filename: "typescript/types/import-type-declaration-error/input.ts" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "typescript/types/import-type-declaration-error/input.ts" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { identifierName: "Bar" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -152,12 +136,10 @@ JSRoot { identifierName: "Bar" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -167,12 +149,10 @@ JSRoot { filename: "typescript/types/import-type-declaration-error/input.ts" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -183,12 +163,10 @@ JSRoot { filename: "typescript/types/import-type-declaration-error/input.ts" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -199,12 +177,10 @@ JSRoot { identifierName: "Baz" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -217,12 +193,10 @@ JSRoot { identifierName: "Baz" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -232,12 +206,10 @@ JSRoot { filename: "typescript/types/import-type-declaration-error/input.ts" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/types/import-type-declaration/input.test.md b/internal/js-parser/test-fixtures/typescript/types/import-type-declaration/input.test.md index e0635516c6b..763fca62fa2 100644 --- a/internal/js-parser/test-fixtures/typescript/types/import-type-declaration/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/types/import-type-declaration/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/types/import-type-declaration/input.ts" end: Object { column: 0 - index: 100 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { filename: "typescript/types/import-type-declaration/input.ts" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "typescript/types/import-type-declaration/input.ts" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "typescript/types/import-type-declaration/input.ts" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -87,12 +79,10 @@ JSRoot { identifierName: "T" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "typescript/types/import-type-declaration/input.ts" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "typescript/types/import-type-declaration/input.ts" end: Object { column: 34 - index: 62 line: 2 } start: Object { column: 0 - index: 28 line: 2 } } @@ -137,12 +123,10 @@ JSRoot { filename: "typescript/types/import-type-declaration/input.ts" end: Object { column: 33 - index: 61 line: 2 } start: Object { column: 26 - index: 54 line: 2 } } @@ -153,12 +137,10 @@ JSRoot { filename: "typescript/types/import-type-declaration/input.ts" end: Object { column: 15 - index: 43 line: 2 } start: Object { column: 14 - index: 42 line: 2 } } @@ -169,12 +151,10 @@ JSRoot { identifierName: "A" end: Object { column: 15 - index: 43 line: 2 } start: Object { column: 14 - index: 42 line: 2 } } @@ -187,12 +167,10 @@ JSRoot { identifierName: "A" end: Object { column: 15 - index: 43 line: 2 } start: Object { column: 14 - index: 42 line: 2 } } @@ -202,12 +180,10 @@ JSRoot { filename: "typescript/types/import-type-declaration/input.ts" end: Object { column: 15 - index: 43 line: 2 } start: Object { column: 14 - index: 42 line: 2 } } @@ -218,12 +194,10 @@ JSRoot { filename: "typescript/types/import-type-declaration/input.ts" end: Object { column: 18 - index: 46 line: 2 } start: Object { column: 17 - index: 45 line: 2 } } @@ -234,12 +208,10 @@ JSRoot { identifierName: "B" end: Object { column: 18 - index: 46 line: 2 } start: Object { column: 17 - index: 45 line: 2 } } @@ -252,12 +224,10 @@ JSRoot { identifierName: "B" end: Object { column: 18 - index: 46 line: 2 } start: Object { column: 17 - index: 45 line: 2 } } @@ -267,12 +237,10 @@ JSRoot { filename: "typescript/types/import-type-declaration/input.ts" end: Object { column: 18 - index: 46 line: 2 } start: Object { column: 17 - index: 45 line: 2 } } @@ -288,12 +256,10 @@ JSRoot { filename: "typescript/types/import-type-declaration/input.ts" end: Object { column: 36 - index: 99 line: 3 } start: Object { column: 0 - index: 63 line: 3 } } @@ -303,12 +269,10 @@ JSRoot { filename: "typescript/types/import-type-declaration/input.ts" end: Object { column: 35 - index: 98 line: 3 } start: Object { column: 28 - index: 91 line: 3 } } @@ -318,12 +282,10 @@ JSRoot { filename: "typescript/types/import-type-declaration/input.ts" end: Object { column: 22 - index: 85 line: 3 } start: Object { column: 0 - index: 63 line: 3 } } @@ -335,12 +297,10 @@ JSRoot { identifierName: "Types" end: Object { column: 22 - index: 85 line: 3 } start: Object { column: 17 - index: 80 line: 3 } } @@ -350,12 +310,10 @@ JSRoot { filename: "typescript/types/import-type-declaration/input.ts" end: Object { column: 22 - index: 85 line: 3 } start: Object { column: 17 - index: 80 line: 3 } } diff --git a/internal/js-parser/test-fixtures/typescript/types/import-type-dynamic/input.test.md b/internal/js-parser/test-fixtures/typescript/types/import-type-dynamic/input.test.md index d6e6c824588..338162ba660 100644 --- a/internal/js-parser/test-fixtures/typescript/types/import-type-dynamic/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/types/import-type-dynamic/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/types/import-type-dynamic/input.ts" end: Object { column: 0 - index: 90 line: 4 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/types/import-type-dynamic/input.ts" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "typescript/types/import-type-dynamic/input.ts" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/types/import-type-dynamic/input.ts" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "typescript/types/import-type-dynamic/input.ts" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "typescript/types/import-type-dynamic/input.ts" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { filename: "typescript/types/import-type-dynamic/input.ts" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -129,12 +115,10 @@ JSRoot { filename: "typescript/types/import-type-dynamic/input.ts" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 21 - index: 21 line: 1 } } @@ -148,12 +132,10 @@ JSRoot { filename: "typescript/types/import-type-dynamic/input.ts" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -166,12 +148,10 @@ JSRoot { filename: "typescript/types/import-type-dynamic/input.ts" end: Object { column: 23 - index: 52 line: 2 } start: Object { column: 0 - index: 29 line: 2 } } @@ -181,12 +161,10 @@ JSRoot { filename: "typescript/types/import-type-dynamic/input.ts" end: Object { column: 23 - index: 52 line: 2 } start: Object { column: 0 - index: 29 line: 2 } } @@ -198,12 +176,10 @@ JSRoot { filename: "typescript/types/import-type-dynamic/input.ts" end: Object { column: 22 - index: 51 line: 2 } start: Object { column: 4 - index: 33 line: 2 } } @@ -213,12 +189,10 @@ JSRoot { filename: "typescript/types/import-type-dynamic/input.ts" end: Object { column: 22 - index: 51 line: 2 } start: Object { column: 4 - index: 33 line: 2 } } @@ -228,12 +202,10 @@ JSRoot { filename: "typescript/types/import-type-dynamic/input.ts" end: Object { column: 22 - index: 51 line: 2 } start: Object { column: 7 - index: 36 line: 2 } } @@ -243,12 +215,10 @@ JSRoot { filename: "typescript/types/import-type-dynamic/input.ts" end: Object { column: 19 - index: 48 line: 2 } start: Object { column: 14 - index: 43 line: 2 } } @@ -260,12 +230,10 @@ JSRoot { identifierName: "Y" end: Object { column: 22 - index: 51 line: 2 } start: Object { column: 21 - index: 50 line: 2 } } @@ -278,12 +246,10 @@ JSRoot { filename: "typescript/types/import-type-dynamic/input.ts" end: Object { column: 22 - index: 51 line: 2 } start: Object { column: 4 - index: 33 line: 2 } } @@ -296,12 +262,10 @@ JSRoot { filename: "typescript/types/import-type-dynamic/input.ts" end: Object { column: 36 - index: 89 line: 3 } start: Object { column: 0 - index: 53 line: 3 } } @@ -311,12 +275,10 @@ JSRoot { filename: "typescript/types/import-type-dynamic/input.ts" end: Object { column: 36 - index: 89 line: 3 } start: Object { column: 0 - index: 53 line: 3 } } @@ -328,12 +290,10 @@ JSRoot { filename: "typescript/types/import-type-dynamic/input.ts" end: Object { column: 35 - index: 88 line: 3 } start: Object { column: 4 - index: 57 line: 3 } } @@ -343,12 +303,10 @@ JSRoot { filename: "typescript/types/import-type-dynamic/input.ts" end: Object { column: 35 - index: 88 line: 3 } start: Object { column: 4 - index: 57 line: 3 } } @@ -357,12 +315,10 @@ JSRoot { filename: "typescript/types/import-type-dynamic/input.ts" end: Object { column: 35 - index: 88 line: 3 } start: Object { column: 7 - index: 60 line: 3 } } @@ -372,12 +328,10 @@ JSRoot { filename: "typescript/types/import-type-dynamic/input.ts" end: Object { column: 18 - index: 71 line: 3 } start: Object { column: 14 - index: 67 line: 3 } } @@ -387,12 +341,10 @@ JSRoot { filename: "typescript/types/import-type-dynamic/input.ts" end: Object { column: 35 - index: 88 line: 3 } start: Object { column: 27 - index: 80 line: 3 } } @@ -402,12 +354,10 @@ JSRoot { filename: "typescript/types/import-type-dynamic/input.ts" end: Object { column: 34 - index: 87 line: 3 } start: Object { column: 28 - index: 81 line: 3 } } @@ -419,12 +369,10 @@ JSRoot { filename: "typescript/types/import-type-dynamic/input.ts" end: Object { column: 27 - index: 80 line: 3 } start: Object { column: 20 - index: 73 line: 3 } } @@ -435,12 +383,10 @@ JSRoot { identifierName: "foo" end: Object { column: 23 - index: 76 line: 3 } start: Object { column: 20 - index: 73 line: 3 } } @@ -452,12 +398,10 @@ JSRoot { identifierName: "bar" end: Object { column: 27 - index: 80 line: 3 } start: Object { column: 24 - index: 77 line: 3 } } @@ -471,12 +415,10 @@ JSRoot { filename: "typescript/types/import-type-dynamic/input.ts" end: Object { column: 35 - index: 88 line: 3 } start: Object { column: 4 - index: 57 line: 3 } } diff --git a/internal/js-parser/test-fixtures/typescript/types/import-type-escaped-error/input.test.md b/internal/js-parser/test-fixtures/typescript/types/import-type-escaped-error/input.test.md index 3f4f5d61338..feec208b6a3 100644 --- a/internal/js-parser/test-fixtures/typescript/types/import-type-escaped-error/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/types/import-type-escaped-error/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/types/import-type-escaped-error/input.ts" end: Object { column: 0 - index: 47 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +47,10 @@ JSRoot { sourceText: undefined end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -69,12 +65,10 @@ JSRoot { filename: "typescript/types/import-type-escaped-error/input.ts" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -84,12 +78,10 @@ JSRoot { filename: "typescript/types/import-type-escaped-error/input.ts" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -99,12 +91,10 @@ JSRoot { filename: "typescript/types/import-type-escaped-error/input.ts" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -116,12 +106,10 @@ JSRoot { identifierName: "type" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -131,12 +119,10 @@ JSRoot { filename: "typescript/types/import-type-escaped-error/input.ts" end: Object { column: 16 - index: 16 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -148,12 +134,10 @@ JSRoot { filename: "typescript/types/import-type-escaped-error/input.ts" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -164,12 +148,10 @@ JSRoot { identifierName: "typescript" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -180,12 +162,10 @@ JSRoot { filename: "typescript/types/import-type-escaped-error/input.ts" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -196,12 +176,10 @@ JSRoot { identifierName: "from" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 28 - index: 28 line: 1 } } @@ -212,12 +190,10 @@ JSRoot { filename: "typescript/types/import-type-escaped-error/input.ts" end: Object { column: 46 - index: 46 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } @@ -227,12 +203,10 @@ JSRoot { filename: "typescript/types/import-type-escaped-error/input.ts" end: Object { column: 45 - index: 45 line: 1 } start: Object { column: 33 - index: 33 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/types/indexed/input.test.md b/internal/js-parser/test-fixtures/typescript/types/indexed/input.test.md index 3297a3a2924..35fe5916d12 100644 --- a/internal/js-parser/test-fixtures/typescript/types/indexed/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/types/indexed/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/types/indexed/input.ts" end: Object { column: 0 - index: 13 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/types/indexed/input.ts" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "typescript/types/indexed/input.ts" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/types/indexed/input.ts" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "typescript/types/indexed/input.ts" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "typescript/types/indexed/input.ts" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -113,12 +101,10 @@ JSRoot { filename: "typescript/types/indexed/input.ts" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -129,12 +115,10 @@ JSRoot { identifierName: "K" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -146,12 +130,10 @@ JSRoot { filename: "typescript/types/indexed/input.ts" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -162,12 +144,10 @@ JSRoot { identifierName: "T" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -181,12 +161,10 @@ JSRoot { filename: "typescript/types/indexed/input.ts" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/types/keywords/input.test.md b/internal/js-parser/test-fixtures/typescript/types/keywords/input.test.md index 4a6467cce79..40e8e353fd0 100644 --- a/internal/js-parser/test-fixtures/typescript/types/keywords/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/types/keywords/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 0 - index: 185 line: 13 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 16 - index: 28 line: 2 } start: Object { column: 0 - index: 12 line: 2 } } @@ -148,12 +132,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 16 - index: 28 line: 2 } start: Object { column: 0 - index: 12 line: 2 } } @@ -165,12 +147,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 15 - index: 27 line: 2 } start: Object { column: 4 - index: 16 line: 2 } } @@ -180,12 +160,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 15 - index: 27 line: 2 } start: Object { column: 4 - index: 16 line: 2 } } @@ -194,12 +172,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 15 - index: 27 line: 2 } start: Object { column: 8 - index: 20 line: 2 } } @@ -211,12 +187,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 15 - index: 27 line: 2 } start: Object { column: 4 - index: 16 line: 2 } } @@ -229,12 +203,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 15 - index: 44 line: 3 } start: Object { column: 0 - index: 29 line: 3 } } @@ -244,12 +216,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 15 - index: 44 line: 3 } start: Object { column: 0 - index: 29 line: 3 } } @@ -261,12 +231,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 14 - index: 43 line: 3 } start: Object { column: 4 - index: 33 line: 3 } } @@ -276,12 +244,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 14 - index: 43 line: 3 } start: Object { column: 4 - index: 33 line: 3 } } @@ -290,12 +256,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 14 - index: 43 line: 3 } start: Object { column: 7 - index: 36 line: 3 } } @@ -307,12 +271,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 14 - index: 43 line: 3 } start: Object { column: 4 - index: 33 line: 3 } } @@ -325,12 +287,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 14 - index: 59 line: 4 } start: Object { column: 0 - index: 45 line: 4 } } @@ -340,12 +300,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 14 - index: 59 line: 4 } start: Object { column: 0 - index: 45 line: 4 } } @@ -357,12 +315,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 13 - index: 58 line: 4 } start: Object { column: 4 - index: 49 line: 4 } } @@ -372,12 +328,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 13 - index: 58 line: 4 } start: Object { column: 4 - index: 49 line: 4 } } @@ -386,12 +340,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 13 - index: 58 line: 4 } start: Object { column: 8 - index: 53 line: 4 } } @@ -403,12 +355,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 13 - index: 58 line: 4 } start: Object { column: 4 - index: 49 line: 4 } } @@ -421,12 +371,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 14 - index: 74 line: 5 } start: Object { column: 0 - index: 60 line: 5 } } @@ -436,12 +384,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 14 - index: 74 line: 5 } start: Object { column: 0 - index: 60 line: 5 } } @@ -453,12 +399,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 13 - index: 73 line: 5 } start: Object { column: 4 - index: 64 line: 5 } } @@ -468,12 +412,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 13 - index: 73 line: 5 } start: Object { column: 4 - index: 64 line: 5 } } @@ -482,12 +424,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 13 - index: 73 line: 5 } start: Object { column: 9 - index: 69 line: 5 } } @@ -499,12 +439,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 13 - index: 73 line: 5 } start: Object { column: 4 - index: 64 line: 5 } } @@ -517,12 +455,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 16 - index: 91 line: 6 } start: Object { column: 0 - index: 75 line: 6 } } @@ -532,12 +468,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 16 - index: 91 line: 6 } start: Object { column: 0 - index: 75 line: 6 } } @@ -549,12 +483,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 15 - index: 90 line: 6 } start: Object { column: 4 - index: 79 line: 6 } } @@ -564,12 +496,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 15 - index: 90 line: 6 } start: Object { column: 4 - index: 79 line: 6 } } @@ -578,12 +508,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 15 - index: 90 line: 6 } start: Object { column: 9 - index: 84 line: 6 } } @@ -595,12 +523,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 15 - index: 90 line: 6 } start: Object { column: 4 - index: 79 line: 6 } } @@ -613,12 +539,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 14 - index: 106 line: 7 } start: Object { column: 0 - index: 92 line: 7 } } @@ -628,12 +552,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 14 - index: 106 line: 7 } start: Object { column: 0 - index: 92 line: 7 } } @@ -645,12 +567,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 13 - index: 105 line: 7 } start: Object { column: 4 - index: 96 line: 7 } } @@ -660,12 +580,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 13 - index: 105 line: 7 } start: Object { column: 4 - index: 96 line: 7 } } @@ -674,12 +592,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 13 - index: 105 line: 7 } start: Object { column: 7 - index: 99 line: 7 } } @@ -691,12 +607,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 13 - index: 105 line: 7 } start: Object { column: 4 - index: 96 line: 7 } } @@ -709,12 +623,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 15 - index: 122 line: 8 } start: Object { column: 0 - index: 107 line: 8 } } @@ -724,12 +636,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 15 - index: 122 line: 8 } start: Object { column: 0 - index: 107 line: 8 } } @@ -741,12 +651,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 14 - index: 121 line: 8 } start: Object { column: 4 - index: 111 line: 8 } } @@ -756,12 +664,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 14 - index: 121 line: 8 } start: Object { column: 4 - index: 111 line: 8 } } @@ -770,12 +676,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 14 - index: 121 line: 8 } start: Object { column: 8 - index: 115 line: 8 } } @@ -787,12 +691,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 14 - index: 121 line: 8 } start: Object { column: 4 - index: 111 line: 8 } } @@ -805,12 +707,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 15 - index: 138 line: 9 } start: Object { column: 0 - index: 123 line: 9 } } @@ -820,12 +720,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 15 - index: 138 line: 9 } start: Object { column: 0 - index: 123 line: 9 } } @@ -837,12 +735,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 14 - index: 137 line: 9 } start: Object { column: 4 - index: 127 line: 9 } } @@ -852,12 +748,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 14 - index: 137 line: 9 } start: Object { column: 4 - index: 127 line: 9 } } @@ -866,12 +760,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 14 - index: 137 line: 9 } start: Object { column: 8 - index: 131 line: 9 } } @@ -883,12 +775,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 14 - index: 137 line: 9 } start: Object { column: 4 - index: 127 line: 9 } } @@ -901,12 +791,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 17 - index: 156 line: 10 } start: Object { column: 0 - index: 139 line: 10 } } @@ -916,12 +804,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 17 - index: 156 line: 10 } start: Object { column: 0 - index: 139 line: 10 } } @@ -933,12 +819,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 16 - index: 155 line: 10 } start: Object { column: 4 - index: 143 line: 10 } } @@ -948,12 +832,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 16 - index: 155 line: 10 } start: Object { column: 4 - index: 143 line: 10 } } @@ -962,12 +844,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 16 - index: 155 line: 10 } start: Object { column: 7 - index: 146 line: 10 } } @@ -979,12 +859,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 16 - index: 155 line: 10 } start: Object { column: 4 - index: 143 line: 10 } } @@ -997,12 +875,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 12 - index: 169 line: 11 } start: Object { column: 0 - index: 157 line: 11 } } @@ -1012,12 +888,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 12 - index: 169 line: 11 } start: Object { column: 0 - index: 157 line: 11 } } @@ -1029,12 +903,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 11 - index: 168 line: 11 } start: Object { column: 4 - index: 161 line: 11 } } @@ -1044,12 +916,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 11 - index: 168 line: 11 } start: Object { column: 4 - index: 161 line: 11 } } @@ -1058,12 +928,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 11 - index: 168 line: 11 } start: Object { column: 7 - index: 164 line: 11 } } @@ -1075,12 +943,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 11 - index: 168 line: 11 } start: Object { column: 4 - index: 161 line: 11 } } @@ -1093,12 +959,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 14 - index: 184 line: 12 } start: Object { column: 0 - index: 170 line: 12 } } @@ -1108,12 +972,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 14 - index: 184 line: 12 } start: Object { column: 0 - index: 170 line: 12 } } @@ -1125,12 +987,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 13 - index: 183 line: 12 } start: Object { column: 4 - index: 174 line: 12 } } @@ -1140,12 +1000,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 13 - index: 183 line: 12 } start: Object { column: 4 - index: 174 line: 12 } } @@ -1154,12 +1012,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 13 - index: 183 line: 12 } start: Object { column: 7 - index: 177 line: 12 } } @@ -1171,12 +1027,10 @@ JSRoot { filename: "typescript/types/keywords/input.ts" end: Object { column: 13 - index: 183 line: 12 } start: Object { column: 4 - index: 174 line: 12 } } diff --git a/internal/js-parser/test-fixtures/typescript/types/literal-bigint-negative/input.test.md b/internal/js-parser/test-fixtures/typescript/types/literal-bigint-negative/input.test.md index b1cdce90b94..214f44c9a54 100644 --- a/internal/js-parser/test-fixtures/typescript/types/literal-bigint-negative/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/types/literal-bigint-negative/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/types/literal-bigint-negative/input.ts" end: Object { column: 0 - index: 12 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "typescript/types/literal-bigint-negative/input.ts" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "typescript/types/literal-bigint-negative/input.ts" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "typescript/types/literal-bigint-negative/input.ts" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "typescript/types/literal-bigint-negative/input.ts" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "typescript/types/literal-bigint-negative/input.ts" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -140,12 +126,10 @@ JSRoot { filename: "typescript/types/literal-bigint-negative/input.ts" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/types/literal-bigint/input.test.md b/internal/js-parser/test-fixtures/typescript/types/literal-bigint/input.test.md index 8ddf975814b..e7f0b2d968a 100644 --- a/internal/js-parser/test-fixtures/typescript/types/literal-bigint/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/types/literal-bigint/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/types/literal-bigint/input.ts" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "typescript/types/literal-bigint/input.ts" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "typescript/types/literal-bigint/input.ts" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "typescript/types/literal-bigint/input.ts" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "typescript/types/literal-bigint/input.ts" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "typescript/types/literal-bigint/input.ts" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "typescript/types/literal-bigint/input.ts" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -155,12 +139,10 @@ JSRoot { filename: "typescript/types/literal-bigint/input.ts" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/types/literal-boolean/input.test.md b/internal/js-parser/test-fixtures/typescript/types/literal-boolean/input.test.md index 80b742c4c47..cd324baded7 100644 --- a/internal/js-parser/test-fixtures/typescript/types/literal-boolean/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/types/literal-boolean/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/types/literal-boolean/input.ts" end: Object { column: 0 - index: 29 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/types/literal-boolean/input.ts" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "typescript/types/literal-boolean/input.ts" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/types/literal-boolean/input.ts" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "typescript/types/literal-boolean/input.ts" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "typescript/types/literal-boolean/input.ts" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "typescript/types/literal-boolean/input.ts" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -134,12 +120,10 @@ JSRoot { filename: "typescript/types/literal-boolean/input.ts" end: Object { column: 14 - index: 28 line: 2 } start: Object { column: 0 - index: 14 line: 2 } } @@ -149,12 +133,10 @@ JSRoot { filename: "typescript/types/literal-boolean/input.ts" end: Object { column: 14 - index: 28 line: 2 } start: Object { column: 0 - index: 14 line: 2 } } @@ -166,12 +148,10 @@ JSRoot { filename: "typescript/types/literal-boolean/input.ts" end: Object { column: 13 - index: 27 line: 2 } start: Object { column: 4 - index: 18 line: 2 } } @@ -181,12 +161,10 @@ JSRoot { filename: "typescript/types/literal-boolean/input.ts" end: Object { column: 13 - index: 27 line: 2 } start: Object { column: 4 - index: 18 line: 2 } } @@ -196,12 +174,10 @@ JSRoot { filename: "typescript/types/literal-boolean/input.ts" end: Object { column: 13 - index: 27 line: 2 } start: Object { column: 8 - index: 22 line: 2 } } @@ -213,12 +189,10 @@ JSRoot { filename: "typescript/types/literal-boolean/input.ts" end: Object { column: 13 - index: 27 line: 2 } start: Object { column: 4 - index: 18 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/types/literal-number-negative/input.test.md b/internal/js-parser/test-fixtures/typescript/types/literal-number-negative/input.test.md index ff7edd9d321..4358ba60fb6 100644 --- a/internal/js-parser/test-fixtures/typescript/types/literal-number-negative/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/types/literal-number-negative/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/types/literal-number-negative/input.ts" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/types/literal-number-negative/input.ts" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "typescript/types/literal-number-negative/input.ts" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/types/literal-number-negative/input.ts" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "typescript/types/literal-number-negative/input.ts" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "typescript/types/literal-number-negative/input.ts" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "typescript/types/literal-number-negative/input.ts" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/types/literal-number/input.test.md b/internal/js-parser/test-fixtures/typescript/types/literal-number/input.test.md index 7beda15a804..61a7deb50b1 100644 --- a/internal/js-parser/test-fixtures/typescript/types/literal-number/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/types/literal-number/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/types/literal-number/input.ts" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/types/literal-number/input.ts" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "typescript/types/literal-number/input.ts" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/types/literal-number/input.ts" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "typescript/types/literal-number/input.ts" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "typescript/types/literal-number/input.ts" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "typescript/types/literal-number/input.ts" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/types/literal-string-1/input.test.md b/internal/js-parser/test-fixtures/typescript/types/literal-string-1/input.test.md index a186d775e17..c0b1af37ea0 100644 --- a/internal/js-parser/test-fixtures/typescript/types/literal-string-1/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/types/literal-string-1/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/types/literal-string-1/input.ts" end: Object { column: 0 - index: 14 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/types/literal-string-1/input.ts" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "typescript/types/literal-string-1/input.ts" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/types/literal-string-1/input.ts" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "typescript/types/literal-string-1/input.ts" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "typescript/types/literal-string-1/input.ts" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "typescript/types/literal-string-1/input.ts" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/types/literal-string-2/input.test.md b/internal/js-parser/test-fixtures/typescript/types/literal-string-2/input.test.md index b25b670d683..dedc4b63757 100644 --- a/internal/js-parser/test-fixtures/typescript/types/literal-string-2/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/types/literal-string-2/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/types/literal-string-2/input.ts" end: Object { column: 0 - index: 21 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "typescript/types/literal-string-2/input.ts" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "typescript/types/literal-string-2/input.ts" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "typescript/types/literal-string-2/input.ts" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "typescript/types/literal-string-2/input.ts" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "typescript/types/literal-string-2/input.ts" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -140,12 +126,10 @@ JSRoot { filename: "typescript/types/literal-string-2/input.ts" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/types/literal-string/input.test.md b/internal/js-parser/test-fixtures/typescript/types/literal-string/input.test.md index e639c01233e..379a5f4a180 100644 --- a/internal/js-parser/test-fixtures/typescript/types/literal-string/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/types/literal-string/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/types/literal-string/input.ts" end: Object { column: 0 - index: 14 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/types/literal-string/input.ts" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "typescript/types/literal-string/input.ts" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/types/literal-string/input.ts" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "typescript/types/literal-string/input.ts" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "typescript/types/literal-string/input.ts" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "typescript/types/literal-string/input.ts" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/types/mapped/input.test.md b/internal/js-parser/test-fixtures/typescript/types/mapped/input.test.md index 3477bd91900..0be3b024c3e 100644 --- a/internal/js-parser/test-fixtures/typescript/types/mapped/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/types/mapped/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/types/mapped/input.ts" end: Object { column: 0 - index: 185 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/types/mapped/input.ts" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "typescript/types/mapped/input.ts" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/types/mapped/input.ts" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "typescript/types/mapped/input.ts" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "typescript/types/mapped/input.ts" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { filename: "typescript/types/mapped/input.ts" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -130,12 +116,10 @@ JSRoot { filename: "typescript/types/mapped/input.ts" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -144,12 +128,10 @@ JSRoot { filename: "typescript/types/mapped/input.ts" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -163,12 +145,10 @@ JSRoot { filename: "typescript/types/mapped/input.ts" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -181,12 +161,10 @@ JSRoot { filename: "typescript/types/mapped/input.ts" end: Object { column: 47 - index: 85 line: 2 } start: Object { column: 0 - index: 38 line: 2 } } @@ -196,12 +174,10 @@ JSRoot { filename: "typescript/types/mapped/input.ts" end: Object { column: 47 - index: 85 line: 2 } start: Object { column: 0 - index: 38 line: 2 } } @@ -213,12 +189,10 @@ JSRoot { filename: "typescript/types/mapped/input.ts" end: Object { column: 46 - index: 84 line: 2 } start: Object { column: 4 - index: 42 line: 2 } } @@ -228,12 +202,10 @@ JSRoot { filename: "typescript/types/mapped/input.ts" end: Object { column: 46 - index: 84 line: 2 } start: Object { column: 4 - index: 42 line: 2 } } @@ -244,12 +216,10 @@ JSRoot { filename: "typescript/types/mapped/input.ts" end: Object { column: 46 - index: 84 line: 2 } start: Object { column: 10 - index: 48 line: 2 } } @@ -258,12 +228,10 @@ JSRoot { filename: "typescript/types/mapped/input.ts" end: Object { column: 43 - index: 81 line: 2 } start: Object { column: 37 - index: 75 line: 2 } } @@ -274,12 +242,10 @@ JSRoot { filename: "typescript/types/mapped/input.ts" end: Object { column: 33 - index: 71 line: 2 } start: Object { column: 22 - index: 60 line: 2 } } @@ -288,12 +254,10 @@ JSRoot { filename: "typescript/types/mapped/input.ts" end: Object { column: 33 - index: 71 line: 2 } start: Object { column: 27 - index: 65 line: 2 } } @@ -307,12 +271,10 @@ JSRoot { filename: "typescript/types/mapped/input.ts" end: Object { column: 46 - index: 84 line: 2 } start: Object { column: 4 - index: 42 line: 2 } } @@ -325,12 +287,10 @@ JSRoot { filename: "typescript/types/mapped/input.ts" end: Object { column: 49 - index: 135 line: 3 } start: Object { column: 0 - index: 86 line: 3 } } @@ -340,12 +300,10 @@ JSRoot { filename: "typescript/types/mapped/input.ts" end: Object { column: 49 - index: 135 line: 3 } start: Object { column: 0 - index: 86 line: 3 } } @@ -357,12 +315,10 @@ JSRoot { filename: "typescript/types/mapped/input.ts" end: Object { column: 48 - index: 134 line: 3 } start: Object { column: 4 - index: 90 line: 3 } } @@ -372,12 +328,10 @@ JSRoot { filename: "typescript/types/mapped/input.ts" end: Object { column: 48 - index: 134 line: 3 } start: Object { column: 4 - index: 90 line: 3 } } @@ -388,12 +342,10 @@ JSRoot { filename: "typescript/types/mapped/input.ts" end: Object { column: 48 - index: 134 line: 3 } start: Object { column: 10 - index: 96 line: 3 } } @@ -402,12 +354,10 @@ JSRoot { filename: "typescript/types/mapped/input.ts" end: Object { column: 45 - index: 131 line: 3 } start: Object { column: 39 - index: 125 line: 3 } } @@ -418,12 +368,10 @@ JSRoot { filename: "typescript/types/mapped/input.ts" end: Object { column: 34 - index: 120 line: 3 } start: Object { column: 23 - index: 109 line: 3 } } @@ -432,12 +380,10 @@ JSRoot { filename: "typescript/types/mapped/input.ts" end: Object { column: 34 - index: 120 line: 3 } start: Object { column: 28 - index: 114 line: 3 } } @@ -451,12 +397,10 @@ JSRoot { filename: "typescript/types/mapped/input.ts" end: Object { column: 48 - index: 134 line: 3 } start: Object { column: 4 - index: 90 line: 3 } } @@ -469,12 +413,10 @@ JSRoot { filename: "typescript/types/mapped/input.ts" end: Object { column: 48 - index: 184 line: 4 } start: Object { column: 0 - index: 136 line: 4 } } @@ -484,12 +426,10 @@ JSRoot { filename: "typescript/types/mapped/input.ts" end: Object { column: 48 - index: 184 line: 4 } start: Object { column: 0 - index: 136 line: 4 } } @@ -501,12 +441,10 @@ JSRoot { filename: "typescript/types/mapped/input.ts" end: Object { column: 47 - index: 183 line: 4 } start: Object { column: 4 - index: 140 line: 4 } } @@ -516,12 +454,10 @@ JSRoot { filename: "typescript/types/mapped/input.ts" end: Object { column: 47 - index: 183 line: 4 } start: Object { column: 4 - index: 140 line: 4 } } @@ -532,12 +468,10 @@ JSRoot { filename: "typescript/types/mapped/input.ts" end: Object { column: 47 - index: 183 line: 4 } start: Object { column: 10 - index: 146 line: 4 } } @@ -546,12 +480,10 @@ JSRoot { filename: "typescript/types/mapped/input.ts" end: Object { column: 45 - index: 181 line: 4 } start: Object { column: 39 - index: 175 line: 4 } } @@ -562,12 +494,10 @@ JSRoot { filename: "typescript/types/mapped/input.ts" end: Object { column: 34 - index: 170 line: 4 } start: Object { column: 23 - index: 159 line: 4 } } @@ -576,12 +506,10 @@ JSRoot { filename: "typescript/types/mapped/input.ts" end: Object { column: 34 - index: 170 line: 4 } start: Object { column: 28 - index: 164 line: 4 } } @@ -595,12 +523,10 @@ JSRoot { filename: "typescript/types/mapped/input.ts" end: Object { column: 47 - index: 183 line: 4 } start: Object { column: 4 - index: 140 line: 4 } } diff --git a/internal/js-parser/test-fixtures/typescript/types/new-line/input.test.md b/internal/js-parser/test-fixtures/typescript/types/new-line/input.test.md index 8d068894b59..d5af12dbf90 100644 --- a/internal/js-parser/test-fixtures/typescript/types/new-line/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/types/new-line/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/types/new-line/input.ts" end: Object { column: 0 - index: 19 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/types/new-line/input.ts" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -53,12 +49,10 @@ JSRoot { identifierName: "type" end: Object { column: 4 - index: 4 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/types/new-line/input.ts" end: Object { column: 13 - index: 18 line: 2 } start: Object { column: 0 - index: 5 line: 2 } } @@ -84,12 +76,10 @@ JSRoot { filename: "typescript/types/new-line/input.ts" end: Object { column: 12 - index: 17 line: 2 } start: Object { column: 0 - index: 5 line: 2 } } @@ -100,12 +90,10 @@ JSRoot { identifierName: "Foo" end: Object { column: 3 - index: 8 line: 2 } start: Object { column: 0 - index: 5 line: 2 } } @@ -117,12 +105,10 @@ JSRoot { identifierName: "string" end: Object { column: 12 - index: 17 line: 2 } start: Object { column: 6 - index: 11 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/types/object-shorthand/input.test.md b/internal/js-parser/test-fixtures/typescript/types/object-shorthand/input.test.md index 5af3a082932..6ae8c248a6c 100644 --- a/internal/js-parser/test-fixtures/typescript/types/object-shorthand/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/types/object-shorthand/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/types/object-shorthand/input.ts" end: Object { column: 0 - index: 88 line: 6 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "typescript/types/object-shorthand/input.ts" end: Object { column: 20 - index: 80 line: 3 } start: Object { column: 4 - index: 64 line: 3 } } @@ -55,12 +51,10 @@ JSRoot { filename: "typescript/types/object-shorthand/input.ts" end: Object { column: 2 - index: 87 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "typescript/types/object-shorthand/input.ts" end: Object { column: 2 - index: 87 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -88,12 +80,10 @@ JSRoot { identifierName: "table" end: Object { column: 11 - index: 11 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -102,12 +92,10 @@ JSRoot { filename: "typescript/types/object-shorthand/input.ts" end: Object { column: 1 - index: 86 line: 5 } start: Object { column: 6 - index: 6 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "typescript/types/object-shorthand/input.ts" end: Object { column: 1 - index: 86 line: 5 } start: Object { column: 14 - index: 14 line: 1 } } @@ -136,12 +122,10 @@ JSRoot { identifierName: "put" end: Object { column: 5 - index: 21 line: 2 } start: Object { column: 2 - index: 18 line: 2 } } @@ -150,12 +134,10 @@ JSRoot { filename: "typescript/types/object-shorthand/input.ts" end: Object { column: 5 - index: 21 line: 2 } start: Object { column: 2 - index: 18 line: 2 } } @@ -164,12 +146,10 @@ JSRoot { filename: "typescript/types/object-shorthand/input.ts" end: Object { column: 3 - index: 84 line: 4 } start: Object { column: 2 - index: 18 line: 2 } } @@ -182,12 +162,10 @@ JSRoot { filename: "typescript/types/object-shorthand/input.ts" end: Object { column: 3 - index: 84 line: 4 } start: Object { column: 42 - index: 58 line: 2 } } @@ -203,12 +181,10 @@ JSRoot { filename: "typescript/types/object-shorthand/input.ts" end: Object { column: 41 - index: 57 line: 2 } start: Object { column: 31 - index: 47 line: 2 } } @@ -220,12 +196,10 @@ JSRoot { identifierName: "value" end: Object { column: 37 - index: 53 line: 2 } start: Object { column: 32 - index: 48 line: 2 } } @@ -235,12 +209,10 @@ JSRoot { filename: "typescript/types/object-shorthand/input.ts" end: Object { column: 40 - index: 56 line: 2 } start: Object { column: 32 - index: 48 line: 2 } } @@ -250,12 +222,10 @@ JSRoot { filename: "typescript/types/object-shorthand/input.ts" end: Object { column: 40 - index: 56 line: 2 } start: Object { column: 39 - index: 55 line: 2 } } @@ -266,12 +236,10 @@ JSRoot { identifierName: "T" end: Object { column: 40 - index: 56 line: 2 } start: Object { column: 39 - index: 55 line: 2 } } @@ -285,12 +253,10 @@ JSRoot { filename: "typescript/types/object-shorthand/input.ts" end: Object { column: 31 - index: 47 line: 2 } start: Object { column: 5 - index: 21 line: 2 } } @@ -302,12 +268,10 @@ JSRoot { filename: "typescript/types/object-shorthand/input.ts" end: Object { column: 30 - index: 46 line: 2 } start: Object { column: 6 - index: 22 line: 2 } } @@ -316,12 +280,10 @@ JSRoot { filename: "typescript/types/object-shorthand/input.ts" end: Object { column: 30 - index: 46 line: 2 } start: Object { column: 16 - index: 32 line: 2 } } @@ -335,12 +297,10 @@ JSRoot { identifierName: "id" end: Object { column: 20 - index: 36 line: 2 } start: Object { column: 18 - index: 34 line: 2 } } @@ -349,12 +309,10 @@ JSRoot { filename: "typescript/types/object-shorthand/input.ts" end: Object { column: 20 - index: 36 line: 2 } start: Object { column: 18 - index: 34 line: 2 } } @@ -365,12 +323,10 @@ JSRoot { filename: "typescript/types/object-shorthand/input.ts" end: Object { column: 28 - index: 44 line: 2 } start: Object { column: 18 - index: 34 line: 2 } } @@ -379,12 +335,10 @@ JSRoot { filename: "typescript/types/object-shorthand/input.ts" end: Object { column: 28 - index: 44 line: 2 } start: Object { column: 22 - index: 38 line: 2 } } diff --git a/internal/js-parser/test-fixtures/typescript/types/parenthesized/input.test.md b/internal/js-parser/test-fixtures/typescript/types/parenthesized/input.test.md index b3ecae3d67e..32039db23e5 100644 --- a/internal/js-parser/test-fixtures/typescript/types/parenthesized/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/types/parenthesized/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/types/parenthesized/input.ts" end: Object { column: 0 - index: 15 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "T" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -55,12 +51,10 @@ JSRoot { filename: "typescript/types/parenthesized/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/types/parenthesized/input.ts" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "typescript/types/parenthesized/input.ts" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/types/read-only-1/input.test.md b/internal/js-parser/test-fixtures/typescript/types/read-only-1/input.test.md index 09199f52703..16f0b51d8d5 100644 --- a/internal/js-parser/test-fixtures/typescript/types/read-only-1/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/types/read-only-1/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "typescript/types/read-only-1/input.ts" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/types/read-only-1/input.ts" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { sourceText: undefined end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { identifierName: "T30" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "typescript/types/read-only-1/input.ts" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "typescript/types/read-only-1/input.ts" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "typescript/types/read-only-1/input.ts" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/types/read-only-2/input.test.md b/internal/js-parser/test-fixtures/typescript/types/read-only-2/input.test.md index 5e354ee807b..d9a0c718bad 100644 --- a/internal/js-parser/test-fixtures/typescript/types/read-only-2/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/types/read-only-2/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "typescript/types/read-only-2/input.ts" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/types/read-only-2/input.ts" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { sourceText: undefined end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { identifierName: "T31" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "typescript/types/read-only-2/input.ts" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "typescript/types/read-only-2/input.ts" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { filename: "typescript/types/read-only-2/input.ts" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -144,12 +130,10 @@ JSRoot { identifierName: "T" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/types/read-only-3/input.test.md b/internal/js-parser/test-fixtures/typescript/types/read-only-3/input.test.md index 0010224eb8a..920b67b2dc7 100644 --- a/internal/js-parser/test-fixtures/typescript/types/read-only-3/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/types/read-only-3/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "typescript/types/read-only-3/input.ts" end: Object { column: 0 - index: 49 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/types/read-only-3/input.ts" end: Object { column: 48 - index: 48 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { sourceText: undefined end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { identifierName: "T32" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "typescript/types/read-only-3/input.ts" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "typescript/types/read-only-3/input.ts" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -128,12 +116,10 @@ JSRoot { filename: "typescript/types/read-only-3/input.ts" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -142,12 +128,10 @@ JSRoot { filename: "typescript/types/read-only-3/input.ts" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } @@ -156,12 +140,10 @@ JSRoot { filename: "typescript/types/read-only-3/input.ts" end: Object { column: 35 - index: 35 line: 1 } start: Object { column: 29 - index: 29 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/types/read-only-4/input.test.md b/internal/js-parser/test-fixtures/typescript/types/read-only-4/input.test.md index f766cce7c05..4cf75111595 100644 --- a/internal/js-parser/test-fixtures/typescript/types/read-only-4/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/types/read-only-4/input.test.md @@ -20,12 +20,10 @@ JSRoot { filename: "typescript/types/read-only-4/input.ts" end: Object { column: 0 - index: 45 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/types/read-only-4/input.ts" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 36 - index: 36 line: 1 } } @@ -62,12 +58,10 @@ JSRoot { sourceText: undefined end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -82,12 +76,10 @@ JSRoot { identifierName: "T33" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 5 - index: 5 line: 1 } } @@ -98,12 +90,10 @@ JSRoot { filename: "typescript/types/read-only-4/input.ts" end: Object { column: 34 - index: 34 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -113,12 +103,10 @@ JSRoot { filename: "typescript/types/read-only-4/input.ts" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "typescript/types/read-only-4/input.ts" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { identifierName: "Array" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { filename: "typescript/types/read-only-4/input.ts" end: Object { column: 33 - index: 33 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -173,12 +155,10 @@ JSRoot { filename: "typescript/types/read-only-4/input.ts" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/types/reference-generic-nested/input.test.md b/internal/js-parser/test-fixtures/typescript/types/reference-generic-nested/input.test.md index 680abe9afd8..d6f29a1ca8b 100644 --- a/internal/js-parser/test-fixtures/typescript/types/reference-generic-nested/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/types/reference-generic-nested/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/types/reference-generic-nested/input.ts" end: Object { column: 0 - index: 29 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/types/reference-generic-nested/input.ts" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "typescript/types/reference-generic-nested/input.ts" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/types/reference-generic-nested/input.ts" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "typescript/types/reference-generic-nested/input.ts" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "typescript/types/reference-generic-nested/input.ts" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { identifierName: "Array" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -129,12 +115,10 @@ JSRoot { filename: "typescript/types/reference-generic-nested/input.ts" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -144,12 +128,10 @@ JSRoot { filename: "typescript/types/reference-generic-nested/input.ts" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -160,12 +142,10 @@ JSRoot { identifierName: "Array" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -175,12 +155,10 @@ JSRoot { filename: "typescript/types/reference-generic-nested/input.ts" end: Object { column: 26 - index: 26 line: 1 } start: Object { column: 18 - index: 18 line: 1 } } @@ -190,12 +168,10 @@ JSRoot { filename: "typescript/types/reference-generic-nested/input.ts" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -213,12 +189,10 @@ JSRoot { filename: "typescript/types/reference-generic-nested/input.ts" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/types/reference-generic/input.test.md b/internal/js-parser/test-fixtures/typescript/types/reference-generic/input.test.md index cad45e67d97..bfd110eead6 100644 --- a/internal/js-parser/test-fixtures/typescript/types/reference-generic/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/types/reference-generic/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/types/reference-generic/input.ts" end: Object { column: 0 - index: 22 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/types/reference-generic/input.ts" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "typescript/types/reference-generic/input.ts" end: Object { column: 21 - index: 21 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/types/reference-generic/input.ts" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "typescript/types/reference-generic/input.ts" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "typescript/types/reference-generic/input.ts" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { identifierName: "Array" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -129,12 +115,10 @@ JSRoot { filename: "typescript/types/reference-generic/input.ts" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -144,12 +128,10 @@ JSRoot { filename: "typescript/types/reference-generic/input.ts" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -164,12 +146,10 @@ JSRoot { filename: "typescript/types/reference-generic/input.ts" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/types/reference/input.test.md b/internal/js-parser/test-fixtures/typescript/types/reference/input.test.md index 4768d3fa668..5e7f973614e 100644 --- a/internal/js-parser/test-fixtures/typescript/types/reference/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/types/reference/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/types/reference/input.ts" end: Object { column: 0 - index: 10 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/types/reference/input.ts" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "typescript/types/reference/input.ts" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/types/reference/input.ts" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "typescript/types/reference/input.ts" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "typescript/types/reference/input.ts" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { identifierName: "T" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -133,12 +119,10 @@ JSRoot { filename: "typescript/types/reference/input.ts" end: Object { column: 8 - index: 8 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/types/tuple-empty/input.test.md b/internal/js-parser/test-fixtures/typescript/types/tuple-empty/input.test.md index 7465106491c..ac82879e69f 100644 --- a/internal/js-parser/test-fixtures/typescript/types/tuple-empty/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/types/tuple-empty/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/types/tuple-empty/input.ts" end: Object { column: 0 - index: 11 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/types/tuple-empty/input.ts" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "typescript/types/tuple-empty/input.ts" end: Object { column: 10 - index: 10 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/types/tuple-empty/input.ts" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "typescript/types/tuple-empty/input.ts" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -100,12 +90,10 @@ JSRoot { filename: "typescript/types/tuple-empty/input.ts" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -117,12 +105,10 @@ JSRoot { filename: "typescript/types/tuple-empty/input.ts" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/types/tuple-optional-invalid/input.test.md b/internal/js-parser/test-fixtures/typescript/types/tuple-optional-invalid/input.test.md index 037308a557c..534667b6f89 100644 --- a/internal/js-parser/test-fixtures/typescript/types/tuple-optional-invalid/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/types/tuple-optional-invalid/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/types/tuple-optional-invalid/input.ts" end: Object { column: 0 - index: 25 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "typescript/types/tuple-optional-invalid/input.ts" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "typescript/types/tuple-optional-invalid/input.ts" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "typescript/types/tuple-optional-invalid/input.ts" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "typescript/types/tuple-optional-invalid/input.ts" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "typescript/types/tuple-optional-invalid/input.ts" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -140,12 +126,10 @@ JSRoot { filename: "typescript/types/tuple-optional-invalid/input.ts" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -154,12 +138,10 @@ JSRoot { filename: "typescript/types/tuple-optional-invalid/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -172,12 +154,10 @@ JSRoot { filename: "typescript/types/tuple-optional-invalid/input.ts" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -186,12 +166,10 @@ JSRoot { filename: "typescript/types/tuple-optional-invalid/input.ts" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 17 - index: 17 line: 1 } } @@ -206,12 +184,10 @@ JSRoot { filename: "typescript/types/tuple-optional-invalid/input.ts" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/types/tuple-optional/input.test.md b/internal/js-parser/test-fixtures/typescript/types/tuple-optional/input.test.md index 89e061b480f..23efa89d3f4 100644 --- a/internal/js-parser/test-fixtures/typescript/types/tuple-optional/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/types/tuple-optional/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/types/tuple-optional/input.ts" end: Object { column: 0 - index: 45 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/types/tuple-optional/input.ts" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "typescript/types/tuple-optional/input.ts" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/types/tuple-optional/input.ts" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "typescript/types/tuple-optional/input.ts" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "typescript/types/tuple-optional/input.ts" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "typescript/types/tuple-optional/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -130,12 +116,10 @@ JSRoot { filename: "typescript/types/tuple-optional/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -148,12 +132,10 @@ JSRoot { filename: "typescript/types/tuple-optional/input.ts" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -162,12 +144,10 @@ JSRoot { filename: "typescript/types/tuple-optional/input.ts" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -180,12 +160,10 @@ JSRoot { filename: "typescript/types/tuple-optional/input.ts" end: Object { column: 43 - index: 43 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -194,12 +172,10 @@ JSRoot { filename: "typescript/types/tuple-optional/input.ts" end: Object { column: 42 - index: 42 line: 1 } start: Object { column: 25 - index: 25 line: 1 } } @@ -208,12 +184,10 @@ JSRoot { filename: "typescript/types/tuple-optional/input.ts" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -223,12 +197,10 @@ JSRoot { filename: "typescript/types/tuple-optional/input.ts" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 26 - index: 26 line: 1 } } @@ -238,12 +210,10 @@ JSRoot { filename: "typescript/types/tuple-optional/input.ts" end: Object { column: 41 - index: 41 line: 1 } start: Object { column: 35 - index: 35 line: 1 } } @@ -261,12 +231,10 @@ JSRoot { filename: "typescript/types/tuple-optional/input.ts" end: Object { column: 44 - index: 44 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/types/tuple-rest-after-optional/input.test.md b/internal/js-parser/test-fixtures/typescript/types/tuple-rest-after-optional/input.test.md index 78ed51e2080..b29b7f7abf7 100644 --- a/internal/js-parser/test-fixtures/typescript/types/tuple-rest-after-optional/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/types/tuple-rest-after-optional/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/types/tuple-rest-after-optional/input.ts" end: Object { column: 0 - index: 57 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -40,12 +38,10 @@ JSRoot { identifierName: "foo" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -54,12 +50,10 @@ JSRoot { filename: "typescript/types/tuple-rest-after-optional/input.ts" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -70,12 +64,10 @@ JSRoot { filename: "typescript/types/tuple-rest-after-optional/input.ts" end: Object { column: 56 - index: 56 line: 1 } start: Object { column: 54 - index: 54 line: 1 } } @@ -92,12 +84,10 @@ JSRoot { filename: "typescript/types/tuple-rest-after-optional/input.ts" end: Object { column: 53 - index: 53 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { identifierName: "args" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "typescript/types/tuple-rest-after-optional/input.ts" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { filename: "typescript/types/tuple-rest-after-optional/input.ts" end: Object { column: 52 - index: 52 line: 1 } start: Object { column: 22 - index: 22 line: 1 } } @@ -153,12 +137,10 @@ JSRoot { filename: "typescript/types/tuple-rest-after-optional/input.ts" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 40 - index: 40 line: 1 } } @@ -167,12 +149,10 @@ JSRoot { filename: "typescript/types/tuple-rest-after-optional/input.ts" end: Object { column: 51 - index: 51 line: 1 } start: Object { column: 43 - index: 43 line: 1 } } @@ -181,12 +161,10 @@ JSRoot { filename: "typescript/types/tuple-rest-after-optional/input.ts" end: Object { column: 49 - index: 49 line: 1 } start: Object { column: 43 - index: 43 line: 1 } } @@ -201,12 +179,10 @@ JSRoot { filename: "typescript/types/tuple-rest-after-optional/input.ts" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -215,12 +191,10 @@ JSRoot { filename: "typescript/types/tuple-rest-after-optional/input.ts" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 23 - index: 23 line: 1 } } @@ -233,12 +207,10 @@ JSRoot { filename: "typescript/types/tuple-rest-after-optional/input.ts" end: Object { column: 38 - index: 38 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } @@ -247,12 +219,10 @@ JSRoot { filename: "typescript/types/tuple-rest-after-optional/input.ts" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 31 - index: 31 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/types/tuple-rest-invalid/input.test.md b/internal/js-parser/test-fixtures/typescript/types/tuple-rest-invalid/input.test.md index c82c198ca3f..e336f831113 100644 --- a/internal/js-parser/test-fixtures/typescript/types/tuple-rest-invalid/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/types/tuple-rest-invalid/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/types/tuple-rest-invalid/input.ts" end: Object { column: 0 - index: 29 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "typescript/types/tuple-rest-invalid/input.ts" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "typescript/types/tuple-rest-invalid/input.ts" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "typescript/types/tuple-rest-invalid/input.ts" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "typescript/types/tuple-rest-invalid/input.ts" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -123,12 +111,10 @@ JSRoot { filename: "typescript/types/tuple-rest-invalid/input.ts" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -139,12 +125,10 @@ JSRoot { filename: "typescript/types/tuple-rest-invalid/input.ts" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -153,12 +137,10 @@ JSRoot { filename: "typescript/types/tuple-rest-invalid/input.ts" end: Object { column: 19 - index: 19 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -167,12 +149,10 @@ JSRoot { filename: "typescript/types/tuple-rest-invalid/input.ts" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -187,12 +167,10 @@ JSRoot { filename: "typescript/types/tuple-rest-invalid/input.ts" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/types/tuple-rest-trailing-comma/input.test.md b/internal/js-parser/test-fixtures/typescript/types/tuple-rest-trailing-comma/input.test.md index d463fee1298..d1fcfbd90dd 100644 --- a/internal/js-parser/test-fixtures/typescript/types/tuple-rest-trailing-comma/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/types/tuple-rest-trailing-comma/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/types/tuple-rest-trailing-comma/input.ts" end: Object { column: 0 - index: 30 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "typescript/types/tuple-rest-trailing-comma/input.ts" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "typescript/types/tuple-rest-trailing-comma/input.ts" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -93,12 +85,10 @@ JSRoot { filename: "typescript/types/tuple-rest-trailing-comma/input.ts" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -108,12 +98,10 @@ JSRoot { filename: "typescript/types/tuple-rest-trailing-comma/input.ts" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -122,12 +110,10 @@ JSRoot { filename: "typescript/types/tuple-rest-trailing-comma/input.ts" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -139,12 +125,10 @@ JSRoot { filename: "typescript/types/tuple-rest-trailing-comma/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -153,12 +137,10 @@ JSRoot { filename: "typescript/types/tuple-rest-trailing-comma/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -172,12 +154,10 @@ JSRoot { filename: "typescript/types/tuple-rest-trailing-comma/input.ts" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -186,12 +166,10 @@ JSRoot { filename: "typescript/types/tuple-rest-trailing-comma/input.ts" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -200,12 +178,10 @@ JSRoot { filename: "typescript/types/tuple-rest-trailing-comma/input.ts" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -220,12 +196,10 @@ JSRoot { filename: "typescript/types/tuple-rest-trailing-comma/input.ts" end: Object { column: 29 - index: 29 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/types/tuple-rest/input.test.md b/internal/js-parser/test-fixtures/typescript/types/tuple-rest/input.test.md index 1a2f9938141..6e325bbea2e 100644 --- a/internal/js-parser/test-fixtures/typescript/types/tuple-rest/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/types/tuple-rest/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/types/tuple-rest/input.ts" end: Object { column: 0 - index: 29 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/types/tuple-rest/input.ts" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "typescript/types/tuple-rest/input.ts" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/types/tuple-rest/input.ts" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "typescript/types/tuple-rest/input.ts" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "typescript/types/tuple-rest/input.ts" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "typescript/types/tuple-rest/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -129,12 +115,10 @@ JSRoot { filename: "typescript/types/tuple-rest/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -148,12 +132,10 @@ JSRoot { filename: "typescript/types/tuple-rest/input.ts" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -162,12 +144,10 @@ JSRoot { filename: "typescript/types/tuple-rest/input.ts" end: Object { column: 27 - index: 27 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -176,12 +156,10 @@ JSRoot { filename: "typescript/types/tuple-rest/input.ts" end: Object { column: 25 - index: 25 line: 1 } start: Object { column: 19 - index: 19 line: 1 } } @@ -196,12 +174,10 @@ JSRoot { filename: "typescript/types/tuple-rest/input.ts" end: Object { column: 28 - index: 28 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/types/tuple/input.test.md b/internal/js-parser/test-fixtures/typescript/types/tuple/input.test.md index 79b0d74c501..220ce59bd46 100644 --- a/internal/js-parser/test-fixtures/typescript/types/tuple/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/types/tuple/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/types/tuple/input.ts" end: Object { column: 0 - index: 33 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/types/tuple/input.ts" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "typescript/types/tuple/input.ts" end: Object { column: 32 - index: 32 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/types/tuple/input.ts" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "typescript/types/tuple/input.ts" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "typescript/types/tuple/input.ts" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -116,12 +104,10 @@ JSRoot { filename: "typescript/types/tuple/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -130,12 +116,10 @@ JSRoot { filename: "typescript/types/tuple/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -148,12 +132,10 @@ JSRoot { filename: "typescript/types/tuple/input.ts" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -162,12 +144,10 @@ JSRoot { filename: "typescript/types/tuple/input.ts" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -180,12 +160,10 @@ JSRoot { filename: "typescript/types/tuple/input.ts" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -194,12 +172,10 @@ JSRoot { filename: "typescript/types/tuple/input.ts" end: Object { column: 30 - index: 30 line: 1 } start: Object { column: 24 - index: 24 line: 1 } } @@ -214,12 +190,10 @@ JSRoot { filename: "typescript/types/tuple/input.ts" end: Object { column: 31 - index: 31 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/types/type-literal/input.test.md b/internal/js-parser/test-fixtures/typescript/types/type-literal/input.test.md index ad8b8fe170e..700238ef8d8 100644 --- a/internal/js-parser/test-fixtures/typescript/types/type-literal/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/types/type-literal/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/types/type-literal/input.ts" end: Object { column: 0 - index: 121 line: 3 } start: Object { column: 0 - index: 0 line: 1 } } @@ -38,12 +36,10 @@ JSRoot { filename: "typescript/types/type-literal/input.ts" end: Object { column: 96 - index: 120 line: 2 } start: Object { column: 0 - index: 24 line: 2 } } @@ -56,12 +52,10 @@ JSRoot { filename: "typescript/types/type-literal/input.ts" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -72,12 +66,10 @@ JSRoot { filename: "typescript/types/type-literal/input.ts" end: Object { column: 23 - index: 23 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -89,12 +81,10 @@ JSRoot { filename: "typescript/types/type-literal/input.ts" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -104,12 +94,10 @@ JSRoot { filename: "typescript/types/type-literal/input.ts" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -118,12 +106,10 @@ JSRoot { filename: "typescript/types/type-literal/input.ts" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 9 - index: 9 line: 1 } } @@ -137,12 +123,10 @@ JSRoot { identifierName: "x" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -151,12 +135,10 @@ JSRoot { filename: "typescript/types/type-literal/input.ts" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -167,12 +149,10 @@ JSRoot { filename: "typescript/types/type-literal/input.ts" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -181,12 +161,10 @@ JSRoot { filename: "typescript/types/type-literal/input.ts" end: Object { column: 20 - index: 20 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -201,12 +179,10 @@ JSRoot { filename: "typescript/types/type-literal/input.ts" end: Object { column: 22 - index: 22 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/types/type-operator/input.test.md b/internal/js-parser/test-fixtures/typescript/types/type-operator/input.test.md index 24d4d795a89..bddd7482f7c 100644 --- a/internal/js-parser/test-fixtures/typescript/types/type-operator/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/types/type-operator/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/types/type-operator/input.ts" end: Object { column: 0 - index: 99 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/types/type-operator/input.ts" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "typescript/types/type-operator/input.ts" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/types/type-operator/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "typescript/types/type-operator/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -99,12 +89,10 @@ JSRoot { filename: "typescript/types/type-operator/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -114,12 +102,10 @@ JSRoot { filename: "typescript/types/type-operator/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -130,12 +116,10 @@ JSRoot { identifierName: "T" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 13 - index: 13 line: 1 } } @@ -149,12 +133,10 @@ JSRoot { filename: "typescript/types/type-operator/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -167,12 +149,10 @@ JSRoot { filename: "typescript/types/type-operator/input.ts" end: Object { column: 21 - index: 37 line: 2 } start: Object { column: 0 - index: 16 line: 2 } } @@ -182,12 +162,10 @@ JSRoot { filename: "typescript/types/type-operator/input.ts" end: Object { column: 21 - index: 37 line: 2 } start: Object { column: 0 - index: 16 line: 2 } } @@ -199,12 +177,10 @@ JSRoot { filename: "typescript/types/type-operator/input.ts" end: Object { column: 20 - index: 36 line: 2 } start: Object { column: 4 - index: 20 line: 2 } } @@ -214,12 +190,10 @@ JSRoot { filename: "typescript/types/type-operator/input.ts" end: Object { column: 20 - index: 36 line: 2 } start: Object { column: 4 - index: 20 line: 2 } } @@ -229,12 +203,10 @@ JSRoot { filename: "typescript/types/type-operator/input.ts" end: Object { column: 20 - index: 36 line: 2 } start: Object { column: 7 - index: 23 line: 2 } } @@ -243,12 +215,10 @@ JSRoot { filename: "typescript/types/type-operator/input.ts" end: Object { column: 20 - index: 36 line: 2 } start: Object { column: 14 - index: 30 line: 2 } } @@ -261,12 +231,10 @@ JSRoot { filename: "typescript/types/type-operator/input.ts" end: Object { column: 20 - index: 36 line: 2 } start: Object { column: 4 - index: 20 line: 2 } } @@ -279,12 +247,10 @@ JSRoot { filename: "typescript/types/type-operator/input.ts" end: Object { column: 25 - index: 63 line: 3 } start: Object { column: 0 - index: 38 line: 3 } } @@ -294,12 +260,10 @@ JSRoot { filename: "typescript/types/type-operator/input.ts" end: Object { column: 25 - index: 63 line: 3 } start: Object { column: 0 - index: 38 line: 3 } } @@ -311,12 +275,10 @@ JSRoot { filename: "typescript/types/type-operator/input.ts" end: Object { column: 24 - index: 62 line: 3 } start: Object { column: 4 - index: 42 line: 3 } } @@ -326,12 +288,10 @@ JSRoot { filename: "typescript/types/type-operator/input.ts" end: Object { column: 24 - index: 62 line: 3 } start: Object { column: 4 - index: 42 line: 3 } } @@ -341,12 +301,10 @@ JSRoot { filename: "typescript/types/type-operator/input.ts" end: Object { column: 24 - index: 62 line: 3 } start: Object { column: 7 - index: 45 line: 3 } } @@ -355,12 +313,10 @@ JSRoot { filename: "typescript/types/type-operator/input.ts" end: Object { column: 24 - index: 62 line: 3 } start: Object { column: 16 - index: 54 line: 3 } } @@ -369,12 +325,10 @@ JSRoot { filename: "typescript/types/type-operator/input.ts" end: Object { column: 22 - index: 60 line: 3 } start: Object { column: 16 - index: 54 line: 3 } } @@ -388,12 +342,10 @@ JSRoot { filename: "typescript/types/type-operator/input.ts" end: Object { column: 24 - index: 62 line: 3 } start: Object { column: 4 - index: 42 line: 3 } } @@ -406,12 +358,10 @@ JSRoot { filename: "typescript/types/type-operator/input.ts" end: Object { column: 34 - index: 98 line: 4 } start: Object { column: 0 - index: 64 line: 4 } } @@ -421,12 +371,10 @@ JSRoot { filename: "typescript/types/type-operator/input.ts" end: Object { column: 34 - index: 98 line: 4 } start: Object { column: 0 - index: 64 line: 4 } } @@ -438,12 +386,10 @@ JSRoot { filename: "typescript/types/type-operator/input.ts" end: Object { column: 33 - index: 97 line: 4 } start: Object { column: 4 - index: 68 line: 4 } } @@ -453,12 +399,10 @@ JSRoot { filename: "typescript/types/type-operator/input.ts" end: Object { column: 33 - index: 97 line: 4 } start: Object { column: 4 - index: 68 line: 4 } } @@ -468,12 +412,10 @@ JSRoot { filename: "typescript/types/type-operator/input.ts" end: Object { column: 33 - index: 97 line: 4 } start: Object { column: 8 - index: 72 line: 4 } } @@ -483,12 +425,10 @@ JSRoot { filename: "typescript/types/type-operator/input.ts" end: Object { column: 33 - index: 97 line: 4 } start: Object { column: 17 - index: 81 line: 4 } } @@ -500,12 +440,10 @@ JSRoot { filename: "typescript/types/type-operator/input.ts" end: Object { column: 24 - index: 88 line: 4 } start: Object { column: 18 - index: 82 line: 4 } } @@ -514,12 +452,10 @@ JSRoot { filename: "typescript/types/type-operator/input.ts" end: Object { column: 24 - index: 88 line: 4 } start: Object { column: 18 - index: 82 line: 4 } } @@ -532,12 +468,10 @@ JSRoot { filename: "typescript/types/type-operator/input.ts" end: Object { column: 32 - index: 96 line: 4 } start: Object { column: 26 - index: 90 line: 4 } } @@ -546,12 +480,10 @@ JSRoot { filename: "typescript/types/type-operator/input.ts" end: Object { column: 32 - index: 96 line: 4 } start: Object { column: 26 - index: 90 line: 4 } } @@ -567,12 +499,10 @@ JSRoot { filename: "typescript/types/type-operator/input.ts" end: Object { column: 33 - index: 97 line: 4 } start: Object { column: 4 - index: 68 line: 4 } } diff --git a/internal/js-parser/test-fixtures/typescript/types/typeof/input.test.md b/internal/js-parser/test-fixtures/typescript/types/typeof/input.test.md index d25a212eb68..df900fb4fa1 100644 --- a/internal/js-parser/test-fixtures/typescript/types/typeof/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/types/typeof/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/types/typeof/input.ts" end: Object { column: 0 - index: 19 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/types/typeof/input.ts" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "typescript/types/typeof/input.ts" end: Object { column: 18 - index: 18 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/types/typeof/input.ts" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "typescript/types/typeof/input.ts" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "typescript/types/typeof/input.ts" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 7 - index: 7 line: 1 } } @@ -112,12 +100,10 @@ JSRoot { filename: "typescript/types/typeof/input.ts" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -128,12 +114,10 @@ JSRoot { identifierName: "y" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 14 - index: 14 line: 1 } } @@ -145,12 +129,10 @@ JSRoot { identifierName: "z" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 16 - index: 16 line: 1 } } @@ -164,12 +146,10 @@ JSRoot { filename: "typescript/types/typeof/input.ts" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/types/union-intersection/input.test.md b/internal/js-parser/test-fixtures/typescript/types/union-intersection/input.test.md index 8e145615430..85baae5e779 100644 --- a/internal/js-parser/test-fixtures/typescript/types/union-intersection/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/types/union-intersection/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/types/union-intersection/input.ts" end: Object { column: 0 - index: 161 line: 5 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/types/union-intersection/input.ts" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "typescript/types/union-intersection/input.ts" end: Object { column: 37 - index: 37 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/types/union-intersection/input.ts" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "typescript/types/union-intersection/input.ts" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "typescript/types/union-intersection/input.ts" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -113,12 +101,10 @@ JSRoot { filename: "typescript/types/union-intersection/input.ts" end: Object { column: 17 - index: 17 line: 1 } start: Object { column: 11 - index: 11 line: 1 } } @@ -128,12 +114,10 @@ JSRoot { filename: "typescript/types/union-intersection/input.ts" end: Object { column: 24 - index: 24 line: 1 } start: Object { column: 20 - index: 20 line: 1 } } @@ -143,12 +127,10 @@ JSRoot { filename: "typescript/types/union-intersection/input.ts" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 27 - index: 27 line: 1 } } @@ -162,12 +144,10 @@ JSRoot { filename: "typescript/types/union-intersection/input.ts" end: Object { column: 36 - index: 36 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -180,12 +160,10 @@ JSRoot { filename: "typescript/types/union-intersection/input.ts" end: Object { column: 34 - index: 72 line: 2 } start: Object { column: 0 - index: 38 line: 2 } } @@ -195,12 +173,10 @@ JSRoot { filename: "typescript/types/union-intersection/input.ts" end: Object { column: 34 - index: 72 line: 2 } start: Object { column: 0 - index: 38 line: 2 } } @@ -212,12 +188,10 @@ JSRoot { filename: "typescript/types/union-intersection/input.ts" end: Object { column: 33 - index: 71 line: 2 } start: Object { column: 4 - index: 42 line: 2 } } @@ -227,12 +201,10 @@ JSRoot { filename: "typescript/types/union-intersection/input.ts" end: Object { column: 33 - index: 71 line: 2 } start: Object { column: 4 - index: 42 line: 2 } } @@ -241,12 +213,10 @@ JSRoot { filename: "typescript/types/union-intersection/input.ts" end: Object { column: 33 - index: 71 line: 2 } start: Object { column: 18 - index: 56 line: 2 } } @@ -256,12 +226,10 @@ JSRoot { filename: "typescript/types/union-intersection/input.ts" end: Object { column: 24 - index: 62 line: 2 } start: Object { column: 18 - index: 56 line: 2 } } @@ -271,12 +239,10 @@ JSRoot { filename: "typescript/types/union-intersection/input.ts" end: Object { column: 33 - index: 71 line: 2 } start: Object { column: 27 - index: 65 line: 2 } } @@ -290,12 +256,10 @@ JSRoot { filename: "typescript/types/union-intersection/input.ts" end: Object { column: 33 - index: 71 line: 2 } start: Object { column: 4 - index: 42 line: 2 } } @@ -308,12 +272,10 @@ JSRoot { filename: "typescript/types/union-intersection/input.ts" end: Object { column: 43 - index: 116 line: 3 } start: Object { column: 0 - index: 73 line: 3 } } @@ -323,12 +285,10 @@ JSRoot { filename: "typescript/types/union-intersection/input.ts" end: Object { column: 43 - index: 116 line: 3 } start: Object { column: 0 - index: 73 line: 3 } } @@ -340,12 +300,10 @@ JSRoot { filename: "typescript/types/union-intersection/input.ts" end: Object { column: 42 - index: 115 line: 3 } start: Object { column: 4 - index: 77 line: 3 } } @@ -355,12 +313,10 @@ JSRoot { filename: "typescript/types/union-intersection/input.ts" end: Object { column: 42 - index: 115 line: 3 } start: Object { column: 4 - index: 77 line: 3 } } @@ -369,12 +325,10 @@ JSRoot { filename: "typescript/types/union-intersection/input.ts" end: Object { column: 42 - index: 115 line: 3 } start: Object { column: 17 - index: 90 line: 3 } } @@ -384,12 +338,10 @@ JSRoot { filename: "typescript/types/union-intersection/input.ts" end: Object { column: 23 - index: 96 line: 3 } start: Object { column: 17 - index: 90 line: 3 } } @@ -399,12 +351,10 @@ JSRoot { filename: "typescript/types/union-intersection/input.ts" end: Object { column: 42 - index: 115 line: 3 } start: Object { column: 26 - index: 99 line: 3 } } @@ -414,12 +364,10 @@ JSRoot { filename: "typescript/types/union-intersection/input.ts" end: Object { column: 32 - index: 105 line: 3 } start: Object { column: 26 - index: 99 line: 3 } } @@ -429,12 +377,10 @@ JSRoot { filename: "typescript/types/union-intersection/input.ts" end: Object { column: 42 - index: 115 line: 3 } start: Object { column: 35 - index: 108 line: 3 } } @@ -450,12 +396,10 @@ JSRoot { filename: "typescript/types/union-intersection/input.ts" end: Object { column: 42 - index: 115 line: 3 } start: Object { column: 4 - index: 77 line: 3 } } @@ -468,12 +412,10 @@ JSRoot { filename: "typescript/types/union-intersection/input.ts" end: Object { column: 43 - index: 160 line: 4 } start: Object { column: 0 - index: 117 line: 4 } } @@ -483,12 +425,10 @@ JSRoot { filename: "typescript/types/union-intersection/input.ts" end: Object { column: 43 - index: 160 line: 4 } start: Object { column: 0 - index: 117 line: 4 } } @@ -500,12 +440,10 @@ JSRoot { filename: "typescript/types/union-intersection/input.ts" end: Object { column: 42 - index: 159 line: 4 } start: Object { column: 4 - index: 121 line: 4 } } @@ -515,12 +453,10 @@ JSRoot { filename: "typescript/types/union-intersection/input.ts" end: Object { column: 42 - index: 159 line: 4 } start: Object { column: 4 - index: 121 line: 4 } } @@ -529,12 +465,10 @@ JSRoot { filename: "typescript/types/union-intersection/input.ts" end: Object { column: 42 - index: 159 line: 4 } start: Object { column: 17 - index: 134 line: 4 } } @@ -544,12 +478,10 @@ JSRoot { filename: "typescript/types/union-intersection/input.ts" end: Object { column: 32 - index: 149 line: 4 } start: Object { column: 17 - index: 134 line: 4 } } @@ -559,12 +491,10 @@ JSRoot { filename: "typescript/types/union-intersection/input.ts" end: Object { column: 23 - index: 140 line: 4 } start: Object { column: 17 - index: 134 line: 4 } } @@ -574,12 +504,10 @@ JSRoot { filename: "typescript/types/union-intersection/input.ts" end: Object { column: 32 - index: 149 line: 4 } start: Object { column: 26 - index: 143 line: 4 } } @@ -591,12 +519,10 @@ JSRoot { filename: "typescript/types/union-intersection/input.ts" end: Object { column: 42 - index: 159 line: 4 } start: Object { column: 35 - index: 152 line: 4 } } @@ -610,12 +536,10 @@ JSRoot { filename: "typescript/types/union-intersection/input.ts" end: Object { column: 42 - index: 159 line: 4 } start: Object { column: 4 - index: 121 line: 4 } } diff --git a/internal/js-parser/test-fixtures/typescript/variable-declarator/definite-assignment-not-allowed/input.test.md b/internal/js-parser/test-fixtures/typescript/variable-declarator/definite-assignment-not-allowed/input.test.md index 4587b943cab..f9924dfabff 100644 --- a/internal/js-parser/test-fixtures/typescript/variable-declarator/definite-assignment-not-allowed/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/variable-declarator/definite-assignment-not-allowed/input.test.md @@ -21,12 +21,10 @@ JSRoot { filename: "typescript/variable-declarator/definite-assignment-not-allowed/input.ts" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -44,12 +42,10 @@ JSRoot { sourceText: undefined end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -61,12 +57,10 @@ JSRoot { filename: "typescript/variable-declarator/definite-assignment-not-allowed/input.ts" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -76,12 +70,10 @@ JSRoot { filename: "typescript/variable-declarator/definite-assignment-not-allowed/input.ts" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -94,12 +86,10 @@ JSRoot { filename: "typescript/variable-declarator/definite-assignment-not-allowed/input.ts" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -109,12 +99,10 @@ JSRoot { filename: "typescript/variable-declarator/definite-assignment-not-allowed/input.ts" end: Object { column: 6 - index: 6 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -127,12 +115,10 @@ JSRoot { filename: "typescript/variable-declarator/definite-assignment-not-allowed/input.ts" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -143,12 +129,10 @@ JSRoot { filename: "typescript/variable-declarator/definite-assignment-not-allowed/input.ts" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 6 - index: 6 line: 1 } } @@ -158,12 +142,10 @@ JSRoot { filename: "typescript/variable-declarator/definite-assignment-not-allowed/input.ts" end: Object { column: 9 - index: 9 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -177,12 +159,10 @@ JSRoot { filename: "typescript/variable-declarator/definite-assignment-not-allowed/input.ts" end: Object { column: 12 - index: 12 line: 1 } start: Object { column: 10 - index: 10 line: 1 } } @@ -192,12 +172,10 @@ JSRoot { filename: "typescript/variable-declarator/definite-assignment-not-allowed/input.ts" end: Object { column: 13 - index: 13 line: 1 } start: Object { column: 12 - index: 12 line: 1 } } diff --git a/internal/js-parser/test-fixtures/typescript/variable-declarator/definite-assignment/input.test.md b/internal/js-parser/test-fixtures/typescript/variable-declarator/definite-assignment/input.test.md index 5c32f4df626..979830453a2 100644 --- a/internal/js-parser/test-fixtures/typescript/variable-declarator/definite-assignment/input.test.md +++ b/internal/js-parser/test-fixtures/typescript/variable-declarator/definite-assignment/input.test.md @@ -22,12 +22,10 @@ JSRoot { filename: "typescript/variable-declarator/definite-assignment/input.ts" end: Object { column: 0 - index: 16 line: 2 } start: Object { column: 0 - index: 0 line: 1 } } @@ -37,12 +35,10 @@ JSRoot { filename: "typescript/variable-declarator/definite-assignment/input.ts" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -52,12 +48,10 @@ JSRoot { filename: "typescript/variable-declarator/definite-assignment/input.ts" end: Object { column: 15 - index: 15 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -69,12 +63,10 @@ JSRoot { filename: "typescript/variable-declarator/definite-assignment/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -84,12 +76,10 @@ JSRoot { filename: "typescript/variable-declarator/definite-assignment/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } @@ -98,12 +88,10 @@ JSRoot { filename: "typescript/variable-declarator/definite-assignment/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 8 - index: 8 line: 1 } } @@ -115,12 +103,10 @@ JSRoot { filename: "typescript/variable-declarator/definite-assignment/input.ts" end: Object { column: 14 - index: 14 line: 1 } start: Object { column: 4 - index: 4 line: 1 } } diff --git a/internal/js-parser/tokenizer/context.ts b/internal/js-parser/tokenizer/context.ts index 6ec19721ed1..4f211443ab5 100644 --- a/internal/js-parser/tokenizer/context.ts +++ b/internal/js-parser/tokenizer/context.ts @@ -127,10 +127,7 @@ tt._function.updateContext = function(parser, prevType) { prevType !== tt._else && !(prevType === tt._return && lineBreak.test( - parser.getRawInput( - parser.state.lastEndPos.index, - parser.state.startPos.index, - ), + parser.getRawInput(parser.state.lastEndIndex, parser.state.startIndex), )) && !((prevType === tt.colon || prevType === tt.braceL) && getCurContext(parser) === types.bStat) diff --git a/internal/js-parser/tokenizer/index.ts b/internal/js-parser/tokenizer/index.ts index a6ce7c8b85d..a49beca1040 100644 --- a/internal/js-parser/tokenizer/index.ts +++ b/internal/js-parser/tokenizer/index.ts @@ -10,7 +10,7 @@ import { JSInterpreterDirective, JSNumericLiteral, } from "@internal/ast"; -import {Position, SourceLocation} from "@internal/parser-core"; +import {Position, SourceLocation, TokenBase} from "@internal/parser-core"; import {JSParser} from "../parser"; import {xhtmlEntityNameToChar} from "@internal/html-parser"; import { @@ -24,6 +24,7 @@ import { validateRegexFlags, } from "@internal/js-parser-utils"; import { + TokenLabels, TokenType, TokenTypes, keywords as keywordTypes, @@ -122,11 +123,13 @@ const allowedNumericSeparatorSiblings = { // used for the onToken callback and the external tokenizer. export type Token = { type: TokenTypes; - start: Number0; - end: Number0; loc: SourceLocation; }; +export interface PublicToken extends TokenBase { + type: TokenLabels; +} + export class RegExpTokenValue { constructor(pattern: string, flags: Set) { this.pattern = pattern; @@ -179,7 +182,7 @@ export function setStrict(parser: JSParser, isStrict: boolean): void { return undefined; } - parser.state.index = parser.state.startPos.index; + parser.state.index = parser.state.startIndex; while (parser.state.index < parser.state.lineStartIndex) { parser.state.lineStartIndex = ob1Coerce0( parser.input.lastIndexOf("\n", ob1Get0(parser.state.lineStartIndex) - 2) + @@ -206,6 +209,7 @@ export function nextToken(parser: JSParser): void { parser.state.containsOctal = false; parser.state.octalPosition = undefined; parser.state.startPos = parser.getPositionFromState(); + parser.state.startIndex = parser.state.index; if (parser.state.index >= parser.length) { finishToken(parser, tt.eof); @@ -333,8 +337,6 @@ function pushComment( if (parser.shouldCreateToken()) { parser.pushToken({ type: tt.comment, - start: opts.startPos.index, - end: opts.endPos.index, loc, }); } @@ -534,6 +536,7 @@ export function finishToken( val?: unknown, ): void { parser.state.endPos = parser.getPositionFromState(); + parser.state.endIndex = parser.state.index; const prevType = parser.state.tokenType; parser.state.tokenType = type; @@ -679,9 +682,9 @@ function readTokenPlusMin(parser: JSParser, code: number): void { next === charCodes.dash && !parser.inModule && parser.input.charCodeAt(getIndex(parser) + 2) === charCodes.greaterThan && - (parser.state.lastEndPos.index === ob1Number0 || + (parser.state.lastEndIndex === ob1Number0 || lineBreak.test( - parser.getRawInput(parser.state.lastEndPos.index, parser.state.index), + parser.getRawInput(parser.state.lastEndIndex, parser.state.index), )) ) { // A `-->` line comment @@ -1261,7 +1264,7 @@ function readRadixNumber( // Read an integer, octal integer, or floating-point number. function readNumber(parser: JSParser, startsWithDot: boolean): void { - const start = parser.state.startPos; + const start = parser.state.startIndex; let isFloat = false; let isBigInt = false; @@ -1273,8 +1276,8 @@ function readNumber(parser: JSParser, startsWithDot: boolean): void { } let isOctal = - ob1Get0(parser.state.index) - ob1Get0(start.index) >= 2 && - parser.input.charCodeAt(ob1Get0(start.index)) === charCodes.digit0; + ob1Get0(parser.state.index) - ob1Get0(start) >= 2 && + parser.input.charCodeAt(ob1Get0(start)) === charCodes.digit0; if (isOctal) { if (parser.inScope("STRICT")) { parser.unexpectedDiagnostic({ @@ -1283,7 +1286,7 @@ function readNumber(parser: JSParser, startsWithDot: boolean): void { }); } - if (/[89]/.test(parser.getRawInput(start.index, parser.state.index))) { + if (/[89]/.test(parser.getRawInput(start, parser.state.index))) { isOctal = false; } } @@ -1345,10 +1348,7 @@ function readNumber(parser: JSParser, startsWithDot: boolean): void { } // Remove "_" for numeric literal separator, and "n" for BigInts - const str = parser.getRawInput(start.index, parser.state.index).replace( - /[_n]/g, - "", - ); + const str = parser.getRawInput(start, parser.state.index).replace(/[_n]/g, ""); if (isBigInt) { finishToken(parser, tt.bigint, str); @@ -1466,7 +1466,7 @@ export function readTemplateToken(parser: JSParser): void { parser.input.charCodeAt(getIndex(parser) + 1) === charCodes.leftCurlyBrace) ) { if ( - parser.state.index === parser.state.startPos.index && + parser.state.index === parser.state.startIndex && parser.match(tt.template) ) { if (ch === charCodes.dollarSign) { @@ -1754,10 +1754,7 @@ export function isBraceBlock(parser: JSParser, prevType: TokenType): boolean { (prevType === tt.name && parser.state.exprAllowed) ) { return lineBreak.test( - parser.getRawInput( - parser.state.lastEndPos.index, - parser.state.startPos.index, - ), + parser.getRawInput(parser.state.lastEndIndex, parser.state.startIndex), ); } @@ -1836,7 +1833,7 @@ function readTokenJsx(parser: JSParser): void { const code = parser.input.charCodeAt(getIndex(parser)); if (code === charCodes.lessThan || code === charCodes.leftCurlyBrace) { - if (parser.state.index === parser.state.startPos.index) { + if (parser.state.index === parser.state.startIndex) { if (code === charCodes.lessThan && parser.state.exprAllowed) { bumpIndex(parser); return finishToken(parser, tt.jsxTagStart); diff --git a/internal/js-parser/tokenizer/state.ts b/internal/js-parser/tokenizer/state.ts index 39f10833044..12ce24148cc 100644 --- a/internal/js-parser/tokenizer/state.ts +++ b/internal/js-parser/tokenizer/state.ts @@ -86,11 +86,15 @@ export type State = ParserCoreState & { // Current token offsets startPos: Position; + startIndex: Number0; endPos: Position; + endIndex: Number0; // Position information for the previous token lastEndPos: Position; + lastEndIndex: Number0; lastStartPos: Position; + lastStartIndex: Number0; // The context stack is used to superficially track syntactic // context to predict whether a regular expression is allowed in a @@ -126,7 +130,6 @@ export type Label = { const EMPTY_POS: Position = { line: ob1Number1, column: ob1Number0, - index: ob1Number0, }; export function createInitialState(): State { @@ -156,6 +159,10 @@ export function createInitialState(): State { endPos: EMPTY_POS, lastStartPos: EMPTY_POS, lastEndPos: EMPTY_POS, + startIndex: ob1Number0, + endIndex: ob1Number0, + lastEndIndex: ob1Number0, + lastStartIndex: ob1Number0, context: [ct.braceStatement], exprAllowed: true, containsOctal: false, diff --git a/internal/js-parser/tokenizer/types.ts b/internal/js-parser/tokenizer/types.ts index 9c854d44c7f..d9fadf1ce1b 100644 --- a/internal/js-parser/tokenizer/types.ts +++ b/internal/js-parser/tokenizer/types.ts @@ -207,3 +207,9 @@ export const types = { }; export type TokenTypes = typeof types[keyof typeof types]; + +// Get the labels of all tokens +// This is gross lol but better than having a manual union +export type TokenLabels = { + [Key in keyof typeof types]: typeof types[Key]["label"] +}[keyof typeof types]; diff --git a/internal/markdown-parser/test-fixtures/smoke/input.test.md b/internal/markdown-parser/test-fixtures/smoke/input.test.md index f135ab621b9..52b5ab2dd6a 100644 --- a/internal/markdown-parser/test-fixtures/smoke/input.test.md +++ b/internal/markdown-parser/test-fixtures/smoke/input.test.md @@ -15,12 +15,10 @@ MarkdownRoot { filename: "smoke/input.md" end: Object { column: 3 - index: 146 line: 13 } start: Object { column: 0 - index: 0 line: 1 } } @@ -32,12 +30,10 @@ MarkdownRoot { filename: "smoke/input.md" end: Object { column: 7 - index: 7 line: 1 } start: Object { column: 0 - index: 0 line: 1 } } @@ -49,12 +45,10 @@ MarkdownRoot { filename: "smoke/input.md" end: Object { column: 8 - index: 16 line: 2 } start: Object { column: 7 - index: 7 line: 1 } } @@ -66,12 +60,10 @@ MarkdownRoot { filename: "smoke/input.md" end: Object { column: 9 - index: 26 line: 3 } start: Object { column: 8 - index: 16 line: 2 } } @@ -83,12 +75,10 @@ MarkdownRoot { filename: "smoke/input.md" end: Object { column: 10 - index: 37 line: 4 } start: Object { column: 9 - index: 26 line: 3 } } @@ -100,12 +90,10 @@ MarkdownRoot { filename: "smoke/input.md" end: Object { column: 11 - index: 49 line: 5 } start: Object { column: 10 - index: 37 line: 4 } } @@ -117,12 +105,10 @@ MarkdownRoot { filename: "smoke/input.md" end: Object { column: 12 - index: 62 line: 6 } start: Object { column: 11 - index: 49 line: 5 } } @@ -132,12 +118,10 @@ MarkdownRoot { filename: "smoke/input.md" end: Object { column: 0 - index: 96 line: 8 } start: Object { column: 12 - index: 62 line: 6 } } @@ -148,12 +132,10 @@ MarkdownRoot { filename: "smoke/input.md" end: Object { column: 32 - index: 95 line: 7 } start: Object { column: 32 - index: 95 line: 7 } } @@ -164,12 +146,10 @@ MarkdownRoot { filename: "smoke/input.md" end: Object { column: 32 - index: 95 line: 7 } start: Object { column: 32 - index: 95 line: 7 } } @@ -182,12 +162,10 @@ MarkdownRoot { filename: "smoke/input.md" end: Object { column: 3 - index: 99 line: 8 } start: Object { column: 3 - index: 99 line: 8 } } @@ -198,12 +176,10 @@ MarkdownRoot { filename: "smoke/input.md" end: Object { column: 0 - index: 129 line: 11 } start: Object { column: 0 - index: 100 line: 9 } } @@ -215,12 +191,10 @@ MarkdownRoot { filename: "smoke/input.md" end: Object { column: 0 - index: 114 line: 10 } start: Object { column: 3 - index: 103 line: 9 } } @@ -230,12 +204,10 @@ MarkdownRoot { filename: "smoke/input.md" end: Object { column: 0 - index: 114 line: 10 } start: Object { column: 3 - index: 103 line: 9 } } @@ -246,12 +218,10 @@ MarkdownRoot { filename: "smoke/input.md" end: Object { column: 13 - index: 113 line: 9 } start: Object { column: 13 - index: 113 line: 9 } } @@ -267,12 +237,10 @@ MarkdownRoot { filename: "smoke/input.md" end: Object { column: 0 - index: 129 line: 11 } start: Object { column: 3 - index: 117 line: 10 } } @@ -282,12 +250,10 @@ MarkdownRoot { filename: "smoke/input.md" end: Object { column: 0 - index: 129 line: 11 } start: Object { column: 3 - index: 117 line: 10 } } @@ -298,12 +264,10 @@ MarkdownRoot { filename: "smoke/input.md" end: Object { column: 14 - index: 128 line: 10 } start: Object { column: 14 - index: 128 line: 10 } } @@ -320,12 +284,10 @@ MarkdownRoot { filename: "smoke/input.md" end: Object { column: 3 - index: 132 line: 11 } start: Object { column: 3 - index: 132 line: 11 } } @@ -335,12 +297,10 @@ MarkdownRoot { filename: "smoke/input.md" end: Object { column: 0 - index: 143 line: 13 } start: Object { column: 0 - index: 133 line: 12 } } @@ -351,12 +311,10 @@ MarkdownRoot { filename: "smoke/input.md" end: Object { column: 9 - index: 142 line: 12 } start: Object { column: 9 - index: 142 line: 12 } } @@ -367,12 +325,10 @@ MarkdownRoot { filename: "smoke/input.md" end: Object { column: 9 - index: 142 line: 12 } start: Object { column: 9 - index: 142 line: 12 } } @@ -385,12 +341,10 @@ MarkdownRoot { filename: "smoke/input.md" end: Object { column: 3 - index: 146 line: 13 } start: Object { column: 3 - index: 146 line: 13 } } diff --git a/internal/markup-syntax-highlight/highlightJS.ts b/internal/markup-syntax-highlight/highlightJS.ts index 09f0da1bdde..be0827f90b8 100644 --- a/internal/markup-syntax-highlight/highlightJS.ts +++ b/internal/markup-syntax-highlight/highlightJS.ts @@ -18,9 +18,7 @@ export default function highlightJS( input, tokens, (token, value, prev, next) => { - const {type} = token; - - switch (type.label) { + switch (token.type) { case "break": case "case": case "catch": @@ -97,7 +95,7 @@ export default function highlightJS( return {type: "punctuation"}; case "name": { - if (next !== undefined && next.type.label === "(") { + if (next !== undefined && next.type === "(") { return {type: "function"}; } @@ -118,7 +116,7 @@ export default function highlightJS( case "jsxName": return { type: prev !== undefined && - (prev.type.label === "jsxTagStart" || prev.type.label === "/") + (prev.type === "jsxTagStart" || prev.type === "/") ? "variable" : "attr-name", }; diff --git a/internal/markup/escape.ts b/internal/markup/escape.ts index 6671d5320ea..ed47682f375 100644 --- a/internal/markup/escape.ts +++ b/internal/markup/escape.ts @@ -21,7 +21,7 @@ export type StaticMarkup = { export type StaticMarkups = Array; -export type AnyMarkup = StaticMarkup | LazyMarkup; +export type AnyMarkup = StaticMarkup | LazyMarkup | LazyMarkupFactory; export type AnyMarkups = Array; @@ -83,6 +83,8 @@ type InterpolatedValue = | AbsoluteFilePath | URLFilePath; +const markupTemplateCache: WeakMap = new WeakMap(); + // A tagged template literal helper that will escape all interpolated strings, ensuring only markup works export function markup( strs: TemplateStringsArray, @@ -96,6 +98,13 @@ export function markup( strs: TemplateStringsArray, ...values: Array ): AnyMarkup { + if (values.length === 0) { + const cached = markupTemplateCache.get(strs); + if (cached !== undefined) { + return cached; + } + } + const parts: Array = []; let hasLazy = false; @@ -132,26 +141,27 @@ export function markup( } } - // @ts-ignore - return { + const obj: AnyMarkup = { + // @ts-ignore type: hasLazy ? "LAZY_MARKUP" : "MARKUP", parts, }; + + // No interpolated values so result is static + if (values.length === 0) { + markupTemplateCache.set(strs, obj); + } + + return obj; } // Here we have a cache making serializing markup so we can call it performantly with only the object // We can also benefit from a small speed up by common interpolated markup const readCache: WeakMap = new WeakMap(); -const factoryCache: WeakMap = new WeakMap(); -export function readMarkup(item: AnyMarkup | LazyMarkupFactory): string { +export function readMarkup(item: AnyMarkup): string { if (typeof item === "function") { - let res = factoryCache.get(item); - if (res === undefined) { - res = item(); - factoryCache.set(item, res); - } - return readMarkup(res); + return readMarkup(serializeLazyMarkup(item)); } const cached = readCache.get(item); @@ -178,20 +188,31 @@ export function readMarkup(item: AnyMarkup | LazyMarkupFactory): string { return out; } -export function serializeLazyMarkup( - markup: AnyMarkup | LazyMarkupFactory, -): StaticMarkup { - if (isLazyMarkup(markup) || typeof markup === "function") { +const factoryCache: WeakMap = new WeakMap(); + +export function serializeLazyMarkup(markup: AnyMarkup): StaticMarkup { + if (isLazyMarkup(markup)) { return { type: "MARKUP", parts: [toRawMarkup(readMarkup(markup))], }; + } else if (typeof markup === "function") { + let res = factoryCache.get(markup); + if (res === undefined) { + res = markup(); + factoryCache.set(markup, res); + } + return serializeLazyMarkup(res); } else { return markup; } } export function isEmptyMarkup(safe: AnyMarkup): boolean { + if (typeof safe === "function") { + return isEmptyMarkup(serializeLazyMarkup(safe)); + } + for (const part of safe.parts) { if (typeof part === "string") { if (part !== "") { @@ -245,8 +266,8 @@ export function concatMarkup( } } - // @ts-ignore return { + // @ts-ignore type: hasLazy ? "LAZY_MARKUP" : "MARKUP", parts, }; @@ -309,7 +330,7 @@ export function markupTag( const open = toRawMarkup(`${ret}>`); const close = toRawMarkup(``); - if (text.type === "LAZY_MARKUP") { + if (typeof text === "function" || text.type === "LAZY_MARKUP") { return { type: "LAZY_MARKUP", parts: [open, text, close], diff --git a/internal/markup/normalize.ts b/internal/markup/normalize.ts index b003df4213f..27d1823356e 100644 --- a/internal/markup/normalize.ts +++ b/internal/markup/normalize.ts @@ -150,7 +150,7 @@ export function normalizeMarkup( truncated: boolean; } { const {textLength, text} = normalizeMarkupChildren( - parseMarkup(readMarkup(input)), + parseMarkup(input), opts, maxLength, ); diff --git a/internal/markup/parse.ts b/internal/markup/parse.ts index d87b99c19b5..197792aff12 100644 --- a/internal/markup/parse.ts +++ b/internal/markup/parse.ts @@ -24,8 +24,14 @@ import { import {isEscaped} from "@internal/string-utils"; import {Number0, ob1Add, ob1Dec, ob1Get0, ob1Inc} from "@internal/ob1"; import {descriptions} from "@internal/diagnostics"; -import {unescapeTextValue} from "./escape"; -import {createEmptyAttributes} from "./util"; +import { + AnyMarkup, + StaticMarkup, + readMarkup, + serializeLazyMarkup, + unescapeTextValue, +} from "./escape"; +import {createEmptyAttributes, isSingleEscaped} from "./util"; import { globalAttributes, tags, @@ -425,10 +431,46 @@ const createStringMarkupParser = createParser((ParserCore) => } ); -export function parseMarkup(input: string, opts: ParserOptions = {}) { - try { - return createStringMarkupParser({...opts, input}).parse(); - } catch (err) { - throw err; +const parseCache: WeakMap = new WeakMap(); +export function parseMarkup( + input: string | AnyMarkup, + opts: ParserOptions = {}, +): MarkupParsedChildren { + let cacheKey: undefined | StaticMarkup; + let children: undefined | MarkupParsedChildren; + + if (typeof input !== "string") { + cacheKey = serializeLazyMarkup(input); + + const cached = parseCache.get(cacheKey); + if (cached !== undefined) { + return cached; + } + + // Don't need to parse a single escaped + if (isSingleEscaped(cacheKey)) { + children = [ + { + type: "Text", + value: cacheKey.parts[0], + source: true, + }, + ]; + } + + input = readMarkup(input); + } + + if (children === undefined) { + try { + children = createStringMarkupParser({...opts, input}).parse(); + } catch (err) { + throw err; + } + } + + if (cacheKey !== undefined) { + parseCache.set(cacheKey, children); } + return children; } diff --git a/internal/markup/util.ts b/internal/markup/util.ts index 385cdcf8a77..734ae91d0ad 100644 --- a/internal/markup/util.ts +++ b/internal/markup/util.ts @@ -3,11 +3,25 @@ import {MarkupFormatOptions, MarkupParsedAttributes} from "./types"; import {humanizeNumber} from "@internal/string-utils"; import {createUnknownFilePath} from "@internal/path"; import {ob1Coerce0, ob1Coerce1, ob1Get0, ob1Get1} from "@internal/ob1"; +import {StaticMarkup} from "./escape"; export function createEmptyAttributes(): Consumer { return consumeUnknown({}, "parse/stringMarkup"); } +export function isSingleEscaped( + markup: StaticMarkup, +): markup is { + type: "MARKUP"; + parts: [string]; +} { + return ( + markup.type === "MARKUP" && + markup.parts.length === 1 && + typeof markup.parts[0] === "string" + ); +} + export function humanizeMarkupFilename( filename: string, opts: MarkupFormatOptions = {}, diff --git a/internal/parser-core/ParserCore.ts b/internal/parser-core/ParserCore.ts new file mode 100644 index 00000000000..e6e90e5454d --- /dev/null +++ b/internal/parser-core/ParserCore.ts @@ -0,0 +1,826 @@ +import { + ComplexToken, + EOFToken, + NodeBase, + ParserOptions, + ParserOptionsWithRequiredPath, + ParserUnexpectedOptions, + Position, + SOFToken, + SimpleToken, + SourceLocation, + TokenBase, + TokenValues, + TokensShape, + ValueToken, +} from "./types"; +import { + Diagnostic, + DiagnosticCategory, + DiagnosticDescription, + DiagnosticFilter, + DiagnosticLocation, + Diagnostics, + DiagnosticsError, + DiagnosticsProcessor, + catchDiagnosticsSync, + createSingleDiagnosticError, + descriptions, +} from "@internal/diagnostics"; +import {AnyComment, AnyNode, RootBase} from "@internal/ast"; +import {UnknownFilePath, createUnknownFilePath} from "@internal/path"; +import { + Number0, + Number1, + ob1Add, + ob1Coerce0, + ob1Get0, + ob1Inc, + ob1Number0, + ob1Number1, +} from "@internal/ob1"; + +import {CommentsConsumer} from "@internal/js-parser"; +import PositionTracker from "./PositionTracker"; +import {RequiredProps} from "@internal/typescript-helpers"; +import {removeCarriageReturn} from "@internal/string-utils"; +import {attachComments} from "./comments"; + +export type ParserCoreState = { + comments: Array; + trailingComments: Array; + leadingComments: Array; + commentStack: Array; + commentPreviousNode: undefined | AnyNode; + diagnostics: Diagnostics; + diagnosticFilters: Array; + corrupt: boolean; +}; + +export default class ParserCore< + Tokens extends TokensShape, + State extends ParserCoreState = ParserCoreState +> { + constructor( + opts: ParserOptions, + diagnosticCategory: DiagnosticCategory, + initialState: Omit, + ) { + const { + path, + mtime, + offsetPosition, + sourceText, + } = opts; + + // Input information + this.path = path === undefined ? undefined : createUnknownFilePath(path); + this.filename = this.path === undefined ? undefined : this.path.join(); + this.mtime = mtime; + this.input = normalizeInput(opts); + this.sourceText = sourceText ?? this.input; + this.length = ob1Coerce0(this.input.length); + + this.eofToken = { + type: "EOF", + start: ob1Coerce0(this.input.length), + end: ob1Coerce0(this.input.length), + }; + + // Parser/tokenizer state + this.diagnosticCategory = diagnosticCategory; + this.tokenizing = false; + this.currLine = + offsetPosition === undefined ? ob1Number1 : offsetPosition.line; + this.currColumn = + offsetPosition === undefined ? ob1Number0 : offsetPosition.column; + this.nextTokenIndex = ob1Number0; + this.currentToken = SOF_TOKEN; + this.prevToken = SOF_TOKEN; + this.ignoreWhitespaceTokens = false; + this.comments = new CommentsConsumer(); + + this.indexTracker = new PositionTracker({ + filename: this.filename, + input: this.input, + offsetPosition, + getPosition: this.getPosition.bind(this), + }); + + // @ts-ignore + this.state = { + ...initialState, + ...ParserCore.createInitialState(), + }; + } + + comments: CommentsConsumer; + indexTracker: PositionTracker; + diagnosticCategory: DiagnosticCategory; + tokenizing: boolean; + nextTokenIndex: Number0; + state: State; + prevToken: TokenValues; + currentToken: TokenValues; + eofToken: EOFToken; + ignoreWhitespaceTokens: boolean; + + path: undefined | UnknownFilePath; + filename: undefined | string; + mtime: undefined | number; + input: string; + sourceText: string; + length: Number0; + currLine: Number1; + currColumn: Number0; + + static createInitialState(): ParserCoreState { + return { + corrupt: false, + trailingComments: [], + leadingComments: [], + commentStack: [], + comments: [], + commentPreviousNode: undefined, + diagnostics: [], + diagnosticFilters: [], + }; + } + + getPathAssert(): UnknownFilePath { + const {path} = this; + if (path === undefined) { + throw new Error("Path expected but none was passed to this Parser"); + } else { + return path; + } + } + + getFilenameAssert(): string { + const {filename} = this; + if (filename === undefined) { + throw new Error("Filename expected but none was passed to this Parser"); + } else { + return filename; + } + } + + // Run the tokenizer over all tokens + tokenizeAll(): Array> { + const tokens: Array> = []; + + const {diagnostics} = catchDiagnosticsSync(() => { + while (true) { + tokens.push(this.getToken()); + if (this.matchToken("EOF")) { + break; + } + + this.nextToken(); + } + }); + + if (diagnostics !== undefined) { + tokens.push({ + type: "Invalid", + start: this.nextTokenIndex, + end: this.length, + }); + } + + return tokens; + } + + // Tokenize method that must be implemented by subclasses + tokenize(index: Number0): undefined | TokenValues { + throw new Error("Unimplemented"); + } + + // Alternate tokenize method to allow that allows the use of state + tokenizeWithState( + index: Number0, + state: State, + ): + | undefined + | { + token: TokenValues; + state: State; + } { + const token = this.tokenize(index); + if (token !== undefined) { + return {token, state}; + } else { + return undefined; + } + } + + _tokenizeWithState( + index: Number0, + state: State, + ): + | undefined + | { + token: TokenValues; + state: State; + } { + if (this.ignoreWhitespaceTokens) { + switch (this.getInputCharOnly(index)) { + case " ": + case "\t": + case "\r": + case "\n": + return this.lookahead(ob1Inc(index)); + } + } + + return this.tokenizeWithState(index, state); + } + + // Get the current token + getToken(): TokenValues { + const {currentToken} = this; + if (currentToken === SOF_TOKEN) { + return this.nextToken(); + } else { + return currentToken; + } + } + + getPrevToken(): TokenValues { + return this.prevToken; + } + + save(): ParserSnapshot { + return { + nextTokenIndex: this.nextTokenIndex, + currentToken: this.currentToken, + prevToken: this.prevToken, + state: this.state, + }; + } + + restore(snapshot: ParserSnapshot) { + this.nextTokenIndex = snapshot.nextTokenIndex; + this.currentToken = snapshot.currentToken; + this.prevToken = snapshot.prevToken; + this.state = snapshot.state; + } + + // Advance to the next token, returning the new one + nextToken(): TokenValues { + if (this.isEOF(this.nextTokenIndex)) { + this.currentToken = this.eofToken; + return this.eofToken; + } + + if (this.tokenizing) { + throw new Error("Can't call nextToken while tokenizing"); + } + + const prevToken = this.currentToken; + const {token: nextToken, state} = this.lookahead(); + + if (nextToken.end === prevToken.end) { + throw new Error( + `tokenize() returned a token with the same position as the last - Previous token: ${JSON.stringify( + prevToken, + )}; Next token: ${JSON.stringify(nextToken)}; Input: ${this.input.slice( + 0, + 100, + )}`, + ); + } + + const {line, column} = this.getPositionFromIndex(nextToken.start); + this.currLine = line; + this.currColumn = column; + + this.nextTokenIndex = nextToken.end; + this.prevToken = prevToken; + this.currentToken = nextToken; + this.state = state; + return nextToken; + } + + // Get the start index of the current token + getIndex(): Number0 { + return this.currentToken.start; + } + + // Get the position of the current token + getPosition(): Position { + const index = this.getIndex(); + const cached = this.indexTracker.cachedPositions.get(index); + if (cached !== undefined) { + return cached; + } + + const pos: Position = { + line: this.currLine, + column: this.currColumn, + }; + this.indexTracker.setPositionIndex(pos, index); + return pos; + } + + // Get the end position of the previous token + getLastEndPosition(): Position { + return this.getPositionFromIndex(this.prevToken.end); + } + + // Return the token that's after this current token without advancing to it + lookaheadToken(index?: Number0): TokenValues { + return this.lookahead(index).token; + } + + // Return the token and state that's after the current token without advancing to it + lookahead( + index: Number0 = this.nextTokenIndex, + ): { + token: TokenValues; + state: State; + } { + if (this.isEOF(index)) { + return {token: this.eofToken, state: this.state}; + } + + // Set the next token index, in the case of a lookahead we'll set it back later + const prevNextTokenIndex = this.nextTokenIndex; + this.nextTokenIndex = index; + + // Indicate that we're currently tokenizing to catch some weird recursive tokenizing errors + const wasTokenizing = this.tokenizing; + this.tokenizing = true; + + // Tokenize and do some validation + const nextToken = this._tokenizeWithState(index, this.state); + if (nextToken === undefined) { + throw this.unexpected({ + start: this.getPositionFromIndex(index), + }); + } + + // Reset to old values + this.tokenizing = wasTokenizing; + this.nextTokenIndex = prevNextTokenIndex; + + return nextToken; + } + + getPositionFromIndex(index: Number0): Position { + return this.indexTracker.getPositionFromIndex(index); + } + + getIndexFromPosition(pos: Position, filename: undefined | string): Number0 { + return this.indexTracker.getIndexFromPosition(pos, filename); + } + + createDiagnostic(opts: ParserUnexpectedOptions = {}): Diagnostic { + const {currentToken} = this; + let {description} = opts; + const location = this.getDiagnosticLocation(opts); + const start = this.getIndexFromPosition(location.start, location.filename); + + // Normalize message, we need to be defensive here because it could have been called while tokenizing the first token + if (description === undefined) { + if (currentToken !== undefined && start === currentToken.start) { + description = descriptions.PARSER_CORE.UNEXPECTED(currentToken.type); + } else { + if (this.isEOF(start)) { + description = descriptions.PARSER_CORE.UNEXPECTED_EOF; + } else { + const char = this.input[ob1Get0(start)]; + description = descriptions.PARSER_CORE.UNEXPECTED_CHARACTER(char); + } + } + } + + const descriptionWithCategory: DiagnosticDescription = { + ...description, + advice: description.advice ?? [], + category: description.category ?? this.diagnosticCategory, + }; + + return { + description: descriptionWithCategory, + location, + }; + } + + // Return an error to indicate a parser error, this must be thrown at the callsite for refinement + unexpected(opts: ParserUnexpectedOptions = {}): DiagnosticsError { + return createSingleDiagnosticError(this.createDiagnostic(opts)); + } + + unexpectedDiagnostic(opts: ParserUnexpectedOptions = {}) { + this.addDiagnostic(this.createDiagnostic(opts)); + } + + getDiagnosticLocation( + opts: Omit = {}, + ): RequiredProps { + let {start, end, token} = opts; + + if (opts.index !== undefined) { + start = this.getPositionFromIndex(opts.index); + end = start; + } + + if (opts.startIndex !== undefined) { + start = this.getPositionFromIndex(opts.startIndex); + } + + if (opts.endIndex !== undefined) { + end = this.getPositionFromIndex(opts.endIndex); + } + + if (opts.location !== undefined) { + start = opts.location.start; + end = opts.location.end; + } + + if (token !== undefined) { + start = this.getPositionFromIndex(token.start); + end = this.getPositionFromIndex(token.end); + } + + if (start === undefined && end === undefined && opts.loc !== undefined) { + start = opts.loc.start; + end = opts.loc.end; + } + + // If we weren't given a start then default to the provided end, or the current token start + if (start === undefined && end === undefined) { + start = this.getPosition(); + end = this.getLastEndPosition(); + } + + if (start === undefined && end !== undefined) { + start = end; + } + + if (start !== undefined && end === undefined) { + end = start; + } + + if (start === undefined || end === undefined) { + throw new Error("This condition should have been refined"); + } + + let sourceText; + if (this.path === undefined) { + sourceText = this.sourceText; + } + + return { + sourceText, + mtime: this.mtime, + start, + end, + filename: this.filename, + }; + } + + //# Token utility methods + assertNoSpace(): void { + if (this.currentToken.start !== this.prevToken.end) { + throw this.unexpected({ + description: descriptions.PARSER_CORE.EXPECTED_SPACE, + }); + } + } + + // If the current token is the specified type then return the next token, otherwise return null + eatToken(type: keyof Tokens): undefined | TokenValues { + if (this.matchToken(type)) { + return this.nextToken(); + } else { + return undefined; + } + } + + didEatToken(type: keyof Tokens): boolean { + return this.eatToken(type) !== undefined; + } + + // Check if we're at the end of the input + isEOF(index: Number0): boolean { + return ob1Get0(index) >= this.input.length; + } + + // Check if the current token matches the input type + matchToken(type: keyof Tokens): boolean { + return this.getToken().type === type; + } + + // Get the current token and assert that it's of the specified type, the token stream will also be advanced + expectToken( + type: Type, + _metadata?: DiagnosticDescription, + ): Tokens[Type] { + const token = this.getToken(); + if (token.type === type) { + this.nextToken(); + // @ts-ignore + return token; + } else { + throw this.unexpected({ + description: _metadata === undefined + ? descriptions.PARSER_CORE.EXPECTED_TOKEN( + token.type, + (type as string), + ) + : _metadata, + }); + } + } + + getInputRange( + start: Number0, + count: number, + startOffset?: number, + ): [string, Number0] { + // Allow passing in an `offset` to avoid callsites having to do `ob1Add` themselves + const startIndex = ob1Get0( + startOffset === undefined ? start : ob1Add(start, startOffset), + ); + const endIndex = Math.min(startIndex + count, this.input.length - 1); + return [this.input.slice(startIndex, endIndex), ob1Coerce0(endIndex + 1)]; + } + + getInputCharOnly(index: Number0, offset?: number): string { + return this.getInputChar(index, offset)[0]; + } + + getInputChar(index: Number0, offset?: number): [string, Number0] { + const {input} = this; + + // Allow passing in an `offset` to avoid callsites having to do `ob1Add` themselves + const i = ob1Get0(offset === undefined ? index : ob1Add(index, offset)); + + const end = ob1Coerce0(i + 1); + + // Allow an overflow since we call this method to check for trailing characters + if (i >= input.length || i < 0) { + return ["", end]; + } + + return [input[i], end]; + } + + // Read from the input starting at the specified index, until the callback returns false + readInputFrom( + index: Number0, + callback?: (char: string, index: Number0, input: string) => boolean, + ): [string, Number0, boolean] { + const {input} = this; + let value = ""; + + while (true) { + if (ob1Get0(index) >= input.length) { + return [value, index, true]; + } + + if ( + callback === undefined || + callback(input[ob1Get0(index)], index, input) + ) { + value += input[ob1Get0(index)]; + index = ob1Inc(index); + } else { + break; + } + } + + return [value, index, false]; + } + + // Get the string between the specified range + getRawInput(start: Number0, end: Number0): string { + return this.input.slice(ob1Get0(start), ob1Get0(end)); + } + + getInputStartIndex(node: undefined | NodeBase): Number0 { + const loc = this.getLoc(node); + return this.getIndexFromPosition(loc.start, loc.filename); + } + + getInputEndIndex(node: undefined | NodeBase): Number0 { + const loc = this.getLoc(node); + return this.getIndexFromPosition(loc.end, loc.filename); + } + + getLoc(node: undefined | NodeBase): SourceLocation { + if (node === undefined || node.loc === undefined) { + throw new Error("Tried to fetch node loc start but none found"); + } else { + return node.loc; + } + } + + //# Token finalization + + finishToken( + type: Type, + end: Number0 = ob1Inc(this.nextTokenIndex), + ): SimpleToken { + return { + type, + start: this.nextTokenIndex, + end, + }; + } + + finishValueToken( + type: Type, + value: Value, + end: Number0 = ob1Inc(this.nextTokenIndex), + ): ValueToken { + return { + type, + value, + start: this.nextTokenIndex, + end, + }; + } + + finishComplexToken( + type: Type, + data: Data, + end: Number0 = ob1Inc(this.nextTokenIndex), + ): ComplexToken { + return { + type, + ...data, + start: this.nextTokenIndex, + end, + }; + } + + //# SourceLocation finalization + + finishLocFromToken(token: TokenBase): SourceLocation { + return this.finishLocAt( + this.getPositionFromIndex(token.start), + this.getPositionFromIndex(token.end), + ); + } + + finishLoc(start: Position): SourceLocation { + return this.finishLocAt(start, this.getLastEndPosition()); + } + + finishLocAt(start: Position, end: Position): SourceLocation + finishLocAt(start: Position, end: Position): SourceLocation + finishLocAt(start: Position, end: Position): SourceLocation | SourceLocation { + return { + filename: this.filename, + start, + end, + }; + } + + //# Node finalization + + finalizeNode(node: T): T { + // @ts-ignore + attachComments(this, node); + return node; + } + + // Sometimes we want to pretend we're in different locations to consume the comments of other nodes + finishNodeWithStarts(starts: Array, node: T): T { + for (const start of starts) { + node = this.finishNode(start, node); + } + return node; + } + + finishNode( + start: Position, + node: T, + ): T & { + loc: SourceLocation; + } { + return this.finishNodeAt(start, this.getLastEndPosition(), node); + } + + finishNodeAt( + start: Position, + end: Position, + node: T, + ): T & { + loc: SourceLocation; + } { + // Maybe mutating `node` is better...? + const newNode: T & { + loc: SourceLocation; + } = { + ...node, + loc: this.finishLocAt(start, end), + }; + return this.finalizeNode(newNode); + } + + finishRoot(node: T): T & RootBase { + return { + ...node, + corrupt: this.state.corrupt, + mtime: this.mtime, + diagnostics: this.getDiagnostics(), + filename: this.getFilenameAssert(), + comments: this.state.comments, + }; + } + + finalize(): void { + if (!this.eatToken("EOF")) { + throw this.unexpected({ + description: descriptions.PARSER_CORE.EXPECTED_EOF, + }); + } + } + + //# Diagnostics + + getDiagnostics(): Diagnostics { + const collector = new DiagnosticsProcessor({ + origins: [ + { + category: this.diagnosticCategory, + }, + ], + //unique: ['start.line'], + }); + + for (const filter of this.state.diagnosticFilters) { + collector.addFilter(filter); + } + + // TODO remove any trailing "eof" diagnostic + return collector.addDiagnostics(this.state.diagnostics).slice(0, 1); + } + + addDiagnostic(diag: Diagnostic) { + this.state.diagnostics.push(diag); + } + + addDiagnosticFilter(diag: DiagnosticFilter) { + this.state.diagnosticFilters.push(diag); + } + + addCompleteDiagnostic(diags: Diagnostics) { + this.state.diagnostics = [...this.state.diagnostics, ...diags]; + } + + //# Comments + + registerComment(comment: AnyComment) { + this.state.comments.push(comment); + this.state.trailingComments.push(comment); + this.state.leadingComments.push(comment); + } +} + +export class ParserWithRequiredPath< + Tokens extends TokensShape, + State extends ParserCoreState = ParserCoreState +> extends ParserCore { + constructor( + opts: ParserOptionsWithRequiredPath, + diagnosticCategory: DiagnosticCategory, + initialState: Omit, + ) { + super(opts, diagnosticCategory, initialState); + this.filename = this.getFilenameAssert(); + this.path = this.getPathAssert(); + } + + path: UnknownFilePath; + filename: string; +} + +const SOF_TOKEN: SOFToken = { + type: "SOF", + start: ob1Number0, + end: ob1Number0, +}; + +type ParserSnapshot = { + nextTokenIndex: Number0; + currentToken: TokenValues; + prevToken: TokenValues; + state: State; +}; + +function normalizeInput(opts: ParserOptions): string { + const {input} = opts; + + if (input === undefined) { + return ""; + } else if (opts.retainCarriageReturn) { + return input; + } else { + return removeCarriageReturn(input); + } +} diff --git a/internal/parser-core/PositionTracker.ts b/internal/parser-core/PositionTracker.ts new file mode 100644 index 00000000000..2a955c553b7 --- /dev/null +++ b/internal/parser-core/PositionTracker.ts @@ -0,0 +1,135 @@ +import { + Number0, + Number1, + ob1Get0, + ob1Inc, + ob1Number0, + ob1Number1, +} from "@internal/ob1"; +import {Position} from "./types"; +import {pretty} from "@internal/pretty-format"; +import {derivePositionKey} from "./utils"; + +type GetPosition = () => Position; + +export default class PositionTracker { + constructor( + { + filename, + input, + offsetPosition = { + line: ob1Number1, + column: ob1Number0, + }, + getPosition, + }: { + filename: undefined | string; + input: string; + offsetPosition?: Position; + getPosition?: GetPosition; + }, + ) { + this.getPosition = getPosition; + this.filename = filename; + this.input = input; + + this.offsetPosition = offsetPosition; + this.latestPosition = offsetPosition; + + this.positionsToIndex = new Map(); + this.positionsToIndex.set(derivePositionKey(offsetPosition), ob1Number0); + + this.cachedPositions = new Map(); + } + + filename: undefined | string; + input: string; + latestPosition: Position; + offsetPosition: Position; + cachedPositions: Map; + positionsToIndex: Map; + getPosition: undefined | GetPosition; + + getIndexFromPosition(pos: Position, filename: undefined | string): Number0 { + if (filename !== this.filename) { + throw new Error( + pretty`PositionTracker filename mismatch. DiagnosticLocation filename ${filename} is different than the filename we're tracking of ${this.filename}. Position: ${pos}`, + ); + } + const index = this.positionsToIndex.get(derivePositionKey(pos)); + if (index === undefined) { + throw new Error(pretty`No index found for ${pos}`); + } else { + return index; + } + } + + getPositionFromIndex(index: Number0): Position { + const cached = this.cachedPositions.get(index); + if (cached !== undefined) { + return cached; + } + + let line: Number1 = ob1Number1; + let column: Number0 = ob1Number0; + let indexSearchStart: number = 0; + + // Reuse existing line information if possible + const {latestPosition} = this; + const latestPositionIndex = this.getIndexFromPosition( + latestPosition, + this.filename, + ); + + const currPosition = + this.getPosition === undefined ? undefined : this.getPosition(); + const currPositionIndex = + currPosition === undefined + ? undefined + : this.getIndexFromPosition(latestPosition, this.filename); + + if ( + currPosition !== undefined && + currPositionIndex !== undefined && + currPositionIndex > latestPositionIndex && + currPositionIndex < index + ) { + line = currPosition.line; + column = currPosition.column; + indexSearchStart = ob1Get0(currPositionIndex); + } else if (latestPositionIndex < index) { + line = latestPosition.line; + column = latestPosition.column; + indexSearchStart = ob1Get0(latestPositionIndex); + } + + // Read the rest of the input until we hit the index + for (let i = indexSearchStart; i < ob1Get0(index); i++) { + const char = this.input[i]; + + if (char === "\n") { + line = ob1Inc(line); + column = ob1Number0; + } else { + column = ob1Inc(column); + } + } + + const pos: Position = { + line, + column, + }; + + if (latestPosition === undefined || index > latestPositionIndex) { + this.latestPosition = pos; + } + + this.setPositionIndex(pos, index); + return pos; + } + + setPositionIndex(pos: Position, index: Number0) { + this.positionsToIndex.set(derivePositionKey(pos), index); + this.cachedPositions.set(index, pos); + } +} diff --git a/internal/parser-core/comments.ts b/internal/parser-core/comments.ts index b51614d4237..7896ecf84b8 100644 --- a/internal/parser-core/comments.ts +++ b/internal/parser-core/comments.ts @@ -29,9 +29,8 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -import {AnyParserCore, SourceLocation} from "@internal/parser-core"; +import {AnyParserCore} from "@internal/parser-core"; import {AnyComment, AnyNode} from "@internal/ast"; -import {Number0} from "@internal/ob1"; function last(stack: Array): T { return stack[stack.length - 1]; @@ -41,22 +40,6 @@ function getIds(comments: Array): Array { return comments.map((comment) => comment.id); } -function getLoc(node: AnyNode): SourceLocation { - const {loc} = node; - if (loc === undefined) { - throw new Error("No loc found"); - } - return loc; -} - -function start(node: AnyNode): Number0 { - return getLoc(node).start.index; -} - -function end(node: AnyNode): Number0 { - return getLoc(node).end.index; -} - function hasComments( comments: undefined | Array, ): comments is Array { @@ -64,6 +47,7 @@ function hasComments( } function setComments( + parser: AnyParserCore, node: AnyNode, key: "leadingComments" | "trailingComments", comments: Array, @@ -72,7 +56,10 @@ function setComments( for (let i = 0; i < comments.length; i++) { const comment = comments[i]; - if (start(comment) >= start(node) && end(comment) <= end(node)) { + if ( + parser.getInputStartIndex(comment) >= parser.getInputStartIndex(node) && + parser.getInputEndIndex(comment) <= parser.getInputEndIndex(node) + ) { innerEndIndex++; } else { break; @@ -122,7 +109,10 @@ function adjustCommentsAfterTrailingComma( } for (let j = 0; j < state.leadingComments.length; j++) { - if (end(parser.state.leadingComments[j]) < end(commentPreviousNode)) { + if ( + parser.getInputEndIndex(parser.state.leadingComments[j]) < + parser.getInputEndIndex(commentPreviousNode) + ) { parser.state.leadingComments.splice(j, 1); j--; } @@ -131,7 +121,7 @@ function adjustCommentsAfterTrailingComma( const newTrailingComments: Array = []; for (let i = 0; i < state.leadingComments.length; i++) { const leadingComment = state.leadingComments[i]; - if (end(leadingComment) < end(node)) { + if (parser.getInputEndIndex(leadingComment) < parser.getInputEndIndex(node)) { newTrailingComments.push(leadingComment); // Perf: we don't need to splice if we are going to reset the array anyway @@ -172,7 +162,10 @@ export function attachComments(parser: AnyParserCore, node: AnyNode) { // current node, then we're good - all comments in the array will // come after the node and so it's safe to add them as official // trailingComments. - if (start(state.trailingComments[0]) >= end(node)) { + if ( + parser.getInputStartIndex(state.trailingComments[0]) >= + parser.getInputEndIndex(node) + ) { trailingComments = state.trailingComments; state.trailingComments = []; } else { @@ -188,9 +181,9 @@ export function attachComments(parser: AnyParserCore, node: AnyNode) { const lastInStack = last(commentStack); if ( hasComments(lastInStack.trailingComments) && - start( + parser.getInputStartIndex( parser.comments.assertGetCommentFromId(lastInStack.trailingComments[0]), - ) >= end(node) + ) >= parser.getInputEndIndex(node) ) { trailingComments = parser.comments.getCommentsFromIds( lastInStack.trailingComments, @@ -201,12 +194,20 @@ export function attachComments(parser: AnyParserCore, node: AnyNode) { // Eating the stack. let firstChild; - if (commentStack.length > 0 && start(last(commentStack)) >= start(node)) { + if ( + commentStack.length > 0 && + parser.getInputStartIndex(last(commentStack)) >= + parser.getInputStartIndex(node) + ) { firstChild = commentStack.pop(); } let lastChild; - while (commentStack.length > 0 && start(last(commentStack)) >= start(node)) { + while ( + commentStack.length > 0 && + parser.getInputStartIndex(last(commentStack)) >= + parser.getInputStartIndex(node) + ) { lastChild = commentStack.pop(); } @@ -266,13 +267,14 @@ export function attachComments(parser: AnyParserCore, node: AnyNode) { if (hasComments(lastChild.leadingComments)) { if ( lastChild !== node && - end( + parser.getInputEndIndex( parser.comments.assertGetCommentFromId( last(lastChild.leadingComments), ), - ) <= start(node) + ) <= parser.getInputStartIndex(node) ) { setComments( + parser, node, "leadingComments", parser.comments.getCommentsFromIds(lastChild.leadingComments), @@ -284,14 +286,15 @@ export function attachComments(parser: AnyParserCore, node: AnyNode) { // See also: https://github.com/eslint/espree/issues/158 for (let i = lastChild.leadingComments.length - 2; i >= 0; --i) { if ( - end( + parser.getInputEndIndex( parser.comments.assertGetCommentFromId( lastChild.leadingComments[i], ), ) <= - start(node) + parser.getInputStartIndex(node) ) { setComments( + parser, node, "leadingComments", parser.comments.getCommentsFromIds( @@ -304,12 +307,15 @@ export function attachComments(parser: AnyParserCore, node: AnyNode) { } } } else if (parser.state.leadingComments.length > 0) { - if (end(last(parser.state.leadingComments)) <= start(node)) { + if ( + parser.getInputEndIndex(last(parser.state.leadingComments)) <= + parser.getInputStartIndex(node) + ) { if (parser.state.commentPreviousNode) { for (let j = 0; j < parser.state.leadingComments.length; j++) { if ( - end(parser.state.leadingComments[j]) < - end(parser.state.commentPreviousNode) + parser.getInputEndIndex(parser.state.leadingComments[j]) < + parser.getInputEndIndex(parser.state.commentPreviousNode) ) { parser.state.leadingComments.splice(j, 1); j--; @@ -318,7 +324,12 @@ export function attachComments(parser: AnyParserCore, node: AnyNode) { } if (state.leadingComments.length > 0) { - setComments(node, "leadingComments", parser.state.leadingComments); + setComments( + parser, + node, + "leadingComments", + parser.state.leadingComments, + ); state.leadingComments = []; } } else { @@ -335,7 +346,10 @@ export function attachComments(parser: AnyParserCore, node: AnyNode) { // first comment that comes after the given node. let i = 0; while (i < state.leadingComments.length) { - if (end(state.leadingComments[i]) > start(node)) { + if ( + parser.getInputEndIndex(state.leadingComments[i]) > + parser.getInputStartIndex(node) + ) { break; } else { i++; @@ -350,7 +364,7 @@ export function attachComments(parser: AnyParserCore, node: AnyNode) { const leadingComments = state.leadingComments.slice(0, i); if (leadingComments.length > 0) { - setComments(node, "leadingComments", leadingComments); + setComments(parser, node, "leadingComments", leadingComments); } // Similarly, trailing comments are attached later. The variable @@ -365,7 +379,7 @@ export function attachComments(parser: AnyParserCore, node: AnyNode) { parser.state.commentPreviousNode = node; if (trailingComments) { - setComments(node, "trailingComments", trailingComments); + setComments(parser, node, "trailingComments", trailingComments); } commentStack.push(node); diff --git a/internal/parser-core/index.ts b/internal/parser-core/index.ts index e805bfc6bb4..970666d110c 100644 --- a/internal/parser-core/index.ts +++ b/internal/parser-core/index.ts @@ -1,1058 +1,8 @@ -/** - * Copyright (c) Facebook, Inc. and its affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */ - -import { - BaseTokens, - ComplexToken, - EOFToken, - NodeBase, - Position, - SOFToken, - SimpleToken, - SourceLocation, - TokenBase, - TokensShape, - ValueToken, -} from "./types"; -import { - Diagnostic, - DiagnosticCategory, - DiagnosticDescription, - DiagnosticFilter, - DiagnosticLocation, - Diagnostics, - DiagnosticsError, - DiagnosticsProcessor, - catchDiagnosticsSync, - createSingleDiagnosticError, - descriptions, -} from "@internal/diagnostics"; -import { - Number0, - Number1, - ob1Add, - ob1Coerce0, - ob1Get0, - ob1Inc, - ob1Number0, - ob1Number1, - ob1Sub, -} from "@internal/ob1"; -import {UnknownFilePath, createUnknownFilePath} from "@internal/path"; -import { - Class, - OptionalProps, - RequiredProps, -} from "@internal/typescript-helpers"; -import {removeCarriageReturn} from "@internal/string-utils"; -import {AnyComment, AnyNode, RootBase} from "@internal/ast"; -import {attachComments} from "./comments"; -import {CommentsConsumer} from "@internal/js-parser"; - +export { + ParserCoreState, + ParserWithRequiredPath, + default as ParserCore, +} from "./ParserCore"; export * from "./types"; - -export type ParserOptions = { - retainCarriageReturn?: boolean; - path?: string | UnknownFilePath; - mtime?: number; - input?: string; - sourceText?: string; - offsetPosition?: Position; -}; - -export type ParserOptionsWithRequiredPath = Omit & { - path: NonNullable; -}; - -export type ParserUnexpectedOptions = { - description?: OptionalProps; - loc?: SourceLocation; - start?: Position; - end?: Position; - token?: TokenBase; - index?: Number0; - startIndex?: Number0; - endIndex?: Number0; - location?: DiagnosticLocation; -}; - -export type TokenValues = - | Tokens[keyof Tokens] - | BaseTokens[keyof BaseTokens]; - -export function tryParseWithOptionalOffsetPosition< - Opts extends ParserOptions, - Ret ->( - parserOpts: Opts, - opts: { - getOffsetPosition: () => Position; - parse: (opts: Opts) => Ret; - }, -): Ret { - const {value} = catchDiagnosticsSync(() => { - return opts.parse(parserOpts); - }); - - if (value === undefined) { - // Diagnostics must be present - opts.parse({ - ...parserOpts, - offsetPosition: opts.getOffsetPosition(), - }); - throw new Error("Expected error"); - } else { - return value; - } -} - -const SOF_TOKEN: SOFToken = { - type: "SOF", - start: ob1Number0, - end: ob1Number0, -}; - -type ParserSnapshot = { - nextTokenIndex: Number0; - currentToken: TokenValues; - prevToken: TokenValues; - state: State; -}; - -function normalizeInput(opts: ParserOptions): string { - const {input} = opts; - - if (input === undefined) { - return ""; - } else if (opts.retainCarriageReturn) { - return input; - } else { - return removeCarriageReturn(input); - } -} - -export type ParserCoreState = { - comments: Array; - trailingComments: Array; - leadingComments: Array; - commentStack: Array; - commentPreviousNode: undefined | AnyNode; - diagnostics: Diagnostics; - diagnosticFilters: Array; - corrupt: boolean; -}; - -export type AnyParserCore = ParserCore; - -export class ParserCore< - Tokens extends TokensShape, - State extends ParserCoreState = ParserCoreState -> { - constructor( - opts: ParserOptions, - diagnosticCategory: DiagnosticCategory, - initialState: Omit, - ) { - const { - path, - mtime, - offsetPosition, - sourceText, - } = opts; - - // Input information - this.path = path === undefined ? undefined : createUnknownFilePath(path); - this.filename = this.path === undefined ? undefined : this.path.join(); - this.mtime = mtime; - this.input = normalizeInput(opts); - this.sourceText = sourceText ?? this.input; - this.length = ob1Coerce0(this.input.length); - - this.eofToken = { - type: "EOF", - start: ob1Coerce0(this.input.length), - end: ob1Coerce0(this.input.length), - }; - - // Parser/tokenizer state - this.offsetPosition = offsetPosition; - this.diagnosticCategory = diagnosticCategory; - this.tokenizing = false; - this.currLine = - offsetPosition === undefined ? ob1Number1 : offsetPosition.line; - this.currColumn = - offsetPosition === undefined ? ob1Number0 : offsetPosition.column; - this.nextTokenIndex = ob1Number0; - this.currentToken = SOF_TOKEN; - this.prevToken = SOF_TOKEN; - this.ignoreWhitespaceTokens = false; - this.comments = new CommentsConsumer(); - - this.indexTracker = new PositionTracker( - this.input, - offsetPosition, - this.getPosition.bind(this), - ); - - // @ts-ignore - this.state = { - ...initialState, - ...ParserCore.createInitialState(), - }; - } - - comments: CommentsConsumer; - indexTracker: PositionTracker; - offsetPosition: undefined | Position; - diagnosticCategory: DiagnosticCategory; - tokenizing: boolean; - nextTokenIndex: Number0; - state: State; - prevToken: TokenValues; - currentToken: TokenValues; - eofToken: EOFToken; - ignoreWhitespaceTokens: boolean; - - path: undefined | UnknownFilePath; - filename: undefined | string; - mtime: undefined | number; - input: string; - sourceText: string; - length: Number0; - currLine: Number1; - currColumn: Number0; - - static createInitialState(): ParserCoreState { - return { - corrupt: false, - trailingComments: [], - leadingComments: [], - commentStack: [], - comments: [], - commentPreviousNode: undefined, - diagnostics: [], - diagnosticFilters: [], - }; - } - - getPathAssert(): UnknownFilePath { - const {path} = this; - if (path === undefined) { - throw new Error("Path expected but none was passed to this Parser"); - } else { - return path; - } - } - - getFilenameAssert(): string { - const {filename} = this; - if (filename === undefined) { - throw new Error("Filename expected but none was passed to this Parser"); - } else { - return filename; - } - } - - // Run the tokenizer over all tokens - tokenizeAll(): Array> { - const tokens: Array> = []; - - const {diagnostics} = catchDiagnosticsSync(() => { - while (true) { - tokens.push(this.getToken()); - if (this.matchToken("EOF")) { - break; - } - - this.nextToken(); - } - }); - - if (diagnostics !== undefined) { - tokens.push({ - type: "Invalid", - start: this.nextTokenIndex, - end: this.length, - }); - } - - return tokens; - } - - // Tokenize method that must be implemented by subclasses - tokenize(index: Number0): undefined | TokenValues { - throw new Error("Unimplemented"); - } - - // Alternate tokenize method to allow that allows the use of state - tokenizeWithState( - index: Number0, - state: State, - ): - | undefined - | { - token: TokenValues; - state: State; - } { - const token = this.tokenize(index); - if (token !== undefined) { - return {token, state}; - } else { - return undefined; - } - } - - _tokenizeWithState( - index: Number0, - state: State, - ): - | undefined - | { - token: TokenValues; - state: State; - } { - if (this.ignoreWhitespaceTokens) { - switch (this.getInputCharOnly(index)) { - case " ": - case "\t": - case "\r": - case "\n": - return this.lookahead(ob1Inc(index)); - } - } - - return this.tokenizeWithState(index, state); - } - - // Get the current token - getToken(): TokenValues { - const {currentToken} = this; - if (currentToken === SOF_TOKEN) { - return this.nextToken(); - } else { - return currentToken; - } - } - - getPrevToken(): TokenValues { - return this.prevToken; - } - - save(): ParserSnapshot { - return { - nextTokenIndex: this.nextTokenIndex, - currentToken: this.currentToken, - prevToken: this.prevToken, - state: this.state, - }; - } - - restore(snapshot: ParserSnapshot) { - this.nextTokenIndex = snapshot.nextTokenIndex; - this.currentToken = snapshot.currentToken; - this.prevToken = snapshot.prevToken; - this.state = snapshot.state; - } - - // Advance to the next token, returning the new one - nextToken(): TokenValues { - if (this.isEOF(this.nextTokenIndex)) { - this.currentToken = this.eofToken; - return this.eofToken; - } - - if (this.tokenizing) { - throw new Error("Can't call nextToken while tokenizing"); - } - - const prevToken = this.currentToken; - const {token: nextToken, state} = this.lookahead(); - - if (nextToken.end === prevToken.end) { - throw new Error( - `tokenize() returned a token with the same position as the last - Previous token: ${JSON.stringify( - prevToken, - )}; Next token: ${JSON.stringify(nextToken)}; Input: ${this.input.slice( - 0, - 100, - )}`, - ); - } - - const {line, column} = this.getPositionFromIndex(nextToken.start); - this.currLine = line; - this.currColumn = column; - - this.nextTokenIndex = nextToken.end; - this.prevToken = prevToken; - this.currentToken = nextToken; - this.state = state; - return nextToken; - } - - // Get the position of the current token - getPosition(): Position { - const index = this.currentToken.start; - - const cached = this.indexTracker.cachedPositions.get(index); - if (cached !== undefined) { - return cached; - } - - const pos: Position = { - index: this.indexTracker.addOffset(index), - line: this.currLine, - column: this.currColumn, - }; - this.indexTracker.cachedPositions.set(index, pos); - return pos; - } - - // Get the end position of the current token - getLastEndPosition(): Position { - return this.getPositionFromIndex(this.prevToken.end); - } - - // Return the token that's after this current token without advancing to it - lookaheadToken(index?: Number0): TokenValues { - return this.lookahead(index).token; - } - - // Return the token and state that's after the current token without advancing to it - lookahead( - index: Number0 = this.nextTokenIndex, - ): { - token: TokenValues; - state: State; - } { - if (this.isEOF(index)) { - return {token: this.eofToken, state: this.state}; - } - - // Set the next token index, in the case of a lookahead we'll set it back later - const prevNextTokenIndex = this.nextTokenIndex; - this.nextTokenIndex = index; - - // Indicate that we're currently tokenizing to catch some weird recursive tokenizing errors - const wasTokenizing = this.tokenizing; - this.tokenizing = true; - - // Tokenize and do some validation - const nextToken = this._tokenizeWithState(index, this.state); - if (nextToken === undefined) { - throw this.unexpected({ - start: this.getPositionFromIndex(index), - }); - } - - // Reset to old values - this.tokenizing = wasTokenizing; - this.nextTokenIndex = prevNextTokenIndex; - - return nextToken; - } - - getPositionFromIndex(index: Number0): Position { - return this.indexTracker.getPositionFromIndex(index); - } - - createDiagnostic(opts: ParserUnexpectedOptions = {}): Diagnostic { - const {currentToken} = this; - let {description} = opts; - const location = this.getDiagnosticLocation(opts); - const {start} = location; - - // Normalize message, we need to be defensive here because it could have been called while tokenizing the first token - if (description === undefined) { - if (currentToken !== undefined && start.index === currentToken.start) { - description = descriptions.PARSER_CORE.UNEXPECTED(currentToken.type); - } else { - if (this.isEOF(start.index)) { - description = descriptions.PARSER_CORE.UNEXPECTED_EOF; - } else { - const char = this.input[ob1Get0(start.index)]; - description = descriptions.PARSER_CORE.UNEXPECTED_CHARACTER(char); - } - } - } - - const descriptionWithCategory: DiagnosticDescription = { - ...description, - category: description.category === undefined - ? this.diagnosticCategory - : description.category, - }; - - return { - description: descriptionWithCategory, - location, - }; - } - - // Return an error to indicate a parser error, this must be thrown at the callsite for refinement - unexpected(opts: ParserUnexpectedOptions = {}): DiagnosticsError { - return createSingleDiagnosticError(this.createDiagnostic(opts)); - } - - unexpectedDiagnostic(opts: ParserUnexpectedOptions = {}) { - this.state.diagnostics.push(this.createDiagnostic(opts)); - } - - getDiagnosticLocation( - opts: Omit = {}, - ): RequiredProps { - let {start, end, token} = opts; - - if (opts.index !== undefined) { - start = this.getPositionFromIndex(opts.index); - end = start; - } - - if (opts.startIndex !== undefined) { - start = this.getPositionFromIndex(opts.startIndex); - } - - if (opts.endIndex !== undefined) { - end = this.getPositionFromIndex(opts.endIndex); - } - - if (opts.location !== undefined) { - start = opts.location.start; - end = opts.location.end; - } - - if (token !== undefined) { - start = this.getPositionFromIndex(token.start); - end = this.getPositionFromIndex(token.end); - } - - if (start === undefined && end === undefined && opts.loc !== undefined) { - start = opts.loc.start; - end = opts.loc.end; - } - - // If we weren't given a start then default to the provided end, or the current token start - if (start === undefined && end === undefined) { - start = this.getPosition(); - end = this.getLastEndPosition(); - } - - if (start === undefined && end !== undefined) { - start = end; - } - - if (start !== undefined && end === undefined) { - end = start; - } - - if (start === undefined || end === undefined) { - throw new Error("This condition should have been refined"); - } - - let sourceText; - if (this.path === undefined) { - sourceText = this.sourceText; - } - - return { - sourceText, - mtime: this.mtime, - start, - end, - filename: this.filename, - }; - } - - //# Token utility methods - assertNoSpace(): void { - if (this.currentToken.start !== this.prevToken.end) { - throw this.unexpected({ - description: descriptions.PARSER_CORE.EXPECTED_SPACE, - }); - } - } - - // If the current token is the specified type then return the next token, otherwise return null - eatToken(type: keyof Tokens): undefined | TokenValues { - if (this.matchToken(type)) { - return this.nextToken(); - } else { - return undefined; - } - } - - didEatToken(type: keyof Tokens): boolean { - return this.eatToken(type) !== undefined; - } - - // Check if we're at the end of the input - isEOF(index: Number0): boolean { - return ob1Get0(index) >= this.input.length; - } - - // Check if the current token matches the input type - matchToken(type: keyof Tokens): boolean { - return this.getToken().type === type; - } - - // Get the current token and assert that it's of the specified type, the token stream will also be advanced - expectToken( - type: Type, - _metadata?: DiagnosticDescription, - ): Tokens[Type] { - const token = this.getToken(); - if (token.type === type) { - this.nextToken(); - // @ts-ignore - return token; - } else { - throw this.unexpected({ - description: _metadata === undefined - ? descriptions.PARSER_CORE.EXPECTED_TOKEN( - token.type, - (type as string), - ) - : _metadata, - }); - } - } - - getInputRange( - start: Number0, - count: number, - startOffset?: number, - ): [string, Number0] { - // Allow passing in an `offset` to avoid callsites having to do `ob1Add` themselves - const startIndex = ob1Get0( - startOffset === undefined ? start : ob1Add(start, startOffset), - ); - const endIndex = Math.min(startIndex + count, this.input.length - 1); - return [this.input.slice(startIndex, endIndex), ob1Coerce0(endIndex + 1)]; - } - - getInputCharOnly(index: Number0, offset?: number): string { - return this.getInputChar(index, offset)[0]; - } - - getInputChar(index: Number0, offset?: number): [string, Number0] { - const {input} = this; - - // Allow passing in an `offset` to avoid callsites having to do `ob1Add` themselves - const i = ob1Get0(offset === undefined ? index : ob1Add(index, offset)); - - const end = ob1Coerce0(i + 1); - - // Allow an overflow since we call this method to check for trailing characters - if (i >= input.length || i < 0) { - return ["", end]; - } - - return [input[i], end]; - } - - // Read from the input starting at the specified index, until the callback returns false - readInputFrom( - index: Number0, - callback?: (char: string, index: Number0, input: string) => boolean, - ): [string, Number0, boolean] { - const {input} = this; - let value = ""; - - while (true) { - if (ob1Get0(index) >= input.length) { - return [value, index, true]; - } - - if ( - callback === undefined || - callback(input[ob1Get0(index)], index, input) - ) { - value += input[ob1Get0(index)]; - index = ob1Inc(index); - } else { - break; - } - } - - return [value, index, false]; - } - - // Get the string between the specified range - getRawInput(start: Number0, end: Number0): string { - return this.input.slice(ob1Get0(start), ob1Get0(end)); - } - - getLoc(node: undefined | NodeBase): SourceLocation { - if (node === undefined || node.loc === undefined) { - throw new Error("Tried to fetch node loc start but none found"); - } else { - return node.loc; - } - } - - //# Token finalization - - finishToken( - type: Type, - end: Number0 = ob1Inc(this.nextTokenIndex), - ): SimpleToken { - return { - type, - start: this.nextTokenIndex, - end, - }; - } - - finishValueToken( - type: Type, - value: Value, - end: Number0 = ob1Inc(this.nextTokenIndex), - ): ValueToken { - return { - type, - value, - start: this.nextTokenIndex, - end, - }; - } - - finishComplexToken( - type: Type, - data: Data, - end: Number0 = ob1Inc(this.nextTokenIndex), - ): ComplexToken { - return { - type, - ...data, - start: this.nextTokenIndex, - end, - }; - } - - //# SourceLocation finalization - - finishLocFromToken(token: TokenBase): SourceLocation { - return this.finishLocAt( - this.getPositionFromIndex(token.start), - this.getPositionFromIndex(token.end), - ); - } - - finishLoc(start: Position): SourceLocation { - return this.finishLocAt(start, this.getLastEndPosition()); - } - - finishLocAt(start: Position, end: Position): SourceLocation { - return { - filename: this.filename, - start, - end, - }; - } - - //# Node finalization - - finalizeNode(node: T): T { - // @ts-ignore - attachComments(this, node); - return node; - } - - // Sometimes we want to pretend we're in different locations to consume the comments of other nodes - finishNodeWithStarts(starts: Array, node: T): T { - for (const start of starts) { - node = this.finishNode(start, node); - } - return node; - } - - finishNode( - start: Position, - node: T, - ): T & { - loc: SourceLocation; - } { - return this.finishNodeAt(start, this.getLastEndPosition(), node); - } - - finishNodeAt( - start: Position, - end: Position, - node: T, - ): T & { - loc: SourceLocation; - } { - // Maybe mutating `node` is better...? - const newNode: T & { - loc: SourceLocation; - } = { - ...node, - loc: this.finishLocAt(start, end), - }; - return this.finalizeNode(newNode); - } - - finishRoot(node: T): T & RootBase { - return { - ...node, - corrupt: this.state.corrupt, - mtime: this.mtime, - diagnostics: this.getDiagnostics(), - filename: this.getFilenameAssert(), - comments: this.state.comments, - }; - } - - finalize(): void { - if (!this.eatToken("EOF")) { - throw this.unexpected({ - description: descriptions.PARSER_CORE.EXPECTED_EOF, - }); - } - } - - //# Diagnostics - - getDiagnostics(): Diagnostics { - const collector = new DiagnosticsProcessor({ - origins: [ - { - category: this.diagnosticCategory, - }, - ], - //unique: ['start.line'], - }); - - for (const filter of this.state.diagnosticFilters) { - collector.addFilter(filter); - } - - // TODO remove any trailing "eof" diagnostic - return collector.addDiagnostics(this.state.diagnostics).slice(0, 1); - } - - addDiagnostic(diag: Diagnostic) { - this.state.diagnostics.push(diag); - } - - addDiagnosticFilter(diag: DiagnosticFilter) { - this.state.diagnosticFilters.push(diag); - } - - addCompleteDiagnostic(diags: Diagnostics) { - this.state.diagnostics = [...this.state.diagnostics, ...diags]; - } - - //# Comments - - registerComment(comment: AnyComment) { - this.state.comments.push(comment); - this.state.trailingComments.push(comment); - this.state.leadingComments.push(comment); - } -} - -export class ParserWithRequiredPath< - Tokens extends TokensShape, - State extends ParserCoreState = ParserCoreState -> extends ParserCore { - constructor( - opts: ParserOptionsWithRequiredPath, - diagnosticCategory: DiagnosticCategory, - initialState: Omit, - ) { - super(opts, diagnosticCategory, initialState); - this.filename = this.getFilenameAssert(); - this.path = this.getPathAssert(); - } - - path: UnknownFilePath; - filename: string; -} - -type GetPosition = () => Position; - -export class PositionTracker { - constructor( - input: string, - offsetPosition: Position = { - line: ob1Number1, - column: ob1Number0, - index: ob1Number0, - }, - getPosition?: GetPosition, - ) { - this.getPosition = getPosition; - this.input = input; - this.offsetPosition = offsetPosition; - this.latestPosition = offsetPosition; - this.cachedPositions = new Map(); - } - - input: string; - latestPosition: Position; - offsetPosition: Position; - cachedPositions: Map; - getPosition: undefined | GetPosition; - - addOffset(index: Number0): Number0 { - return ob1Add(index, this.offsetPosition.index); - } - - removeOffset(index: Number0): Number0 { - return ob1Sub(index, this.offsetPosition.index); - } - - getPositionFromIndex(index: Number0): Position { - const cached = this.cachedPositions.get(index); - if (cached !== undefined) { - return cached; - } - - let line: Number1 = ob1Number1; - let column: Number0 = ob1Number0; - let indexSearchWithoutOffset: number = 0; - - const indexWithOffset = this.addOffset(index); - - // Reuse existing line information if possible - const {latestPosition} = this; - const currPosition = - this.getPosition === undefined ? undefined : this.getPosition(); - if ( - currPosition !== undefined && - currPosition.index > latestPosition.index && - currPosition.index < indexWithOffset - ) { - line = currPosition.line; - column = currPosition.column; - indexSearchWithoutOffset = ob1Get0(this.removeOffset(currPosition.index)); - } else if (latestPosition.index < indexWithOffset) { - line = latestPosition.line; - column = latestPosition.column; - indexSearchWithoutOffset = ob1Get0( - this.removeOffset(latestPosition.index), - ); - } - - // Read the rest of the input until we hit the index - for (let i = indexSearchWithoutOffset; i < ob1Get0(index); i++) { - const char = this.input[i]; - - if (char === "\n") { - line = ob1Inc(line); - column = ob1Number0; - } else { - column = ob1Inc(column); - } - } - - const pos: Position = { - index: indexWithOffset, - line, - column, - }; - - if (latestPosition === undefined || pos.index > latestPosition.index) { - this.latestPosition = pos; - } - - this.cachedPositions.set(index, pos); - return pos; - } -} - -//# Helpers methods for basic token parsing -export function isDigit(char: undefined | string): boolean { - return char !== undefined && /[0-9]/.test(char); -} - -export function isAlpha(char: undefined | string): boolean { - return char !== undefined && /[A-Za-z]/.test(char); -} - -export function isHexDigit(char: undefined | string): boolean { - return char !== undefined && /[0-9A-Fa-f]/.test(char); -} - -export function isESIdentifierChar(char: undefined | string): boolean { - return char !== undefined && /[A-F0-9a-z_$]/.test(char); -} - -export function isESIdentifierStart(char: undefined | string): boolean { - return char !== undefined && /[A-Fa-z_$]/.test(char); -} - -export function readUntilLineBreak(char: string): boolean { - return char !== "\n"; -} - -// Lazy initialize a ParserCore subclass... Circular dependencies are wild and necessitate this as ParserCore may not be available -export function createParser>( - callback: ( - parser: typeof ParserCore, - parserRequiredPath: typeof ParserWithRequiredPath, - ) => Class, -): (...args: Args) => T { - let klass: undefined | Class; - - return (...args: Args) => { - if (klass === undefined) { - klass = callback(ParserCore, ParserWithRequiredPath); - } - - return new klass(...args); - }; -} - -// Utility methods for dealing with nodes -export function extractSourceLocationRangeFromNodes( - nodes: Array<{ - loc?: SourceLocation; - }>, -): undefined | SourceLocation { - if (nodes.length === 0) { - return undefined; - } - - let filename: undefined | string = undefined; - let start: undefined | Position = undefined; - let end: undefined | Position = undefined; - - for (const node of nodes) { - const {loc} = node; - if (loc === undefined) { - continue; - } - - if (start === undefined || loc.start.index < start.index) { - start = loc.start; - } - - if (end === undefined || loc.end.index > end.index) { - end = loc.end; - } - - if (filename === undefined) { - filename = loc.filename; - } else if (filename !== loc.filename) { - throw new Error( - `Mixed filenames in node, expected ${filename} but got ${loc.filename}`, - ); - } - } - - if (start === undefined || end === undefined) { - return undefined; - } - - return { - filename, - start, - end, - }; -} +export * from "./utils"; +export {default as PositionTracker} from "./PositionTracker"; diff --git a/internal/parser-core/types.ts b/internal/parser-core/types.ts index b0acdedcc83..25ee65bd21c 100644 --- a/internal/parser-core/types.ts +++ b/internal/parser-core/types.ts @@ -6,6 +6,15 @@ */ import {Number0, Number1, ob1Coerce1, ob1Number0Neg1} from "@internal/ob1"; +import {UnknownFilePath} from "@internal/path"; +import { + DiagnosticDescriptionOptional, + DiagnosticLocation, +} from "@internal/diagnostics"; +import {ParserCore} from "."; +import {ParserCoreState} from "./ParserCore"; + +export type AnyParserCore = ParserCore; //# Node types export type NodeBase = { @@ -76,13 +85,40 @@ export type SourceLocation = { }; export type Position = { - index: Number0; line: Number1; column: Number0; }; export const UNKNOWN_POSITION: Position = { - index: ob1Number0Neg1, line: ob1Coerce1(-1), column: ob1Number0Neg1, }; + +export type ParserOptions = { + retainCarriageReturn?: boolean; + path?: string | UnknownFilePath; + mtime?: number; + input?: string; + sourceText?: string; + offsetPosition?: Position; +}; + +export type ParserOptionsWithRequiredPath = Omit & { + path: NonNullable; +}; + +export type ParserUnexpectedOptions = { + description?: DiagnosticDescriptionOptional; + loc?: SourceLocation; + start?: Position; + end?: Position; + token?: TokenBase; + index?: Number0; + startIndex?: Number0; + endIndex?: Number0; + location?: DiagnosticLocation; +}; + +export type TokenValues = + | Tokens[keyof Tokens] + | BaseTokens[keyof BaseTokens]; diff --git a/internal/parser-core/utils.ts b/internal/parser-core/utils.ts new file mode 100644 index 00000000000..1e7624a84f2 --- /dev/null +++ b/internal/parser-core/utils.ts @@ -0,0 +1,170 @@ +import {ParserCore, ParserWithRequiredPath} from "."; +import {ParserOptions, Position, SourceLocation} from "./types"; +import {Class} from "@internal/typescript-helpers"; +import {catchDiagnosticsSync} from "@internal/diagnostics"; + +export function isDigit(char: undefined | string): boolean { + return char !== undefined && /[0-9]/.test(char); +} + +export function isAlpha(char: undefined | string): boolean { + return char !== undefined && /[A-Za-z]/.test(char); +} + +export function isHexDigit(char: undefined | string): boolean { + return char !== undefined && /[0-9A-Fa-f]/.test(char); +} + +export function isESIdentifierChar(char: undefined | string): boolean { + return char !== undefined && /[A-F0-9a-z_$]/.test(char); +} + +export function isESIdentifierStart(char: undefined | string): boolean { + return char !== undefined && /[A-Fa-z_$]/.test(char); +} + +export function readUntilLineBreak(char: string): boolean { + return char !== "\n"; +} + +// Lazy initialize a ParserCore subclass... Circular dependencies are wild and necessitate this as ParserCore may not be available +export function createParser>( + callback: ( + parser: typeof ParserCore, + parserRequiredPath: typeof ParserWithRequiredPath, + ) => Class, +): (...args: Args) => T { + let klass: undefined | Class; + + return (...args: Args) => { + if (klass === undefined) { + klass = callback(ParserCore, ParserWithRequiredPath); + } + + return new klass(...args); + }; +} + +export function tryParseWithOptionalOffsetPosition< + Opts extends ParserOptions, + Ret +>( + parserOpts: Opts, + opts: { + getOffsetPosition: () => Position; + parse: (opts: Opts) => Ret; + }, +): Ret { + const {value} = catchDiagnosticsSync(() => { + return opts.parse(parserOpts); + }); + + if (value === undefined) { + // Diagnostics must be present + opts.parse({ + ...parserOpts, + offsetPosition: opts.getOffsetPosition(), + }); + throw new Error("Expected error"); + } else { + return value; + } +} + +/** + * -1: left < right + * 0: left === right + * 1: left > right + */ +export function comparePositions( + left: undefined | Position, + right: undefined | Position, +): -1 | 0 | 1 { + if (left === undefined && right !== undefined) { + return -1; + } + + if (left !== undefined && right === undefined) { + return 1; + } + + if (left === undefined || right === undefined) { + return 0; + } + + if (left.line === right.line) { + if (left.column < right.column) { + return -1; + } + + if (left.column > right.column) { + return 1; + } + + return 0; + } + + if (left.line < right.line) { + return -1; + } + + if (left.line > right.line) { + return 1; + } + + throw new Error( + "Not a possible condition...? All possible states of a.line and b.line should have been handled above", + ); +} + +export function derivePositionKey(pos: Position): string { + return `${String(pos.line)}:${String(pos.column)}`; +} + +// Utility methods for dealing with nodes +export function extractSourceLocationRangeFromNodes( + nodes: Array<{ + loc?: SourceLocation; + }>, +): undefined | SourceLocation { + if (nodes.length === 0) { + return undefined; + } + + let filename: undefined | string = undefined; + let start: undefined | Position = undefined; + let end: undefined | Position = undefined; + + for (const node of nodes) { + const {loc} = node; + if (loc === undefined) { + continue; + } + + if (start === undefined || comparePositions(loc.start, start) === -1) { + start = loc.start; + } + + if (end === undefined || comparePositions(loc.end, end) === 1) { + end = loc.end; + } + + if (filename === undefined) { + filename = loc.filename; + } else if (filename !== loc.filename) { + throw new Error( + `Mixed filenames in node, expected ${filename} but got ${loc.filename}`, + ); + } + } + + if (start === undefined || end === undefined) { + return undefined; + } + + return { + filename, + start, + end, + }; +} diff --git a/internal/path-match/parse.test.ts b/internal/path-match/parse.test.ts index c6d1a57a2fd..ac6d09036c5 100644 --- a/internal/path-match/parse.test.ts +++ b/internal/path-match/parse.test.ts @@ -24,111 +24,111 @@ test( // Negate and wildcard t.inlineSnapshot( _parsePathPattern("!foo"), - 'PathPattern {\n\tnegate: true\n\troot: false\n\tloc: Object {\n\t\tfilename: undefined\n\t\tend: Object {\n\t\t\tcolumn: 1\n\t\t\tindex: 1\n\t\t\tline: 1\n\t\t}\n\t\tstart: Object {\n\t\t\tcolumn: 0\n\t\t\tindex: 0\n\t\t\tline: 1\n\t\t}\n\t}\n\tsegments: Array [\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 1\n\t\t\t\t\tindex: 1\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 1\n\t\t\t\t\tindex: 1\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "foo"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 1\n\t\t\t\t\t\t\tindex: 1\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 1\n\t\t\t\t\t\t\tindex: 1\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}', + 'PathPattern {\n\tnegate: true\n\troot: false\n\tloc: Object {\n\t\tfilename: undefined\n\t\tend: Object {\n\t\t\tcolumn: 1\n\t\t\tline: 1\n\t\t}\n\t\tstart: Object {\n\t\t\tcolumn: 0\n\t\t\tline: 1\n\t\t}\n\t}\n\tsegments: Array [\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 1\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 1\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "foo"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 1\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 1\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}', ); t.inlineSnapshot( _parsePathPattern(""), - "PathPattern {\n\tnegate: false\n\troot: false\n\tsegments: Array []\n\tloc: Object {\n\t\tfilename: undefined\n\t\tend: Object {\n\t\t\tcolumn: 0\n\t\t\tindex: 0\n\t\t\tline: 1\n\t\t}\n\t\tstart: Object {\n\t\t\tcolumn: 0\n\t\t\tindex: 0\n\t\t\tline: 1\n\t\t}\n\t}\n}", + "PathPattern {\n\tnegate: false\n\troot: false\n\tsegments: Array []\n\tloc: Object {\n\t\tfilename: undefined\n\t\tend: Object {\n\t\t\tcolumn: 0\n\t\t\tline: 1\n\t\t}\n\t\tstart: Object {\n\t\t\tcolumn: 0\n\t\t\tline: 1\n\t\t}\n\t}\n}", ); // Trailing slash and wildcards t.inlineSnapshot( _parsePathPattern("/foo/bar"), - 'PathPattern {\n\tnegate: false\n\troot: true\n\tloc: Object {\n\t\tfilename: undefined\n\t\tend: Object {\n\t\t\tcolumn: 5\n\t\t\tindex: 5\n\t\t\tline: 1\n\t\t}\n\t\tstart: Object {\n\t\t\tcolumn: 0\n\t\t\tindex: 0\n\t\t\tline: 1\n\t\t}\n\t}\n\tsegments: Array [\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 5\n\t\t\t\t\tindex: 5\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 1\n\t\t\t\t\tindex: 1\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "foo"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 4\n\t\t\t\t\t\t\tindex: 4\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 1\n\t\t\t\t\t\t\tindex: 1\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 5\n\t\t\t\t\tindex: 5\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 5\n\t\t\t\t\tindex: 5\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "bar"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 5\n\t\t\t\t\t\t\tindex: 5\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 5\n\t\t\t\t\t\t\tindex: 5\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}', + 'PathPattern {\n\tnegate: false\n\troot: true\n\tloc: Object {\n\t\tfilename: undefined\n\t\tend: Object {\n\t\t\tcolumn: 5\n\t\t\tline: 1\n\t\t}\n\t\tstart: Object {\n\t\t\tcolumn: 0\n\t\t\tline: 1\n\t\t}\n\t}\n\tsegments: Array [\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 5\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 1\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "foo"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 4\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 1\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 5\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 5\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "bar"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 5\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 5\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}', ); t.inlineSnapshot( _parsePathPattern("*/foo/bar"), - 'PathPattern {\n\tnegate: false\n\troot: false\n\tloc: Object {\n\t\tfilename: undefined\n\t\tend: Object {\n\t\t\tcolumn: 6\n\t\t\tindex: 6\n\t\t\tline: 1\n\t\t}\n\t\tstart: Object {\n\t\t\tcolumn: 0\n\t\t\tindex: 0\n\t\t\tline: 1\n\t\t}\n\t}\n\tsegments: Array [\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 6\n\t\t\t\t\tindex: 6\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 2\n\t\t\t\t\tindex: 2\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "foo"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 5\n\t\t\t\t\t\t\tindex: 5\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 2\n\t\t\t\t\t\t\tindex: 2\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 6\n\t\t\t\t\tindex: 6\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 6\n\t\t\t\t\tindex: 6\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "bar"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 6\n\t\t\t\t\t\t\tindex: 6\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 6\n\t\t\t\t\t\t\tindex: 6\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}', + 'PathPattern {\n\tnegate: false\n\troot: false\n\tloc: Object {\n\t\tfilename: undefined\n\t\tend: Object {\n\t\t\tcolumn: 6\n\t\t\tline: 1\n\t\t}\n\t\tstart: Object {\n\t\t\tcolumn: 0\n\t\t\tline: 1\n\t\t}\n\t}\n\tsegments: Array [\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 6\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 2\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "foo"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 5\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 2\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 6\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 6\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "bar"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 6\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 6\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}', ); t.inlineSnapshot( _parsePathPattern("**/foo/bar"), - 'PathPattern {\n\tnegate: false\n\troot: false\n\tloc: Object {\n\t\tfilename: undefined\n\t\tend: Object {\n\t\t\tcolumn: 7\n\t\t\tindex: 7\n\t\t\tline: 1\n\t\t}\n\t\tstart: Object {\n\t\t\tcolumn: 0\n\t\t\tindex: 0\n\t\t\tline: 1\n\t\t}\n\t}\n\tsegments: Array [\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 7\n\t\t\t\t\tindex: 7\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 3\n\t\t\t\t\tindex: 3\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "foo"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 6\n\t\t\t\t\t\t\tindex: 6\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 3\n\t\t\t\t\t\t\tindex: 3\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 7\n\t\t\t\t\tindex: 7\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 7\n\t\t\t\t\tindex: 7\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "bar"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 7\n\t\t\t\t\t\t\tindex: 7\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 7\n\t\t\t\t\t\t\tindex: 7\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}', + 'PathPattern {\n\tnegate: false\n\troot: false\n\tloc: Object {\n\t\tfilename: undefined\n\t\tend: Object {\n\t\t\tcolumn: 7\n\t\t\tline: 1\n\t\t}\n\t\tstart: Object {\n\t\t\tcolumn: 0\n\t\t\tline: 1\n\t\t}\n\t}\n\tsegments: Array [\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 7\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 3\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "foo"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 6\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 3\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 7\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 7\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "bar"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 7\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 7\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}', ); t.inlineSnapshot( _parsePathPattern("**/*foo/bar"), - 'PathPattern {\n\tnegate: false\n\troot: false\n\tloc: Object {\n\t\tfilename: undefined\n\t\tend: Object {\n\t\t\tcolumn: 8\n\t\t\tindex: 8\n\t\t\tline: 1\n\t\t}\n\t\tstart: Object {\n\t\t\tcolumn: 0\n\t\t\tindex: 0\n\t\t\tline: 1\n\t\t}\n\t}\n\tsegments: Array [\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 8\n\t\t\t\t\tindex: 8\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 3\n\t\t\t\t\tindex: 3\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWildcard {\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 4\n\t\t\t\t\t\t\tindex: 4\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 3\n\t\t\t\t\t\t\tindex: 3\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "foo"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 7\n\t\t\t\t\t\t\tindex: 7\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 4\n\t\t\t\t\t\t\tindex: 4\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 8\n\t\t\t\t\tindex: 8\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 8\n\t\t\t\t\tindex: 8\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "bar"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 8\n\t\t\t\t\t\t\tindex: 8\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 8\n\t\t\t\t\t\t\tindex: 8\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}', + 'PathPattern {\n\tnegate: false\n\troot: false\n\tloc: Object {\n\t\tfilename: undefined\n\t\tend: Object {\n\t\t\tcolumn: 8\n\t\t\tline: 1\n\t\t}\n\t\tstart: Object {\n\t\t\tcolumn: 0\n\t\t\tline: 1\n\t\t}\n\t}\n\tsegments: Array [\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 8\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 3\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWildcard {\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 4\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 3\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "foo"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 7\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 4\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 8\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 8\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "bar"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 8\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 8\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}', ); // Random t.inlineSnapshot( _parsePathPattern("foo"), - 'PathPattern {\n\tnegate: false\n\troot: false\n\tloc: Object {\n\t\tfilename: undefined\n\t\tend: Object {\n\t\t\tcolumn: 0\n\t\t\tindex: 0\n\t\t\tline: 1\n\t\t}\n\t\tstart: Object {\n\t\t\tcolumn: 0\n\t\t\tindex: 0\n\t\t\tline: 1\n\t\t}\n\t}\n\tsegments: Array [\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 0\n\t\t\t\t\tindex: 0\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 0\n\t\t\t\t\tindex: 0\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "foo"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 0\n\t\t\t\t\t\t\tindex: 0\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 0\n\t\t\t\t\t\t\tindex: 0\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}', + 'PathPattern {\n\tnegate: false\n\troot: false\n\tloc: Object {\n\t\tfilename: undefined\n\t\tend: Object {\n\t\t\tcolumn: 0\n\t\t\tline: 1\n\t\t}\n\t\tstart: Object {\n\t\t\tcolumn: 0\n\t\t\tline: 1\n\t\t}\n\t}\n\tsegments: Array [\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 0\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 0\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "foo"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 0\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 0\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}', ); t.inlineSnapshot( _parsePathPattern("foo/"), - 'PathPattern {\n\tnegate: false\n\troot: false\n\tloc: Object {\n\t\tfilename: undefined\n\t\tend: Object {\n\t\t\tcolumn: 3\n\t\t\tindex: 3\n\t\t\tline: 1\n\t\t}\n\t\tstart: Object {\n\t\t\tcolumn: 0\n\t\t\tindex: 0\n\t\t\tline: 1\n\t\t}\n\t}\n\tsegments: Array [\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 3\n\t\t\t\t\tindex: 3\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 0\n\t\t\t\t\tindex: 0\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "foo"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 3\n\t\t\t\t\t\t\tindex: 3\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 0\n\t\t\t\t\t\t\tindex: 0\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}', + 'PathPattern {\n\tnegate: false\n\troot: false\n\tloc: Object {\n\t\tfilename: undefined\n\t\tend: Object {\n\t\t\tcolumn: 3\n\t\t\tline: 1\n\t\t}\n\t\tstart: Object {\n\t\t\tcolumn: 0\n\t\t\tline: 1\n\t\t}\n\t}\n\tsegments: Array [\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 3\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 0\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "foo"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 3\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 0\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}', ); t.inlineSnapshot( _parsePathPattern("foo/bar"), - 'PathPattern {\n\tnegate: false\n\troot: false\n\tloc: Object {\n\t\tfilename: undefined\n\t\tend: Object {\n\t\t\tcolumn: 4\n\t\t\tindex: 4\n\t\t\tline: 1\n\t\t}\n\t\tstart: Object {\n\t\t\tcolumn: 0\n\t\t\tindex: 0\n\t\t\tline: 1\n\t\t}\n\t}\n\tsegments: Array [\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 4\n\t\t\t\t\tindex: 4\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 0\n\t\t\t\t\tindex: 0\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "foo"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 3\n\t\t\t\t\t\t\tindex: 3\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 0\n\t\t\t\t\t\t\tindex: 0\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 4\n\t\t\t\t\tindex: 4\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 4\n\t\t\t\t\tindex: 4\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "bar"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 4\n\t\t\t\t\t\t\tindex: 4\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 4\n\t\t\t\t\t\t\tindex: 4\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}', + 'PathPattern {\n\tnegate: false\n\troot: false\n\tloc: Object {\n\t\tfilename: undefined\n\t\tend: Object {\n\t\t\tcolumn: 4\n\t\t\tline: 1\n\t\t}\n\t\tstart: Object {\n\t\t\tcolumn: 0\n\t\t\tline: 1\n\t\t}\n\t}\n\tsegments: Array [\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 4\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 0\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "foo"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 3\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 0\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 4\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 4\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "bar"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 4\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 4\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}', ); t.inlineSnapshot( _parsePathPattern("foo//bar"), - 'PathPattern {\n\tnegate: false\n\troot: false\n\tloc: Object {\n\t\tfilename: undefined\n\t\tend: Object {\n\t\t\tcolumn: 5\n\t\t\tindex: 5\n\t\t\tline: 1\n\t\t}\n\t\tstart: Object {\n\t\t\tcolumn: 0\n\t\t\tindex: 0\n\t\t\tline: 1\n\t\t}\n\t}\n\tsegments: Array [\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 5\n\t\t\t\t\tindex: 5\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 0\n\t\t\t\t\tindex: 0\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "foo"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 3\n\t\t\t\t\t\t\tindex: 3\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 0\n\t\t\t\t\t\t\tindex: 0\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 5\n\t\t\t\t\tindex: 5\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 5\n\t\t\t\t\tindex: 5\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "bar"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 5\n\t\t\t\t\t\t\tindex: 5\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 5\n\t\t\t\t\t\t\tindex: 5\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}', + 'PathPattern {\n\tnegate: false\n\troot: false\n\tloc: Object {\n\t\tfilename: undefined\n\t\tend: Object {\n\t\t\tcolumn: 5\n\t\t\tline: 1\n\t\t}\n\t\tstart: Object {\n\t\t\tcolumn: 0\n\t\t\tline: 1\n\t\t}\n\t}\n\tsegments: Array [\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 5\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 0\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "foo"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 3\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 0\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 5\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 5\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "bar"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 5\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 5\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}', ); t.inlineSnapshot( _parsePathPattern("foo/*/bar"), - 'PathPattern {\n\tnegate: false\n\troot: false\n\tloc: Object {\n\t\tfilename: undefined\n\t\tend: Object {\n\t\t\tcolumn: 6\n\t\t\tindex: 6\n\t\t\tline: 1\n\t\t}\n\t\tstart: Object {\n\t\t\tcolumn: 0\n\t\t\tindex: 0\n\t\t\tline: 1\n\t\t}\n\t}\n\tsegments: Array [\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 4\n\t\t\t\t\tindex: 4\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 0\n\t\t\t\t\tindex: 0\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "foo"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 3\n\t\t\t\t\t\t\tindex: 3\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 0\n\t\t\t\t\t\t\tindex: 0\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 6\n\t\t\t\t\tindex: 6\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 4\n\t\t\t\t\tindex: 4\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWildcard {\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 5\n\t\t\t\t\t\t\tindex: 5\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 4\n\t\t\t\t\t\t\tindex: 4\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 6\n\t\t\t\t\tindex: 6\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 6\n\t\t\t\t\tindex: 6\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "bar"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 6\n\t\t\t\t\t\t\tindex: 6\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 6\n\t\t\t\t\t\t\tindex: 6\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}', + 'PathPattern {\n\tnegate: false\n\troot: false\n\tloc: Object {\n\t\tfilename: undefined\n\t\tend: Object {\n\t\t\tcolumn: 6\n\t\t\tline: 1\n\t\t}\n\t\tstart: Object {\n\t\t\tcolumn: 0\n\t\t\tline: 1\n\t\t}\n\t}\n\tsegments: Array [\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 4\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 0\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "foo"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 3\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 0\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 6\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 4\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWildcard {\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 5\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 4\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 6\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 6\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "bar"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 6\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 6\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}', ); t.inlineSnapshot( _parsePathPattern("foo/**/bar"), - 'PathPattern {\n\tnegate: false\n\troot: false\n\tloc: Object {\n\t\tfilename: undefined\n\t\tend: Object {\n\t\t\tcolumn: 7\n\t\t\tindex: 7\n\t\t\tline: 1\n\t\t}\n\t\tstart: Object {\n\t\t\tcolumn: 0\n\t\t\tindex: 0\n\t\t\tline: 1\n\t\t}\n\t}\n\tsegments: Array [\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 4\n\t\t\t\t\tindex: 4\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 0\n\t\t\t\t\tindex: 0\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "foo"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 3\n\t\t\t\t\t\t\tindex: 3\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 0\n\t\t\t\t\t\t\tindex: 0\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t\tWildcardSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 7\n\t\t\t\t\tindex: 7\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 4\n\t\t\t\t\tindex: 4\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 7\n\t\t\t\t\tindex: 7\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 7\n\t\t\t\t\tindex: 7\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "bar"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 7\n\t\t\t\t\t\t\tindex: 7\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 7\n\t\t\t\t\t\t\tindex: 7\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}', + 'PathPattern {\n\tnegate: false\n\troot: false\n\tloc: Object {\n\t\tfilename: undefined\n\t\tend: Object {\n\t\t\tcolumn: 7\n\t\t\tline: 1\n\t\t}\n\t\tstart: Object {\n\t\t\tcolumn: 0\n\t\t\tline: 1\n\t\t}\n\t}\n\tsegments: Array [\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 4\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 0\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "foo"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 3\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 0\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t\tWildcardSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 7\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 4\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 7\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 7\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "bar"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 7\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 7\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}', ); t.inlineSnapshot( _parsePathPattern("foo/*bar"), - 'PathPattern {\n\tnegate: false\n\troot: false\n\tloc: Object {\n\t\tfilename: undefined\n\t\tend: Object {\n\t\t\tcolumn: 5\n\t\t\tindex: 5\n\t\t\tline: 1\n\t\t}\n\t\tstart: Object {\n\t\t\tcolumn: 0\n\t\t\tindex: 0\n\t\t\tline: 1\n\t\t}\n\t}\n\tsegments: Array [\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 4\n\t\t\t\t\tindex: 4\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 0\n\t\t\t\t\tindex: 0\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "foo"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 3\n\t\t\t\t\t\t\tindex: 3\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 0\n\t\t\t\t\t\t\tindex: 0\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 5\n\t\t\t\t\tindex: 5\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 4\n\t\t\t\t\tindex: 4\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWildcard {\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 5\n\t\t\t\t\t\t\tindex: 5\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 4\n\t\t\t\t\t\t\tindex: 4\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "bar"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 5\n\t\t\t\t\t\t\tindex: 5\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 5\n\t\t\t\t\t\t\tindex: 5\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}', + 'PathPattern {\n\tnegate: false\n\troot: false\n\tloc: Object {\n\t\tfilename: undefined\n\t\tend: Object {\n\t\t\tcolumn: 5\n\t\t\tline: 1\n\t\t}\n\t\tstart: Object {\n\t\t\tcolumn: 0\n\t\t\tline: 1\n\t\t}\n\t}\n\tsegments: Array [\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 4\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 0\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "foo"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 3\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 0\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 5\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 4\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWildcard {\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 5\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 4\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "bar"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 5\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 5\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}', ); t.inlineSnapshot( _parsePathPattern("foo/bar*"), - 'PathPattern {\n\tnegate: false\n\troot: false\n\tloc: Object {\n\t\tfilename: undefined\n\t\tend: Object {\n\t\t\tcolumn: 7\n\t\t\tindex: 7\n\t\t\tline: 1\n\t\t}\n\t\tstart: Object {\n\t\t\tcolumn: 0\n\t\t\tindex: 0\n\t\t\tline: 1\n\t\t}\n\t}\n\tsegments: Array [\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 4\n\t\t\t\t\tindex: 4\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 0\n\t\t\t\t\tindex: 0\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "foo"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 3\n\t\t\t\t\t\t\tindex: 3\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 0\n\t\t\t\t\t\t\tindex: 0\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 7\n\t\t\t\t\tindex: 7\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 4\n\t\t\t\t\tindex: 4\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "bar"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 7\n\t\t\t\t\t\t\tindex: 7\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 4\n\t\t\t\t\t\t\tindex: 4\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tWildcard {\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 7\n\t\t\t\t\t\t\tindex: 7\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 7\n\t\t\t\t\t\t\tindex: 7\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}', + 'PathPattern {\n\tnegate: false\n\troot: false\n\tloc: Object {\n\t\tfilename: undefined\n\t\tend: Object {\n\t\t\tcolumn: 7\n\t\t\tline: 1\n\t\t}\n\t\tstart: Object {\n\t\t\tcolumn: 0\n\t\t\tline: 1\n\t\t}\n\t}\n\tsegments: Array [\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 4\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 0\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "foo"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 3\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 0\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 7\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 4\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "bar"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 7\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 4\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tWildcard {\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 7\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 7\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}', ); t.inlineSnapshot( _parsePathPattern("foo/*bar*"), - 'PathPattern {\n\tnegate: false\n\troot: false\n\tloc: Object {\n\t\tfilename: undefined\n\t\tend: Object {\n\t\t\tcolumn: 8\n\t\t\tindex: 8\n\t\t\tline: 1\n\t\t}\n\t\tstart: Object {\n\t\t\tcolumn: 0\n\t\t\tindex: 0\n\t\t\tline: 1\n\t\t}\n\t}\n\tsegments: Array [\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 4\n\t\t\t\t\tindex: 4\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 0\n\t\t\t\t\tindex: 0\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "foo"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 3\n\t\t\t\t\t\t\tindex: 3\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 0\n\t\t\t\t\t\t\tindex: 0\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 8\n\t\t\t\t\tindex: 8\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 4\n\t\t\t\t\tindex: 4\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWildcard {\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 5\n\t\t\t\t\t\t\tindex: 5\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 4\n\t\t\t\t\t\t\tindex: 4\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "bar"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 8\n\t\t\t\t\t\t\tindex: 8\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 5\n\t\t\t\t\t\t\tindex: 5\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tWildcard {\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 8\n\t\t\t\t\t\t\tindex: 8\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 8\n\t\t\t\t\t\t\tindex: 8\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}', + 'PathPattern {\n\tnegate: false\n\troot: false\n\tloc: Object {\n\t\tfilename: undefined\n\t\tend: Object {\n\t\t\tcolumn: 8\n\t\t\tline: 1\n\t\t}\n\t\tstart: Object {\n\t\t\tcolumn: 0\n\t\t\tline: 1\n\t\t}\n\t}\n\tsegments: Array [\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 4\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 0\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "foo"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 3\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 0\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 8\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 4\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWildcard {\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 5\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 4\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "bar"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 8\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 5\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tWildcard {\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 8\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 8\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}', ); t.inlineSnapshot( _parsePathPattern("foo/*bar*foob"), - 'PathPattern {\n\tnegate: false\n\troot: false\n\tloc: Object {\n\t\tfilename: undefined\n\t\tend: Object {\n\t\t\tcolumn: 9\n\t\t\tindex: 9\n\t\t\tline: 1\n\t\t}\n\t\tstart: Object {\n\t\t\tcolumn: 0\n\t\t\tindex: 0\n\t\t\tline: 1\n\t\t}\n\t}\n\tsegments: Array [\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 4\n\t\t\t\t\tindex: 4\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 0\n\t\t\t\t\tindex: 0\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "foo"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 3\n\t\t\t\t\t\t\tindex: 3\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 0\n\t\t\t\t\t\t\tindex: 0\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 9\n\t\t\t\t\tindex: 9\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 4\n\t\t\t\t\tindex: 4\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWildcard {\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 5\n\t\t\t\t\t\t\tindex: 5\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 4\n\t\t\t\t\t\t\tindex: 4\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "bar"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 8\n\t\t\t\t\t\t\tindex: 8\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 5\n\t\t\t\t\t\t\tindex: 5\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tWildcard {\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 9\n\t\t\t\t\t\t\tindex: 9\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 8\n\t\t\t\t\t\t\tindex: 8\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "foob"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 9\n\t\t\t\t\t\t\tindex: 9\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 9\n\t\t\t\t\t\t\tindex: 9\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}', + 'PathPattern {\n\tnegate: false\n\troot: false\n\tloc: Object {\n\t\tfilename: undefined\n\t\tend: Object {\n\t\t\tcolumn: 9\n\t\t\tline: 1\n\t\t}\n\t\tstart: Object {\n\t\t\tcolumn: 0\n\t\t\tline: 1\n\t\t}\n\t}\n\tsegments: Array [\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 4\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 0\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "foo"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 3\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 0\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 9\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 4\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWildcard {\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 5\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 4\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "bar"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 8\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 5\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tWildcard {\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 9\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 8\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "foob"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 9\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 9\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}', ); // Comments t.inlineSnapshot( _parsePathPattern("# foobar"), - 'Comment {\n\tvalue: "# foobar"\n\tloc: Object {\n\t\tfilename: undefined\n\t\tend: Object {\n\t\t\tcolumn: 0\n\t\t\tindex: 0\n\t\t\tline: 1\n\t\t}\n\t\tstart: Object {\n\t\t\tcolumn: 0\n\t\t\tindex: 0\n\t\t\tline: 1\n\t\t}\n\t}\n}', + 'Comment {\n\tvalue: "# foobar"\n\tloc: Object {\n\t\tfilename: undefined\n\t\tend: Object {\n\t\t\tcolumn: 0\n\t\t\tline: 1\n\t\t}\n\t\tstart: Object {\n\t\t\tcolumn: 0\n\t\t\tline: 1\n\t\t}\n\t}\n}', ); t.inlineSnapshot( _parsePathPattern("foo/bar # foobar"), - 'PathPattern {\n\tnegate: false\n\troot: false\n\tloc: Object {\n\t\tfilename: undefined\n\t\tend: Object {\n\t\t\tcolumn: 4\n\t\t\tindex: 4\n\t\t\tline: 1\n\t\t}\n\t\tstart: Object {\n\t\t\tcolumn: 0\n\t\t\tindex: 0\n\t\t\tline: 1\n\t\t}\n\t}\n\tsegments: Array [\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 4\n\t\t\t\t\tindex: 4\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 0\n\t\t\t\t\tindex: 0\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "foo"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 3\n\t\t\t\t\t\t\tindex: 3\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 0\n\t\t\t\t\t\t\tindex: 0\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 4\n\t\t\t\t\tindex: 4\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 4\n\t\t\t\t\tindex: 4\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "bar # foobar"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 4\n\t\t\t\t\t\t\tindex: 4\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 4\n\t\t\t\t\t\t\tindex: 4\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}', + 'PathPattern {\n\tnegate: false\n\troot: false\n\tloc: Object {\n\t\tfilename: undefined\n\t\tend: Object {\n\t\t\tcolumn: 4\n\t\t\tline: 1\n\t\t}\n\t\tstart: Object {\n\t\t\tcolumn: 0\n\t\t\tline: 1\n\t\t}\n\t}\n\tsegments: Array [\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 4\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 0\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "foo"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 3\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 0\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 4\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 4\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "bar # foobar"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 4\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 4\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}', ); t.inlineSnapshot( _parsePathPattern("foo/bar\\#foobar"), - 'PathPattern {\n\tnegate: false\n\troot: false\n\tloc: Object {\n\t\tfilename: undefined\n\t\tend: Object {\n\t\t\tcolumn: 4\n\t\t\tindex: 4\n\t\t\tline: 1\n\t\t}\n\t\tstart: Object {\n\t\t\tcolumn: 0\n\t\t\tindex: 0\n\t\t\tline: 1\n\t\t}\n\t}\n\tsegments: Array [\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 4\n\t\t\t\t\tindex: 4\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 0\n\t\t\t\t\tindex: 0\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "foo"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 3\n\t\t\t\t\t\t\tindex: 3\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 0\n\t\t\t\t\t\t\tindex: 0\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 4\n\t\t\t\t\tindex: 4\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 4\n\t\t\t\t\tindex: 4\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "bar\\\\#foobar"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 4\n\t\t\t\t\t\t\tindex: 4\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 4\n\t\t\t\t\t\t\tindex: 4\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}', + 'PathPattern {\n\tnegate: false\n\troot: false\n\tloc: Object {\n\t\tfilename: undefined\n\t\tend: Object {\n\t\t\tcolumn: 4\n\t\t\tline: 1\n\t\t}\n\t\tstart: Object {\n\t\t\tcolumn: 0\n\t\t\tline: 1\n\t\t}\n\t}\n\tsegments: Array [\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 4\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 0\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "foo"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 3\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 0\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 4\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 4\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "bar\\\\#foobar"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 4\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 4\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}', ); t.inlineSnapshot( _parsePathPattern("foo/\\#foobar"), - 'PathPattern {\n\tnegate: false\n\troot: false\n\tloc: Object {\n\t\tfilename: undefined\n\t\tend: Object {\n\t\t\tcolumn: 4\n\t\t\tindex: 4\n\t\t\tline: 1\n\t\t}\n\t\tstart: Object {\n\t\t\tcolumn: 0\n\t\t\tindex: 0\n\t\t\tline: 1\n\t\t}\n\t}\n\tsegments: Array [\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 4\n\t\t\t\t\tindex: 4\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 0\n\t\t\t\t\tindex: 0\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "foo"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 3\n\t\t\t\t\t\t\tindex: 3\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 0\n\t\t\t\t\t\t\tindex: 0\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 4\n\t\t\t\t\tindex: 4\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 4\n\t\t\t\t\tindex: 4\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "\\\\#foobar"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 4\n\t\t\t\t\t\t\tindex: 4\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 4\n\t\t\t\t\t\t\tindex: 4\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}', + 'PathPattern {\n\tnegate: false\n\troot: false\n\tloc: Object {\n\t\tfilename: undefined\n\t\tend: Object {\n\t\t\tcolumn: 4\n\t\t\tline: 1\n\t\t}\n\t\tstart: Object {\n\t\t\tcolumn: 0\n\t\t\tline: 1\n\t\t}\n\t}\n\tsegments: Array [\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 4\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 0\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "foo"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 3\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 0\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 4\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 4\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "\\\\#foobar"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 4\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 4\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}', ); // Windows separators t.inlineSnapshot( _parsePathPattern("\\\\foo\\\\bar"), - 'PathPattern {\n\tnegate: false\n\troot: true\n\tloc: Object {\n\t\tfilename: undefined\n\t\tend: Object {\n\t\t\tcolumn: 7\n\t\t\tindex: 7\n\t\t\tline: 1\n\t\t}\n\t\tstart: Object {\n\t\t\tcolumn: 0\n\t\t\tindex: 0\n\t\t\tline: 1\n\t\t}\n\t}\n\tsegments: Array [\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 7\n\t\t\t\t\tindex: 7\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 2\n\t\t\t\t\tindex: 2\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "foo"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 5\n\t\t\t\t\t\t\tindex: 5\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 2\n\t\t\t\t\t\t\tindex: 2\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 7\n\t\t\t\t\tindex: 7\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 7\n\t\t\t\t\tindex: 7\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "bar"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 7\n\t\t\t\t\t\t\tindex: 7\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 7\n\t\t\t\t\t\t\tindex: 7\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}', + 'PathPattern {\n\tnegate: false\n\troot: true\n\tloc: Object {\n\t\tfilename: undefined\n\t\tend: Object {\n\t\t\tcolumn: 7\n\t\t\tline: 1\n\t\t}\n\t\tstart: Object {\n\t\t\tcolumn: 0\n\t\t\tline: 1\n\t\t}\n\t}\n\tsegments: Array [\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 7\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 2\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "foo"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 5\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 2\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 7\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 7\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "bar"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 7\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 7\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}', ); t.inlineSnapshot( _parsePathPattern("*\\\\foo\\\\bar"), - 'PathPattern {\n\tnegate: false\n\troot: false\n\tloc: Object {\n\t\tfilename: undefined\n\t\tend: Object {\n\t\t\tcolumn: 8\n\t\t\tindex: 8\n\t\t\tline: 1\n\t\t}\n\t\tstart: Object {\n\t\t\tcolumn: 0\n\t\t\tindex: 0\n\t\t\tline: 1\n\t\t}\n\t}\n\tsegments: Array [\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 8\n\t\t\t\t\tindex: 8\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 3\n\t\t\t\t\tindex: 3\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "foo"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 6\n\t\t\t\t\t\t\tindex: 6\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 3\n\t\t\t\t\t\t\tindex: 3\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 8\n\t\t\t\t\tindex: 8\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 8\n\t\t\t\t\tindex: 8\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "bar"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 8\n\t\t\t\t\t\t\tindex: 8\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 8\n\t\t\t\t\t\t\tindex: 8\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}', + 'PathPattern {\n\tnegate: false\n\troot: false\n\tloc: Object {\n\t\tfilename: undefined\n\t\tend: Object {\n\t\t\tcolumn: 8\n\t\t\tline: 1\n\t\t}\n\t\tstart: Object {\n\t\t\tcolumn: 0\n\t\t\tline: 1\n\t\t}\n\t}\n\tsegments: Array [\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 8\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 3\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "foo"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 6\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 3\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 8\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 8\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "bar"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 8\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 8\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}', ); t.inlineSnapshot( _parsePathPattern("**\\\\foo\\\\bar"), - 'PathPattern {\n\tnegate: false\n\troot: false\n\tloc: Object {\n\t\tfilename: undefined\n\t\tend: Object {\n\t\t\tcolumn: 9\n\t\t\tindex: 9\n\t\t\tline: 1\n\t\t}\n\t\tstart: Object {\n\t\t\tcolumn: 0\n\t\t\tindex: 0\n\t\t\tline: 1\n\t\t}\n\t}\n\tsegments: Array [\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 9\n\t\t\t\t\tindex: 9\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 4\n\t\t\t\t\tindex: 4\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "foo"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 7\n\t\t\t\t\t\t\tindex: 7\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 4\n\t\t\t\t\t\t\tindex: 4\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 9\n\t\t\t\t\tindex: 9\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 9\n\t\t\t\t\tindex: 9\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "bar"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 9\n\t\t\t\t\t\t\tindex: 9\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 9\n\t\t\t\t\t\t\tindex: 9\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}', + 'PathPattern {\n\tnegate: false\n\troot: false\n\tloc: Object {\n\t\tfilename: undefined\n\t\tend: Object {\n\t\t\tcolumn: 9\n\t\t\tline: 1\n\t\t}\n\t\tstart: Object {\n\t\t\tcolumn: 0\n\t\t\tline: 1\n\t\t}\n\t}\n\tsegments: Array [\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 9\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 4\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "foo"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 7\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 4\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 9\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 9\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "bar"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 9\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 9\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}', ); t.inlineSnapshot( _parsePathPattern("**\\\\*foo\\\\bar"), - 'PathPattern {\n\tnegate: false\n\troot: false\n\tloc: Object {\n\t\tfilename: undefined\n\t\tend: Object {\n\t\t\tcolumn: 10\n\t\t\tindex: 10\n\t\t\tline: 1\n\t\t}\n\t\tstart: Object {\n\t\t\tcolumn: 0\n\t\t\tindex: 0\n\t\t\tline: 1\n\t\t}\n\t}\n\tsegments: Array [\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 10\n\t\t\t\t\tindex: 10\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 4\n\t\t\t\t\tindex: 4\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWildcard {\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 5\n\t\t\t\t\t\t\tindex: 5\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 4\n\t\t\t\t\t\t\tindex: 4\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "foo"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 8\n\t\t\t\t\t\t\tindex: 8\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 5\n\t\t\t\t\t\t\tindex: 5\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 10\n\t\t\t\t\tindex: 10\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 10\n\t\t\t\t\tindex: 10\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "bar"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 10\n\t\t\t\t\t\t\tindex: 10\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 10\n\t\t\t\t\t\t\tindex: 10\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}', + 'PathPattern {\n\tnegate: false\n\troot: false\n\tloc: Object {\n\t\tfilename: undefined\n\t\tend: Object {\n\t\t\tcolumn: 10\n\t\t\tline: 1\n\t\t}\n\t\tstart: Object {\n\t\t\tcolumn: 0\n\t\t\tline: 1\n\t\t}\n\t}\n\tsegments: Array [\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 10\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 4\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWildcard {\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 5\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 4\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "foo"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 8\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 5\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 10\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 10\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "bar"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 10\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 10\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}', ); t.inlineSnapshot( _parsePathPattern("hello\\\\world"), - 'PathPattern {\n\tnegate: false\n\troot: false\n\tloc: Object {\n\t\tfilename: undefined\n\t\tend: Object {\n\t\t\tcolumn: 7\n\t\t\tindex: 7\n\t\t\tline: 1\n\t\t}\n\t\tstart: Object {\n\t\t\tcolumn: 0\n\t\t\tindex: 0\n\t\t\tline: 1\n\t\t}\n\t}\n\tsegments: Array [\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 7\n\t\t\t\t\tindex: 7\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 0\n\t\t\t\t\tindex: 0\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "hello"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 5\n\t\t\t\t\t\t\tindex: 5\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 0\n\t\t\t\t\t\t\tindex: 0\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 7\n\t\t\t\t\tindex: 7\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 7\n\t\t\t\t\tindex: 7\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "world"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 7\n\t\t\t\t\t\t\tindex: 7\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 7\n\t\t\t\t\t\t\tindex: 7\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}', + 'PathPattern {\n\tnegate: false\n\troot: false\n\tloc: Object {\n\t\tfilename: undefined\n\t\tend: Object {\n\t\t\tcolumn: 7\n\t\t\tline: 1\n\t\t}\n\t\tstart: Object {\n\t\t\tcolumn: 0\n\t\t\tline: 1\n\t\t}\n\t}\n\tsegments: Array [\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 7\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 0\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "hello"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 5\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 0\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t\tSegment {\n\t\t\tloc: Object {\n\t\t\t\tfilename: undefined\n\t\t\t\tend: Object {\n\t\t\t\t\tcolumn: 7\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t\tstart: Object {\n\t\t\t\t\tcolumn: 7\n\t\t\t\t\tline: 1\n\t\t\t\t}\n\t\t\t}\n\t\t\tparts: Array [\n\t\t\t\tWord {\n\t\t\t\t\tvalue: "world"\n\t\t\t\t\tloc: Object {\n\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\tcolumn: 7\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\tcolumn: 7\n\t\t\t\t\t\t\tline: 1\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}', ); }, ); @@ -148,7 +148,7 @@ test( yes/i/guess this works? `, }), - 'Array [\n\tComment {\n\t\tvalue: "# comment"\n\t\tloc: Object {\n\t\t\tfilename: undefined\n\t\t\tend: Object {\n\t\t\t\tcolumn: 9\n\t\t\t\tindex: 9\n\t\t\t\tline: 1\n\t\t\t}\n\t\t\tstart: Object {\n\t\t\t\tcolumn: 0\n\t\t\t\tindex: 0\n\t\t\t\tline: 1\n\t\t\t}\n\t\t}\n\t}\n\tPathPattern {\n\t\tnegate: false\n\t\troot: false\n\t\tloc: Object {\n\t\t\tfilename: undefined\n\t\t\tend: Object {\n\t\t\t\tcolumn: 9\n\t\t\t\tindex: 19\n\t\t\t\tline: 2\n\t\t\t}\n\t\t\tstart: Object {\n\t\t\t\tcolumn: 0\n\t\t\t\tindex: 10\n\t\t\t\tline: 2\n\t\t\t}\n\t\t}\n\t\tsegments: Array [\n\t\t\tSegment {\n\t\t\t\tloc: Object {\n\t\t\t\t\tfilename: undefined\n\t\t\t\t\tend: Object {\n\t\t\t\t\t\tcolumn: 5\n\t\t\t\t\t\tindex: 15\n\t\t\t\t\t\tline: 2\n\t\t\t\t\t}\n\t\t\t\t\tstart: Object {\n\t\t\t\t\t\tcolumn: 0\n\t\t\t\t\t\tindex: 10\n\t\t\t\t\t\tline: 2\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tparts: Array [\n\t\t\t\t\tWord {\n\t\t\t\t\t\tvalue: "some"\n\t\t\t\t\t\tloc: Object {\n\t\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\t\tcolumn: 4\n\t\t\t\t\t\t\t\tindex: 14\n\t\t\t\t\t\t\t\tline: 2\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\t\tcolumn: 0\n\t\t\t\t\t\t\t\tindex: 10\n\t\t\t\t\t\t\t\tline: 2\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t\tSegment {\n\t\t\t\tloc: Object {\n\t\t\t\t\tfilename: undefined\n\t\t\t\t\tend: Object {\n\t\t\t\t\t\tcolumn: 9\n\t\t\t\t\t\tindex: 19\n\t\t\t\t\t\tline: 2\n\t\t\t\t\t}\n\t\t\t\t\tstart: Object {\n\t\t\t\t\t\tcolumn: 5\n\t\t\t\t\t\tindex: 15\n\t\t\t\t\t\tline: 2\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tparts: Array [\n\t\t\t\t\tWord {\n\t\t\t\t\t\tvalue: "path"\n\t\t\t\t\t\tloc: Object {\n\t\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\t\tcolumn: 9\n\t\t\t\t\t\t\t\tindex: 19\n\t\t\t\t\t\t\t\tline: 2\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\t\tcolumn: 5\n\t\t\t\t\t\t\t\tindex: 15\n\t\t\t\t\t\t\t\tline: 2\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t}\n\tPathPattern {\n\t\tnegate: false\n\t\troot: false\n\t\tloc: Object {\n\t\t\tfilename: undefined\n\t\t\tend: Object {\n\t\t\t\tcolumn: 11\n\t\t\t\tindex: 31\n\t\t\t\tline: 3\n\t\t\t}\n\t\t\tstart: Object {\n\t\t\t\tcolumn: 0\n\t\t\t\tindex: 20\n\t\t\t\tline: 3\n\t\t\t}\n\t\t}\n\t\tsegments: Array [\n\t\t\tSegment {\n\t\t\t\tloc: Object {\n\t\t\t\t\tfilename: undefined\n\t\t\t\t\tend: Object {\n\t\t\t\t\t\tcolumn: 2\n\t\t\t\t\t\tindex: 22\n\t\t\t\t\t\tline: 3\n\t\t\t\t\t}\n\t\t\t\t\tstart: Object {\n\t\t\t\t\t\tcolumn: 0\n\t\t\t\t\t\tindex: 20\n\t\t\t\t\t\tline: 3\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tparts: Array [\n\t\t\t\t\tWord {\n\t\t\t\t\t\tvalue: "!"\n\t\t\t\t\t\tloc: Object {\n\t\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\t\tcolumn: 1\n\t\t\t\t\t\t\t\tindex: 21\n\t\t\t\t\t\t\t\tline: 3\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\t\tcolumn: 0\n\t\t\t\t\t\t\t\tindex: 20\n\t\t\t\t\t\t\t\tline: 3\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t\tSegment {\n\t\t\t\tloc: Object {\n\t\t\t\t\tfilename: undefined\n\t\t\t\t\tend: Object {\n\t\t\t\t\t\tcolumn: 7\n\t\t\t\t\t\tindex: 27\n\t\t\t\t\t\tline: 3\n\t\t\t\t\t}\n\t\t\t\t\tstart: Object {\n\t\t\t\t\t\tcolumn: 2\n\t\t\t\t\t\tindex: 22\n\t\t\t\t\t\tline: 3\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tparts: Array [\n\t\t\t\t\tWord {\n\t\t\t\t\t\tvalue: "some"\n\t\t\t\t\t\tloc: Object {\n\t\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\t\tcolumn: 6\n\t\t\t\t\t\t\t\tindex: 26\n\t\t\t\t\t\t\t\tline: 3\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\t\tcolumn: 2\n\t\t\t\t\t\t\t\tindex: 22\n\t\t\t\t\t\t\t\tline: 3\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t\tSegment {\n\t\t\t\tloc: Object {\n\t\t\t\t\tfilename: undefined\n\t\t\t\t\tend: Object {\n\t\t\t\t\t\tcolumn: 11\n\t\t\t\t\t\tindex: 31\n\t\t\t\t\t\tline: 3\n\t\t\t\t\t}\n\t\t\t\t\tstart: Object {\n\t\t\t\t\t\tcolumn: 7\n\t\t\t\t\t\tindex: 27\n\t\t\t\t\t\tline: 3\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tparts: Array [\n\t\t\t\t\tWord {\n\t\t\t\t\t\tvalue: "path"\n\t\t\t\t\t\tloc: Object {\n\t\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\t\tcolumn: 11\n\t\t\t\t\t\t\t\tindex: 31\n\t\t\t\t\t\t\t\tline: 3\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\t\tcolumn: 7\n\t\t\t\t\t\t\t\tindex: 27\n\t\t\t\t\t\t\t\tline: 3\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t}\n\tPathPattern {\n\t\tnegate: false\n\t\troot: false\n\t\tloc: Object {\n\t\t\tfilename: undefined\n\t\t\tend: Object {\n\t\t\t\tcolumn: 18\n\t\t\t\tindex: 50\n\t\t\t\tline: 4\n\t\t\t}\n\t\t\tstart: Object {\n\t\t\t\tcolumn: 0\n\t\t\t\tindex: 32\n\t\t\t\tline: 4\n\t\t\t}\n\t\t}\n\t\tsegments: Array [\n\t\t\tSegment {\n\t\t\t\tloc: Object {\n\t\t\t\t\tfilename: undefined\n\t\t\t\t\tend: Object {\n\t\t\t\t\t\tcolumn: 18\n\t\t\t\t\t\tindex: 50\n\t\t\t\t\t\tline: 4\n\t\t\t\t\t}\n\t\t\t\t\tstart: Object {\n\t\t\t\t\t\tcolumn: 0\n\t\t\t\t\t\tindex: 32\n\t\t\t\t\t\tline: 4\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tparts: Array [\n\t\t\t\t\tWord {\n\t\t\t\t\t\tvalue: "path#not a comment"\n\t\t\t\t\t\tloc: Object {\n\t\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\t\tcolumn: 18\n\t\t\t\t\t\t\t\tindex: 50\n\t\t\t\t\t\t\t\tline: 4\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\t\tcolumn: 0\n\t\t\t\t\t\t\t\tindex: 32\n\t\t\t\t\t\t\t\tline: 4\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t}\n\tComment {\n\t\tvalue: "# foo"\n\t\tloc: Object {\n\t\t\tfilename: undefined\n\t\t\tend: Object {\n\t\t\t\tcolumn: 5\n\t\t\t\tindex: 57\n\t\t\t\tline: 6\n\t\t\t}\n\t\t\tstart: Object {\n\t\t\t\tcolumn: 0\n\t\t\t\tindex: 52\n\t\t\t\tline: 6\n\t\t\t}\n\t\t}\n\t}\n\tPathPattern {\n\t\tnegate: false\n\t\troot: false\n\t\tloc: Object {\n\t\t\tfilename: undefined\n\t\t\tend: Object {\n\t\t\t\tcolumn: 6\n\t\t\t\tindex: 64\n\t\t\t\tline: 7\n\t\t\t}\n\t\t\tstart: Object {\n\t\t\t\tcolumn: 0\n\t\t\t\tindex: 58\n\t\t\t\tline: 7\n\t\t\t}\n\t\t}\n\t\tsegments: Array [\n\t\t\tSegment {\n\t\t\t\tloc: Object {\n\t\t\t\t\tfilename: undefined\n\t\t\t\t\tend: Object {\n\t\t\t\t\t\tcolumn: 4\n\t\t\t\t\t\tindex: 62\n\t\t\t\t\t\tline: 7\n\t\t\t\t\t}\n\t\t\t\t\tstart: Object {\n\t\t\t\t\t\tcolumn: 0\n\t\t\t\t\t\tindex: 58\n\t\t\t\t\t\tline: 7\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tparts: Array [\n\t\t\t\t\tWord {\n\t\t\t\t\t\tvalue: "yes"\n\t\t\t\t\t\tloc: Object {\n\t\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\t\tcolumn: 3\n\t\t\t\t\t\t\t\tindex: 61\n\t\t\t\t\t\t\t\tline: 7\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\t\tcolumn: 0\n\t\t\t\t\t\t\t\tindex: 58\n\t\t\t\t\t\t\t\tline: 7\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t\tSegment {\n\t\t\t\tloc: Object {\n\t\t\t\t\tfilename: undefined\n\t\t\t\t\tend: Object {\n\t\t\t\t\t\tcolumn: 6\n\t\t\t\t\t\tindex: 64\n\t\t\t\t\t\tline: 7\n\t\t\t\t\t}\n\t\t\t\t\tstart: Object {\n\t\t\t\t\t\tcolumn: 4\n\t\t\t\t\t\tindex: 62\n\t\t\t\t\t\tline: 7\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tparts: Array [\n\t\t\t\t\tWord {\n\t\t\t\t\t\tvalue: "i"\n\t\t\t\t\t\tloc: Object {\n\t\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\t\tcolumn: 5\n\t\t\t\t\t\t\t\tindex: 63\n\t\t\t\t\t\t\t\tline: 7\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\t\tcolumn: 4\n\t\t\t\t\t\t\t\tindex: 62\n\t\t\t\t\t\t\t\tline: 7\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t\tSegment {\n\t\t\t\tloc: Object {\n\t\t\t\t\tfilename: undefined\n\t\t\t\t\tend: Object {\n\t\t\t\t\t\tcolumn: 6\n\t\t\t\t\t\tindex: 64\n\t\t\t\t\t\tline: 7\n\t\t\t\t\t}\n\t\t\t\t\tstart: Object {\n\t\t\t\t\t\tcolumn: 6\n\t\t\t\t\t\tindex: 64\n\t\t\t\t\t\tline: 7\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tparts: Array [\n\t\t\t\t\tWord {\n\t\t\t\t\t\tvalue: "guess this works?"\n\t\t\t\t\t\tloc: Object {\n\t\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\t\tcolumn: 6\n\t\t\t\t\t\t\t\tindex: 64\n\t\t\t\t\t\t\t\tline: 7\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\t\tcolumn: 6\n\t\t\t\t\t\t\t\tindex: 64\n\t\t\t\t\t\t\t\tline: 7\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t}\n]', + 'Array [\n\tComment {\n\t\tvalue: "# comment"\n\t\tloc: Object {\n\t\t\tfilename: undefined\n\t\t\tend: Object {\n\t\t\t\tcolumn: 9\n\t\t\t\tline: 1\n\t\t\t}\n\t\t\tstart: Object {\n\t\t\t\tcolumn: 0\n\t\t\t\tline: 1\n\t\t\t}\n\t\t}\n\t}\n\tPathPattern {\n\t\tnegate: false\n\t\troot: false\n\t\tloc: Object {\n\t\t\tfilename: undefined\n\t\t\tend: Object {\n\t\t\t\tcolumn: 9\n\t\t\t\tline: 2\n\t\t\t}\n\t\t\tstart: Object {\n\t\t\t\tcolumn: 0\n\t\t\t\tline: 2\n\t\t\t}\n\t\t}\n\t\tsegments: Array [\n\t\t\tSegment {\n\t\t\t\tloc: Object {\n\t\t\t\t\tfilename: undefined\n\t\t\t\t\tend: Object {\n\t\t\t\t\t\tcolumn: 5\n\t\t\t\t\t\tline: 2\n\t\t\t\t\t}\n\t\t\t\t\tstart: Object {\n\t\t\t\t\t\tcolumn: 0\n\t\t\t\t\t\tline: 2\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tparts: Array [\n\t\t\t\t\tWord {\n\t\t\t\t\t\tvalue: "some"\n\t\t\t\t\t\tloc: Object {\n\t\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\t\tcolumn: 4\n\t\t\t\t\t\t\t\tline: 2\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\t\tcolumn: 0\n\t\t\t\t\t\t\t\tline: 2\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t\tSegment {\n\t\t\t\tloc: Object {\n\t\t\t\t\tfilename: undefined\n\t\t\t\t\tend: Object {\n\t\t\t\t\t\tcolumn: 9\n\t\t\t\t\t\tline: 2\n\t\t\t\t\t}\n\t\t\t\t\tstart: Object {\n\t\t\t\t\t\tcolumn: 5\n\t\t\t\t\t\tline: 2\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tparts: Array [\n\t\t\t\t\tWord {\n\t\t\t\t\t\tvalue: "path"\n\t\t\t\t\t\tloc: Object {\n\t\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\t\tcolumn: 9\n\t\t\t\t\t\t\t\tline: 2\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\t\tcolumn: 5\n\t\t\t\t\t\t\t\tline: 2\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t}\n\tPathPattern {\n\t\tnegate: false\n\t\troot: false\n\t\tloc: Object {\n\t\t\tfilename: undefined\n\t\t\tend: Object {\n\t\t\t\tcolumn: 11\n\t\t\t\tline: 3\n\t\t\t}\n\t\t\tstart: Object {\n\t\t\t\tcolumn: 0\n\t\t\t\tline: 3\n\t\t\t}\n\t\t}\n\t\tsegments: Array [\n\t\t\tSegment {\n\t\t\t\tloc: Object {\n\t\t\t\t\tfilename: undefined\n\t\t\t\t\tend: Object {\n\t\t\t\t\t\tcolumn: 2\n\t\t\t\t\t\tline: 3\n\t\t\t\t\t}\n\t\t\t\t\tstart: Object {\n\t\t\t\t\t\tcolumn: 0\n\t\t\t\t\t\tline: 3\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tparts: Array [\n\t\t\t\t\tWord {\n\t\t\t\t\t\tvalue: "!"\n\t\t\t\t\t\tloc: Object {\n\t\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\t\tcolumn: 1\n\t\t\t\t\t\t\t\tline: 3\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\t\tcolumn: 0\n\t\t\t\t\t\t\t\tline: 3\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t\tSegment {\n\t\t\t\tloc: Object {\n\t\t\t\t\tfilename: undefined\n\t\t\t\t\tend: Object {\n\t\t\t\t\t\tcolumn: 7\n\t\t\t\t\t\tline: 3\n\t\t\t\t\t}\n\t\t\t\t\tstart: Object {\n\t\t\t\t\t\tcolumn: 2\n\t\t\t\t\t\tline: 3\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tparts: Array [\n\t\t\t\t\tWord {\n\t\t\t\t\t\tvalue: "some"\n\t\t\t\t\t\tloc: Object {\n\t\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\t\tcolumn: 6\n\t\t\t\t\t\t\t\tline: 3\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\t\tcolumn: 2\n\t\t\t\t\t\t\t\tline: 3\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t\tSegment {\n\t\t\t\tloc: Object {\n\t\t\t\t\tfilename: undefined\n\t\t\t\t\tend: Object {\n\t\t\t\t\t\tcolumn: 11\n\t\t\t\t\t\tline: 3\n\t\t\t\t\t}\n\t\t\t\t\tstart: Object {\n\t\t\t\t\t\tcolumn: 7\n\t\t\t\t\t\tline: 3\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tparts: Array [\n\t\t\t\t\tWord {\n\t\t\t\t\t\tvalue: "path"\n\t\t\t\t\t\tloc: Object {\n\t\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\t\tcolumn: 11\n\t\t\t\t\t\t\t\tline: 3\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\t\tcolumn: 7\n\t\t\t\t\t\t\t\tline: 3\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t}\n\tPathPattern {\n\t\tnegate: false\n\t\troot: false\n\t\tloc: Object {\n\t\t\tfilename: undefined\n\t\t\tend: Object {\n\t\t\t\tcolumn: 18\n\t\t\t\tline: 4\n\t\t\t}\n\t\t\tstart: Object {\n\t\t\t\tcolumn: 0\n\t\t\t\tline: 4\n\t\t\t}\n\t\t}\n\t\tsegments: Array [\n\t\t\tSegment {\n\t\t\t\tloc: Object {\n\t\t\t\t\tfilename: undefined\n\t\t\t\t\tend: Object {\n\t\t\t\t\t\tcolumn: 18\n\t\t\t\t\t\tline: 4\n\t\t\t\t\t}\n\t\t\t\t\tstart: Object {\n\t\t\t\t\t\tcolumn: 0\n\t\t\t\t\t\tline: 4\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tparts: Array [\n\t\t\t\t\tWord {\n\t\t\t\t\t\tvalue: "path#not a comment"\n\t\t\t\t\t\tloc: Object {\n\t\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\t\tcolumn: 18\n\t\t\t\t\t\t\t\tline: 4\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\t\tcolumn: 0\n\t\t\t\t\t\t\t\tline: 4\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t}\n\tComment {\n\t\tvalue: "# foo"\n\t\tloc: Object {\n\t\t\tfilename: undefined\n\t\t\tend: Object {\n\t\t\t\tcolumn: 5\n\t\t\t\tline: 6\n\t\t\t}\n\t\t\tstart: Object {\n\t\t\t\tcolumn: 0\n\t\t\t\tline: 6\n\t\t\t}\n\t\t}\n\t}\n\tPathPattern {\n\t\tnegate: false\n\t\troot: false\n\t\tloc: Object {\n\t\t\tfilename: undefined\n\t\t\tend: Object {\n\t\t\t\tcolumn: 6\n\t\t\t\tline: 7\n\t\t\t}\n\t\t\tstart: Object {\n\t\t\t\tcolumn: 0\n\t\t\t\tline: 7\n\t\t\t}\n\t\t}\n\t\tsegments: Array [\n\t\t\tSegment {\n\t\t\t\tloc: Object {\n\t\t\t\t\tfilename: undefined\n\t\t\t\t\tend: Object {\n\t\t\t\t\t\tcolumn: 4\n\t\t\t\t\t\tline: 7\n\t\t\t\t\t}\n\t\t\t\t\tstart: Object {\n\t\t\t\t\t\tcolumn: 0\n\t\t\t\t\t\tline: 7\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tparts: Array [\n\t\t\t\t\tWord {\n\t\t\t\t\t\tvalue: "yes"\n\t\t\t\t\t\tloc: Object {\n\t\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\t\tcolumn: 3\n\t\t\t\t\t\t\t\tline: 7\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\t\tcolumn: 0\n\t\t\t\t\t\t\t\tline: 7\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t\tSegment {\n\t\t\t\tloc: Object {\n\t\t\t\t\tfilename: undefined\n\t\t\t\t\tend: Object {\n\t\t\t\t\t\tcolumn: 6\n\t\t\t\t\t\tline: 7\n\t\t\t\t\t}\n\t\t\t\t\tstart: Object {\n\t\t\t\t\t\tcolumn: 4\n\t\t\t\t\t\tline: 7\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tparts: Array [\n\t\t\t\t\tWord {\n\t\t\t\t\t\tvalue: "i"\n\t\t\t\t\t\tloc: Object {\n\t\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\t\tcolumn: 5\n\t\t\t\t\t\t\t\tline: 7\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\t\tcolumn: 4\n\t\t\t\t\t\t\t\tline: 7\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t\tSegment {\n\t\t\t\tloc: Object {\n\t\t\t\t\tfilename: undefined\n\t\t\t\t\tend: Object {\n\t\t\t\t\t\tcolumn: 6\n\t\t\t\t\t\tline: 7\n\t\t\t\t\t}\n\t\t\t\t\tstart: Object {\n\t\t\t\t\t\tcolumn: 6\n\t\t\t\t\t\tline: 7\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tparts: Array [\n\t\t\t\t\tWord {\n\t\t\t\t\t\tvalue: "guess this works?"\n\t\t\t\t\t\tloc: Object {\n\t\t\t\t\t\t\tfilename: undefined\n\t\t\t\t\t\t\tend: Object {\n\t\t\t\t\t\t\t\tcolumn: 6\n\t\t\t\t\t\t\t\tline: 7\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tstart: Object {\n\t\t\t\t\t\t\t\tcolumn: 6\n\t\t\t\t\t\t\t\tline: 7\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t}\n]', ); }, ); diff --git a/internal/v8/CoverageCollector.ts b/internal/v8/CoverageCollector.ts index d5da4f1c0b3..e22fe591198 100644 --- a/internal/v8/CoverageCollector.ts +++ b/internal/v8/CoverageCollector.ts @@ -13,7 +13,7 @@ import { LocationRangeKind, } from "@internal/v8"; import {SourceMapConsumer} from "@internal/codec-source-map"; -import {Position} from "@internal/parser-core"; +import {Position, derivePositionKey} from "@internal/parser-core"; import {urlToFilename} from "./utils"; import { Number0, @@ -133,7 +133,6 @@ export default class CoverageCollector { } const pos: Position = { - index: newIndex, line, column, }; @@ -193,12 +192,10 @@ export default class CoverageCollector { filename: sourceStart.source, count, start: { - index: ob1Coerce0(startOffset), line: sourceStart.line, column: sourceStart.column, }, end: { - index: ob1Coerce0(endOffset), line: sourceEnd.line, column: sourceEnd.column, }, @@ -228,8 +225,8 @@ export default class CoverageCollector { let uncoveredFunctions: Set = new Set(); let coveredFunctions: Set = new Set(); - let uncoveredBranches: Set = new Set(); - let coveredBranches: Set = new Set(); + let uncoveredBranches: Set = new Set(); + let coveredBranches: Set = new Set(); for (const {count, kind, start, end} of ranges) { // Fill in lines @@ -244,17 +241,17 @@ export default class CoverageCollector { // Mark covered kind if (kind === "function") { if (count === 0) { - uncoveredBranches.add(start.index); + uncoveredBranches.add(derivePositionKey(start)); uncoveredFunctions.add(start.line); } else { coveredFunctions.add(start.line); - coveredBranches.add(start.index); + coveredBranches.add(derivePositionKey(start)); } } else if (kind === "branch") { if (count === 0) { - uncoveredBranches.add(start.index); + uncoveredBranches.add(derivePositionKey(start)); } else { - coveredBranches.add(start.index); + coveredBranches.add(derivePositionKey(start)); } } } diff --git a/internal/v8/errors.ts b/internal/v8/errors.ts index 82a31d16eaf..0d773676dd9 100644 --- a/internal/v8/errors.ts +++ b/internal/v8/errors.ts @@ -8,7 +8,7 @@ import {Position} from "@internal/parser-core"; import {ErrorFrame, ErrorFrames} from "./types"; import {isPlainObject} from "@internal/typescript-helpers"; -import {ob1Number0, ob1Number0Neg1, ob1Number1} from "@internal/ob1"; +import {ob1Number0, ob1Number1} from "@internal/ob1"; import { NodeSystemError, convertPossibleNodeErrorToDiagnostic, @@ -93,7 +93,6 @@ export function getDiagnosticLocationFromErrorFrame( frame: ErrorFrame, ): DiagnosticLocation { const pos: Position = { - index: ob1Number0Neg1, line: frame.lineNumber ?? ob1Number1, column: frame.columnNumber ?? ob1Number0, }; diff --git a/scripts/generated-files/ast.ts b/scripts/generated-files/ast.ts index 48e6bae2c44..6afb3d8c3a1 100644 --- a/scripts/generated-files/ast.ts +++ b/scripts/generated-files/ast.ts @@ -100,7 +100,6 @@ export async function main() { }, ], ); - return; // Add to builders await readIndexFile( diff --git a/website/src/docs/lint/rules/jsx-a11y/htmlHasLang.md b/website/src/docs/lint/rules/jsx-a11y/htmlHasLang.md index 32965299c97..304ddc12a02 100644 --- a/website/src/docs/lint/rules/jsx-a11y/htmlHasLang.md +++ b/website/src/docs/lint/rules/jsx-a11y/htmlHasLang.md @@ -12,7 +12,7 @@ eleventyNavigation: MISSING DOCUMENTATION - + ## Examples ### Invalid {% raw %}
<html></html>
{% endraw %} @@ -61,15 +61,12 @@ MISSING DOCUMENTATION --------------- -{% raw %}
></html>
{% endraw %} +{% raw %}
{% endraw %} {% raw %}

  file.tsx:1 parse/js ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 
   Unknown start to an statement expression
 
-    ></html>
-    ^
-
 
{% endraw %} ---------------